Activity
From 2010-04-07 to 2010-04-20
2010-04-20
- 23:40 Revision e869c994 (github): Clean up.
- 22:26 Revision 5eb818a5 (github): Split the vector graphic stuff currently used only in the automap into its own source files.
- 18:30 Revision eee9b175 (github): Merge branch '1.9.0-beta6' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into 1.9.0-beta6
- 18:29 Revision a3ba04a3 (github): Fixed All games: The automap display was being drawn behind the "ReadThis" helpscreens even though it could not be seen.
- 18:12 Revision 4e0d2899 (github): Changed All games: The map title display is now drawn for each viewport instead of over all viewports.
- Fixed All games: Other HUD displays were being drawn behind the "ReadThis" helpscreens even though they could not be ...
- 10:03 Revision 66533808 (github): Misc cean up.
- 09:37 Revision aa831464 (github): Cleaned up the auto-spawn of mobjs during map load somewhat.
- 06:44 Revision bd216f24 (github): Removed comparison check at map load time which would result in a fatal error if the number of players was greater than the number of deathmatch spots. At this point in time, there will only ever be one player at most in the map (the server player).
- 06:38 Revision 7c127655 (github): Moved the global brain targets array an associated vars into braindata_t for neatness.
- 03:32 Revision 9cba651c (github): Fixed DOOM: At easy skill modes, the boss brain will only spit a BOSSCUBE every other time A_BrainSpit is called. However the value used to keep track of this was not stored in saved games.
- 03:02 Revision a8dafdc4 (github): Fixed DOOM: Dynamically spawned BOSSTARGETs (e.g., using the spawnmobj ccmd) only worked as expected if the player saved the game and then loaded it (at which point the target would be added to list of known boss brain targets).
- Fixed DOOM: Upon loading a saved game duplicate BOSSTARGETs would be spawned. Note that this would have no visible ef...
- 01:52 Revision 877643e4 (github): Changed playerstart_t, removing the information duplicated from the associated mapspot_t and instead referencing it in the mapSpots array.
- 01:05 Revision e6a5e48e (github): Changed Heretic boss and mace spots to indices into the main mapSpots array.
2010-04-19
- 22:16 Revision 56af5d4d (github): Moved interpretation of archived map linedef flags into the map converter plugin thus making it responsible.
- Revised method of handling the ML_MAPPED flag to work at player spawn time rather than on map start. I'm pretty sure ...
- 05:54 Revision f382a7db (github): Fixed All Games: When using lookspring the view pitch would not center when sidestepping left.
- 03:29 Revision 14708490 (github): Fixed issues with non-power-of-two textures. It would appear that in order to load them, glTexImage2D requires the source data to have an alpha channel regardless whether you specify the load format as GL_RGB. Either this is a bug in my driver or *something* is wrong somewhere as this just don't make much logical sense to me.
- Anyway, I've changed the texture uploading as necessary in order to get this working and have now enabled use of nonp...
2010-04-18
- 15:05 Revision 187332cd (github): Fixed console shadow alpha.
- 10:07 Revision d819ddcd (github): Fixed All Games: Do not do the text glitter/shadow effect for the space character.
- 10:00 Revision 037e3af4 (github): Fixed DOOM: Flickering of the Tower of Babel on the episode two intermission (present in the original game).
- 08:53 Revision 2a3e0858 (github): Fixed DOOM: Both the idclip and idspispopd cheats worked in all variants of DOOM.
- 07:48 Revision c462ddbc (github): Changed Hexen: Position the inventory left/right indicators relative to the number of visible slots.
- 06:14 Revision 929da6ed (github): Fixed: Console background flicker during fade-in whilst resizing. (see here http://sourceforge.net/tracker/index.php?func=detail&aid=2987618&group_id=74815&atid=542099)
- Changed: Tweaked console min-height to leave a gap 1/4th of line height above the command line.
Changed: CVars "con-a... - 04:11 Revision 45c2afd0 (github): Removed include of the MSVC-specific strsafe.h from engine/win32/sys_input.c as this file no longer makes use of it. Fixes bug #2985633 (see here http://sourceforge.net/tracker/index.php?func=detail&aid=2985633&group_id=74815&atid=542099).
- 04:02 Revision 2f4bdc88 (github): Fixed DOOM: "IDMUS cheat broken (not DOOM2)". (see here http://sourceforge.net/tracker/index.php?func=detail&aid=2986498&group_id=74815&atid=542099)
2010-04-10
2010-04-09
- 15:29 Revision 0a5a41b8 (github): Fixed Hexen: Fatal error attempting to play Deathkings of the Dark Citadel.
- 01:55 Revision 15bca57f (github): Changed All Games: Further tweaked player/mobj movement friction and deceleration.
- 01:23 Revision 814ef06d (github): Fixed DOOM: HUD weapons vertically offset four pixels lower than in the original game.
- 01:19 Revision 06ad94f1 (github): Merge branch '1.9.0-beta6' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into 1.9.0-beta6
2010-04-07
- 23:42 Revision 08cdff87 (github): Further tweaking of OS X packaging.
- 23:01 Revision 08377cbe (github): Tweaking OS X packaging scripts.
- 21:41 Revision a68b26be (github): Version bump in Doomsday for Windows installer script.
- 21:36 Revision 3cbe24f4 (github): Merge branch '1.9.0-beta6' of ssh://deng.git.sourceforge.net/gitroot/deng/deng into 1.9.0-beta6
- 21:35 Revision 14690580 (github): Fixed "backing out" issue with chainsaw/gauntlet lunging.
- 21:21 Revision 0b229491 (github): Version number bumps.
- 19:54 Revision 694ca62b (github): Disallow stepping up onto a corpse. This prevents the player from "climbing" up and over whilst chainsawing.
- 19:30 Revision 150a11b3 (github): Fixed attack lunge angle lock to not allow the player to turn away from the target.
- 18:38 Revision 973a43a0 (github): Fixed discrepancy in attack lunge velocity compared to original behavior.
- 17:42 Revision 2dfb87cf (github): Fixed All Games: Tiny difference in walk-to-stop mobj momentum threshold compared to original behavior.
- 13:53 Revision e8280a38 (github): Removed (player) classinfo_t::turnSpeed[2] - "initial" speed. As time staging of the turn controls is now done engine-side, this is unused.
- 13:44 Revision 5dcafad6 (github): Fixed All Games: Look pitch multiplier changed according to the walk/run speed modifier. In the original games this multiplier is fixed.
Also available in: Atom