| 2011-09-18 |
| Rerrange ordering of columns in server search dialog. |
Simon Howard |
1ce76006 |
| Hook query code into setup tool, and add search results window. |
Simon Howard |
96f7da6a |
| 2011-09-17 |
| Add multiplayer query code to setup tool, and rework join game interface. |
Simon Howard |
4dc7b33e |
| Merge from trunk. |
Simon Howard |
1f170ff1 |
| Change query loop to sleep for 1ms rather than 50ms intervals, so that precision is not lost in ping times. |
Simon Howard |
e7e8858a |
| Refactor query code so that it is possible to query by polling, rather than blocking on a query function. |
Simon Howard |
7fc842b9 |
| Fix ping calculation with LAN search. |
Simon Howard |
22a8e37d |
| Bump version numbers for Windows build to temporary version. |
Simon Howard |
1981657e |
| 2011-09-13 |
| Remove use of magic number in M_ReadMisObj, and fix Kaiser's name while at it. |
James Haley |
9b4b2d59 |
| Generate .map files for release builds in the Visual Studio project. |
James Haley |
f2042da1 |
| 2011-09-12 |
| Add Quasar and Kaiser to AUTHORS. |
Simon Howard |
7618dfea |
| Bump version to temporary version number. |
Simon Howard |
996049b1 |
| Update OS X launcher to include box for Strife IWAD. |
Simon Howard |
55825846 |
| Increase window size in .dmg package, so that there is no vertical scroll bar. |
Simon Howard |
22250619 |
| Set branch_helper properties to parent from trunk. |
Simon Howard |
7093f3f4 |
| Create branch for version 2 development. raven-branch and strife-branch work will continue here. |
Simon Howard |
f715234e |
| Fix bug in doubly-linked list implementation. |
Simon Howard |
fb364d53 |
| 2011-09-11 |
| Merge from raven-branch. |
Simon Howard |
efd15d96 |
| Oops. |
Simon Howard |
11024d82 |
| Merge from trunk. |
Simon Howard |
1bcdb39f |
| Don't show error dialog if running from the console on OS X. |
Simon Howard |
df292a6d |
| 2011-09-06 |
| Initial changes towards supporting multi-package RPM build, with separate packages for Doom, Heretic and Hexen binaries. |
Simon Howard |
bab992ea |
| 2011-09-05 |
| Place Hexen savegames in configdir/savegames/hexen.wad/ rather than configdir/hexndata/, to be in line with Doom / Heretic behavior. |
Simon Howard |
a74c5e46 |
| Store Heretic savegames in the configuration directory, as with Doom savegames. |
Simon Howard |
5d82119c |
| Refactor savegamedir calculation code to work the same as trunk. |
Simon Howard |
9ff63977 |
| 2011-08-29 |
| Fix bug with detection of IWAD type by filename (thanks mether). |
Simon Howard |
358db837 |
| 2011-08-22 |
| Add clarification note about icon copyright status (thanks to Chris Metcalf for clarification by email). |
Simon Howard |
2e67fde2 |
| 2011-08-20 |
| Update COPYING to latest version of GPL2 with new address of FSF (thanks Rahul Sundaram). |
Simon Howard |
fb9fb072 |
| Fix gnome-screensaver .desktop file (thanks Rahul Sundaram). |
Simon Howard |
aa621807 |
| 2011-07-24 |
| Fix default mouse buttons in setup tool (Thanks Alexandre Xavier). |
Simon Howard |
99a208bc |
| 2011-07-21 |
| Don't use $^ in Makefiles, as it s a GNU make extension (thanks Jakub Lach). |
Simon Howard |
736082f2 |
| 2011-07-01 |
| Made Hexen buildable with strife-branch's VC2008 .proj file. |
James Haley |
4d17ab36 |
| 2011-06-30 |
| Two changes: * Be vanilla-compatible with callpoint to M_Ticker. * Use a temporary screen buffer for screen wipes to avoid overdrawing the screen during the fade process. This didn't happen in vanilla due to its refresh system. |
James Haley |
5674a4e6 |
| 2011-06-29 |
| Added support for -work and -flip command-line parameters. -random cannot be supported yet because it requires addition to the list of transmitted variables during network game initialization (TODO!) |
James Haley |
788892b9 |
| 2011-06-16 |
| Add AM_SILENT_RULES macro for terser build output. |
Simon Howard |
16dc726c |
| 2011-06-14 |
| Add missing include so that the OS X error window is displayed. |
Simon Howard |
b2318d48 |
| 2011-06-13 |
| Rework configuration window; add Heretic/Hexen configuration boxes. |
Simon Howard |
1cfa4409 |
| Merge from trunk. |
Simon Howard |
391e7466 |
| Link chocolate-setup against SDL_mixer to fix compile on Mac OS X. |
Simon Howard |
fa328faf |
| 2011-06-04 |
| Resolved some TODOs and fixed a couple of problem spots that were forgotten. |
James Haley |
1271fc25 |
| 2011-05-17 |
| Update NEWS and ChangeLog, bump version number. |
Simon Howard |
822664b4 |
| Add dependency for INSTALL generation. |
Simon Howard |
855c7a48 |
| Detect chex.deh if it is in the same directory as the IWAD file. |
Simon Howard |
dcd1a6c3 |
| 2011-05-14 |
| Fix display of ENDOOM screen. |
Simon Howard |
a0ce233f |
| Fix install of screensaver desktop file. |
Simon Howard |
75ddea9c |
| Add freedesktop.org desktop files for chocolate-doom, chocolate-setup (thanks Adrián Chaves Fernández). |
Simon Howard |
d07b88e4 |
| Convert build system to using the PROGRAM_PREFIX system used on raven-branch. |
Simon Howard |
184ea9ba |
| 2011-05-08 |
| Update NEWS. |
Simon Howard |
87efdfbd |
| Allow IWAD files to be double-clicked in the finder to set the IWAD configuration. |
Simon Howard |
351c1be3 |
| Shut up compiler warnings. |
Simon Howard |
6e9294e0 |