summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
2005-09-06Setting music volumeSimon Howard
2005-09-06Silly me - i misread cph's patch and got the logic backwardsSimon Howard
2005-09-06Working music!Simon Howard
2005-09-06Newer versions of mmus2mid.c,h from prboomSimon Howard
2005-09-05Add mmus2mid code from prboom. Use 'void *' for music handles. PassSimon Howard
2005-09-0516-bit soundSimon Howard
2005-09-05Use the system-nonspecific sound code to assign the channel number usedSimon Howard
2005-09-04Remove dead code. Cope with the screen not having width == pitch. LockSimon Howard
2005-09-04shut up compiler warningsSimon Howard
2005-09-04Support demos recorded with cph's modified "v1.91" doom exe - whichSimon Howard
2005-09-04'novert' command line option to disable vertical mouse movementSimon Howard
2005-09-04Support the old "joyb_speed 31" hack to allow autorunSimon Howard
2005-09-04Doom v1.9 doesnt allow cheats in nightmare mode!Simon Howard
2005-09-04Display the correct quit messages according to which game is being played.Simon Howard
2005-09-01-nograbmouse optionSimon Howard
2005-08-31smarter mouse grabbing for windowed modeSimon Howard
2005-08-31Nicer banner showing the game type (once we know). Remove dead code.Simon Howard
2005-08-31Display the game name in the title bar. Move game start code to laterSimon Howard
2005-08-31Remove the last traces of NORMALUNIXSimon Howard
2005-08-31Better IWAD detection and identification. Support '-iwad' to specifySimon Howard
2005-08-30More Windows fixesSimon Howard
2005-08-30Windows fixesSimon Howard
2005-08-29Add missing header to fix buildSimon Howard
2005-08-23Demo sync problem with teleports and final doomSimon Howard
2005-08-19Make sounds louder. Use the correct maximum of 15 when doing soundSimon Howard
2005-08-12Port network code to use SDL_netSimon Howard
2005-08-10Remove "if (french)" stuff, FRENCH define, detect french wad automaticallySimon Howard
2005-08-07Clear the screen on startupSimon Howard
2005-08-07Cycle round sound channels to stop reuse and conflicts of channelSimon Howard
2005-08-07Fix gamma correctionSimon Howard
2005-08-07Clear disk image when loading at startupSimon Howard
2005-08-06Fix low resolution modeSimon Howard
2005-08-06Only change palette on screen updatesSimon Howard
2005-08-06Remove debug messages, send error messages to stderrSimon Howard
2005-08-05More sensible defaultsSimon Howard
2005-08-04Use DOOM_VERSION to define the Doom version (don't conflict withSimon Howard
2005-08-04Use zone memory function. Add command line optionsSimon Howard
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
2005-08-04Use keysym value rather than unicode value (fixes problems with shiftSimon Howard
2005-08-04Silence compiler warningsSimon Howard
2005-08-04Use zone memory functions instead of alloca/malloc/freeSimon Howard
2005-08-04Fix clev cheatSimon Howard
2005-08-04Begin/EndRead now in i_video.cSimon Howard
2005-08-04Loading diskSimon Howard
2005-08-03Display FPS on quitSimon Howard
2005-08-03Set some flags to fix palette and improve performanceSimon Howard
2005-08-03Working scale*2Simon Howard
2005-07-25mouseSimon Howard
2005-07-25Port timer code to SDLSimon Howard