summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-10-14Fix overflow of playeringame[] caused by smaller MAXPLAYERS.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2424
2011-10-14Convert Hexen to use common main loop code. Working multiplayer!Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2423
2011-10-14Fix query output for non-Doom games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2422
2011-10-13Add temporary hack to fix Strife multiplayer startup when the introSimon Howard
screen is enabled. Subversion-branch: /branches/v2-branch Subversion-revision: 2421
2011-10-13Fix lockup just after startup of single-player multiplayer games. Don'tSimon Howard
allow the server to advance too far ahead of the client. Subversion-branch: /branches/v2-branch Subversion-revision: 2420
2011-10-13Minor fixes to main loop code.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2419
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2417
2011-10-13Update Strife main loop code to use d_loop.c common main loop code.Simon Howard
Working multiplayer! Subversion-branch: /branches/v2-branch Subversion-revision: 2416
2011-10-13Remove d_net.h, include d_loop.h instead. Remove duplicate definitionsSimon Howard
that are in d_loop.h. Subversion-branch: /branches/v2-branch Subversion-revision: 2415
2011-10-13Resolved a TODO which was just the result of a common hex-raysJames Haley
misinterpretation of repne loops into two memcpy's, with the second copying 0 bytes. Subversion-branch: /branches/v2-branch Subversion-revision: 2414
2011-10-13Split out common main loop code into separate file, d_loop.c.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2413
2011-10-11Refactor and rearrange d_net.c so that the loop code is agnostic andSimon Howard
separate from the Doom-specific code. Subversion-branch: /branches/v2-branch Subversion-revision: 2412
2011-10-10Re-enable FEATURE_MULTIPLAYER, but #undef it in the Strife code so theSimon Howard
build isn't broken. Subversion-branch: /branches/v2-branch Subversion-revision: 2411
2011-10-07Comment changes only.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2410
2011-10-06Fix for missing finale fade-to-black bug that was driving me nuts - oneJames Haley
of the last known inaccuracies not related to the multiplayer code. Missing dirty rects system strikes again, basically. Subversion-branch: /branches/v2-branch Subversion-revision: 2409
2011-09-26Add graphical_startup option for Strife (to match Heretic/Hexen).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2408
2011-09-25Fix special1/special2 values in Hexen code so that they can properlySimon Howard
hold pointer values. Subversion-branch: /branches/v2-branch Subversion-revision: 2407
2011-09-25Fix special1/special2 values so that they can properly hold pointerSimon Howard
values. This fixes Heretic under 64-bit. Subversion-branch: /branches/v2-branch Subversion-revision: 2406
2011-09-25Handle WAD merging correctly when the sprites list contains lumps withSimon Howard
incorrectly formatted names - fixes merging for Heretic. Subversion-branch: /branches/v2-branch Subversion-revision: 2405
2011-09-25Fix warning message when loading a HHE patch with the wrong version.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2404
2011-09-25Temporary hack to avoid needing an Excedrin.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2403
2011-09-25Fix Strife weapon-cycling rules.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2402
2011-09-24Start -testcontrols for Strife on level 3 (rebel base).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2401
2011-09-24Don't allow menu actions when running with -testcontrols. QuitSimon Howard
immediately when pressing the window close button. Subversion-branch: /branches/v2-branch Subversion-revision: 2400
2011-09-24Don't show graphical startup for Heretic, Hexen or Strife when runningSimon Howard
with -testcontrols. Subversion-branch: /branches/v2-branch Subversion-revision: 2399
2011-09-24Add -testcontrols to Hexen.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2398
2011-09-24Rework Strife -testcontrols code to use common code.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2397
2011-09-24Add -testcontrols to Heretic.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2396
2011-09-24Rework mouse speed box drawing code and move to common code, so that itSimon Howard
can be added to other games. Subversion-branch: /branches/v2-branch Subversion-revision: 2395
2011-09-24Remove duplicate code for parsing -file parameter.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2394
2011-09-24Oops.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2393
2011-09-20Display an error dialog if trying to connect to a server where a game isSimon Howard
already in progress. Subversion-branch: /branches/v2-branch Subversion-revision: 2392
2011-09-20Add dedicated pack_chex and pack_hacx values for the Chex Quest and HacxSimon Howard
IWADs. Subversion-branch: /branches/v2-branch Subversion-revision: 2390
2011-09-20Display a warning message when trying to join a server playing a gameSimon Howard
that we don't have the IWAD for. Subversion-branch: /branches/v2-branch Subversion-revision: 2389
2011-09-20Add TXT_MessageBox convenience function.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2388
2011-09-20Auto-select IWAD based on query response from server.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2387
2011-09-19The current Chocolate Strife code emulates v1.2, not 1.31. 1.31 supportJames Haley
is still a TODO and cannot be pursued without resolution of the keybinding issue for the menu system. Subversion-branch: /branches/v2-branch Subversion-revision: 2386
2011-09-18Fix a minor annoyance with Strife startup - we are *not* emulating theSimon Howard
"Final Doom" executable. -gameversion processing code remains in case support for other Strife versions is desired in the future. Strip out some redundant gameversion / chex stuff as well. Subversion-branch: /branches/v2-branch Subversion-revision: 2385
2011-09-18Rerrange ordering of columns in server search dialog.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2384
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2383
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon Howard
interface. Subversion-branch: /branches/v2-branch Subversion-revision: 2382
2011-09-17Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2381
2011-09-17Change query loop to sleep for 1ms rather than 50ms intervals, so thatSimon Howard
precision is not lost in ping times. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2380
2011-09-17Refactor query code so that it is possible to query by polling, ratherSimon Howard
than blocking on a query function. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2379
2011-09-17Fix ping calculation with LAN search.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2378
2011-09-13Remove use of magic number in M_ReadMisObj, and fix Kaiser's name whileJames Haley
at it. Subversion-branch: /branches/v2-branch Subversion-revision: 2376
2011-09-12Fix bug in doubly-linked list implementation.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2368
2011-09-11Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
2011-09-11Oops.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2366
2011-09-11Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2365