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 |
|
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
|
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 |
|
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
|
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 |
|
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
|
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
|
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
|
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 |
|
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 |
|
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
|
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 |
|
helixhorned
|
198ac24152
|
drawing functions and key access for m32-script; misc. fixes
git-svn-id: https://svn.eduke32.com/eduke32@1497 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-16 22:24:24 +00:00 |
|
helixhorned
|
3be58d63d0
|
indirect constants for m32-script alongside with other changes
git-svn-id: https://svn.eduke32.com/eduke32@1496 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-14 22:11:37 +00:00 |
|
helixhorned
|
174dbe472e
|
fixes compilation error.
git-svn-id: https://svn.eduke32.com/eduke32@1495 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-14 14:02:08 +00:00 |
|
helixhorned
|
ea0e088da5
|
Initial checkin of m32-script.
git-svn-id: https://svn.eduke32.com/eduke32@1493 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-12 23:03:15 +00:00 |
|
terminx
|
fe6e27e819
|
Use C versions of divscale##() instead of asm to work around an overflow with drawmapview(), get rid of leftover custom 'int64' type in favor of int64_t, other minor fixes
git-svn-id: https://svn.eduke32.com/eduke32@1492 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-09-09 07:19:14 +00:00 |
|
helixhorned
|
4e4e2f16d8
|
4x bigger max. zoom in 2d mode at Gambini's request
git-svn-id: https://svn.eduke32.com/eduke32@1491 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-08-31 13:43:13 +00:00 |
|
terminx
|
a9c8d071a6
|
Couple weeks worth of random bs changes
git-svn-id: https://svn.eduke32.com/eduke32@1490 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-08-28 23:08:00 +00:00 |
|
terminx
|
dbd9e63d00
|
Fix a couple of minor issues
git-svn-id: https://svn.eduke32.com/eduke32@1488 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-08-09 05:32:17 +00:00 |
|
terminx
|
0358aee38e
|
git-svn-id: https://svn.eduke32.com/eduke32@1487 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-08-06 10:12:13 +00:00 |
|
helixhorned
|
b2e2ba8868
|
make mapster slightly less cpu-hungry under linux. Also a (temporary?) fix for a crash
git-svn-id: https://svn.eduke32.com/eduke32@1486 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-08-05 22:37:48 +00:00 |
|
helixhorned
|
0da3edba58
|
model handling for new m32 aim; adapted gradients in astub.c
git-svn-id: https://svn.eduke32.com/eduke32@1482 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-31 14:00:52 +00:00 |
|
terminx
|
3964ca6766
|
fixes... mostly sound fuckery
git-svn-id: https://svn.eduke32.com/eduke32@1481 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-31 11:45:29 +00:00 |
|
helixhorned
|
a188f1600e
|
fix of bug reported by DanM
git-svn-id: https://svn.eduke32.com/eduke32@1480 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-30 18:44:09 +00:00 |
|
terminx
|
e5d6d9694f
|
git-svn-id: https://svn.eduke32.com/eduke32@1479 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-29 21:56:56 +00:00 |
|
terminx
|
b04b42be23
|
sound with MSVC works again
git-svn-id: https://svn.eduke32.com/eduke32@1478 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-29 20:26:03 +00:00 |
|
terminx
|
2ffda08128
|
fixes
git-svn-id: https://svn.eduke32.com/eduke32@1477 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-29 10:33:56 +00:00 |
|
terminx
|
690d4c9c73
|
git-svn-id: https://svn.eduke32.com/eduke32@1476 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-29 01:26:28 +00:00 |
|
terminx
|
796919268c
|
Fix support for .def defined highres music replacements
git-svn-id: https://svn.eduke32.com/eduke32@1475 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-28 08:28:58 +00:00 |
|
terminx
|
c9c02c2773
|
git-svn-id: https://svn.eduke32.com/eduke32@1474 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-28 08:10:26 +00:00 |
|
terminx
|
71cc476cb8
|
bring back MIDI support for linux plus a few bug fixes
git-svn-id: https://svn.eduke32.com/eduke32@1473 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-28 06:32:58 +00:00 |
|
terminx
|
505d3475ce
|
Hack MIDI back in for win32
MSVC still broken
git-svn-id: https://svn.eduke32.com/eduke32@1472 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-27 10:46:42 +00:00 |
|
terminx
|
4f10a9e477
|
Initial working commit of JonoF's audiolib re-port... I think
git-svn-id: https://svn.eduke32.com/eduke32@1471 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-27 05:47:50 +00:00 |
|
terminx
|
039f004fb4
|
git-svn-id: https://svn.eduke32.com/eduke32@1470 1a8010ca-5511-0410-912e-c29ae57300e0
|
2009-07-27 05:45:14 +00:00 |
|