terminx
25ac5770c0
git-svn-id: https://svn.eduke32.com/eduke32@627 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-24 00:46:57 +00:00
terminx
d6beeac46e
"noautoload" command for defs to disable autoload & makes the vidmode command work in Mapster32 2d mode
...
git-svn-id: https://svn.eduke32.com/eduke32@626 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-21 05:11:41 +00:00
plagman
e67e3dc8fc
Adds r_parallaxskyclamping and r_parallaxskypanning.
...
git-svn-id: https://svn.eduke32.com/eduke32@623 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-18 08:46:42 +00:00
terminx
c45bd7dd53
git-svn-id: https://svn.eduke32.com/eduke32@622 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-18 08:10:54 +00:00
plagman
519fa4cd81
Corrects fog disabling when drawing fullbright shit. Fixes sky #93 .
...
git-svn-id: https://svn.eduke32.com/eduke32@621 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-18 07:55:08 +00:00
plagman
3ca6158794
Disables the sky clamp hack for ART parallaxed skies in polymost.
...
git-svn-id: https://svn.eduke32.com/eduke32@620 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-18 07:09:18 +00:00
terminx
fad541b377
Part 1 of 64-bit patch from Stephen Anthony
...
git-svn-id: https://svn.eduke32.com/eduke32@618 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-16 22:27:08 +00:00
terminx
2f4028c265
git-svn-id: https://svn.eduke32.com/eduke32@617 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-16 22:18:48 +00:00
terminx
7d36a601e4
git-svn-id: https://svn.eduke32.com/eduke32@616 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-14 08:35:30 +00:00
terminx
d7d11939a6
git-svn-id: https://svn.eduke32.com/eduke32@614 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-07 04:38:28 +00:00
terminx
517c392a3c
git-svn-id: https://svn.eduke32.com/eduke32@612 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-06 21:02:11 +00:00
terminx
9e834f8e7f
git-svn-id: https://svn.eduke32.com/eduke32@609 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-06 08:23:09 +00:00
terminx
86d4bace1d
git-svn-id: https://svn.eduke32.com/eduke32@608 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-06 03:49:35 +00:00
terminx
cd085abf8d
Patch from hunter_rus
...
git-svn-id: https://svn.eduke32.com/eduke32@606 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-02 16:38:30 +00:00
terminx
71cd8fd6c3
Patch from hunter_rus, untested
...
git-svn-id: https://svn.eduke32.com/eduke32@605 1a8010ca-5511-0410-912e-c29ae57300e0
2008-02-01 03:36:54 +00:00
terminx
3835a0ca9a
Restrict editor 2d video modes in the startup window to modes >= 640x480 since that's all it'll really let you use anyway
...
git-svn-id: https://svn.eduke32.com/eduke32@604 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-28 01:13:10 +00:00
terminx
3f42f04ee7
git-svn-id: https://svn.eduke32.com/eduke32@603 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-27 23:28:45 +00:00
plagman
87a4f21cf3
Adds LCTRL as a modifier for sector deletion (was RCTRL only). (hunter_rus)
...
git-svn-id: https://svn.eduke32.com/eduke32@598 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-06 21:51:32 +00:00
plagman
42f025e364
Fixes multiple models per sprite in colourized sectors (it was using tspr palette instead of the actual sprite palette). (hunter_rus)
...
git-svn-id: https://svn.eduke32.com/eduke32@597 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-06 21:41:47 +00:00
plagman
993fce0352
Restores pathsearchmode after not finding a file. Fixes user map menu not working with broken DEFs. (hunter_rus)
...
git-svn-id: https://svn.eduke32.com/eduke32@596 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-06 04:07:21 +00:00
plagman
d94973a174
More Polymer portal stuff. Renders most stuff correctly and somewhat fast.
...
- pr_scissors to toggle scissors testing. This should reduce GPU load and prevent normally invisible stuff from being drawn.
- pr_showportals to show visportals and scissors if they are enabled. Debugging feature.
Issues:
- screen may flicker on the edge of some sectors. Probably an accuracy issue somewhere.
- some maps make the algorithm loop too much (slow) or indefinitely (hang) for some reason.
git-svn-id: https://svn.eduke32.com/eduke32@595 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-05 08:58:15 +00:00
plagman
a8a675634e
Patch from hunter_rus.
...
Adds:
- maximal log line count and OSD variable "logcutoff"
- ability to define different models for each palette
- "bind" OSD command to bind keys so that they run command batch files
git-svn-id: https://svn.eduke32.com/eduke32@591 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-04 01:04:35 +00:00
plagman
cfa399998a
Added xpanning and ypanning actor members to control the new sprite panning feature.
...
git-svn-id: https://svn.eduke32.com/eduke32@590 1a8010ca-5511-0410-912e-c29ae57300e0
2008-01-03 21:54:58 +00:00
plagman
a1e00d78ee
Unbreaks hunter_rus patch on anal compilers
...
git-svn-id: https://svn.eduke32.com/eduke32@589 1a8010ca-5511-0410-912e-c29ae57300e0
2007-12-28 20:04:58 +00:00
terminx
4aa6cf2ea3
patch from hunter_rus
...
git-svn-id: https://svn.eduke32.com/eduke32@587 1a8010ca-5511-0410-912e-c29ae57300e0
2007-12-20 19:14:38 +00:00
terminx
d6739cc554
git-svn-id: https://svn.eduke32.com/eduke32@586 1a8010ca-5511-0410-912e-c29ae57300e0
2007-12-13 17:38:46 +00:00
terminx
31a901b7eb
git-svn-id: https://svn.eduke32.com/eduke32@584 1a8010ca-5511-0410-912e-c29ae57300e0
2007-12-12 17:42:14 +00:00
terminx
75cca4cd5c
git-svn-id: https://svn.eduke32.com/eduke32@583 1a8010ca-5511-0410-912e-c29ae57300e0
2007-12-12 15:27:34 +00:00
terminx
b27a43ff2a
git-svn-id: https://svn.eduke32.com/eduke32@582 1a8010ca-5511-0410-912e-c29ae57300e0
2007-10-24 07:12:50 +00:00
terminx
5dbcf7cdbc
git-svn-id: https://svn.eduke32.com/eduke32@581 1a8010ca-5511-0410-912e-c29ae57300e0
2007-10-24 06:48:13 +00:00
terminx
997883a2f9
git-svn-id: https://svn.eduke32.com/eduke32@579 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-11 02:23:08 +00:00
plagman
820eeeb5b3
MANIFESTS MOTHERFUCKER DO YOU EMBED THEM?
...
git-svn-id: https://svn.eduke32.com/eduke32@578 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-11 00:52:38 +00:00
terminx
1753d91046
git-svn-id: https://svn.eduke32.com/eduke32@577 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-10 23:38:42 +00:00
terminx
0da33eeaa0
git-svn-id: https://svn.eduke32.com/eduke32@576 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-07 01:12:43 +00:00
terminx
5349d331db
git-svn-id: https://svn.eduke32.com/eduke32@575 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-06 21:11:18 +00:00
terminx
8a6e2bb008
git-svn-id: https://svn.eduke32.com/eduke32@574 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-06 10:43:42 +00:00
terminx
6a8346ddab
git-svn-id: https://svn.eduke32.com/eduke32@573 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-05 21:56:58 +00:00
terminx
6ae3aa2831
git-svn-id: https://svn.eduke32.com/eduke32@572 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-03 01:12:05 +00:00
terminx
bfa60e6851
test
...
git-svn-id: https://svn.eduke32.com/eduke32@571 1a8010ca-5511-0410-912e-c29ae57300e0
2007-09-03 00:37:13 +00:00
terminx
c9e97fa954
git-svn-id: https://svn.eduke32.com/eduke32@558 1a8010ca-5511-0410-912e-c29ae57300e0
2007-08-19 00:15:30 +00:00
terminx
9704ade66c
git-svn-id: https://svn.eduke32.com/eduke32@557 1a8010ca-5511-0410-912e-c29ae57300e0
2007-08-17 19:32:56 +00:00
terminx
4e0f8281c7
git-svn-id: https://svn.eduke32.com/eduke32@556 1a8010ca-5511-0410-912e-c29ae57300e0
2007-08-17 03:16:46 +00:00
terminx
9c6486025d
git-svn-id: https://svn.eduke32.com/eduke32@555 1a8010ca-5511-0410-912e-c29ae57300e0
2007-08-16 23:25:24 +00:00
terminx
0b1f6f91a9
grp shit
...
git-svn-id: https://svn.eduke32.com/eduke32@552 1a8010ca-5511-0410-912e-c29ae57300e0
2007-07-04 09:15:08 +00:00
Plagman
94a22e4d62
Rewrote half of polymer.c, HSR still needs a bit of work but I believe the end is near.
...
git-svn-id: https://svn.eduke32.com/eduke32@551 1a8010ca-5511-0410-912e-c29ae57300e0
2007-07-01 06:32:03 +00:00
terminx
d8dfd8beb4
Misc fixes
...
git-svn-id: https://svn.eduke32.com/eduke32@549 1a8010ca-5511-0410-912e-c29ae57300e0
2007-06-12 19:47:34 +00:00
terminx
22b4b23240
git-svn-id: https://svn.eduke32.com/eduke32@547 1a8010ca-5511-0410-912e-c29ae57300e0
2007-06-02 04:14:10 +00:00
terminx
35afa5ff53
git-svn-id: https://svn.eduke32.com/eduke32@546 1a8010ca-5511-0410-912e-c29ae57300e0
2007-05-17 19:31:14 +00:00
terminx
fecd0c6e44
bleh
...
git-svn-id: https://svn.eduke32.com/eduke32@544 1a8010ca-5511-0410-912e-c29ae57300e0
2007-05-01 04:35:27 +00:00
terminx
4ec4aac70f
Speed up HRP loading
...
git-svn-id: https://svn.eduke32.com/eduke32@543 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-30 19:41:19 +00:00
terminx
d7b35528a0
git-svn-id: https://svn.eduke32.com/eduke32@541 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-23 23:36:21 +00:00
terminx
2148b4bebc
Window position memory for win32
...
git-svn-id: https://svn.eduke32.com/eduke32@540 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-22 03:44:54 +00:00
terminx
fc287ec735
Prototype for user-defined tile groups
...
git-svn-id: https://svn.eduke32.com/eduke32@536 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-21 20:25:07 +00:00
terminx
423a486b61
Scale tiles in polymost tile viewer to bigger sizes
...
git-svn-id: https://svn.eduke32.com/eduke32@535 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-17 07:47:21 +00:00
terminx
62ae233489
Newer tile selector from Mapfun and some other stuff
...
git-svn-id: https://svn.eduke32.com/eduke32@534 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-17 05:54:12 +00:00
Plagman
2440ab75b9
The Abyss crash fix.
...
git-svn-id: https://svn.eduke32.com/eduke32@533 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-16 02:15:43 +00:00
terminx
a5388fc0a4
git-svn-id: https://svn.eduke32.com/eduke32@532 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-15 20:04:52 +00:00
Plagman
a71d347f83
smoothduration def token for model frame definitions (defaults at 0)
...
git-svn-id: https://svn.eduke32.com/eduke32@531 1a8010ca-5511-0410-912e-c29ae57300e0
2007-04-12 03:09:41 +00:00
Plagman
fc613042a0
Working commit for animation smoothing. Pretty much breaks everything that relied on fixed-frame transitions (muzzledlashes) but makes stuff look good otherwise. Needs a DEF-hook to control which frames should be smoothed.
...
git-svn-id: https://svn.eduke32.com/eduke32@530 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-30 18:02:00 +00:00
terminx
b54b8e1e6b
git-svn-id: https://svn.eduke32.com/eduke32@529 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-24 23:17:56 +00:00
terminx
4785f64476
git-svn-id: https://svn.eduke32.com/eduke32@528 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-22 20:58:13 +00:00
Plagman
456f144451
Blah.
...
git-svn-id: https://svn.eduke32.com/eduke32@527 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-22 18:40:26 +00:00
Plagman
cc8ae625d6
Fix.
...
git-svn-id: https://svn.eduke32.com/eduke32@526 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-22 18:36:23 +00:00
Plagman
004e4da3de
Game angle interpolation (cl_angleinterpolation) and engine model animation smoothing (r_animsmoothing).
...
git-svn-id: https://svn.eduke32.com/eduke32@525 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-22 18:28:41 +00:00
terminx
4b4d37cf3f
git-svn-id: https://svn.eduke32.com/eduke32@523 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-13 18:37:46 +00:00
Plagman
3081c87724
Support for Vertex Buffer Objects (r_vbos, r_vbocount).
...
git-svn-id: https://svn.eduke32.com/eduke32@519 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-08 03:07:10 +00:00
terminx
070c38a85e
git-svn-id: https://svn.eduke32.com/eduke32@515 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-07 20:18:48 +00:00
terminx
67efe33c18
Small things
...
git-svn-id: https://svn.eduke32.com/eduke32@514 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-04 19:52:57 +00:00
Plagman
3f5f1b8fb2
Corrected issues with detailmaps scaling, improved general model drawing performance and added support for using vertex arrays when drawing models (r_vertexarrays)
...
git-svn-id: https://svn.eduke32.com/eduke32@513 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-03 23:09:40 +00:00
Plagman
19719cf7fb
Detail map scaling.
...
git-svn-id: https://svn.eduke32.com/eduke32@512 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-01 18:19:11 +00:00
terminx
8e86c02364
git-svn-id: https://svn.eduke32.com/eduke32@511 1a8010ca-5511-0410-912e-c29ae57300e0
2007-03-01 00:50:59 +00:00
terminx
23dbb55689
Bug fixes
...
git-svn-id: https://svn.eduke32.com/eduke32@508 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-26 01:46:38 +00:00
terminx
0dfc03afa0
Fixes the skybox problem, the problem with the default keyboard configuration, and adds cl_viewbob and cl_weaponsway
...
git-svn-id: https://svn.eduke32.com/eduke32@506 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-23 22:27:22 +00:00
Plagman
6440b48ec8
Added xscale and yscale DEF tokens to texture blocks to control the size ratio with the ART.
...
git-svn-id: https://svn.eduke32.com/eduke32@504 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-17 02:23:50 +00:00
Plagman
8c462256c0
HUD detail and glow maps.
...
git-svn-id: https://svn.eduke32.com/eduke32@503 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-16 17:44:59 +00:00
Plagman
b436f4fb71
Various fixes and detail texturing on models.
...
git-svn-id: https://svn.eduke32.com/eduke32@501 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-16 01:34:41 +00:00
terminx
d3af85c064
Some crap I didn't commit before
...
git-svn-id: https://svn.eduke32.com/eduke32@500 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-16 00:11:25 +00:00
Plagman
39c818d053
Avoid loading textures two times.
...
git-svn-id: https://svn.eduke32.com/eduke32@499 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-15 22:26:50 +00:00
terminx
b48a0a933b
git-svn-id: https://svn.eduke32.com/eduke32@498 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-15 01:45:38 +00:00
Plagman
3dd47da766
Glow mapping !
...
git-svn-id: https://svn.eduke32.com/eduke32@497 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-15 01:35:34 +00:00
terminx
ac95cded34
This fixes the fog issue described here: http://forums.3drealms.com/vb/showpost.php?p=492096
...
git-svn-id: https://svn.eduke32.com/eduke32@490 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-12 21:52:23 +00:00
terminx
ee4573779c
Remove JFAud until it works right
...
git-svn-id: https://svn.eduke32.com/eduke32@483 1a8010ca-5511-0410-912e-c29ae57300e0
2007-02-07 00:13:47 +00:00
terminx
0a1afbd3f3
Minor fixes
...
git-svn-id: https://svn.eduke32.com/eduke32@480 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-30 02:04:14 +00:00
terminx
6ff2a7d2cc
This fixes the issue with running in 16-bit color, and it doesn't look like it breaks depth peeling...
...
git-svn-id: https://svn.eduke32.com/eduke32@479 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-29 23:01:28 +00:00
terminx
ef81aee7be
The mouse wheel was backwards on Win32... I think this fixes that.
...
git-svn-id: https://svn.eduke32.com/eduke32@478 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-29 03:21:12 +00:00
terminx
4c1a6e6ce1
Fixes for http://forums.3drealms.com/vb/showpost.php?p=481243 and possibly http://forums.3drealms.com/vb/showpost.php?p=480994
...
git-svn-id: https://svn.eduke32.com/eduke32@477 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-29 01:19:49 +00:00
terminx
64ec370c98
dos2unix on the engine headers
...
git-svn-id: https://svn.eduke32.com/eduke32@476 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-29 01:18:16 +00:00
Plagman
d7832a7d4f
Winlayer keyboard input fix for OSD buffer issues and removed blending in drawrooms.
...
git-svn-id: https://svn.eduke32.com/eduke32@475 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-26 22:37:48 +00:00
terminx
c21558f2a3
Minor crap
...
git-svn-id: https://svn.eduke32.com/eduke32@474 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-26 21:12:05 +00:00
Plagman
1b5284aee0
Fixes blending in drawrooms and dynamic GLU not compiling in Win32.
...
git-svn-id: https://svn.eduke32.com/eduke32@473 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-26 20:29:36 +00:00
terminx
50559c7a32
Re-done player setup menu, support for 4 teams in multiplayer, and separate menu options for weapon switch on pickup and weapon switch when empty. The string with __DATE__ and __TIME__ in it (which is used in the first line of the log file) was moved to global.c so that we're no longer forcing game.c to be recompiled every time something else is changed.
...
git-svn-id: https://svn.eduke32.com/eduke32@471 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-26 00:28:44 +00:00
terminx
f1d10f4c8c
Packet rate control
...
git-svn-id: https://svn.eduke32.com/eduke32@470 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-24 21:24:35 +00:00
terminx
f628faefd8
Misc. fixes
...
git-svn-id: https://svn.eduke32.com/eduke32@469 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-24 03:42:54 +00:00
terminx
23a468d956
git-svn-id: https://svn.eduke32.com/eduke32@468 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-22 05:00:57 +00:00
terminx
fe9004fafe
Support for -ww2gi, -nam, -cfg, -usecwd, -h, and -j in Mapster32. Because I am lazy, this is all code from game.c.
...
git-svn-id: https://svn.eduke32.com/eduke32@464 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-21 23:49:07 +00:00
terminx
44e869c8d9
Misc minor things
...
git-svn-id: https://svn.eduke32.com/eduke32@463 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-20 03:10:32 +00:00
terminx
a94063e0be
Dynamically loaded GLU
...
git-svn-id: https://svn.eduke32.com/eduke32@462 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-16 03:19:04 +00:00
Plagman
43657d4f56
GL State leak correction : no more diffuse map disappearance.
...
git-svn-id: https://svn.eduke32.com/eduke32@461 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-15 12:17:01 +00:00
Plagman
581fd77c35
Asking the end-user to have sexual intercourse with his family is not that cool.
...
git-svn-id: https://svn.eduke32.com/eduke32@460 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-15 09:22:13 +00:00
Plagman
59ef78ff35
Detail mapping : r_detailmapping.
...
git-svn-id: https://svn.eduke32.com/eduke32@459 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-15 09:08:57 +00:00