Age | Commit message (Expand) | Author |
2012-10-28 | Refactor AES code to resolve compiler aliasing warnings. | Simon Howard |
2012-10-28 | Add functions for network signature requests. These request the signed | Simon Howard |
2012-10-28 | Define PRNG seed as a type. | Simon Howard |
2012-10-27 | Add pseudorandom number generator for secure demos. | Simon Howard |
2012-10-26 | Add small workaround to deal with the fact that the BFG Edition's | Simon Howard |
2012-10-25 | Add missing sha1.h header. | Simon Howard |
2012-10-25 | Switch from MD5 to SHA-1 for network digests. | Simon Howard |
2012-10-23 | Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for the | Simon Howard |
2012-07-11 | Er... that's 64, not 32. | Simon Howard |
2012-07-11 | Add bound check for scrolling walls limit and exit with an error if it | Simon Howard |
2012-02-04 | On Windows, convert the USER and USERNAME environment variables from OEM | Simon Howard |
2012-02-03 | Fix chat macros when vanilla_keyboard_mapping is turned off. | Simon Howard |
2012-02-02 | Re-resolve the address of the master server every eight hours, to adapt | Simon Howard |
2012-02-02 | Only use the SDL mouse lag workaround on Windows - not all systems allow | Simon Howard |
2012-01-05 | Add hack command-line option for on-screen OPL status output - useful | Simon Howard |
2011-11-26 | Fix weapon cycling keys when using IDKFA in Shareware Doom (thanks | Simon Howard |
2011-11-03 | Remove use of $< in Makefiles, for compatibility with OpenBSD's make. | Simon Howard |
2011-10-22 | Fix teleport behavior when emulating the alternate Final Doom | Simon Howard |
2011-10-16 | Zero out bottom two bits of palette data, to more accurately emulate the | Simon Howard |
2011-09-17 | Change query loop to sleep for 1ms rather than 50ms intervals, so that | Simon Howard |
2011-09-17 | Refactor query code so that it is possible to query by polling, rather | Simon Howard |
2011-09-17 | Fix ping calculation with LAN search. | Simon Howard |
2011-09-11 | Don't show error dialog if running from the console on OS X. | Simon Howard |
2011-08-29 | Fix bug with detection of IWAD type by filename (thanks mether). | Simon Howard |
2011-08-20 | Fix gnome-screensaver .desktop file (thanks Rahul Sundaram). | Simon Howard |
2011-07-21 | Don't use $^ in Makefiles, as it s a GNU make extension (thanks Jakub | Simon Howard |
2011-05-17 | Detect chex.deh if it is in the same directory as the IWAD file. | Simon Howard |
2011-05-14 | Fix display of ENDOOM screen. | Simon Howard |
2011-05-14 | Fix install of screensaver desktop file. | Simon Howard |
2011-05-14 | Add freedesktop.org desktop files for chocolate-doom, chocolate-setup | Simon Howard |
2011-05-14 | Convert build system to using the PROGRAM_PREFIX system used on | Simon Howard |
2011-05-08 | Shut up compiler warnings. | Simon Howard |
2011-04-24 | Infer -server when -privateserver is specified (thanks Porsche Monty). | Simon Howard |
2011-04-18 | Add test hack for simulating Porsche Monty's scanline emulation (see | Simon Howard |
2011-04-17 | Fix libtextscreen window hotkeys to work when shift is held down / | Simon Howard |
2011-03-30 | On OS X, display a dialog box when exiting with I_Error, like on | Simon Howard |
2011-03-28 | Emulate bug with IDMUS cheat when emulating v1.9 (thanks Alexandre | Simon Howard |
2011-03-28 | Fix OPL MIDI playback when using an empty .mus / .mid file (thanks | Simon Howard |
2011-03-28 | Allow .lmp files to be loaded (and demo files to be played back) that | Simon Howard |
2011-03-28 | Fix weapon cycling from the shotgun to the chaingun in Doom 1 (thanks | Simon Howard |
2011-03-09 | Add null sector dereference emulation code from Prboom+, to fix desync | Simon Howard |
2011-03-09 | Add support for the alternate version of the Final Doom executable that | Simon Howard |
2011-03-06 | Discard very short sound effects and strip lead-in / lead-out samples | Simon Howard |
2011-01-13 | In configuration files, use the scan code for right shift, not left | Simon Howard |
2011-01-12 | Fix menu navigation when using joystick / joypad (thanks AlexXav). | Simon Howard |
2011-01-02 | Turn off dynamic window resizing feature on OS X, as it adds an ugly | Simon Howard |
2010-12-28 | Make demo loop handling of DEMO4 case depend on the executable version | Simon Howard |
2010-12-25 | Remove the -wart parameter (thanks Sander van Dijk). | Simon Howard |
2010-12-25 | Remove the 32 character limit on the lengths of filenames specified to | Simon Howard |
2010-12-18 | Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but | Simon Howard |