raze-gles/polymer/eduke32/source
hnt_ts 88c8e0681f Fixed crash that happened with WW2GI. Thanks to supergoofy for helping me to find the problem.
The problem was there(GAME.CON)
// loading screen
onevent EVENT_GETLOADTILE
{
sound AAVE // uses spritesound and crashes
}
endevent

Note: the sound was supposed to be played once but with my approach it plays several sounds simultaneously and that's bad. I have chosen not to limit the sound command usage for WW2GI compatibility. I doubt whether I should commit this and decided that it's better to do after all.
If you have a better approach, you're welcome.

git-svn-id: https://svn.eduke32.com/eduke32@805 1a8010ca-5511-0410-912e-c29ae57300e0
2008-06-18 08:46:20 +00:00
..
jaudiolib git-svn-id: https://svn.eduke32.com/eduke32@782 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-09 23:41:54 +00:00
jmact git-svn-id: https://svn.eduke32.com/eduke32@654 1a8010ca-5511-0410-912e-c29ae57300e0 2008-03-22 10:23:57 +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
_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 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
anim.c Part 1 of 64-bit patch from Stephen Anthony 2008-02-16 22:27:08 +00:00
astub.c mem leakie in helpsystem. 2008-06-13 08:00:34 +00:00
config.c win32 gcc 4.3.0 fixes 2008-06-04 08:58:02 +00:00
config.h Wanna buy some crack? 2007-08-27 00:20:15 +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 64 bit fixes for weaponstuff, gamevars, vars readable from con, warnings 2008-06-10 19:32:14 +00:00
funct.h git-svn-id: https://svn.eduke32.com/eduke32@680 1a8010ca-5511-0410-912e-c29ae57300e0 2008-04-01 09:06:29 +00:00
function.h Some crap I didn't commit before 2007-02-16 00:11:25 +00:00
game.c git-svn-id: https://svn.eduke32.com/eduke32@804 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-14 09:25:22 +00:00
gamedef.c winlayer fullscreen polymost alt-tab mouse cursor fix 2008-06-11 09:25:58 +00:00
gamedef.h Added a new CON command: 2008-06-11 07:35:30 +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 winlayer fullscreen polymost alt-tab mouse cursor fix 2008-06-11 09:25:58 +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 Minimal changes to get it compiling (and not crashing when ran under 2008-04-24 09:53:16 +00:00
GNU.TXT Importing source for great justice 2006-04-13 20:47:06 +00:00
grpscan.c git-svn-id: https://svn.eduke32.com/eduke32@584 1a8010ca-5511-0410-912e-c29ae57300e0 2007-12-12 17:42:14 +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 git-svn-id: https://svn.eduke32.com/eduke32@782 1a8010ca-5511-0410-912e-c29ae57300e0 2008-06-09 23:41:54 +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 Model animation interpolation. 2008-06-06 14:00:12 +00:00
osdcmds.h Importing source for great justice 2006-04-13 20:47:06 +00:00
osdfuncs.c git-svn-id: https://svn.eduke32.com/eduke32@654 1a8010ca-5511-0410-912e-c29ae57300e0 2008-03-22 10:23:57 +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 Fix warnings 2008-06-10 19:29:57 +00:00
rts.c 64 bit fixes for weaponstuff, gamevars, vars readable from con, warnings 2008-06-10 19:32:14 +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 Fixed crash that happened with WW2GI. Thanks to supergoofy for helping me to find the problem. 2008-06-18 08:46:20 +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 Patch from hunter_rus 2008-05-10 01:29:37 +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