shithub: choc

RSS feed

4d17ab36 – James Haley <haleyjd@hotmail.com> authored on 2011/06/30 23:08
Made Hexen buildable with strife-branch's VC2008 .proj file.

5674a4e6 – James Haley <haleyjd@hotmail.com> authored on 2011/06/30 00:07
Two changes:

788892b9 – James Haley <haleyjd@hotmail.com> authored on 2011/06/29 10:28
Added support for -work and -flip command-line parameters. -random

1271fc25 – James Haley <haleyjd@hotmail.com> authored on 2011/06/04 00:59
Resolved some TODOs and fixed a couple of problem spots that were

4755980a – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 19:01
Update config variable binding in setup tool so that the correct

43e82bdf – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 18:43
Fix up config file variables to match Vanilla.

07bb5a69 – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 17:58
Add Strife to OS X launcher.

dbdd53e7 – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 17:42
Merge from raven-branch.

68f51552 – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 16:08
Merge from trunk.

b0519667 – Simon Howard <fraggle@gmail.com> authored on 2011/03/06 15:59
Discard very short sound effects and strip lead-in / lead-out samples

97ddedc9 – Simon Howard <fraggle@gmail.com> authored on 2011/03/05 14:35
Add configuration parameter to limit the amount of memory used for

43f6dc56 – Simon Howard <fraggle@gmail.com> authored on 2011/03/05 13:32
Behave correctly when we run out of memory.

6a5d123f – Simon Howard <fraggle@gmail.com> authored on 2011/03/03 16:41
Fix Visual Studio build (thanks GhostlyDeath).

66cf5dd1 – James Haley <haleyjd@hotmail.com> authored on 2011/03/01 19:51
Fixed automap background color, size of plrkilledmsg buffer, a bug which

af19c675 – Simon Howard <fraggle@gmail.com> authored on 2011/02/28 17:26
Rework sound chunk allocation to use native malloc() instead of the zone

52db6da5 – Simon Howard <fraggle@gmail.com> authored on 2011/02/28 16:19
Bind screen_bpp variable in setup tool.

909d93ce – Simon Howard <fraggle@gmail.com> authored on 2011/02/28 15:48
Fix autoadjust of pixel depth in setup tool.

c16a0065 – James Haley <haleyjd@hotmail.com> authored on 2011/02/26 01:00
Fix for problem of not changing to new Sigil type properly when

8de669ac – James Haley <haleyjd@hotmail.com> authored on 2011/02/25 22:36
P_GiveBody seems to need a P_SubstNullMobj, otherwise a crash occurs in

1b7d9ea6 – James Haley <haleyjd@hotmail.com> authored on 2011/02/25 10:12
Found the last difference causing the IWAD to desync - players

72c11913 – Simon Howard <fraggle@gmail.com> authored on 2011/02/24 15:57
Make code changes to add Heretic/Hexen support to OS X launcher.

b24a72cf – Simon Howard <fraggle@gmail.com> authored on 2011/02/24 15:55
Load response files from main() before calling D_DoomMain, so that all

08660bbb – James Haley <haleyjd@hotmail.com> authored on 2011/02/24 01:28
Continuing verification of all P_Random calls has lead to several fixes

7604a095 – James Haley <haleyjd@hotmail.com> authored on 2011/02/23 04:25
Removed all dead code containing P_Random calls to avoid false hits in

71f19d8d – James Haley <haleyjd@hotmail.com> authored on 2011/02/20 17:46
Add'l commenting, removed gamemap == 8 hack left over from Doom 1 which

8bf9496e – Simon Howard <fraggle@gmail.com> authored on 2011/02/20 17:29
Looks like a merge error - oops.

c4613691 – James Haley <haleyjd@hotmail.com> authored on 2011/02/20 17:00
Fix to the order of the chat macros.

1dfe19b3 – James Haley <haleyjd@hotmail.com> authored on 2011/02/20 13:36
Removed ability to disable messages, and replaced with configuration

645e33ef – Simon Howard <fraggle@gmail.com> authored on 2011/02/14 15:40
Increase buffer size to 32 to fix overflow (thanks Quasar).

9e130084 – James Haley <haleyjd@hotmail.com> authored on 2011/02/13 23:23
Made note of vanilla Sigil damage thrust bug, and repaired two issues

63903f9a – James Haley <haleyjd@hotmail.com> authored on 2011/02/13 21:21
Fix to HUlib_drawYellowText (more Hex-Rays code-skipping shenanigans),

4c4a67ef – James Haley <haleyjd@hotmail.com> authored on 2011/02/13 16:31
Added note about authentic typo copied from the binary in p_dialog.

269c76d2 – James Haley <haleyjd@hotmail.com> authored on 2011/02/13 01:32
Stop Macil's planes from falling :)

