CIA.vc
Chocolate Doom
Conservative Doom source port.
Stats » Projects » Chocolate Doom
information
Photo
Chocolate Doom is a Doom port which aims to behave as closely to Vanilla Doom as possible.
syndicateUTC clock
16:41 on Feb 13, 2012
event counters
The last message was received 1.36 days ago at 08:04 on Feb 12, 2012
0 messages so far today, 1 messages yesterday
0 messages so far this week, 8 messages last week
20 messages so far this month, 1 messages last month
1925 messages since the first one, 6.33 years ago, for an average of 1.2 days between messages
recent messages
dateReversed sort columnprojectcontentlink
08:04 yesterdayChocolate Doom
Commit by quasar_te :: r2503 /branches/v2-branch/src/strife/ (hu_stuff.c p_dialog.c): (link)

  • Correct an error in one of the beta-like Beggar internal dialogue strings (was missing a doubled space). These messages are used by only one guy in the game, and, as in vanilla, most of them don't appear correctly when output.
  • Correct HUD behavior: do not reinit the HUD at the start of each map.
#
22:22 FridayChocolate Doom
Commit by quasar_te :: r2502 /branches/v2-branch/src/strife/d_main.c: (link)
Addiional words on the INTRO-FIXME comments.
#
06:33 FridayChocolate Doom
Commit by quasar_te :: r2501 /branches/v2-branch/src/strife/d_main.c: (link)
While I'm screwing with intro related stuff, I may as well replace the S_SetSfxVolume hack with a more appropriate fix.
#
06:24 FridayChocolate Doom
Commit by quasar_te :: r2500 /branches/v2-branch/src/strife/d_main.c: (link)
Added INTRO-FIXME tags to borked-up intro code.
#
06:15 FridayChocolate Doom
Commit by quasar_te :: r2499 /branches/v2-branch/msvc/ (4 files): (link)
Make optimization settings consistent (static libraries do not support function-level linking.....). Also, use similar optimizer settings to the ones used by Eternity (favor speed over size, intrinsics on, inline any suitable, link-time code generation, function-level linking *in the exe only*, omit frame pointers, etc.
#
05:36 FridayChocolate Doom
Commit by quasar_te :: r2498 /branches/v2-branch/src/strife/ (g_game.c p_mobj.c p_saveg.c): (link)
Remove all temporary code that was put in place until MAXPLAYERS became 8 rather than 4 (unfortunately this was NOT accounted for in the save code).
#
05:23 ThursdayChocolate Doom
Commit by quasar_te :: r2497 /branches/v2-branch/src/strife/r_main.c: (link)
Comment change in r_main.c
#
05:18 ThursdayChocolate Doom
Commit by quasar_te :: r2496 /branches/v2-branch/src/strife/ (d_main.c r_main.c): (link)

Two Strife bugs knocked out:

  • R_ExecuteSetViewSize must use centery, not viewheight, or you get to see a nice infinite horizon if you resize the screen while looking at the floor or ceiling.
  • Finally fixed status bar flickering problem when resizing the screen - Rogue reordered some code in D_Display - HUD and ST_DrawExternal are done *after* the border redraws.
#
02:27 on Feb 05Chocolate Doom
Commit by fraggle :: r2495 /trunk/chocolate-doom/ (4 files in 2 dirs): (link)
On Windows, convert the USER and USERNAME environment variables from OEM codepage to UTF-8 encoding. This should fix the case where the user has a username that includes non-ASCII characters (thanks Alexandre Xavier).
#
01:27 on Feb 04Chocolate Doom
Commit by fraggle :: r2494 /trunk/chocolate-doom/textscreen/txt_inputbox.c: (link)
Fix crash when typing lots of Unicode characters into a number input box.
#
01:08 on Feb 04Chocolate Doom
Commit by fraggle :: r2493 /trunk/chocolate-doom/src/hu_stuff.c: (link)
Fix chat macros when vanilla_keyboard_mapping is turned off.
#
00:59 on Feb 04Chocolate Doom
Commit by fraggle :: r2492 /trunk/chocolate-doom/textscreen/txt_gui.c: (link)
Fix CP437-Unicode mapping of cedilla character.
#
00:32 on Feb 04Chocolate Doom
Commit by fraggle :: r2491 /trunk/chocolate-doom/textscreen/ (3 files in 2 dirs): (link)
Upgrade the input box and label widgets to use UTF-8 strings.
#
00:31 on Feb 04Chocolate Doom
Commit by fraggle :: r2490 /trunk/chocolate-doom/textscreen/ (txt_main.h txt_sdl.c): (link)
Support Unicode input by mapping typed Unicode characters >= 128 up into a higher range to avoid conflicts with Doom's key constants.
#
23:42 on Feb 03Chocolate Doom
Commit by fraggle :: r2489 /trunk/chocolate-doom/textscreen/ (5 files): (link)
Split off UTF-8 code into separate file and add extra functions.
#
19:41 on Feb 03Chocolate Doom
Commit by fraggle :: r2488 /buildscripts/build-chocolate-doom: (link)
Update build script to use SDL 1.2.15 and SDL_mixer 1.2.12. These new releases fix some issues on Mac OS X.
#
02:56 on Feb 03Chocolate Doom
Commit by fraggle :: r2487 /trunk/chocolate-doom/textscreen/txt_gui.c: (link)
Beginnings of limited textscreen UTF-8 support.
#
01:20 on Feb 03Chocolate Doom
Commit by fraggle :: r2486 /trunk/chocolate-doom/src/net_server.c: (link)
Re-resolve the address of the master server every eight hours, to adapt to changes in DNS configuration.
#
00:52 on Feb 03Chocolate Doom
Commit by fraggle :: r2485 /branches/v2-branch/src/setup/ (multiplayer.c sound.c): (link)
Bind missing sound variables so the settings are not lost when running the setup tool (thanks Alexandre Xavier).
#
00:31 on Feb 03Chocolate Doom
Commit by fraggle :: r2484 /trunk/chocolate-doom/textscreen/txt_gui.c: (link)
Fix scroll bar behavior (thanks Alexandre Xavier).
#