summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-09-07Modify the sound effect caching behaviour: sounds which are not playingSimon Howard
are now marked as PU_CACHE; it is otherwise possible to run out of memory. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 87
2005-09-07Catch signals and exit cleanlySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 86
2005-09-07Remove non-ANSI C headers and functionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 85
2005-09-07Remove non-ANSI C headers. Use standard C file I/O functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 84
2005-09-07Fix up names of functionsSimon Howard
Make the quit button work (pops up the "quit doom?" prompt). Fix focus detection to release the mouse and ignore mouse events when window is not focused. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 83
2005-09-07Maintain dos-specific options in config fileSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 82
2005-09-06Restore -nosound, -nosfx, -nomusicSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 80
2005-09-06Setting music volumeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 79
2005-09-06Silly me - i misread cph's patch and got the logic backwardsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 78
2005-09-06Working music!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 77
2005-09-06Newer versions of mmus2mid.c,h from prboomSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 76
2005-09-05Add mmus2mid code from prboom. Use 'void *' for music handles. PassSimon Howard
length of data when registering music. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 75
2005-09-0516-bit soundSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 74
2005-09-05Use the system-nonspecific sound code to assign the channel number usedSimon Howard
by SDL. Remove handle tagging stuff. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 73
2005-09-04Remove dead code. Cope with the screen not having width == pitch. LockSimon Howard
the SDL screen surface properly. Rewrite 2x scaling code. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 72
2005-09-04shut up compiler warningsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 71
2005-09-04Support demos recorded with cph's modified "v1.91" doom exe - whichSimon Howard
contain higher resolution angleturn Subversion-branch: /trunk/chocolate-doom Subversion-revision: 70
2005-09-04'novert' command line option to disable vertical mouse movementSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 69
2005-09-04Support the old "joyb_speed 31" hack to allow autorunSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 68
2005-09-04Doom v1.9 doesnt allow cheats in nightmare mode!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 67
2005-09-04Display the correct quit messages according to which game is being played.Simon Howard
Remove "language" variable (do this through gettext, if ever) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 66
2005-09-01-nograbmouse optionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 64
2005-08-31smarter mouse grabbing for windowed modeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 63
2005-08-31Nicer banner showing the game type (once we know). Remove dead code.Simon Howard
Find the config file properly. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 62
2005-08-31Display the game name in the title bar. Move game start code to laterSimon Howard
in initialisation because of the IWAD detection changes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 61
2005-08-31Remove the last traces of NORMALUNIXSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 60
2005-08-31Better IWAD detection and identification. Support '-iwad' to specifySimon Howard
the IWAD to use. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 59
2005-08-30More Windows fixesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 58
2005-08-30Windows fixesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 57
2005-08-29Add missing header to fix buildSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 56
2005-08-23Demo sync problem with teleports and final doomSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 54
2005-08-19Make sounds louder. Use the correct maximum of 15 when doing soundSimon Howard
calculations. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 53
2005-08-12Port network code to use SDL_netSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 52
2005-08-10Remove "if (french)" stuff, FRENCH define, detect french wad automaticallySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 51
2005-08-07Clear the screen on startupSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 49
2005-08-07Cycle round sound channels to stop reuse and conflicts of channelSimon Howard
numbers. Add debug to detect when incorrect sound handles are used. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 48
2005-08-07Fix gamma correctionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 47
2005-08-07Clear disk image when loading at startupSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 46
2005-08-06Fix low resolution modeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 45
2005-08-06Only change palette on screen updatesSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 44
2005-08-06Remove debug messages, send error messages to stderrSimon Howard
Fix overflow when playing large sound files Subversion-branch: /trunk/chocolate-doom Subversion-revision: 43
2005-08-05More sensible defaultsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 42
2005-08-04Use DOOM_VERSION to define the Doom version (don't conflict withSimon Howard
automake's config.h). Display GPL message instead of anti-piracy messages. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 41
2005-08-04Use zone memory function. Add command line optionsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 40
2005-08-04Turn on compiler optimisation and warning optionsSimon Howard
Add SDL_mixer sound code Subversion-branch: /trunk/chocolate-doom Subversion-revision: 39
2005-08-04Use keysym value rather than unicode value (fixes problems with shiftSimon Howard
key) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 38
2005-08-04Silence compiler warningsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 37
2005-08-04Use zone memory functions instead of alloca/malloc/freeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 36
2005-08-04Fix clev cheatSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 35
2005-08-04Begin/EndRead now in i_video.cSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 34