Activity
From 2008-07-07 to 2008-07-20
2008-07-20
- 12:50 Revision e949d746 (github): Updated weapon name text definitions for jDoom, jDoom64 and WolfTC.
- 12:49 Revision 784d8c20 (github): Removed bspleafdata_t->hEdgeCount as maintaining it during bsp build is unnecessary and simply counting the number of linked halfedges at build time is inexpensive computationally anyway.
2008-07-19
2008-07-14
- 03:35 Revision aeb4dc89 (github): Combined player_t->maxAmmo and player->ammo arrays into one array of structs in player_t.
- Changed player_t->weaponOwned to an array of structs.
Fixed various size assumptions in the old savegame code to do w... - 00:41 Revision ba15dbec (github): Continued working on the controls and bindings.
- A special mode was added to the engine called "symbolic echo", which will cause input events to be converted to textu...
2008-07-13
2008-07-11
- 16:22 Revision 7b537965 (github): Commonized P_CheckAmmo.
- 15:15 Revision f226a90d (github): Fixed (all games): If weapon ammo requirements are edited in values.ded so that all weapons require ammo; When all ammo had been expended P_MaybeChangeWeapon correctly concluded that no change would produce a fire-able weapon and thus player_t->pendingWeapon == WT_NOCHANGE. However, P_CheckAmmo was then changing the psprite to the downstate regardless of the fact that no weapon would subsequently be raised afterwards (leaving the player running around with no weapon in view and no means to change weapon again even after collecting more ammo).
- 14:03 Revision c41a293c (github): Removed the benign sector reports as they are no longer needed/sent as we now prune out sectors with no linedefs during map loading.
- 13:44 Revision 1ba9a4bf (github): Removed the benign sector reports as they are no longer needed/sent as we now prune out sectors with no linedefs during map loading.
2008-07-09
- 01:49 Revision 66ecf463 (github): Fixed bug in jHexen which prevented clerics from taking damage from their own throwing bombs.
- 00:00 Revision e346dd8f (github): Replaced jHexen's terraintype stuff with new common, GPL code. I took the opportunity to redesign completely to allow them to work with any type of material (was just flats) and to reduce their memory requirement.
- Removed the game-side interpolation of scrolling plane materials in jHexen (as this was interfering with the interpol...
2008-07-08
- 21:09 Revision 25516f56 (github): Minor tweaks to m_ctrl.c to allow me to build with msvc.
- 21:02 Revision 47c3e5c5 (github): Added some artifact bindings, with item texts read from the Text definitions. The horizontal spacing needs to be adjusted, though, as some of the items are too long currently.
- 21:01 Revision 61b5fefc (github): Added B_BindingsForCommand and B_BindingsForControl to doomsday.def
- 20:56 Revision ee08a02c (github): Added new source files to the VS8 proj, the Code::Blocks proj and to the vcbuild include lists.
- 12:24 Revision b902d171 (github): Utilize menu scaling to show menu items at a time.
- In Heretic and Hexen, key bindings have a colored background rectangle.
Added some more controls to the menu. Still ... - 10:48 Revision 6b5122af (github): Replacement for strnstr.
- 01:31 Revision e86da755 (github): Started with the retrofitting of the old controls menu so we can have something functional for Beta 6.
- Right now only the current bindings are being shown, and there isn't yet a way to edit them. Also, game-specific bind...
- 01:27 Revision 113b1c21 (github): The Doomsday.app bundle was missing the loading1 and 2 pics.
2008-07-07
Also available in: Atom