Project

General

Profile

Activity

From 2012-08-15 to 2012-08-28

2012-08-28

22:24 Revision 2dc7f6af (github): Fixed|libcommon: Shutdown during finale caused fatal error
When the finale stack was cleared, GUI widgets were accessed via a hook
function for script stopping. Now GUI widgets...
skyjake
21:14 Revision 8ebe596d (github): libcommon: Cleaned up p_actor.c/h
danij
18:39 Revision 9da228c8 (github): Fixed|Bsp Builder: Error loading Doom2 MAP02 (degenerate leaf on back side of line #491)
This special case produces results in one-sided window for one half
the line and a degenerate leaf on the back side o...
danij
17:26 Revision 441f02e2 (github): Bsp Builder: Allow short-circuiting the near-miss costing
danij
16:57 Revision c8948c08 (github): Refactor|de::Bsp::Partitioner: Restructured BSP split costing and hedge division to improve clarity
danij

2012-08-27

18:58 Revision 45edfbbc (github): Refactor|de::Bsp::HPlane: Addressed a conceptual class semantic/usage design issue
danij
16:52 Revision 4f013cfc (github): Bsp Builder: Further minor cleanup refactorings
danij
15:54 Revision a6be3a83 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
15:51 Revision 663477fe (github): Hexen|Fixed: Fog cloud movement
The movement of fog clouds is now smooth on the Z axis. The original
implementation just added an offset to the Z coo...
skyjake
14:55 Revision d26a6556 (github): Fixed|Chex: Use the Flags = 0; syntax in objects.ded
danij
14:47 Revision 994b3b2a (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
14:06 Revision fc9f887e (github): Hexen: Massacre cheat will kill underwater Stalkers (serpents) and Wraiths
As currently unshootable, underwater Stalkers and buried Wraiths would
get ignored by the massacre cheat. Now they ge...
skyjake
10:35 Revision 1118acae (github): DED: Added special "no flags" value (0) for Flags
The correct syntax to specify that a Flags field has no value is:
Flags = ""; # Old format
Flags = 0; # New format ...
skyjake
06:07 Revision 7c85f4a5 (github): de::Bsp::Partitioner: Minor cleanup refactorings
danij
01:33 Revision 5dafd580 (github): de::Bsp::Partitioner: Minor cleanup
danij
00:55 Revision e9ba11fd (github): Fixed|Bsp Builder: Error attempting to cleanup after a failed node build
danij

2012-08-26

21:43 Revision 2a279d63 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
21:23 Revision 77f20eb5 (github): Fixed: Do not warning about missing materials while initializing flats
danij
20:47 Revision 0d705a46 (github): Cleanup|libdoom|libheretic|libhexen: Cleaned up cheat registration and callback functions
danij
18:14 Revision 9885b6c2 (github): libdeng|Str: No checking for AutoStr deletion in release builds
skyjake
18:07 Revision bbacdda9 (github): Fixed|libcommon: Manually deleting an AutoStr
The manual deletion will still leave the string in the garbage, leading
into a double free.
skyjake
18:06 Revision 6d56c87d (github): libdeng|Str|Debug: Verify that AutoStr instances are not manually deleted
AutoStr instances must only be deleted by the garbage recycler. Added
an assertion to verify that Str_Delete() is not...
skyjake
01:22 Revision bbd42ce4 (github): Fixed|Automap: Bug "Automap - secret line flag and door glows"
See bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3554461&group_id=74815&atid=542099 danij

2012-08-25

23:40 Revision d9a20d64 (github): Fixed|Chex: Chex Quest menus use incorrect skill level text strings
Note that presently the DOOM font is still being used, however, due
to us not yet having a suitable set of patches fo...
danij
23:01 Revision 7d1e1457 (github): Fixed: Bug "No longer handling unknown flats"
See bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3561399&group_id=74815&atid=542099# danij
14:18 Revision 3216320b (github): Fixed|Deh Reader: Warnings about potentially dangling "else"
This pattern of using nested if statements without braces is
prone to errors: better to make explicit which if statem...
skyjake
14:14 Revision 6e9ab370 (github): Fixed|Deh Reader: Argument type for parseInclude
Passing strings by non-const reference is only required if the
caller expects the string to be modified by the functi...
skyjake
14:10 Revision eeb17e25 (github): Fixed: Minor comparison warning
Comparing signed and unsigned integers. skyjake
13:24 Revision c156dce4 (github): Refactor: All filesys path composition utilities now return AutoStr
The one exception being PathDirectory, where the results string is
provided by the caller.
danij
12:41 Revision 31af6e4c (github): Refactor: Textures_ComposePath() now returns an AutoStr
danij
12:27 Revision 5947c4b5 (github): Refactor: Materials_ComposePath() now returns an AutoStr
danij
12:24 Revision cac2eb2e (github): Refactor: Fonts_ComposePath() now returns an AutoStr
danij
12:16 Revision f929b074 (github): Refactor: CVar_ComposePath() now returns an AutoStr
danij
11:58 Revision 0d0e1eb6 (github): Refactor: Uri_Compose() and Uri_ToString() now return an AutoStr
Also, fixed a couple of minor memory leaks in the process. danij
11:25 Revision 14b8323e (github): Switched near all AutoStr instantiations to alloc from the real heap
danij
10:09 Revision 279afeaf (github): Merge branch 'master' into deh-reader-2
danij
10:08 Revision 01bfa5c5 (github): Implemented GL_DumpImage() - dump an image_t to disk
GL_DumpImage() is a handy debug utility for quickly dumping the pixel
contents of an image_t to the runtime directory.
danij
01:00 Revision ba9272d9 (github): Fixed: Mishandling of FF_START/F_END idiom in PWADs
See bug: http://sourceforge.net/tracker/?func=detail&atid=542099&aid=3514832&group_id=74815 danij

2012-08-24

20:47 Revision 3dd911db (github): Merge branch 'master' into deh-reader-2
Conflicts:
doomsday/plugins/dehread/src/dehread.cpp
danij
20:24 Revision ac4d8d09 (github): Changed release type to "Candidate"
It's time to get on with the release preparations for 1.9.9. skyjake
20:22 Revision 1d6910ff (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
20:21 Revision 2020087b (github): Fixed: Compiler warnings
Unused variables/code, comparison mismatches, initializing
char* pointers with string constants (must be const char*).
skyjake
20:20 Revision 28232a61 (github): Refactor: Added a C++ constructor for Size2Raw
Fixes a number of warnings and makes the code more robust
and elegant. The default constructor sets the width and
hei...
skyjake
20:00 Revision 881f6ba3 (github): Bsp Builder: Automatically collapse degenerate leaves
Linedefs which erroneously include a second sidedef, despite their
being used as a boundary with the void (i.e., wher...
danij
19:41 Revision bfeed3d5 (github): libdeng: Added Str_Size() that returns size_t
Str_Length() exists as before and returns a signed integer. skyjake
19:40 Revision 471ab621 (github): Fixed: Warning about ineffective const
As a return value, it does not make any difference whether the
pointer value itself is const.
(The warning was from ...
skyjake
15:22 Revision 65ac0454 (github): Merge branch 'master' into deh-reader-2
danij

2012-08-23

06:40 Revision 31252eee (github): Deh Reader: Fix de::String argument format strings
danij
06:35 Revision bbd02236 (github): Deh Reader: Ignore Text patch replacements for the custom/shareware banners
danij
06:05 Revision 532b25d5 (github): Deh Reader: Added support for Text patch remapping of Finale backgrounds
danij
06:03 Revision 237d0548 (github): libdoom|Doom|Hacx|Chex: Define Finale backgrounds with Values URIs
danij
05:20 Revision d6aabf8b (github): InFine: "flat" commands accept materials specified with a Values URI
The "flat" command in a finale script may now specify the material
to use as the background by declaring a Value defi...
danij
05:05 Revision 44737a24 (github): Finale Interpreter: Command operands may now define a default value
Also added a new operand type FVT_URI for URI operands. danij

2012-08-22

18:30 Revision e85c276c (github): Deh Reader: Stub for Text patch remapping of Finale backgrounds
Patching Finale backgrounds is not yet supported as presently, there
is no means to route this information through to...
danij
17:45 Revision c675ffa2 (github): Deh Reader: Added support for Sound "Zero/One" patches
According to Eternity's DeHackEd doc, this property is used to alter
a sound's priority group.
danij
17:40 Revision ed76b1fe (github): Deh Reader: Stubs for Eternity's extensions (not yet supported)
danij
16:54 Revision 0466837b (github): Deh Reader: The BEX "include" directive should be ignored in patch lumps
danij
16:47 Revision a1a7e801 (github): Deh Reader: Added support for [MUSIC] and [SOUNDS] patches
danij
15:59 Revision 1fbfaa4b (github): Deh Reader: Added Text patch support for replacing sound lumpnames
danij
15:34 Revision 7b15acb0 (github): Deh Reader: Added Sound patch support
Most of the useful values DeHackEd Sound patches could alter are now
supported. The others remain unsupported and a w...
danij
14:50 Revision 8d46d040 (github): Deh Reader: [CODEPTR] patches use the bex rules for section continuation
danij
02:34 Revision bc695c1b (github): Deh Reader: Cleanup
danij
01:30 Revision 50b6ede9 (github): Deh Reader|Refactor: Removed further obfuscation
danij

2012-08-21

23:15 Revision 80cf1395 (github): Deh Reader|Refactor: Trailing carriage returns can now be discarded at line-read time
danij
23:15 Revision e7724749 (github): Deh Reader|Refactor: Relocated parse section continuation state
danij
22:19 Revision 3c054eed (github): Deh Reader: Refactored away unnecessary read line splitting
danij
20:51 Revision 65e09a0f (github): Deh Reader|Refactor: Continued cleaning up the main parser loop
danij
13:41 Revision 26e7b01d (github): Deh Reader: Refactoring parser with exceptions to clean up the main loop
danij

2012-08-19

15:18 Revision de112e11 (github): Deh Reader: Minor fixes
danij
15:05 Revision 557e0dfa (github): Deh Reader: Log the current line number when unexpected input is encountered
danij
14:30 Revision 342904a7 (github): Added|Deh Reader: Support for hexadecimal and octal notations in DEH patches
A later DEH format extension implemented by Lee Killough was support
for hexadecimal notation when specifying Thing, ...
danij
13:44 Revision 9d089e2f (github): Deh Reader|Fixed: Grammar errors in [PARS] sections confused the parser main loop
danij
13:15 Revision 269e7240 (github): Deh Reader: Cleanup
danij
12:34 Revision ae11b3a8 (github): Deh Reader: Minor cleanup
danij
12:34 Revision e5ca4a81 (github): Deh Reader: Fixed map URI composition
danij
10:10 Revision b25d997b (github): Fixed: Failed to locate map data from Memento Mori add-on for Doom
In the Mac Hexen demo some lump names have extra values or'd into
the lump names stored in the lump directory. The WA...
danij
10:10 Revision be559c2f (github): Added: Console command "listlumps" - list all lumps loaded from containers
danij

2012-08-18

14:44 Revision 2aa7614c (github): Initial check in of Deh Reader version 2.0
The goal of this branch is to rewrite the exisiting dpdehread addressing
all known problems therein.
danij
 

Also available in: Atom