danij's activity
From 2007-03-23 to 2007-04-05
2007-04-05
-
14:14 Doomsday Engine Revision bf6b750e (github): Moved all code relating to automap render lists to am_rendlist.c and am_rendlist.h
-
02:04 Doomsday Engine Revision 6746898c (github): Fixed numerous compilation warnings/errors reported with /W4
- Fixed an issue with releasing input devices on Win32 which sometimes led to a segfault on shutdown.
2007-04-03
-
19:15 Doomsday Engine Revision 78e983ec (github): Fixed various compiler warnings thrown in gcc (cheers yagisan).
-
18:16 Doomsday Engine Revision 2929ea32 (github): Fixed some more issues with the status bar rendering.
-
11:39 Doomsday Engine Revision 22229d98 (github): Continued cleaning up the common automap code.
- Now uses floating point throughout. Reduced the DMU usage in renderWalls() to the bare minimum number of calls for th...
-
08:02 Doomsday Engine Revision dadf6637 (github): Removed call to G_SetGlowing left behind after recent changes.
-
07:34 Doomsday Engine Revision 1acffcb2 (github): Now that we have a proper system in place for handling translated sprites and we are revising the API/ABI for 1.9.0; I've removed the old DD_TRANSLATED_SPRITE_TEXTURE stuff and exported GL_SetTranslatedSprite() via the Doomsday public API.
-
07:02 Doomsday Engine Revision 486d05a2 (github): Replaced the old RENDER_GLOWFLATS text string kludge with Decoration->Glow definitions. The old method is now unsupported in the 1.9.x series.
- Currently there are no parameters for the glows but we can look at that later on in 1.9.x series (e.g. lightmap).
-
03:55 Doomsday Engine Revision 22fb2bd7 (github): Revised R_AddToAnimGroup() to use texture/flat names instead of texture indices/lumpnumbers respectively. In the case of flats; the lump name.
- Done as part of the work towards unified abstract texture/flat management (i.e. don't use lump indices as identifiers).
-
02:43 Doomsday Engine Revision 70ad2117 (github): Moved GL_SetFlat() to gl_texmanager.c where it belongs.
-
02:25 Doomsday Engine Revision 7e3d4520 (github): Cleanup, updated style.
2007-04-02
-
05:07 Doomsday Engine Revision 7f1ccac3 (github): Updated jHeretic's v13 Heretic save game loading code so as not to depend on the layout of the various structs used for specials (e.g. floormove_t).
-
00:38 Doomsday Engine Revision 9076a7c4 (github): Updated all games to use floating point 0-1 when dealing with sector light levels.
- Part #3
-
00:36 Doomsday Engine Revision 1f1586b6 (github): Updated all games to use floating point 0-1 when dealing with sector light levels.
- Part #2
-
00:35 Doomsday Engine Revision 070a740c (github): Updated all games to use floating point 0-1 when dealing with sector light levels.
- Part #1
2007-04-01
-
17:32 Doomsday Engine Revision 7ca78c72 (github): Within the engine, sector light levels are now represented in floating point 0-1.
- Part #3
-
17:31 Doomsday Engine Revision a1f027c7 (github): Within the engine, sector light levels are now represented in floating point 0-1.
- Part #2
-
17:29 Doomsday Engine Revision 30c10da1 (github): Within the engine, sector light levels are now represented in floating point 0-1.
- Part #1
2007-03-31
-
09:46 Doomsday Engine Revision f74ee186 (github): Added missing line to end of file.
-
09:39 Doomsday Engine Revision 696a4434 (github): Fixed FPS issues in the automap drawing caused by drawing lines individually. Implemented concept of pre-collected lists of rendering primitives.
- Started cleaning up the automap code.
2007-03-30
-
19:48 Doomsday Engine Revision 4ddce599 (github): jDoom: Show level exits on the automap when using the reveal cheat (green = exit, cyan = secret exit).
2007-03-28
-
02:12 Doomsday Engine Revision cad2e11d (github): Make sure we only copy 8 characters to filelump_t->name when adding deh files loaded from PK3/ZIP (was corrupting stack around singleinfo in W_AddFile() ).
2007-03-26
-
01:46 Doomsday Engine Revision 5887f1d4 (github): Cleanup. Updated style.
-
00:15 Doomsday Engine Revision 0e6e0524 (github): Cleanup. Updated style.
2007-03-25
-
23:30 Doomsday Engine Revision e581d14f (github): Fixed: Fakeradio edge shadow polys were being rendered for the rotating "gears" in jHexen MAP14.
-
22:57 Doomsday Engine Revision 3ca303a4 (github): Fixed: In jHexen if a subsector which was made up partly by segs used to form a polyobject, was visible at the same time as that polyobject: the segs were rendered twice (once as part of the wall drawing and again when dealing with just the poly object's segs).
- Fixed: In jHexen, the movement of camera players was obstructed by polyobjects.
-
07:06 Doomsday Engine Revision 714f8772 (github): Fixed a problem which caused the sky to render as HOM if you are spawned into a new map as a camera (until you moved).
-
02:39 Doomsday Engine Revision d941464f (github): Fixed GL_CalcLuminance(). It would seem when I adapted this back in 2005 I managed to get the logic wrong. Its now working correctly.
-
02:36 Doomsday Engine Revision 7925f44b (github): Fixed GL_CalcLuminance(). It would seem when I adapted this back in 2005 I managed to get the logic wrong. Its now working correctly.
-
01:40 Doomsday Engine Revision 71445b7d (github): GL Fog settings cannot be manipulated during the level load worker.
2007-03-24
-
18:00 Doomsday Engine Revision 877e9567 (github): Fixed light and halo location on float-bobbing mobjs (were bobbing in the inverse direction).
-
17:34 Doomsday Engine Revision aa5f0c56 (github): Archiving mobj references to jHexen save files now uses the exact same mechanism used for the other supported games.
-
01:25 Doomsday Engine Revision 8aef0c24 (github): Un-archiving mobj references from jHexen save files now uses the exact same mechanism used for the other supported games.
-
00:45 Doomsday Engine Revision e8c86f9f (github): jHexen save ver4: Changed archived thing ids to base 1 so that a NULL mobj ptr can be represented by zero (in line with the other supported games). Ids from old versions are translated.
2007-03-23
-
20:47 Doomsday Engine Revision 46c97ebe (github): Removed MAX_TARGET_PLAYERS limit in jHexen save games. Previous limit was 512 active references. I'd say is pretty unlikely the old limit could be breached but it is theoretically possible, so now its gone.
- Changed XL_UnArchiveLines() so that it will work when XG is extended to jHexen (updating activators needs to happen a...
-
18:00 Doomsday Engine Revision 31b475ed (github): Began commonizing methods used to save references to mobjs/players in save games.
- Fixed the updating of mobj/player references when converting from older jHexen save formats which utilized mobj_t->sp...
-
15:52 Doomsday Engine Revision 89b6cce3 (github): Removed limitations which tied the order of the elements in the thinkerinfo array to the thinker class ids which are used to reference it. This will make maintenance and future development easier. A minor negative is that saving will take a little longer, though I don't think that is much of a concern.
-
14:49 Doomsday Engine Revision b6637f1b (github): jHexen ver4: Added type byte for line_t and sector_t.
- Added sector class sc_ploff to jHexen's save code (used to reduce the size of an archived sector if none of the floor...
-
14:11 Doomsday Engine Revision 5320c3c6 (github): Continued work on the common save code.
- jHexen now uses the same mechanisms for reading/writing thinkers as the other games.
jHexen now saves a player header... -
13:40 Doomsday Engine Revision 98d7175b (github): Fixed compilation error.
Also available in: Atom