summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-12Fix menu navigation when using joystick / joypad (thanks AlexXav).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2237
2011-01-02Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2235
2011-01-02Remove redundant package version label from top of OS X launcher window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2234
2011-01-02Restore window title when changing video driver in setup tool (thanksSimon Howard
AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2233
2011-01-02Turn off dynamic window resizing feature on OS X, as it adds an uglySimon Howard
resize handle to the corner of the window that overlaps the view of the game. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2231
2010-12-28Make demo loop handling of DEMO4 case depend on the executable versionSimon Howard
being emulated: the Vanilla versions did not have any conditional behavior based on gamemode/gamemission. This has the side effect of causing the game to exit with an error when playing with Final Doom, but this is Vanilla behavior. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2230
2010-12-25Include NOT-BUGS in rpm packages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2228
2010-12-25Pass through all command line arguments specified to the setup tool toSimon Howard
the game, to match Vanilla behavior (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2227
2010-12-25Remove the -wart parameter (thanks Sander van Dijk).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2226
2010-12-25Remove the 32 character limit on the lengths of filenames specified toSimon Howard
-record (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2225
2010-12-19Change setup tool skill level names to match Doom's "new game" menuSimon Howard
exactly (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2224
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
also checks that extra options were provided on the command line (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2223
2010-12-14Add missing windows.h #include for Windows build (thanks Blondie andSimon Howard
exp(x)). Subversion-branch: /branches/raven-branch Subversion-revision: 2222
2010-12-14Check that an address is provided to the -query command line optionSimon Howard
(thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2221
2010-12-12Add -privateserver and -servername options to chocolate-server manpage.Simon Howard
Add server registration option to setup tool (thanks exp(x)). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2220
2010-12-11Fix problem with -autojoin apparently caused by merge error.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2218
2010-12-11Bind new screen_bpp variable to configuration file.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2217
2010-12-11Rearrange single player init to always use net_gamesettings_t structure.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2216
2010-12-10Fix memory leak when dynamically resizing window in true color videoSimon Howard
modes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2215
2010-12-10Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2214
2010-12-10Fix crash introduced by merge.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2213
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
several days ago. Subversion-branch: /branches/raven-branch Subversion-revision: 2212
2010-12-10Fix build problem (thanks Proteh).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2211
2010-12-10Remove "Error:" from the message displayed by I_Error, to match Vanilla.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2210
2010-12-10Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2209
2010-12-10Change alignment of actions in a window's action area so that there isSimon Howard
equal space either side of the center widget. This is more aesthetically pleasing. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2208
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
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). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2207
2010-12-10Add "warp" menu to the main menu of the setup tool, like VanillaSimon Howard
setup.exe (thanks Proteh). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2206
2010-12-10Fix typo (thanks Sander van Dijk).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2204
2010-12-10Specify master server port explicitly, so that server registration worksSimon Howard
when using -port. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2203
2010-12-07- Update chocolate-server codeblocks projectRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2202
2010-12-07Assign the oldest client to be the controller, not the first found inSimon Howard
the clients[] array. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2201
2010-12-06Fix -solo-net to actually behave the same as other ports.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2198
2010-12-06Rename -netdemo command line parameter to -solo-net, for consistencySimon Howard
with other ports (-netdemo is still recognised). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2197
2010-12-06Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2196
2010-12-05Allow textscreen font to be overridden using the TEXTSCREEN_FONT commandSimon Howard
line variable. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2195
2010-12-04Rename search command line options: -search to search the Internet,Simon Howard
-localsearch to search local LAN. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2193
2010-12-04Add ping time to query output.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2192
2010-12-04Fix formatting for -masterquery to match -search.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2191
2010-12-04Fix bug when running with -server option.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2190
2010-12-02Make multiple query attempts to servers before giving up. Display aSimon Howard
warning if the master server does not respond. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2187
2010-12-02Add -servername parameter to allow the owner to change the name returnedSimon Howard
in response to queries (thanks AlexMax). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2185
2010-12-02More refactoring of querying code, to not be specific to the purpose ofSimon Howard
printing out a list. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2184
2010-12-02Refactor query code and add a -masterquery command line parameter toSimon Howard
query the master server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2182
2010-12-02Register servers with Internet master server.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2181
2010-11-30Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2180
2010-11-30Remove "-debugfile" command line option and associated variable.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2179
2010-11-30Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2178
2010-11-30- Update codeblocks projectRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2177
2010-11-30Add support for HACX v1.2 IWAD file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2176