Activity
From 2007-05-10 to 2007-05-23
2007-05-23
- 14:38 Revision 0a10126a (github): Exposed MultiTexCoord2f and MultiTexCoord2fv via the gamedgl_t interface.
- 11:16 Revision 9bd44a95 (github): Kill typo gremlin
- 11:15 Revision 482a7250 (github): When making documentation - we are only interested in C/C++/Obj-C
- 00:57 Revision ad8e0ee7 (github): Implemented per-primitive blending mode support in the automap render lists and automap object info database.
- Is there a feasible way to provide a public interface to the engine-side render list code? It seems somewhat needless...
- 00:51 Revision 383a13d1 (github): Exported GL_BlendMode() via the Doomsday public API.
2007-05-22
- 22:48 Revision 377e1f18 (github): Added a new multitexturing environment for a simple modulation of two textures.
- 22:13 Revision 2c323a34 (github): Fix segfault in allocateMapData().
- 21:55 Revision 312b45c7 (github): Attempt at replicating the effect seen the original Heretic/Hexen automap where map pixels fade out as they near the edges of the window.
- Adjusted the parallax layer speed.
- 03:42 Revision 51f38139 (github): When drawing the automap background when set as a texture; draw it onto a parallax scrolling layer like in the original Hexen.
2007-05-21
- 17:46 Revision 1f4b0254 (github): Implemented a basic clipping method in the automap. Points & vectors vs a (map rotation-independent) bounding box.
- 13:15 Revision 7b95be55 (github): Changed: Output the ddkey name instead of the ASCII key code in CP_KeyGrabDrawer().
- 12:46 Revision 282743a2 (github): Fixed: Rendering of blockmap grid was unaware that the map rotated, the blockmap grid lines were clipped to the un-rotated window frame. Instead, expand the frame to the next power of two larger than the longest window dimension within renderGrid().
- 04:22 Revision ec3cd6d0 (github): Partitioned the members of surface_t related to the surface texture into a new struct material_t. Once the unified texture management model is implemented, we should then refer to a texture in abstract usinf material_t ptrs.
- dynlight_t and lumobj_t lists are now linked sequentially using a holding, parent structure (dynnode_t and lumnode_t ...
2007-05-20
2007-05-19
2007-05-17
- 10:43 Revision d788e81d (github): Numerous improvements to the map loading code in order to handle common map structure errors (e.g. no longer crashes when trying to load STARGATE.wad). In practice this means that we don't rely on the subsector seg relationship read directly from a map when building the subsectors in sector tables. Instead we determine the relationships manually.
- Linedef->Vertex indices are no longer read from the LINEDEFS lump(s). Instead, we determine the segs used for each si...
- 10:42 Revision 4b309ce4 (github): Numerous improvements to the map loading code in order to handle common map structure errors (e.g. no longer crashes when trying to load STARGATE.wad). In practice this means that we don't rely on the subsector seg relationship read directly from a map when building the subsectors in sector tables. Instead we determine the relationships manually.
- Linedef->Vertex indices are no longer read from the LINEDEFS lump(s). Instead, we determine the segs used for each si...
2007-05-13
- 20:09 Revision 0a2dd97d (github): Made GL node data a requirement, removed cvar "bsp-build" and all code relating to manual polygonization from the standard node structure.
- 16:32 Revision 91ddd656 (github): Adjusted the map data object structures to remove some redundancies.
- When the automap "show subsectors" cheat is enabled; draw "minisegs" too (note, these are only present in GL node dat...
Also available in: Atom