bec126b6 – Simon Howard <fraggle@gmail.com> authored on 2011/02/12 16:28
Oops.

4a833cdb – Simon Howard <fraggle@gmail.com> authored on 2011/02/12 16:25
Turn on gcc warnings for declarations made in a block after a statement;

f7c88d8d – James Haley <haleyjd@hotmail.com> authored on 2011/02/12 16:07
Fix a warning in m_argv.c (ATTN fraggle).

516a7028 – Simon Howard <fraggle@gmail.com> authored on 2011/02/12 13:42
Merge from raven-branch. FEATURE_MULTIPLAYER has been disabled

a9996b41 – Simon Howard <fraggle@gmail.com> authored on 2011/02/12 10:38
Merge from trunk.

a15ba757 – James Haley <haleyjd@hotmail.com> authored on 2011/02/12 00:36
Bug fix for save/load/name your character menus, and some tweaks to the

a7a435cb – James Haley <haleyjd@hotmail.com> authored on 2011/02/12 00:00
Savegame code complete, hubs functional. Chocolate Strife is playable!

a24944d4 – James Haley <haleyjd@hotmail.com> authored on 2011/02/10 22:11
Don't crash in D_IntroBackground when using -nograph.

9c448419 – James Haley <haleyjd@hotmail.com> authored on 2011/02/10 22:02
Finished routines in m_saves.c. Added M_CreateSaveDirs to make

0e7e7ba3 – James Haley <haleyjd@hotmail.com> authored on 2011/02/10 15:45
Restarted work on hub save code. Brought in multiple filepath handling

808f6fd8 – James Haley <haleyjd@hotmail.com> authored on 2011/02/06 20:50
Added graphical intro loading screen, and -nograph parameter which

