summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-30Split off timer code into separate i_timer.c file. Add d_dedicated.cSimon Howard
and build chocolate-server, a standalone dedicated server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 455
2006-03-30Dedicated server mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 454
2006-03-30Remove hard-coded use of network modules from server code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 453
2006-03-29Removing dummy file.Simon Howard
Goodbye, #chocolate-doom :-( Subversion-branch: /trunk/chocolate-doom Subversion-revision: 452
2006-03-29Dummy commit to test the new IRC monitoring botSimon Howard
Hello #chocolate-doom! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 451
2006-03-29Removing dummy.txtSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 450
2006-03-29This is a message.Simon Howard
A multiline commit message. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 449
2006-03-29Dummy changeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 448
2006-03-29Dummy commitSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 447
2006-03-27Update NEWS file, incorporating changes from v0.1.4 as well.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 446
2006-03-27Fix divide by zero in 1427uv01.lmp caused by the use of int insteadSimon Howard
of angle_t in R_ScaleFromGlobalAngle() Subversion-branch: /trunk/chocolate-doom Subversion-revision: 445
2006-03-25New feature to allow compiling without multiplayer supportSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 444
2006-03-25Improve Z_CheckHeap()Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 443
2006-03-25Fix builds with FEATURE_DEHACKED disabledSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 442
2006-03-25Run the menu at the correct speedSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 441
2006-03-24Adjust anti-CPU-hogging sleep times.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 440
2006-03-24Add "native allocator" message to distinguish from z_zone.cSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 439
2006-03-24Call W_GenerateHashTable to generate the lumpname hashtable. Do Simon Howard
not constantly look up MAP01 to see if this is a store demo. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 438
2006-03-24Ooops!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 437
2006-03-24Generate a hash table for fast lump name lookups.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 436
2006-03-24Add a second implementation of the zone memory system which just uses Simon Howard
malloc() and free() as a backend. This will be useful for running dedicated servers (no need to allocate an entire heap). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 435
2006-03-24Make memblock_t internal to z_zone.c. Adjust Z_ChangeTag #define toSimon Howard
cope with this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 434
2006-03-24Update TODO. Remove finished things (64-bit, netcode) and stuff whichSimon Howard
will never be done (z_zone short-circuit). Add some new TODOs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 433
2006-03-24Use "sizeof(line_t *)" not "4". Fixes 64-bit builds.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 432
2006-03-23Remove "default sfx volume" message: this is confusing now, and isn'tSimon Howard
in Vanilla anyway. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 431
2006-03-23Fix sound rangeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 430
2006-03-23Separate variables for config file volume levels and sound API internalSimon Howard
volume levels (this is how the Vanilla code behaves). Fixes sound behavior on level 8! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 429
2006-03-19Smarter fullscreen setting adjustmentSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 428
2006-03-18Auto adjust settings when running fullscreen so that we run in a Simon Howard
valid video mode. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 427
2006-03-18Fix music startup/shutdownSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 426
2006-03-18Catch failures to initialise SDL_mixer properly, and fail gracefullySimon Howard
rather than crashing the game. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 425
2006-03-18Add missing SDL.h include for i_main.c - fixes play under MacOS X!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 424
2006-03-17Fix windres detectionSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 423
2006-03-16Better fix for the intermission screen crash. Don't call WI_End untilSimon Howard
after we change to gamestate != GS_INTERMISSION Subversion-branch: /trunk/chocolate-doom Subversion-revision: 422
2006-03-16Fix crasher when starting new levels, because the intermissions codeSimon Howard
tries to draw patches which have been unloaded (WI_Drawer runs after WI_End, because it is waiting for the game loop to load the new level) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 421
2006-03-15fix DEH_UNSUPPORTED_MAPPING, add frame::codepointer as an unsupportedSimon Howard
mapping Subversion-branch: /trunk/chocolate-doom Subversion-revision: 420
2006-03-15Check for IWADs in the same order as Vanilla DoomSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 419
2006-03-14Detect the presence of 'windres' properlySimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 418
2006-03-11Shut up compiler warningsSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 417
2006-03-11Fix bug with corruption of long player names. Remove tab characters.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 416
2006-03-10Add fullscreen "letterbox" mode for people without a functioning 320x200Simon Howard
video mode. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 415
2006-03-07If running with -timedemo, do not generate new ticcmds throughSimon Howard
NetUpdate. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 414
2006-03-07Indicate when a message has been received from the server.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 413
2006-03-07Store the reason when a connection is disconnected, and display a Simon Howard
message indicating when clients time out from the server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 412
2006-03-07Convert NET_CL_SafePuts to NET_SafePuts, and print rejection messagesSimon Howard
from the server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 411
2006-03-07Generic console message mechanism. Inform all players when recordingSimon Howard
a low-res demo. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 410
2006-03-06Give a server-side warning when recording low resolution demos.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 409
2006-03-06Do not run TryRunTics until after we have started demo recording. FixSimon Howard
crash when recording demos. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 408
2006-03-03Fix loss of precision when turning with mouse.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 407
2006-03-02Add unsigned qualifiers on swapping functions, to stop problems on Simon Howard
MacOS X. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 406