plagman
|
281fc8e8ab
|
Don't change the CWD to the eduke32.exe directory on Windows. EDuke32 now searches the CWD for data files on all platforms.
git-svn-id: https://svn.eduke32.com/eduke32@1547 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-12-03 03:11:41 +00:00 |
|
plagman
|
4d3b7501f0
|
Fixes a compressed texture cache bug where the background menu tile would sometime get replaced with another tile.
git-svn-id: https://svn.eduke32.com/eduke32@1546 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-12-03 03:07:04 +00:00 |
|
terminx
|
433c2cb607
|
some CON compilation fixes
git-svn-id: https://svn.eduke32.com/eduke32@1545 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-20 03:54:40 +00:00 |
|
terminx
|
1770c60af6
|
Second gtk startup window patch from bioman, other random fixes I can't be bothered to remember
git-svn-id: https://svn.eduke32.com/eduke32@1544 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-18 01:17:56 +00:00 |
|
terminx
|
094079d8dd
|
fix glaring oversight in new multiplayer random ID generation scheme
git-svn-id: https://svn.eduke32.com/eduke32@1543 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-16 03:57:31 +00:00 |
|
helixhorned
|
b468afc867
|
fixes wall drawing (bug introduced in r1540)
git-svn-id: https://svn.eduke32.com/eduke32@1542 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-15 20:01:33 +00:00 |
|
terminx
|
7199818841
|
lower memory use for tilefromtexture by way of lzf compression, untested
git-svn-id: https://svn.eduke32.com/eduke32@1541 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-15 09:10:50 +00:00 |
|
terminx
|
2c9aeac2d5
|
A bunch of crap I meant to commit days ago... gtk startup window patch from bioman, nedmalloc REPLACE_SYSTEM_ALLOCATOR fix (related code uses #ifdef REPLACE_SYSTEM_ALLOCATOR so defining it to 0 was still satisfying the condition), slightly lower CPU usage in Mapster 2D mode, fix an ancient bug causing the player to not make vent footstep sounds on sprite based vents, fix map save state cvars, add "skill" cvar to console, fix saving the game while CON_SHOWVIEW is in use
git-svn-id: https://svn.eduke32.com/eduke32@1540 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-14 02:30:47 +00:00 |
|
qbix79
|
1573ee6e17
|
Fix 64 bit problems after viewing a security cam.
git-svn-id: https://svn.eduke32.com/eduke32@1539 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-04 08:11:21 +00:00 |
|
helixhorned
|
73d0b92d92
|
more demo control + sound access for m32script
git-svn-id: https://svn.eduke32.com/eduke32@1538 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-11-01 20:30:09 +00:00 |
|
terminx
|
784e919941
|
Change multiplayer random ID generation scheme and remove some dead code
git-svn-id: https://svn.eduke32.com/eduke32@1537 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-29 22:22:44 +00:00 |
|
helixhorned
|
d6f525b44b
|
crude demo fast-forward/rewind; more m32script goodness
git-svn-id: https://svn.eduke32.com/eduke32@1536 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-25 23:25:38 +00:00 |
|
terminx
|
9a39896b82
|
git-svn-id: https://svn.eduke32.com/eduke32@1535 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-18 02:59:31 +00:00 |
|
terminx
|
4e4ef98ae6
|
clean up "renderer setup" menu a bit so we can put polymer shit in it later
git-svn-id: https://svn.eduke32.com/eduke32@1534 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-17 09:33:32 +00:00 |
|
plagman
|
cfc8b8d3da
|
Don't override the system allocator with nedmalloc and remove the unused nedmalloc code from polymer.c. This should fix a few crashes caused by ALSA and Mesa picking up memory allocator symbols from eduke32.
git-svn-id: https://svn.eduke32.com/eduke32@1533 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-17 06:27:46 +00:00 |
|
terminx
|
a6dec44579
|
Fixes mouse on win32 and some other relatively minor issues, drops win9x support, adds BUILD_NOLARGEPAGES and BUILD_WIN9X environment var support to disable large page support and force 9x to pass OS version check, fixes issue with crosshair turning white during the next run after starting the game with a new cfg but quitting at the menu instead of entering a level
git-svn-id: https://svn.eduke32.com/eduke32@1532 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-15 23:08:47 +00:00 |
|
plagman
|
53691113d4
|
Don't do interpolations if they're already being done. This would cause problems when using showview inside EVENT_DISPLAYROOMS.
git-svn-id: https://svn.eduke32.com/eduke32@1531 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-15 16:02:55 +00:00 |
|
helixhorned
|
256c729910
|
relocated some key events
git-svn-id: https://svn.eduke32.com/eduke32@1530 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-11 20:13:16 +00:00 |
|
helixhorned
|
fb7efbd4b7
|
small fix
git-svn-id: https://svn.eduke32.com/eduke32@1529 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-11 16:18:06 +00:00 |
|
helixhorned
|
4bde7fddac
|
m32script conveniece
git-svn-id: https://svn.eduke32.com/eduke32@1528 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-11 15:52:16 +00:00 |
|
terminx
|
20c028b2e9
|
Memory cleanups, use Bm/c/realloc/free everywhere (configured as nedmalloc version in compat.h), add large page support for Vista/7, tweak nedmalloc settings, add support for projecting textures from SE50 spotlights placed in maps via sprite owner member (manipulated through CONs via sprite htpicnum member), fix building Mapster32 with MSVC, increase PR_MAXLIGHTS to 1024
git-svn-id: https://svn.eduke32.com/eduke32@1527 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-07 06:47:35 +00:00 |
|
plagman
|
58194cb281
|
Fix specpower and specfactor definitions for diffuse maps.
git-svn-id: https://svn.eduke32.com/eduke32@1526 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-04 15:41:40 +00:00 |
|
terminx
|
4a24bcc0ea
|
better version of the 16x16 icon from hendricks266
git-svn-id: https://svn.eduke32.com/eduke32@1525 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-04 02:58:15 +00:00 |
|
plagman
|
9429ba4133
|
Don't crash when adding spotlights from gameland because of uninitialized mylight.tilenum.
git-svn-id: https://svn.eduke32.com/eduke32@1524 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-03 21:14:42 +00:00 |
|
terminx
|
1a587a73a5
|
fix for ogg clicks and segfaults from JF
git-svn-id: https://svn.eduke32.com/eduke32@1523 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-03 14:34:05 +00:00 |
|
helixhorned
|
b9579e9db0
|
The actual "stuff"...
git-svn-id: https://svn.eduke32.com/eduke32@1522 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-03 13:33:47 +00:00 |
|
helixhorned
|
40d655100c
|
m32script: stuff for fiddling with polymer lights
git-svn-id: https://svn.eduke32.com/eduke32@1521 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-03 13:20:31 +00:00 |
|
helixhorned
|
540962f35c
|
another one...
git-svn-id: https://svn.eduke32.com/eduke32@1520 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 20:14:36 +00:00 |
|
helixhorned
|
8ac8615034
|
small m32 changes
git-svn-id: https://svn.eduke32.com/eduke32@1519 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 19:43:15 +00:00 |
|
plagman
|
bd8e26175e
|
Adds a source package exception list to remove useless files before packaging.
git-svn-id: https://svn.eduke32.com/eduke32@1518 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 06:31:22 +00:00 |
|
plagman
|
1c9540ada0
|
Hack to appropriately set the group ownership and permissions after creating the packages. This really belongs in the crontabbed script instead, but it doesn't exist yet.
git-svn-id: https://svn.eduke32.com/eduke32@1517 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 05:51:17 +00:00 |
|
plagman
|
215f51fb5d
|
Fix typo with the ChangeLog.
git-svn-id: https://svn.eduke32.com/eduke32@1516 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 05:33:49 +00:00 |
|
plagman
|
8d237f149b
|
Generates a changelog based on the SVN log between snapshots.
git-svn-id: https://svn.eduke32.com/eduke32@1515 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 05:25:34 +00:00 |
|
terminx
|
252df802fb
|
generic commit message describing nothing
git-svn-id: https://svn.eduke32.com/eduke32@1514 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 05:05:19 +00:00 |
|
plagman
|
642e8685f5
|
Forgot to uncomment a few lines.
git-svn-id: https://svn.eduke32.com/eduke32@1513 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 04:37:20 +00:00 |
|
plagman
|
5d748a1aff
|
Automated build and packaging script.
git-svn-id: https://svn.eduke32.com/eduke32@1512 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 04:36:05 +00:00 |
|
terminx
|
c030768d71
|
More corrupt map fixes
fuck ebase.map
git-svn-id: https://svn.eduke32.com/eduke32@1511 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 00:50:20 +00:00 |
|
terminx
|
ecb3e90817
|
Corrupt map fixes
Specifically seems to fix ebase.map by msandt
git-svn-id: https://svn.eduke32.com/eduke32@1510 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-10-01 00:28:40 +00:00 |
|
terminx
|
dcd7c3c9fe
|
update nedmalloc to r1116
git-svn-id: https://svn.eduke32.com/eduke32@1509 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 22:19:57 +00:00 |
|
terminx
|
5ea5f4bc9b
|
Mapster32 SE40 and SE50 support (stfu frenchie!)
git-svn-id: https://svn.eduke32.com/eduke32@1508 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 21:46:07 +00:00 |
|
plagman
|
dee579c030
|
Custom aspect ratio support for Polymer: r_pr_customaspect. Implements bug 2799107.
git-svn-id: https://svn.eduke32.com/eduke32@1507 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 14:32:11 +00:00 |
|
plagman
|
13873b985c
|
Checks for required GPU/OpenGL functionality when initializing Polymer and fallbacks to Polymost if appropriate. This should prevent crashes when trying to run Polymer on older GPUs/drivers.
git-svn-id: https://svn.eduke32.com/eduke32@1506 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 01:26:13 +00:00 |
|
plagman
|
10913b51f2
|
Fix mirrors with screen resizing.
git-svn-id: https://svn.eduke32.com/eduke32@1505 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 01:00:49 +00:00 |
|
plagman
|
d1e22bae52
|
Polymer screen resizing support. Fixes misaligned crosshair with full HUD.
git-svn-id: https://svn.eduke32.com/eduke32@1504 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-30 00:51:45 +00:00 |
|
plagman
|
f8f554206f
|
Avoid hardcoded tool names to allow cross-compiling.
git-svn-id: https://svn.eduke32.com/eduke32@1503 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-29 23:27:48 +00:00 |
|
terminx
|
577e3bd124
|
Misc
git-svn-id: https://svn.eduke32.com/eduke32@1502 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-28 00:01:06 +00:00 |
|
helixhorned
|
1d6058ecef
|
small additions and fixes
git-svn-id: https://svn.eduke32.com/eduke32@1501 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-20 15:43:09 +00:00 |
|
helixhorned
|
293367e844
|
mapster-script stuff
git-svn-id: https://svn.eduke32.com/eduke32@1500 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-18 21:44:46 +00:00 |
|
helixhorned
|
e7acafc9e7
|
some more functions for m32-script
git-svn-id: https://svn.eduke32.com/eduke32@1499 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-17 22:08:37 +00:00 |
|
helixhorned
|
d7951477f5
|
d'oh
git-svn-id: https://svn.eduke32.com/eduke32@1498 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-16 22:33:10 +00:00 |
|