Project

General

Profile

Activity

From 2012-04-10 to 2012-04-23

2012-04-23

17:29 Revision 813615ae (github): de::LogBuffer: Smarter indentation of wrapped lines
Indent to the first non-whitespace character, or to any : character followed
by a space.
skyjake
06:43 Revision 0234f909 (github): Chex: Tweaked mobj state flags matching the original game's visuals
Incorporated Vermil's patch. Thanks!
Addresses bug: http://sourceforge.net/tracker/index.php?func=detail&aid=3506822...
danij
05:41 Revision 395851c2 (github): Hacx|Fixed: Menu patch replacement offsets incorrect
The original graphic patches use of the patch offsets to position the
graphics relative to their physical geometry. T...
danij
03:14 Revision 08389329 (github): Hacx|Fixed: Added space character patch for the BIGFN font
By default the font renderer will complete all missing font character
geometry by populating the dimensions with an a...
danij
02:05 Revision a720ed1f (github): libcommon|Menu|Fixed: Sound effect played twice when toggling "yes/no" options
danij
01:44 Revision f5c11906 (github): Hexen|Fixed: "Choose Skill Level:" title positioned incorrectly
danij
01:04 Revision 69a8d407 (github): All Games|Fixed: Automap "follow on/off" messages were reversed
danij
00:47 Revision e5dbd90c (github): libcommon: Employ the enhanced S_StopSound2() in S_SectorStopSounds()
Switched sector sound stopping to use the sector origin chains on
engine side.
Let us see how this goes with tomorro...
danij

2012-04-22