17333436 – James Haley <haleyjd@hotmail.com> authored on 2011/02/06 12:38
Numerous fixes/adjustments: removed bodyque, restored "is turbo" (found

a366f68b – Simon Howard <fraggle@gmail.com> authored on 2011/02/05 11:50
Fix bug with libtextscreen where it was not possible to type a '+'

ab144aa9 – James Haley <haleyjd@hotmail.com> authored on 2011/02/05 00:57
Documented most of the questflags. Misc fixes: Removed "is turbo!"

e81e9d80 – James Haley <haleyjd@hotmail.com> authored on 2011/02/04 20:23
Finished second passes through p_map and p_maputl - modules are largely

725090a6 – James Haley <haleyjd@hotmail.com> authored on 2011/02/04 00:50
Finished second sweep of p_inter.c for missed code and bugs. Significant

aecddc60 – James Haley <haleyjd@hotmail.com> authored on 2011/02/03 20:37
Finished second pass through p_mobj.c - module should now be finalized

09739328 – James Haley <haleyjd@hotmail.com> authored on 2011/02/03 16:50
Implemented "blockingline" variable so that missiles can trigger

272bfd44 – James Haley <haleyjd@hotmail.com> authored on 2011/02/03 00:38
Verified various changes in a second sweep through IDA. Fixes:

83fb03a0 – Simon Howard <fraggle@gmail.com> authored on 2011/01/30 20:25
When large numbers of screen resolutions are detected, increase the

5201de4f – James Haley <haleyjd@hotmail.com> authored on 2011/01/29 23:10
Add win_opendir.c module for MSVC++ builds which contains public domain

afb3bd14 – Simon Howard <fraggle@gmail.com> authored on 2011/01/23 16:42
Fix default joystick buttons in setup tool to match Vanilla (thanks

ec169fd1 – Simon Howard <fraggle@gmail.com> authored on 2011/01/13 15:34
In configuration files, use the scan code for right shift, not left

5130b546 – Simon Howard <fraggle@gmail.com> authored on 2011/01/12 18:22
Fix menu navigation when using joystick / joypad (thanks AlexXav).

b18d5908 – Simon Howard <fraggle@gmail.com> authored on 2011/01/02 13:14
Update NEWS and ChangeLog, bump version number.

6d9d1c60 – Simon Howard <fraggle@gmail.com> authored on 2011/01/02 12:45
Remove redundant package version label from top of OS X launcher window.

4fc7b22a – Simon Howard <fraggle@gmail.com> authored on 2011/01/01 21:49
Restore window title when changing video driver in setup tool (thanks

e63839de – Simon Howard <fraggle@gmail.com> authored on 2011/01/01 21:31
Turn off dynamic window resizing feature on OS X, as it adds an ugly

fc09dbdf – Simon Howard <fraggle@gmail.com> authored on 2010/12/28 11:43
Make demo loop handling of DEMO4 case depend on the executable version

fe0eca1d – Simon Howard <fraggle@gmail.com> authored on 2010/12/25 17:42
Include NOT-BUGS in rpm packages.

a8839cec – Simon Howard <fraggle@gmail.com> authored on 2010/12/25 16:51
Pass through all command line arguments specified to the setup tool to

a854f3e2 – Simon Howard <fraggle@gmail.com> authored on 2010/12/25 16:04
Remove the -wart parameter (thanks Sander van Dijk).

c67b4c15 – Simon Howard <fraggle@gmail.com> authored on 2010/12/25 15:55
Remove the 32 character limit on the lengths of filenames specified to

58b73530 – Simon Howard <fraggle@gmail.com> authored on 2010/12/19 15:15
Change setup tool skill level names to match Doom's "new game" menu

463bcf01 – Simon Howard <fraggle@gmail.com> authored on 2010/12/18 18:55
Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but

7d7b5087 – Simon Howard <fraggle@gmail.com> authored on 2010/12/14 18:32
Add missing windows.h #include for Windows build (thanks Blondie and

1ef81eb5 – Simon Howard <fraggle@gmail.com> authored on 2010/12/14 15:55
Check that an address is provided to the -query command line option

f4eb88dd – Simon Howard <fraggle@gmail.com> authored on 2010/12/12 08:11
Add -privateserver and -servername options to chocolate-server manpage.

59d5d0d6 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 20:01
Fix problem with -autojoin apparently caused by merge error.

ec3323b9 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 19:33
Bind new screen_bpp variable to configuration file.

0688ecda – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 19:10
Rearrange single player init to always use net_gamesettings_t structure.

57a9f56e – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 18:56
Fix memory leak when dynamically resizing window in true color video

d1a39671 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 18:46
Merge from trunk.

6a2d4763 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 18:20
Fix crash introduced by merge.

8dab0a3e – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 17:44
Merge from trunk. This is slightly out of date as I did the merge

e225e0c9 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 17:37
Fix build problem (thanks Proteh).

c7b77349 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 17:21
Remove "Error:" from the message displayed by I_Error, to match Vanilla.

d82620a4 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 15:53
Update NEWS.

af3e4412 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 15:43
Change alignment of actions in a window's action area so that there is

56824b13 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 15:31
Replace txt_widget_t#selectable with a callback function to query

9caebe58 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 14:15
Add "warp" menu to the main menu of the setup tool, like Vanilla

04f6f45f – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 13:15
Fix typo (thanks Sander van Dijk).

4a76f500 – Simon Howard <fraggle@gmail.com> authored on 2010/12/10 12:53
Specify master server port explicitly, so that server registration works

3f3efe93 – Russell Rice <rtc_marine@hotmail.com> authored on 2010/12/07 18:13
- Update chocolate-server codeblocks project

6727d54e – Simon Howard <fraggle@gmail.com> authored on 2010/12/07 17:35
Assign the oldest client to be the controller, not the first found in

e4025e0a – Simon Howard <fraggle@gmail.com> authored on 2010/12/06 18:37
Fix -solo-net to actually behave the same as other ports.

35104488 – Simon Howard <fraggle@gmail.com> authored on 2010/12/06 17:38
Rename -netdemo command line parameter to -solo-net, for consistency

678a8f9a – Simon Howard <fraggle@gmail.com> authored on 2010/12/05 19:04
Update NEWS.

2a786cc6 – Simon Howard <fraggle@gmail.com> authored on 2010/12/05 09:42
Allow textscreen font to be overridden using the TEXTSCREEN_FONT command

d3c8d42b – Simon Howard <fraggle@gmail.com> authored on 2010/12/04 15:56
Rename search command line options: -search to search the Internet,

3c57887b – Simon Howard <fraggle@gmail.com> authored on 2010/12/04 15:48
Add ping time to query output.

0194038c – Simon Howard <fraggle@gmail.com> authored on 2010/12/04 15:40
Fix formatting for -masterquery to match -search.

863afa81 – Simon Howard <fraggle@gmail.com> authored on 2010/12/04 15:34
Fix bug when running with -server option.

0ff67f43 – Simon Howard <fraggle@gmail.com> authored on 2010/12/02 16:34
Make multiple query attempts to servers before giving up. Display a

59d2ed0f – Simon Howard <fraggle@gmail.com> authored on 2010/12/02 15:32
Add -servername parameter to allow the owner to change the name returned

b11030cb – Simon Howard <fraggle@gmail.com> authored on 2010/12/02 15:11
More refactoring of querying code, to not be specific to the purpose of

bfbffcf1 – Simon Howard <fraggle@gmail.com> authored on 2010/12/02 14:26
Refactor query code and add a -masterquery command line parameter to

Next