Project

General

Profile

Activity

From 2013-10-10 to 2013-10-23

2013-10-23

20:16 Revision 76849a37 (github): Qt|OS X|qmake: Updating for Qt 5.2 (beta) on Mavericks
Hmm, the unified native toolbar API is still not working... skyjake
18:39 Revision 7f566e35 (github): UI|Client|Default Style: Color for scroll bar indicator
ScrollAreaWidget now allows specifying a color to be used for the
scroll indicator.
CommandWidget now uses an "inver...
skyjake

2013-10-22

21:42 Revision 8858cec1 (github): Homepage|Add-on Repository: Updated pack details for Hexen Mage Weapons Pack and jXCCP
Now at versions 1.2 and 1.31 respectively. danij
21:38 Revision d474f5cb (github): libdoom64: Cleanup
danij
21:37 Revision f9d9536e (github): libcommon: Cleanup
danij
21:35 Revision 8c98f625 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij
08:42 Revision d373c200 (github): UI|Client|AudioSettings: Added toggle and default for sound-overlap-stop
IssueID #1629 skyjake

2013-10-19

21:21 Revision d0e12b3a (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
danij

2013-10-18

07:59 Revision dd7f0ec8 (github): Documentation: Fixed some warnings from Doxygen
A missing reference and an obsolete config setting. skyjake

2013-10-14

13:17 Revision 6c4531e8 (github): Refactor|libcommon: Pass sector-plane-impacted arguments via Sector_TouchingMobjsIterator
danij
11:07 Revision a20f18b2 (github): Refactor|libdoom: Pass mobj-avoid-dropoff arguments via Mobj_TouchedLinesIterator
Also fixed a potential bug here, where the bounding box of the mobj
attempted to avert the drop off was not initializ...
danij
09:30 Revision 7b748ea2 (github): Refactor|libcommon: Pass mobj-torque arguments via Mobj_TouchedLinesIterator
danij
08:44 Revision d88f846c (github): libcommon: Fix monster teleport behavior (refactoring oversight)
danij
08:01 Revision 3b756987 (github): libcommon: Cleaned up mobj teleporting/telefragging
danij
06:07 Revision dd99f584 (github): Refactor|libcommon: Pass spike-thrust/lostsoul-cross arguments via Mobj_BoxIterator
danij
05:21 Revision d1ed2056 (github): Refactor|libcommon: Pass radius-attack traverser arguments via Mobj_BoxIterator
danij
04:19 Revision c85a816e (github): Refactor|libcommon: Pass player-bounce/slide traverser arguments via the Interceptor
danij
03:46 Revision 70699afc (github): Refactor|libcommon: Pass player-use traverser arguments via the Interceptor
It is no longer necessary to use global variables for this purpose. danij
02:51 Revision 44a2367c (github): World|Interceptor: Cleanup
danij
01:55 Revision 53292642 (github): API|Map: Revised Intercept representation
One can now reference the Interceptor from which an Intercept was
produced via the Intercept info if needed, simplify...
danij

2013-10-13

20:31 Revision dd889e99 (github): Fixed|libdeng1|Reader: Reading 16/32-bit values
An incorrect return type for Reader_8() caused the higher bytes of
16/32-bit values to be truncated to zero.
skyjake
19:12 Revision 6742dd2d (github): Fixed|libdeng1|Reader: Possibly undefined operation
Attempting to fix a warning about post-increments. skyjake
19:05 Revision d4c7ba91 (github): Fixed|libdeng1|Reader|Writer: Avoiding pointer alignment issues
Some CPU architectures do not look kindly upon pointer misalignment. skyjake
14:13 Revision 7cf66dba (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
skyjake
14:09 Revision 88376fa0 (github): qmake: Don't link libgui to the game plugins
A server build does not include libgui, so the plugins shouldn't
rely on it at this stage.
skyjake
14:02 Revision abfc2a10 (github): Fixed|libcommon: Build errors and warnings in p_map.cpp
Jumping over variable initialization with goto is illegal. Moved
the variables before the gotos.
Also, fixed warning...
skyjake
08:50 Revision 94990248 (github): libcommon: Updated wrt intercept_t changes
danij
08:39 Revision 544470cb (github): Refactor|World|Map|Interceptor: Relocated intercept list functionality into Interceptor
Still global/shared, though. danij
07:47 Revision cf1468d9 (github): API|Map: Cleanup
danij
07:38 Revision 17b5d982 (github): World|Map: Derived Interceptor from previously global path traversal logic
Interceptor instances are visible publicly as opaque pointers. danij
04:34 Revision 77119471 (github): libcommon: Further cleaned up common/src/p_map.cpp
danij
03:47 Revision def81556 (github): libcommon: Cleanup
danij
03:26 Revision 59fd4753 (github): Refactor|libcommon: Switched common/src/p_map to C++
danij
01:49 Revision 0469da54 (github): World|Map: Defined missing Map::lumobj(int index) lookup method
danij
01:42 Revision 86eb38c6 (github): API|Map: Removed divline_t
danij
00:39 Revision ec3c3002 (github): API|Map: Unused functions removed; P_PathTraverse reformatted
danij

2013-10-12

20:41 Revision 76c5eef3 (github): Fixed: Build failure (invalid operands)
gcc 4.6.3 on Raspbian says that '&&' cannot take int and va_list as
operands. The variable argument list parameter sh...
skyjake
20:00 Revision a604b47d (github): Fixed|libgui: Build failure in the dummy DisplayMode
The dummy version of the native DisplayMode routines had not been
updated since the latest changes to the API.
skyjake
03:13 Revision f10c62d6 (github): API: Revised mechanism for map element interception traces
Each trace now uses a TraceState which passed as an argument to the
path trace callback function. The old global vari...
danij
00:20 Revision 14d39567 (github): World|Map: Removed unnecessary sector filter from Map::bspLeafBoxIterator()
The caller can just as easily implement this in the callback. danij

2013-10-11

22:47 Revision 1d7f6c0a (github): World|Map: Cleanup
danij
22:33 Revision 104d96c0 (github): Refactor|World|Map: Extracted algorithm for map element path interception
Map now provides all the API mechanisms to implement this algorithm
outside of the map itself. In the future this can...
danij
20:13 Revision ece0b618 (github): Refactor|World|Map: Moved blockmap path traversal into Blockmap
danij
18:36 Revision b07e2716 (github): World|Map: Continued unraveling Blockmap path traversal
danij
17:45 Revision 28502cea (github): Fixed|World|Map: Qt 4.7 compatibility (no QVarLengthArray operator <<)
danij

2013-10-10

13:25 Revision 5f243e67 (github): World|Map: Pass the trace origin into the blockmap path traversers
In future the trace state will not be contained within de::Map, so
don't assume that we can access this once the trac...
danij
04:05 Revision 85dd2f92 (github): Typo
danij
04:02 Revision 20c8af10 (github): World|Blockmap: Cleanup
danij
03:23 Revision da323278 (github): Map Renderer|Client: Cleanup
danij
02:57 Revision a349f76e (github): Map Renderer|Client: Use a viewer-local QBitArray for flagging visible BSP leafs; cleanup
danij
01:20 Revision ee2dc17b (github): World|Map: Use QVarLengthArray to collect map element pointers from link nodes
danij
 

Also available in: Atom