Age | Commit message (Expand) | Author |
2007-08-31 | Use short for texpatch_t .originx, .originy: fixes problem caused by | Simon Howard |
2007-08-31 | Use gcc packed attribute for all structures read/written to disk. This | Simon Howard |
2007-08-27 | Fix bug where the automap always follows player 1 in multiplayer mode | Simon Howard |
2007-08-24 | Initialise tracksize variable before mus2mid conversion, otherwise it is | Simon Howard |
2007-08-19 | Use __APPLE__ instead of __MACOSX__. | Simon Howard |
2007-08-09 | Remove debugging message. | Simon Howard |
2007-08-09 | Don't crash when all players have quit. | Simon Howard |
2007-08-09 | Disconnect any remaining drones when the last real player quits. | Simon Howard |
2007-08-08 | Remove M_FileExists check for steam directories and add them as possible | Simon Howard |
2007-08-08 | Add the default DEICE install directories to the IWAD search path on | Simon Howard |
2007-08-08 | Match steam IWAD directory order to IWAD search order. | Simon Howard |
2007-08-08 | Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants. | Simon Howard |
2007-08-08 | Make M_FileExists work on directories. | Simon Howard |
2007-08-08 | Add temporary debugging messages for Steam support. | Simon Howard |
2007-08-08 | Don't assume Steam InstallPath ends in a \ | Simon Howard |
2007-08-07 | All of the steam IWADs are in \base subdirectories. | Simon Howard |
2007-08-07 | Autodetect IWADs installed by Steam. | Simon Howard |
2007-08-06 | Remove duplicate FileExists function. | Simon Howard |
2007-08-03 | Fix 'pop' at the end of sound effects caused by an audio conversion bug. | Simon Howard |
2007-07-30 | Set timedemo start time when demo playback begins, not when the level | Simon Howard |
2007-07-30 | Make the z_native "out of memory" error message match the normal z_zone | Simon Howard |
2007-07-30 | Fix bug in z_native linked list logic. Clear out all PU_CACHE blocks | Simon Howard |
2007-07-29 | Allow more than the standard three mouse buttons to be defined through | Simon Howard |
2007-07-22 | Add missing new mouse buttons to setup (thanks RazTK). | Simon Howard |
2007-07-10 | Another crazy idea. | Simon Howard |
2007-07-10 | Shut up compiler warning. | Simon Howard |
2007-07-08 | Make the numeric keypad behave like Vanilla does. | Simon Howard |
2007-07-08 | Add -netdemo for playing back netgame demos that only have a single | Simon Howard |
2007-07-07 | Make drones quit when disconnected from the server. | Simon Howard |
2007-07-07 | Don't grab the mouse if a drone player (no input, so it isn't needed). | Simon Howard |
2007-07-05 | Clearer prompt when asking whether to save settings on exit of setup. | Simon Howard |
2007-07-05 | Remove "startup delay" from the setup display configuration dialog. | Simon Howard |
2007-07-04 | Add pcsound_internal.h to dist. | Simon Howard |
2007-06-30 | Don't crash if there is a multiplayer demo in the demo loop. | Simon Howard |
2007-06-27 | Interpret skill level setting as a signed integer, to allow -skill 0. | Simon Howard |
2007-06-22 | Don't allow two actions bound to the same button in setup. | Simon Howard |
2007-06-22 | Replace 35 with TICRATE where appropriate. | Simon Howard |
2007-06-21 | Add a joystick dead zone for joysticks that don't have them. | Simon Howard |
2007-06-21 | Revert previous change from bitshifts to divides; this causes demo | Simon Howard |
2007-06-21 | Add arrlen() macro as a clearer way of doing sizeof(array) / | Simon Howard |
2007-06-21 | Add portability section to HACKING file. | Simon Howard |
2007-06-20 | Update TODO. | Simon Howard |
2007-06-20 | Add x5 screen scale (thanks MikeRS!) | Simon Howard |
2007-06-20 | Add new configuration options for the mouse and joystick for controls | Simon Howard |
2007-06-18 | Update codeblocks projects for new sound stuff | Russell Rice |
2007-06-18 | Add -iwad when joining a game, as well as when creating one (thanks | Simon Howard |
2007-06-18 | Remove deleted headers from Makefile.am. | Simon Howard |
2007-06-17 | Make the music code modular as well, although for the time being there | Simon Howard |
2007-06-17 | Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound | Simon Howard |
2007-06-16 | Switch back to z_zone, not z_native (oops!) | Simon Howard |