Activity
From 2006-09-25 to 2006-10-08
2006-10-08
- 20:31 Revision 09de61b1 (github): More rules file cleanup. Dump a truckload of warnings on suspect code. Try to extract every last bit of performce we can from gcc
- 20:14 Revision 23b1f93e (github): Fixed GCC compiler warnings.
- 19:46 Revision 5656a3df (github): Fixed compilation warnings.
- 19:10 Revision bf4df569 (github): Began dividing con_main.c into smaller chunks. We now have con_data.c which implements the various console databases (cvars, ccmds, knownwords, aliases) and rend_console.c which contains the console drawing routines.
- Since the various console databases were already being sorted I replaced their search mechanisms with those using a b...
- 19:03 Revision 35de1c0b (github): Optimization: Rendpolys are no longer allocated on the stack each and every time they are needed. Added a rendpoly allocation mechanism which allows the same rendpolys to be re-used whenever possible.
- Number of vertices are also allocated dynamically at this time, this meant I was able to remove the RL_MAX_POLY_SIDES...
- 18:54 Revision 6f9a3ee0 (github): Cleanup. Use the memory allocator wrappers (e.g. M_Malloc). Minor tweaks and optimizations.
- 18:34 Revision 6248c948 (github): Cleanup. Use the memory allocator wrappers (e.g. M_Malloc). Minor tweaks to reduce per-frame processing work.
- 18:29 Revision 31daa1f3 (github): Cleanup. Use the memory allocator wrappers (e.g. M_Malloc). Minor tweaks. Updated style.
- 18:27 Revision 47c2e478 (github): Cleanup. Use the memory allocator wrappers (e.g. M_Malloc). Minor tweaks. Updated style.
- 18:24 Revision be28d66a (github): Cleanup. Added function headers. Fixed issue of returned false positives when searching for nodes when a substring matches.
- 18:21 Revision 1c5d886a (github): Cleanup. Use the memory allocator wrappers (e.g. M_Malloc).
2006-10-07
- 17:42 Revision 2bda0b6c (github): fix bug report script. Start dragging the package kicking and screaming towards the beta5 release
- 08:48 Revision 9d047732 (github): Shove my CFLAGS down Cmakes throat
2006-10-06
- 19:27 Revision b26cce43 (github): zip is no longer a build dep
- 19:24 Revision 10e4f95f (github): remove typos that prevent building
- 18:28 Revision fe1fa371 (github): No - really make timidity a hard dependency this time.
- 18:25 Revision ae0be93b (github): Whoops, must not forget the packaging hooks or the jpacks will break before the snowberry migration. Not good :( fix up some thinkos in the reportbug script. Make timidity a hard dependency as per http://forums.newdoom.com/showthread.php?t=31639
2006-10-03
- 23:09 Revision 094527d1 (github): Cleanup (standardise global variable naming convention). Minor tweaks.
- 19:02 Revision 31b964a9 (github): Cleanup. Minor tweaks. Moved conditional tests outside of glBegin()...glEnd() statement blocks.
- 00:02 Revision 45d20b07 (github): Minor tweak (read; fudge) to Rend_SpriteLighter(). There was a problem with lights having a huge range of influence in Z dimension. Now the results suggest lights which are spherical instead of elipsical (is that a word?).
2006-10-02
- 19:39 Revision de683318 (github): Fixed lighting problem on HUD sprites due to wrapping light values (bytes were used in calculations).
- 02:14 Revision 617dc733 (github): Cleanup.
2006-10-01
- 23:59 Revision 028a75b8 (github): Cleanup (standardise global variable naming convention).
- 18:39 Revision 98b15a21 (github): HUD sprites are now lit similarly to world sprites.
- 14:26 Revision e521ed4a (github): Fixed BUG #899948 HUD weapons not lit by glowing sectors (only models atm).
- 13:28 Revision d97fbe72 (github): Fixed plane glows not working on models.
- 02:19 Revision f794849e (github): Updated jHeretic and jHexen to use per-player inventory cursor vars (added to player_t). Done in preparation for multiple local player support.
2006-09-30
- 23:28 Revision 7b10e4e1 (github): Removed unreferenced local and relocated a comment.
- 23:16 Revision 86ca3ba8 (github): Added cvar "rend-sprite-alpha". 1=Enable variable translucency on sprites.
- 22:41 Revision bf7eb661 (github): Added cvar "rend-mobj-light-auto". 1=Enable automatically calculated lights for mobjs.
- This does not affect mobjs which have explicit light definitions.
- 05:40 Revision a3ffea78 (github): Remove all traces of FMOD. The libary is not GPL compatible and based on the poll results here http://forums.newdoom.com/showthread.php?t=31200 indicate that it is unused. sdl_mixer supports .mp3, .ogg, .mid, .mod and plain sdl supports .wav. cd audio support is unknown, but no one claimed to use it.
- 00:52 Revision f7dc405b (github): Renamed ccmd "listmobjs" to "listmobjtypes" as this more accurately reflects its purpose.
- 00:51 Revision eb714c2e (github): Moved registration of ccmds and cvars not related to the console out of con_main.c and into the respective *_Register routine.
- Renamed ccmd "actions" to "listactions" for consistency.
2006-09-27
2006-09-25
Also available in: Atom