Activity
From 2006-06-19 to 2006-07-02
2006-07-02
- 21:35 Revision 9ffcd75c (github): Correct case in #includes. Move templates to .template. Build libdropengl
- 20:43 Revision b94ab678 (github): doomsday builds and links under *NIX. No plugins built yet.
- 20:32 Revision 2755602f (github): Move engine/unix/src/sys_sfxd_dummy.c to engine/portable/src/sys_sfxd_dummy.c
- 20:31 Revision 33d309c5 (github): This is a duplicate of engine/unix/src/sys_sfxd_dummy.c but incorrect comments.
- 20:30 Revision 91093be9 (github): More cmake updates. Dies at link on *NIX because of dupes.
- 19:23 Revision ae91aa8a (github): More cmake updates. Dies at link on *NIX. Not tested on OSX or Win32.
- 17:30 Revision 58978fe7 (github): This is Win32 specific, not portable.
- 17:28 Revision 80f98266 (github): Work through some build errors in cmake script.
- 13:58 Revision 7bd67ff6 (github): cmake typo. Spotted by darka in #doomsday
- 10:33 Revision 83d09202 (github): Initial Cmakification. In theory builds deng (no plugins) on *NIX and Win32. Win32 untested, *NIX needs more work.
- 10:28 Revision a14e4f49 (github): Toss out autotools. Possible better cmake based replacement being test implemented
2006-06-21
- 17:17 Revision 64003bc1 (github): Add DooMGater's German Translation for snowberry. http://forums.newdoom.com/showpost.php?p=473575&postcount=17
- 17:16 Revision de56f85c (github): continued work on *NIX build scripts. Add check for zip to build .pk3 files
- 03:52 Revision e14ce5cb (github): Removed duplicate CCmds for movefloor, moveceil and movesec.
- 03:42 Revision bdf4f080 (github): Added a couple of checks to prevent multiple CVARs and CCmds from being registered under the same identifier.
2006-06-20
- 00:51 Revision 35174801 (github): HUD counters were not updating correctly with multiple local players.
- Fixed a complier warning with jHexen.
- 00:22 Revision 9af2122b (github): Fixed missing frag counters in the automap.
- 00:07 Revision 72cdce40 (github): Fixed a bug with the hud-frags-all debug display which led to a seg violation when enabled.
2006-06-19
- 22:09 Revision e0720663 (github): Added new/changed source files.
- 21:41 Revision 82519ccc (github): Shuffle around old build scripts
- 20:40 Revision ae9712ac (github): Incremented SV_VERSION to 7 and the Doomsday version number to 10900. Renamed old R6-specific delta types (kept enum values). Used packed long flag fields in R7 sector and side deltas.
- Note that packed longs can contain 5 bytes. The most commonly used flag bits should therefore use the lowest bits pos...
- 20:37 Revision 9161fcab (github): Delta type base priority scores are specified in a more future-proof way.
- 20:35 Revision 30d87c17 (github): Missing variable type.
- 20:35 Revision 8ca8babb (github): Added packed long write/read routines. Note that packed longs can contain an arbitrary number of bytes. However, only 28 bits fit into 4 bytes.
- 20:33 Revision eed4a598 (github): Fixed surface texture type gaffe. This broke all top/mid/bottom texture queries on big endian machines. Must use short type since that's what GetValue expects (DMT_SURFACE_TEXTURE is DDVT_SHORT).
- 20:30 Revision d410d6df (github): Simplified else if braces.
- 17:46 Revision f26f80dd (github): Ignore SIGPIPE only on Mac/Unix.
Also available in: Atom