16:21 Revision 3b49c2d6 (github): Documentation|Unix: Added mention of the system-level paths configuration
skyjake
16:13 Revision b9dcf497 (github): Unix: Added system-level config value "iwaddir"
/etc/doomsday/paths or ~/.doomsday/paths can now be used to configure
the location of IWAD files. The following confi...
skyjake
15:55 Revision c4ab30b1 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
15:46 Revision e6cf132c (github): libdeng2|Fixed: Minor issues with de::Info
skyjake
15:29 Revision 1d7ff12e (github): Unix: Use de::Info to configure basedir and libdir
The de::Info parser is utilized to read Unix-specific configuration
files /etc/doomsday/paths and ~/.doomsday/paths f...
skyjake
15:24 Revision aeb61079 (github): libdeng2: Added a C wrapper for de::Info
Simplified interface for querying key values. skyjake
14:10 Revision 552b1fd4 (github): Fixed bug in S_StopSound2() introduced in previous commit
We cannot determine a DMU type from only a ddmobj_base_t pointer. danij
13:04 Revision ea787e06 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
12:55 Revision ee7494fa (github): libdeng2: Ported cfparser.py from Snowberry (Info file parser)
The Snowberry cfparser.py is the parser that Snowberry uses for all its
configuration, profile, and add-on metadata I...
skyjake
11:40 Revision 6e48c7b6 (github): API: Enhanced S_StopSound() adding further sound stopping behaviors
In order to implement the one-sound-per-sector playback behavior used
by the id tech 1 games, libcommon presently per...
danij
09:48 Revision f507e9d4 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
08:03 Revision b7d6cd02 (github): Doom|Heretic|Fixed: Switch sounds did not stop others playing from the same sector origin
danij
07:58 Revision 57d34ebd (github): Cleanup after recent refactorings to libcommon
danij
07:16 Revision cddda5ca (github): libcommon: Add new source files p_sound.c/h
danij
07:10 Revision 2731be1d (github): libcommon|Refactor: Commonized map sound interface
Merged the functionality from each games' p_sound.c/h into common
source files in libcommon.
Reworked sector sound s...
danij
06:57 Revision 01e4ee57 (github): API: Added DMU properties DMU_FLOOR_PLANE and DMU_CEILING_PLANE
Pointers to a sector's floor and ceiling planes can now obtained
with P_GetPtrp(), for example; P_GetPtrp(sector, DMU...
danij
04:15 Revision f0204941 (github): libcommon|Refactor: Replaced sidedefsurfaceid_t with SideDefSection
Also updated p_switch.c/h in line with current coding practices. danij
04:12 Revision 2e2b3dc4 (github): libcommon: Added dmu_lib macro aliases for SideDef surface sound origins
Also renamed the existing aliases in line with current conventions. danij
04:06 Revision b4c8a740 (github): Refactor: Renamed sidedefsection_t as SideDefSection and moved to public API
Note that the indices of the sections have also been changed to match
those used by the games when serializing materi...
danij
02:33 Revision f435a139 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
02:32 Revision a2612552 (github): Homepage|Add-on Repository|Fixed: Errant HTML formatting in the notes field
Presently the add-on repository does not support embedding HTML in
the XML file used to define the add-on list.
danij

2012-04-21

20:01 Revision 95159d67 (github): libdeng2: Copyright update
skyjake
18:41 Revision 55039622 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
18:38 Revision 02698df8 (github): GL|Fixed: Disable texture NPOT if the ARB extension is missing
The texture NPOT GL feature was not being disabled if the required
ARB extension was missing. The feature was only di...
skyjake
17:27 Revision ff821f5c (github): Fixed: Do not render particles in a NULL sector
Addresses bug: https://sourceforge.net/tracker/?func=detail&aid=3496963&group_id=74815&atid=542099 skyjake
10:26 Revision 90466bab (github): Added: Sound origin debug visual [cvar] rend-dev-soundorigins
Simple visual aid intended for debugging sound origins at runtime.
A label is drawn for each sound origin relative to...
danij
10:02 Revision 74819264 (github): Added: Initialize and update all map surface sound origin coordinates
Surface sound origin coordinates for all map surfaces are now set up
during map load and updated as necessary when a ...
danij
08:50 Revision bad8f7df (github): Cleanup: Updated serverside sound management using current coding practices
danij
04:13 Revision ccdce269 (github): Refactor: Relocated de::Plane's ddmobj_base_t sound origin to de::Surface
All map surfaces including planes and wall sections are modelled
using de::Surface. By relocating the sound origin to...
danij

2012-04-20

18:02 Revision 144656a1 (github): Input: Added a todo comment
Axis position filtering is presently missing. skyjake
17:56 Revision d34c74e7 (github): Controls|Fixed: Walk and Sidestep must be clamped to -1…1 range
Otherwise, when moving with an offset axis (such as the mouse), the values
produce inconsistent movement.
Addresses ...
skyjake
17:06 Revision b1266f87 (github): Dedicated Server: No need to calculate reverb parameters
A dedicated server is playing no audio. skyjake
16:33 Revision b120c14b (github): Hexen|Debug: Added assert() to catch a particle in NULL sector
Relates to bug: https://sourceforge.net/tracker/?func=detail&aid=3496963&group_id=74815&atid=542099 skyjake
09:44 Revision de896ae0 (github): Homepage|Build Repository: Added tooltips to better describe the package issue display
danij
09:05 Revision d11ef157 (github): Homepage|Build Repository: Fixed order of packages on event detail pages
danij
08:50 Revision d8f6d5e7 (github): Fixed blending of middle wall sections when viewer passes through them
danij
08:11 Revision 768d633a (github): Map Renderer|Cleanup: Removed some redundant temporary vectors
danij
07:54 Revision 2b90fd39 (github): Refactor: Placed the view origin coordinates (vx, vy, vz) into a vector
Also improved the interface for adding a view relative range (from
map coordinates) to the angle clipper.
danij
05:25 Revision 33e5c873 (github): Map Renderer: Updated wall drawer to handle revised "window" constructs
This change addresses a critical error with these map constructs, as
seen in Hexen's first map the Winnowing Hall.
F...
danij
05:16 Revision d2aa5e84 (github): Revert "Map Renderer: Kludge to make Hexen playable (with HOMs) -- TEMPORARY"
This reverts commit 1a7a62bd98a68ca1478212d5cb799bca10c0244d. danij
02:26 Revision bf3e94e1 (github): API: MPE_PolyobjCreate() origin coordinates are now specified as double
danij
02:21 Revision 11eb4c0a (github): API: MPE_PlaneCreate() height is now specified as double
danij
02:11 Revision f32ab4e1 (github): Fixed: Prototype for P_GetGravity() declared return value as float
danij
02:01 Revision 3bf6ab2c (github): Skyfix heights use double floating-point precision
danij
01:55 Revision 1ffbfdca (github): Clientside plane movers use double floating-point precision
danij
01:34 Revision 2ee15148 (github): Cleanup: Standardize argument lists among M_BoxOnLineSide() variants
danij

2012-04-19

23:26 Revision fec841ec (github): Fixed: Mobj origin is now represented with double
danij
23:15 Revision 9c457010 (github): Fixed: Mobj origin is now represented with double
danij
23:11 Revision bd105466 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
23:11 Revision 481af1e3 (github): Updated a comment about DMU_BOUNDING_BOX in dd_share.h
danij
21:51 Revision 8939ba85 (github): Fixed: Renamed clashing P_MobjSetOrigin() symbol in engine
There is a more commonly used one in libcommon. skyjake
20:40 Revision 56ff68d4 (github): Fixed: Miscalculation of generator origin in debug origin drawer
danij
20:39 Revision 3de6399c (github): Refactor: Renamed P_PolyobjByOrigin as P_PolyobjByBase
danij
20:27 Revision 0648b896 (github): Merge branch 'master', remote-tracking branch 'arch/master'
skyjake
18:48 Revision 0f3c10d2 (github): Heretic: Added todo comment in Z move check
skyjake
18:48 Revision 6aef11e3 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
Conflicts:
doomsday/plugins/jheretic/src/p_mobj.c
skyjake
18:30 Revision d9af0b41 (github): Heretic|Fixed: Prevent attacking Imps from getting stuck
When a thing is using the MF_SKULLFLY flag, verify that its position is
valid (unblocked) after a Z move. If not, res...
skyjake
18:05 Revision 1a47e534 (github): Doom|Heretic: Added compatibility menu option for monsters floating over obstacles
Also, player mobjs must be exempt from the check or it would hinder melee fights. skyjake
17:53 Revision 1ec02646 (github): Doom|Heretic: Added "game-monsters-floatoverblocking" (default: 0)
A new compatibility option that allows floating monsters to attempt floating
over things that come in their way. As a...
skyjake
07:23 Revision 137e3dc0 (github): Fixed: LineDef_PointDistance()
danij
07:17 Revision 793f19fa (github): Updated LIBDENG_PLAYER0_MOVEMENT_ANALYSIS re double map coordinates
danij
07:02 Revision 157665bf (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
Conflicts:
doomsday/plugins/common/include/p_start.h
doomsday/plugins/common/src/d_netsv.c
doomsday/plugins/common/sr...
danij
06:48 Revision d6946807 (github): Refactor: All map coordinates are now represented as double floating-point
Part 6 of 6 - libhexen danij
06:48 Revision 1aa62e66 (github): Refactor: All map coordinates are now represented as double floating-point
Part 5 of 6 - libheretic danij
06:47 Revision 681811a9 (github): Refactor: All map coordinates are now represented as double floating-point
Part 4 of 6 - libdoom64 danij
06:46 Revision 7280cb78 (github): Refactor: All map coordinates are now represented as double floating-point
Part 3 of 6 - libdoom danij
06:45 Revision 8d11ff76 (github): Refactor: All map coordinates are now represented as double floating-point
Part 2 of 6 - libcommon danij
06:43 Revision 2a2f690f (github): Refactor: All map coordinates are now represented as double floating-point
A rather substantial amount of changes because in addition to the
precision increase, I have also spent time cleaning...
danij
06:31 Revision 0bae941d (github): WadMapConverter|Refactor: Renamed mthing_t::pos as origin
danij

2012-04-18

17:54 Revision 4d34505d (github): Multiplayer|Hexen: In co-op mode, spawn weapons for all classes
Players may join the game at any time, so the weapons for a newly
joined class would not be present until the next ma...
skyjake
17:49 Revision 1a7a62bd (github): Map Renderer: Kludge to make Hexen playable (with HOMs) -- TEMPORARY
@danij: revert this when committing the proper fix! skyjake
17:48 Revision 7d42a779 (github): Cleanup
skyjake
17:05 Revision 3acab708 (github): Multiplayer|Heretic|Hexen: Fixed crash when using an inventory item
The client was attempting to play an invalid item use sound.
Fixes bug: https://sourceforge.net/tracker/?func=detail&...
skyjake
17:03 Revision 10c6f2de (github): Debug|FS: Logging which actual paths are being accessed
skyjake
13:21 Revision 1d564371 (github): Fixed|Hexen: Setting player class in deathmatch when spawning
skyjake
09:04 Revision a95134a6 (github): Fixed: Variable "rend-dev-wireframe" should not be saved to .cfg
skyjake

2012-04-17

18:57 Revision 7752fec6 (github): Heretic: Prevent enemies from floating into objects after a valid XY move
The enemy movement logic did not check if a Z position is valid after
a successful XY move.
skyjake
18:35 Revision 44108834 (github): Bump game plugin version numbers for the 1.9.8 release
skyjake
18:35 Revision 127d4728 (github): Multiplayer|Fixed: Changing player class in a deferred way at respawn time
The player's class will now only change during respawn, not on the fly. skyjake
18:34 Revision 83c3f068 (github): Dedicated Server: increased idling frequency to 3 from 2 Hz
Slightly less annoyingly slow keyboard response in the console. skyjake
18:11 Revision 603deee1 (github): Merge branch 'master' of ssh://Air-Force.local/~jaakko/Projects/deng
skyjake
17:07 Revision 1b28f397 (github): X11: Updating window after fullscreen mode change
Like on Windows, first switch the window very briefly back to normal
mode and then restore the fullscreen status.
skyjake
14:23 Revision d407b76c (github): Player class changes can be deferred
In multiplayer games, defer player class changes requested by the clients.
The new class will be applied when the pla...
skyjake
14:21 Revision d2660ee5 (github): Fixed: Compiler warnings about unused code
skyjake
11:57 Revision 444257d1 (github): X11|Window: Tweaked how window updates are performed
It may be that requesting immediate repaints will mess with the cursor
movement events.
skyjake
11:27 Revision bc45fc32 (github): Win32: Mapped numpad Divide key
Both the forward slash and numpad Divide keys were being mapped to ASCII '/'.
Now the numpad key is mapped to DDKEY_D...
skyjake

2012-04-16

14:22 Revision 4ad0b17d (github): Multiplayer: Disable user-requested saves for now
Savegames need a thorough overhaul before they can be enabled
in multiplayer games.
skyjake
14:03 Revision 0957d855 (github): Audio: Default 3D reverb volume is 0.5 (reduced from 1.0)
This is just a minor adjustment before we fully re-adjust the reverb settings. skyjake
13:53 Revision cafb74d0 (github): Menu|Fixed: "Use autoaim" menu item replaced with "Disable autoaim"
The variable is "ctl-aim-noauto". skyjake
10:56 Revision 99eac684 (github): Win32: Added compiler warning about unused static functions
While MSVC will automatically remove unused static functions from the
binary, GCC does not. Having this warning will ...
skyjake

2012-04-15

22:39 Revision 27ae8295 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
22:39 Revision bc2ad1c9 (github): Map Renderer: Switched angle clipper to C++ and updated to current coding practices
The angle clipper now uses the of the vector math library and all
map coordinates are handled with double floating-po...
danij
19:33 Revision e74cc226 (github): Fixed: Updating available display modes in Control Panel
There was a logic error in checking which resolutions are already
present in the list.
skyjake
19:04 Revision 5119c07f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
19:04 Revision bec5197d (github): GL|Fixed: Toggling vid-vsync at runtime
On Windows and Mac OS X, the GL context swap interval is changed
using the appropriate native calls. On other platfor...
skyjake
18:32 Revision 2967846b (github): Unix|Fixed: Set en_US locale for libc and Qt
Doomsday expects U.S. English number and time formatting, so force the
en_US locale for both libc and Qt.
skyjake
18:31 Revision 2ec0ee69 (github): Console|Fixed: Saving console state if .cfg could not be found
If the game.cfg file was missing, the flag to allow saving the state
was never set.
skyjake
17:19 Revision 0f4f1a53 (github): Flag LF_POLYOBJ is part of LineDef::inFlags, not LineDef::flags
danij
16:27 Revision 25c431d6 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
16:24 Revision cc6e7220 (github): X11|Canvas: Track mouse with mouse move events
Every mouse move event received by Canvas results in a mouse delta
submitted to the engine's input subsystem.
If thi...
skyjake
14:05 Revision 06bf2968 (github): qmake|Mac OS X: Cleanup
skyjake
06:41 Revision 7b7bc409 (github): HEdge: Removed the redundant flags member
This was only used to record whether a HEdge belongs to Polyobj
and as we can determine this by checking the LineDef ...
danij
06:29 Revision 10faf644 (github): SideDef: Do not store the origin coordinates
These coordinates can be calculated so trivially that caching them
is rather pointless. Besides which, they are only ...
danij
06:13 Revision 19c1d28e (github): Fixed: Callback function set with P_SetPolyobjCallback() never used
danij
06:00 Revision be64f94c (github): Fixed: Read access violation attempting to clip lumobj vs polyobj
danij
05:48 Revision 5966c129 (github): Cleanup: Renamed fvertex_t as povertex_t
This type is now only used by Polyobj to store the original and
previous vertex points used when translating/rotating.
danij
05:33 Revision f8b7a024 (github): Cleanup: Removed some unused math routines
danij
04:44 Revision 1a2f65d5 (github): Cleanup: Do not use fvertex_t for Vertex's coordinates
This additional level of abstraction achieves nothing now. danij
03:59 Revision 427164fb (github): BspLeaf: Removed array of fvertex_t allocated for each leaf
As we are presently copying the vertex coordinates into a write
buffer before adding them to the render lists there i...
danij
01:49 Revision 052b9caa (github): Fixed: PWAD Temple4.wad no longer loads
See here: http://sourceforge.net/tracker/index.php?func=detail&aid=3517830&group_id=74815&atid=542099 danij

2012-04-14

20:29 Revision 2a23f0d1 (github): de::bsp::SuperBlockmap: Use double floating point precision when finding HEdge bounds
danij
19:56 Revision 6b00e60a (github): de::bsp::HEdgeInfo: Use coord_t
danij
19:53 Revision 299ef79a (github): BSP Builder: Use coord_t for all map space coordinates, angles and distances
danij
19:25 Revision de81cb50 (github): WadMapConverter: Transfer all map vertex coordinates as coord_t
danij
18:45 Revision d7645a92 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
danij
18:44 Revision bb1c3eba (github): Win32|Fixed: Manually give the main window's de::Canvas focus during init
It would seem that for whatever reason we do not automatically receive
a focusInEvent from Qt when starting up in ful...
danij
10:57 Revision 9b26841a (github): Console|Fixed: Draw cursor at the correct place with a truncated cmdline
skyjake
04:19 Revision 1aa13439 (github): de::bsp::Partitioner|Fixed: Lookup the HEdgeInfo again after cloning a HEdge
Cloning will result in a new HEdgeInfo being allocated thereby
invalidating the old reference.
danij
02:29 Revision dfb0a23d (github): Win32|Fixed: Do not attempt to save original color tables before we have a window
On Windows each GL canvas has its own pixel format configuration in
addition to the format of the display itself. Thi...
danij

2012-04-13

21:10 Revision cd7a7f5f (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
21:04 Revision fc60c04e (github): Don't trap mouse at startup if in windowed mode
The mouse is trapped after one click inside the window. skyjake
20:36 Revision f985a3fc (github): Win32: Save original color transfer table after window is available
Unlike on the other platforms, on Windows the color transfer tables are
associated with specific windows. The table c...
skyjake
20:11 Revision 3b2bce48 (github): Fixed|Console: Command line truncation
The beginning and end of a long command line is truncated with […]. skyjake
20:10 Revision 8974201f (github): Fixed: DrawText format escaping logic
skyjake
18:32 Revision 2e92484c (github): Win32|Debug: Assert gamma functions have a HWND to work with
skyjake
18:10 Revision f937c8e4 (github): GL|Debug: Assert that context is active
skyjake
18:09 Revision c1004c92 (github): GL: Restored GL_SetMultisample()
For enabling and disabling multisampling when vid-fsaa is 1. skyjake
17:26 Revision 7f9db5ec (github): Always use the C locale
Doomsday expects US English number and time formatting. skyjake
15:41 Revision 3d98142e (github): Fixed|GCC: Modified superblockmap.h to compile on gcc 4.0
It seems in gcc 4.0 friending a class does not extend the private access
to contained classes. Now explicitly friendi...
skyjake
14:15 Revision d7952c22 (github): Changed release type to "Candidate"
Beginning the candidate phase for 1.9.8. skyjake
14:14 Revision 00eb6f1a (github): Fixed: Typing and drawing brackets { } in the console
The { and } characters are used for embedded visual formatting
instructions in the font renderer. Added a format esca...
skyjake
13:13 Revision 92138d41 (github): Builder: Ignore "merge commit" entries in feeds
skyjake
11:19 Revision 59884946 (github): GL: Allow GL operations during main loop callback
skyjake
11:10 Revision 8cb4225f (github): GL|Unix: Assert GL context activate with Qt
skyjake
10:20 Revision 52140fbd (github): GL|Debug: Assert that a GL context is active when needed
OpenGL API calls must not be made without an active context.
The context may need to be manually activated outside th...
skyjake
10:19 Revision 966d4c31 (github): GL: Vsync and FSAA are now toggled using cvars
Disabled the old native GL code for this purpose. skyjake
09:37 Revision 80789fb8 (github): Bindings|Fixed: Window focus change events must be ignored
Window focus change during busy mode would cause a crash from
the bindings subsystem.
skyjake
09:05 Revision 8349a2a1 (github): Controls: Prevent changing the Delete key binding in menu
It would be impossible to delete bindings in the Controls menu if
the key-delete binding is changed in the menu/short...
skyjake
08:38 Revision bd3d3199 (github): Controls: Disallow deleting the "menuselect" binding to Return
When deleting bindings of "menuselect", automatically restore the
default binding to Return so that the menu remains ...
skyjake
08:37 Revision c206a95f (github): DisplayMode: Restore color transfer after possible mode switch
Possibly makes a difference on some platforms. skyjake
07:13 Revision 3d2a2fd2 (github): Fixed: "long" is an ambiguous type
The "long" type is CPU and compiler dependent. Instead of it we should
always use the types defined in libdeng2.h.
skyjake
07:12 Revision f468ae4a (github): Fixed|GCC: Compiler errors and warnings
Unnecessary qualifiers and mismatched declaration of a static function. skyjake
06:58 Revision 40809a00 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
06:55 Revision 3ae9bbfa (github): LogBuffer: Print build day number instead of YMD date
Makes the debug log output more concise. skyjake
06:39 Revision 3d496ed4 (github): Handling uncaught exceptions
An uncaught exception now causes a clean Con_Error() shutdown.
If an exception occurs in the busy worker, it gets ca...
skyjake
04:52 Revision 2d2deed6 (github): Ensure the DMU object type is set when hardening vertexes
danij
04:10 Revision a7b39fb9 (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij
04:08 Revision c6bf4d82 (github): BSP Builder: Cleanup
danij
03:14 Revision 875edb33 (github): BSP Builder: Maintain BspLeaf::hedgeCount throughout the build
Also replaced the mechanism for determining whether a hedge has yet
to be added to a leaf (previously signified with ...
danij
02:34 Revision 7c5cb67b (github): BSP Builder: Link up the BSP objects during the build process
Doing this as a secondary step post build is now unnecessary
because the BSP objects themselves are constructed as we...
danij
02:12 Revision eaac9a2c (github): BSP Builder: Cleanup
danij
01:35 Revision 45ba67ba (github): BSP Builder: Minor cleanup
danij
01:12 Revision ffccdfa4 (github): BSP Builder|Cleanup: Renamed BspHEdgeInfo as HEdgeInfo
danij
01:11 Revision 0174c3f5 (github): BSP Builder|Cleanup: Renamed bsphedgeinfo.h as hedgeinfo.h
danij

2012-04-12

22:19 Revision 236576b6 (github): BSP Builder|Cleanup: Store the extended half-edge info in de::bsp::Partitioner
It is no longer necessary to make this data visible and can now
be hidden from the rest of the engine.
Relocated the...
danij
18:09 Revision d266455c (github): BSP Builder|Cleanup: Use HEdge's lineDef link instead of BspHEdgeInfo
Now that we are constructing the final BSP objects as there is no
need to store this info separately in BspHEdgeInfo.
danij
17:17 Revision 3a7966eb (github): Resources|Fixed: Locating all IWAD alternatives
If a game specified multiple names for an IWAD, the resource
locator would find one of them and only then check if it...
skyjake
15:02 Revision db828796 (github): FS: Cleanup
skyjake
14:54 Revision f9ab1628 (github): Hexen|Added: Separate game mode for the Beta Demo
The 4-level demo and the Beta demo are now two separate game modes
due to a bug in the beta demo IWAD, which needs to...
skyjake
14:53 Revision c1bdb1ba (github): FS: Lump check may contain an optional size condition
For instance, "CHAIN>=1000" would match a lump called CHAIN
only if the size of the lump is greater or equal than 100...
skyjake
11:17 Revision 02ba6a47 (github): Documentation: Updated readme with a note about the Hexen demo
Also, moved an example about texture resource directories into a more
appropriate place.
skyjake
10:29 Revision cc87e8e2 (github): Timer|Fixed: Time measurements past 12 hours of runtime
Logic error in time measurement caused the timer to advance at a very
fast pace after hitting 12 hours, ultimately wr...
skyjake
08:34 Revision 69d70eaf (github): BSP Builder|Cleanup: Added an API mechanism for obtaining ownership of built objects
danij
06:02 Revision c7d6cf46 (github): Merge commit 'remotes/origin/master' into map-hedgeds
danij

2012-04-11

21:36 Revision 8c583df4 (github): Hexen|Fixed: Hexen 4-level demo IWAD recognition
The hexendemo.wad does not have all the lumps required for the full
hexen.wad.
skyjake
20:32 Revision a5162d3c (github): Disallow shutdown while busy worker is running
The busy worker cannot be terminated at will at a random time. skyjake
20:31 Revision ffbb4c88 (github): Busy Mode|Refactor: Renamed function
skyjake
20:13 Revision b99f211a (github): Console: Don't save config and bindings before they've been restored
An abnormal or early shutdown may cause the state to be saved
prematurely.
skyjake

2012-04-10

21:26 Revision 36ed1aa6 (github): Dedicated Server|Performance: Conserve CPU when no clients connected
The main loop will tick only twice per second when no players are in game. skyjake
19:36 Revision 24df3f46 (github): Dedicated Server|Performance: Skip unnecessary tasks
The Materials ticker is fully capable of updating everything on clientside;
it serves no function on the dedicated se...
skyjake
18:59 Revision 8a0bd724 (github): Merge branch 'master' of ssh://deng.git.sourceforge.net/gitroot/deng/deng
skyjake
18:59 Revision c8b01949 (github): Cleanup
skyjake
18:56 Revision 673a50ac (github): Network|Fixed: Parsing client's info query on server
The "Info?" query from a client was parsed incorrectly: strcmp()
expects null-terminated strings, while the received ...
skyjake
18:31 Revision f3906c29 (github): libdeng2|Refactor: Renamed LegacyCore_FlushLog()
It is more aptly called LogBuffer_Flush(), as it has really nothing to
do with LegacyCore. The LogBuffer is a singlet...
skyjake
18:27 Revision 35d8e9ba (github): Dedicated Server|Unix: Don't use stdout with curses
The curses output will get messed up by prints to standard out/err. skyjake
15:01 Revision 71f4caac (github): Dedicated Server|Fixed: Main loop was not running
The loop callback was incorrectly exited immediately in novideo mode. skyjake
07:36 Revision f0796110 (github): Record the unique index of each BSP object in the object itself
danij
 

Also available in: Atom