| 2010-12-14 |
| Add missing windows.h #include for Windows build (thanks Blondie and exp(x)). |
Simon Howard |
7d7b5087 |
| Check that an address is provided to the -query command line option (thanks Sander van Dijk). |
Simon Howard |
1ef81eb5 |
| 2010-12-12 |
| Add -privateserver and -servername options to chocolate-server manpage. Add server registration option to setup tool (thanks exp(x)). |
Simon Howard |
f4eb88dd |
| 2010-12-11 |
| Fix problem with -autojoin apparently caused by merge error. |
Simon Howard |
59d5d0d6 |
| Bind new screen_bpp variable to configuration file. |
Simon Howard |
ec3323b9 |
| Rearrange single player init to always use net_gamesettings_t structure. |
Simon Howard |
0688ecda |
| 2010-12-10 |
| Fix memory leak when dynamically resizing window in true color video modes. |
Simon Howard |
57a9f56e |
| Merge from trunk. |
Simon Howard |
d1a39671 |
| Fix crash introduced by merge. |
Simon Howard |
6a2d4763 |
| Merge from trunk. This is slightly out of date as I did the merge several days ago. |
Simon Howard |
8dab0a3e |
| Fix build problem (thanks Proteh). |
Simon Howard |
e225e0c9 |
| Remove "Error:" from the message displayed by I_Error, to match Vanilla. |
Simon Howard |
c7b77349 |
| Update NEWS. |
Simon Howard |
d82620a4 |
| Change alignment of actions in a window's action area so that there is equal space either side of the center widget. This is more aesthetically pleasing. |
Simon Howard |
af3e4412 |
| Replace txt_widget_t#selectable with a callback function to query whether the widget is selectable. This stops the table code from selecting things that aren't really selectable - eg. empty tables, scrollpanes containing unselectable widgets, etc. Fixes a bug with the warp menu (thanks Proteh). |
Simon Howard |
56824b13 |
| Add "warp" menu to the main menu of the setup tool, like Vanilla setup.exe (thanks Proteh). |
Simon Howard |
9caebe58 |
| Fix typo (thanks Sander van Dijk). |
Simon Howard |
04f6f45f |
| Specify master server port explicitly, so that server registration works when using -port. |
Simon Howard |
4a76f500 |
| 2010-12-07 |
| - Update chocolate-server codeblocks project |
Russell Rice |
3f3efe93 |
| Assign the oldest client to be the controller, not the first found in the clients[] array. |
Simon Howard |
6727d54e |
| 2010-12-06 |
| Fix -solo-net to actually behave the same as other ports. |
Simon Howard |
e4025e0a |
| Rename -netdemo command line parameter to -solo-net, for consistency with other ports (-netdemo is still recognised). |
Simon Howard |
35104488 |
| Update NEWS. |
Simon Howard |
678a8f9a |
| 2010-12-05 |
| Allow textscreen font to be overridden using the TEXTSCREEN_FONT command line variable. |
Simon Howard |
2a786cc6 |
| 2010-12-04 |
| Rename search command line options: -search to search the Internet, -localsearch to search local LAN. |
Simon Howard |
d3c8d42b |
| Add ping time to query output. |
Simon Howard |
3c57887b |
| Fix formatting for -masterquery to match -search. |
Simon Howard |
0194038c |
| Fix bug when running with -server option. |
Simon Howard |
863afa81 |
| 2010-12-02 |
| Make multiple query attempts to servers before giving up. Display a warning if the master server does not respond. |
Simon Howard |
0ff67f43 |
| Add -servername parameter to allow the owner to change the name returned in response to queries (thanks AlexMax). |
Simon Howard |
59d2ed0f |
| More refactoring of querying code, to not be specific to the purpose of printing out a list. |
Simon Howard |
b11030cb |
| Refactor query code and add a -masterquery command line parameter to query the master server. |
Simon Howard |
bfbffcf1 |
| Register servers with Internet master server. |
Simon Howard |
f9ab444c |
| 2010-11-30 |
| Oops. |
Simon Howard |
74034c0c |
| Remove "-debugfile" command line option and associated variable. |
Simon Howard |
b8db918b |
| Update NEWS. |
Simon Howard |
89187a00 |
| - Update codeblocks project |
Russell Rice |
81170639 |
| Add support for HACX v1.2 IWAD file. |
Simon Howard |
9e54684b |
| Add NOT-BUGS file with some common Vanilla gotchas. |
Simon Howard |
e18391bb |
| 2010-11-29 |
| Auto-adjust the screen color depth if the configured color depth is not supported by the hardware. |
Simon Howard |
6307e5e2 |
| 2010-11-27 |
| Add dropdown list to setup tool to select screen BPP. |
Simon Howard |
d417ce23 |
| When generating the texture name lookup hash table, add new entries to the end of chains. This way, entries earlier in the texture list trump later entries with the same name. This fixes a bug with the wrong sky being shown in Spooky01.wad (thanks Porsche Monty). |
Simon Howard |
cd116c36 |
| Fix -timer / -avg options to work like Vanilla when playing demos. |
Simon Howard |
79446c49 |
| 2010-11-26 |
| In non-palettized boxed screen modes, don't update the border areas of the screen. This is more CPU and memory efficient, and also fixes the "flashing border" bug when palette flashes occur. |
Simon Howard |
74c2dc33 |
| Turn double buffering on for non-palettized screen modes, as this may be the cause of screen tearing reports. |
Simon Howard |
ca81122d |
| 2010-11-24 |
| Detect when running on Windows Vista or later, and switch to 32 bpp screen mode. |
Simon Howard |
9de2b29c |
| Add configuration file parameter and command line option to specify the screen pixel depth. |
Simon Howard |
288d322c |
| Add workaround to stop freezeups with old versions of SDL_mixer. |
Simon Howard |
cf82ce9d |
| 2010-11-21 |
| Add -8in32 command line parameter to make the game run in 32-bit color mode, scaling up into an intermediate 8-bit buffer first. This should help with the palette problems experienced by Windows Vista/7 users. |
Simon Howard |
b03de597 |
| 2010-11-20 |
| Remove dependency of network code on Doom code. |
Simon Howard |
005747a6 |