summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
2012-02-03Split off UTF-8 code into separate file and add extra functions.Simon Howard
2012-02-02Beginnings of limited textscreen UTF-8 support.Simon Howard
2012-02-02Re-resolve the address of the master server every eight hours, to adaptSimon Howard
2012-02-02Bind missing sound variables so the settings are not lost when runningSimon Howard
2012-02-02Fix scroll bar behavior (thanks Alexandre Xavier).Simon Howard
2012-02-02Only use the SDL mouse lag workaround on Windows - not all systems allowSimon Howard
2012-01-05Add hack command-line option for on-screen OPL status output - usefulSimon Howard
2011-12-18- Update codeblocks projectsRussell Rice
2011-11-26Add "statistics captured" message on exit when the using -statdumpSimon Howard
2011-11-26Fix weapon cycling keys when using IDKFA in Shareware Doom (thanksSimon Howard
2011-11-03Remove use of $< in Makefiles, for compatibility with OpenBSD's make.Simon Howard
2011-10-30Fix previous change - Strife games are not always -altdeath; the defaultSimon Howard
2011-10-29Update Strife multiplayer behavior to always use altdeath mode inSimon Howard
2011-10-29Update TODO, HH-TODO - remove completed items.Simon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-23Remove hack that forces the window to always be centered within theSimon Howard
2011-10-23Fix chat macro defaults in setup tool.Simon Howard
2011-10-23Fix player name input box in multiplayer configuration.Simon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard
2011-10-23Fix crash when closing a window.Simon Howard
2011-10-23Don't save value when destructor is called.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-10-23Fix compiler warnings (thanks Edward-San).Simon Howard
2011-10-22Merge from trunk.Simon Howard
2011-10-22Fix teleport behavior when emulating the alternate Final DoomSimon Howard
2011-10-22Change KEY_BACKSPACE to 0x7f to fix problems with the backspace key notSimon Howard
2011-10-22Fix Heretic and Hexen multiplayer chat.Simon Howard
2011-10-22Update setup tool to show 8 key bindings for appropriate games.Simon Howard
2011-10-22Fix crash when pressing escape in help screens.Simon Howard
2011-10-22Fix percentage output to match that of statdump.exe.Simon Howard
2011-10-21Add command line parameter to disable the GUI pop-up window that appearsSimon Howard
2011-10-21Add -statdump command line parameter, to generate the same output asSimon Howard
2011-10-20Confirm quit game when the window close button is clicked a second time.Simon Howard
2011-10-20Change labels in setup tool for Strife popup windows to have moreSimon Howard
2011-10-20Fix bug with Hexen savedir set to "(null)" by setup tool (thanksSimon Howard
2011-10-20Use TXT_MessageBox where appropriate.Simon Howard
2011-10-20Fix Konami code.Simon Howard
2011-10-19Fix lockups in Hexen and Strife when playing with more than fourSimon Howard
2011-10-19Oops.Simon Howard
2011-10-19Send MAXPLAYERS value for game on connect to server. Make server adaptSimon Howard
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
2011-10-17Fix crash on respawn in Heretic (same as previously-fixed Hexen respawnSimon Howard
2011-10-17Rearrange Hexen startup to fix crash when starting a deathmatch game.Simon Howard
2011-10-17Tweak Strife buttons2 field to be differential against previous value,Simon Howard
2011-10-17Fix Hexen multiplayer spy key rebinding.Simon Howard
2011-10-17Fix tic diffs to handle Strife fields correctly.Simon Howard
2011-10-17Always show the Strife intro splash screen in windowed mode, and finishSimon Howard
2011-10-17Rework net_connect_data_t structure to include WAD and DehackedSimon Howard