raze-gles/polymer/eduke32/source
terminx fb80a8ec28 CON access to tsprite
git-svn-id: https://svn.eduke32.com/eduke32@853 1a8010ca-5511-0410-912e-c29ae57300e0
2008-07-12 10:57:52 +00:00
..
jaudiolib git-svn-id: https://svn.eduke32.com/eduke32@850 1a8010ca-5511-0410-912e-c29ae57300e0 2008-07-10 04:37:41 +00:00
jmact Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
misc Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
GNU.TXT Importing source for great justice 2006-04-13 20:47:06 +00:00
_functio.h Some crap I didn't commit before 2007-02-16 00:11:25 +00:00
_rts.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
actors.c Fix a bug that showed up in valgrind 2008-07-09 08:54:54 +00:00
anim.c Part 1 of 64-bit patch from Stephen Anthony 2008-02-16 22:27:08 +00:00
astub.c CON access to tsprite 2008-07-12 10:57:52 +00:00
config.c Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
config.h Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
develop.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
duke3d.h CON access to tsprite 2008-07-12 10:57:52 +00:00
funct.h CON access to tsprite 2008-07-12 10:57:52 +00:00
function.h Some crap I didn't commit before 2007-02-16 00:11:25 +00:00
game.c CON access to tsprite 2008-07-12 10:57:52 +00:00
gamedef.c CON access to tsprite 2008-07-12 10:57:52 +00:00
gamedef.h CON access to tsprite 2008-07-12 10:57:52 +00:00
gamedefs.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
gameexec.c CON access to tsprite 2008-07-12 10:57:52 +00:00
gamevars.c Fix building on MinGW by using PRIdPTR instead of %td and add a MSVC compatible inttypes.h/stdint.h for compatibility 2008-06-11 02:33:23 +00:00
global.c git-svn-id: https://svn.eduke32.com/eduke32@821 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-30 07:30:48 +00:00
grpscan.c Better keybinding... still needs some work but seems to be functional 2008-06-29 10:40:37 +00:00
grpscan.h WW2GI "support" 2006-11-16 23:06:16 +00:00
keys.h Cleanup patch from Hunter_rus 2008-05-16 00:23:33 +00:00
mapster32.h git-svn-id: https://svn.eduke32.com/eduke32@783 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-10 02:29:58 +00:00
mdump.cpp git-svn-id: https://svn.eduke32.com/eduke32@583 1a8010ca-5511-0410-912e-c29ae57300e0 2007-12-12 15:27:34 +00:00
mdump.h git-svn-id: https://svn.eduke32.com/eduke32@579 1a8010ca-5511-0410-912e-c29ae57300e0 2007-09-11 02:23:08 +00:00
menus.c Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
names.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
namesdyn.c git-svn-id: https://svn.eduke32.com/eduke32@612 1a8010ca-5511-0410-912e-c29ae57300e0 2008-02-06 21:02:11 +00:00
namesdyn.h git-svn-id: https://svn.eduke32.com/eduke32@612 1a8010ca-5511-0410-912e-c29ae57300e0 2008-02-06 21:02:11 +00:00
osdcmds.c Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
osdcmds.h added support for removing aliases 2008-06-30 01:03:51 +00:00
osdfuncs.c git-svn-id: https://svn.eduke32.com/eduke32@830 1a8010ca-5511-0410-912e-c29ae57300e0 2008-07-01 11:14:18 +00:00
osdfuncs.h Support for a version string to stick in the lower right hand corner of the OSD 2006-12-11 04:38:10 +00:00
player.c git-svn-id: https://svn.eduke32.com/eduke32@804 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-14 09:25:22 +00:00
premap.c Some days, I just add shit for the hell of it 2008-07-07 08:04:12 +00:00
rts.c Comment out and refactor some unnecessary (IMO) console startup messages... seems to improve win32 startup times, possibly due to less scrolling of the startup window text buffer. 2008-07-09 23:25:38 +00:00
rts.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
savegame.c Fix 64 bit game saving and loading. 2008-06-10 19:28:56 +00:00
sector.c Remove -Wno-unused from Makefile 2008-03-21 04:01:38 +00:00
soundefs.h Update the headers of all source files, add CON_SHOWVIEW based on a patch from CONAN, other minor fixes 2007-02-08 04:19:39 +00:00
sounds.c Better keybinding... still needs some work but seems to be functional 2008-06-29 10:40:37 +00:00
sounds.h config file global variable rape 2007-08-26 10:35:52 +00:00
startgtk.game.c SDL and GTK+ version check patches from Ozkan Sezer 2008-04-25 01:46:19 +00:00
startwin.game.c Keep the startup window open when CON compilation fails so people can copy CON errors out of it directly without looking at eduke32.log 2008-07-10 05:37:36 +00:00
startwin.game.h GRP selection from JonoF 2006-07-07 18:41:05 +00:00
testcd.c Remove -Wno-unused from Makefile 2008-03-21 04:01:38 +00:00
winbits.c EDuke32 now compiles okay with the Microsoft compiler using NMake. 2006-12-21 12:53:11 +00:00
wrapper.c git-svn-id: https://svn.eduke32.com/eduke32@654 1a8010ca-5511-0410-912e-c29ae57300e0 2008-03-22 10:23:57 +00:00