summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2006-11-15Fix endianness problem in mus2mid code (thanks denis)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 752
2006-11-14Use getenv/putenv, not SDL_getenv/SDL_putenv.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 751
2006-11-14Support running as a screensaver under X!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 750
2006-11-10Fix for playing demos on PPC (actually, fix for loading single lumpSimon Howard
files on non-little-endian machines). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 749
2006-11-10Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windibSimon Howard
on Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 748
2006-11-06Use DirectX by default on Windows.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 747
2006-11-06Center the mouse on startup to prevent abrupt turns when launching aSimon Howard
game from the command line. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 746
2006-10-31Simulate overflowing the Doom frame table in dehacked patches (DOSSimon Howard
dehacked's behavior). Overwrite the weaponinfo table instead when changes are made to the last element in states[]. Thanks to grazza for pointing out that Chococlate Doom did not emulate this bug. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 744
2006-10-28Explicitly support dehacked patches that overflow the ammo[] array withSimon Howard
an invalid ammo type, allowing weapons that decrease the max ammo of other weapons. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 743
2006-10-28Display a warning when setting dehacked fields that would overflowSimon Howard
buffers in Vanilla dehacked. This should help pick up bugs like the one in Batman Doom. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 742
2006-10-27Allow multiple dehacked patches to be specified with the -deh commandSimon Howard
line paramter, as with -file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 741
2006-10-25Allow F10 to exit in testcontrols mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 740
2006-10-25"Always run" trick should only be when joyb_speed >= 10. Use 29 as theSimon Howard
ideal value in setup as this works in Original, Ultimate and Final Doom, Heretic, Hexen and Strife. Thanks to Janizdreg for this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 739
2006-10-25Don't print arguments read from response files - Vanilla Doom doesn't doSimon Howard
it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 737
2006-10-24Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 728
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
error mess age. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 727
2006-10-23Add missing header.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 722
2006-10-23Detect when keyboard variables are changed and convert back so that theSimon Howard
new values are saved to the config file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 721
2006-10-23Move MakeDirectory function into m_misc.c. Move configdir related codeSimon Howard
into m_misc.c. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 715
2006-10-22Fix problem caused by use of 'long' type instead of 'int' type inSimon Howard
state_t structure: caused problems when using multiplayer on 64-bit (thanks exp[x]). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 711
2006-10-22Remove d_french.h from autotools build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 710
2006-10-22Catch failure to initialise video when calling SDL_Init.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 709
2006-10-18Shut up warnings in w_wad.c.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 706
2006-10-18Timer functionssss, precious!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 705
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 704
2006-10-14Refactor I_InitGraphics.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 701
2006-10-14Disable the "loading from disk" icon on MacOS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 700
2006-10-14Display drone indicator on the netgame waiting screen if drones are connected.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 699
2006-10-14Display a different message from the normal WAD directory warning ifSimon Howard
players are mixing Freedoom/Original IWADs. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 698
2006-10-14Change wording on netgame warning message.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 697
2006-10-11Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 694
2006-10-10Remove d_french.h, other i18n-related stuff. If people want i18n, itSimon Howard
should be done with dehacked and/or wad replacements - see my british english translation in the idgames archive. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 693
2006-10-06Send deh/wad md5sums to players at the waiting screen. Display a warningSimon Howard
on the waiting screen if the checksums differ from the other players. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 689
2006-10-06Send deh/wad checksums to the server when connecting.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 688
2006-10-05Dehacked information checksum generationSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 687
2006-10-05WAD directory checksum generation codeSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 686
2006-10-05Prevent against deadlock where client and server are both stuck waitingSimon Howard
for each other to send data. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 685
2006-10-05Packet loss simulation code for test.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 684
2006-09-30Only allow drone mode when connecting.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 683
2006-09-30Make the server stop sending if one of the clients stops acknowledging.Simon Howard
Fix check on number of players on connect. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 682
2006-09-29Working -left and -right options!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 681
2006-09-29Working drone clients!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 680
2006-09-25Fix colors.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 667
2006-09-25Don't disable screen melt entirely in testcontrols mode; just on startup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 666
2006-09-25Don't allow function keys to be used in testcontrols mode.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 665
2006-09-25Remove low-pass filter on mouse for testcontrols mode - seems to workSimon Howard
ok with real mice. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 664
2006-09-25Add "test controls" mode - for setup.exe in the future. Start straightSimon Howard
into the game with no melt effect and display a box showing mouse speed to allow the threshold to be set easily. When escape is pressed, quit straight away. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 662
2006-09-22Call the SpechitOverrun _after_ incrementing numspechit. Thanks to QuasarSimon Howard
for pointing out this mistake. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 655
2006-09-22Continue to build things if we fail to update chocolate_doom_icon.c Simon Howard
- display a warning about missing Python Image library. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 654
2006-09-22Add DEH_String() conversions on more strings that are not being converted.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 653