Project

General

Profile

danij's activity

From 2006-09-08 to 2006-09-21

2006-09-20

19:51 Doomsday Engine Revision 37866965 (github): Reworked all forms of P_FindSectorFromTag in all games to be used in the same manner. This is a precursory step to implementing common sector, line tag indexes to both improve performance and obsolete more Raven licensed code.
danij
16:20 Doomsday Engine Revision d0cf6ca9 (github): Updated P_FindSectorFromLineTag to use ptrs for iteration rather than indices (jHexen).
danij
02:41 Doomsday Engine Revision b8d2b67c (github): Checks for changing cvars marked CVF_READ_ONLY should not be sidestepped if the cvar is also flagged as CVF_PROTECTED and using force.
danij
02:02 Doomsday Engine Revision b1cb11e9 (github): Finalized high level implementation for improved security on execution of console commands sent over the net. We now know where the command came from before executing (i.e. local or remote) and also the invocation method used (e.g. remote client console input, DED file etc). However, due to the fact that the remote invocation method MUST be sent over the net - any truly dangerous ccmds should be marked as
CMDF_CLIENT.
In order to implement this a new PKT_COMMAND2 type has been added which obsoletes the old type. Due to t...
danij

2006-09-19

02:23 Doomsday Engine Revision d7c2ccad (github): Added cvar "player-autoswitch-ammo" autoswitch weapon when after collecting ammo for a weapon which had previously ran out of ammo; 0= never 1= if better 2= always.
danij
00:48 Doomsday Engine Revision 6d071ddf (github): Fixed BUG, chat widget responder is only supposed to react to key down events.
danij
00:45 Doomsday Engine Revision ddc051d4 (github): Updated WolfTC with the $unifiedangles changes.
danij
00:41 Doomsday Engine Revision 10c678a1 (github): Updated Doom64TC with the $unifiedangles changes.
danij
00:35 Doomsday Engine Revision 054ec271 (github): Added missing MF_PICKUP flag which prevent players from picking up objects again after changing back from cameras.
danij
00:33 Doomsday Engine Revision 230f5c78 (github): Updated P_FindSectorFromLineTag to use ptrs for iteration rather than indices.
danij

2006-09-17

19:37 Doomsday Engine Revision 80715ef9 (github): Removed MAXLINEANIMS fixed limit in all supported games.
danij
18:55 Doomsday Engine Revision 425d7d42 (github): Updated license boilerplate.
danij
18:53 Doomsday Engine Revision 667fd54b (github): Renamed p_spechit to p_linelist to reflect recent changes in their application.
danij
18:51 Doomsday Engine Revision e3e70bcd (github): Converted the new spechit list implementation into a line list object. A linelist can now be used to replace the other playsim, line_t* array fixed size limits such as MAXBUTTONs, MAXLINEANIMS etc, etc.
danij
00:50 Doomsday Engine Revision 5d347931 (github): p_tick.c was renamed to p_ticker.c - updated win32 build script.
danij

2006-09-16

20:08 Doomsday Engine Revision 142fe10a (github): Fixed invalid initialization of register sectors, dt_sector_t.
danij
17:19 Doomsday Engine Revision ed604d3c (github): Fixed non-compilable error in R_InitLineNeighbors when _DEBUG.
danij
15:20 Doomsday Engine Revision d1febf28 (github): Due to the way dummy map data objects and extra data is stored we must be careful to ALWAYS use the xobject conversion routines e.g. P_XSector instead of indexing xsectors.
danij
12:58 Doomsday Engine Revision e5e1faaf (github): Changed line parameter of P_CrossSpecialLine() to a ptr rather than and index.
danij
12:23 Doomsday Engine Revision daed1cb0 (github): Moved cheat manipulation to the makecam routine.
danij
12:19 Doomsday Engine Revision 546c3006 (github): Added missing auto-aim enabled check. Updated jHeretic's P_SpawnMissileAngle to ensure missiles are always spawned with the correct momentum in 3D if not overridden by specifying a z momentum (in which case, no adjustment is made to the X/Y direction). The magic number is currently -12345 and is only applicable to player missiles.
danij
12:10 Doomsday Engine Revision 437757b9 (github): Added missing auto-aim enabled check.
danij
11:52 Doomsday Engine Revision a08798f6 (github): Reorganised P_SpawnMissile for clarity. Also updated to use player eye height when spawning player missiles and zero when player is a camera.
danij
11:44 Doomsday Engine Revision e68ca4a2 (github): Reorganised P_SpawnMissile for clarity. Also updated to use player eye height when spawning player missiles and zero when player is a camera.
danij
11:41 Doomsday Engine Revision fadd4173 (github): Fixed bug: the auto-aim toggle was inverted in jHexen.
danij
11:40 Doomsday Engine Revision b5b3e9c1 (github): Fixed bug which led to the last selected weapon's ammo icon being displayed when the current weapon requires no ammo at all.
danij
06:45 Doomsday Engine Revision 8887e2c1 (github): jHexen: Moved R_SetAllDoomsdayFlags() to jhexen/src/hrefresh.c
danij
02:58 Doomsday Engine Revision ca60e9e4 (github): Minor fix to enable jHexen to build until I finish the combined missile code work tomorrow.
danij
02:45 Doomsday Engine Revision 1593d2f0 (github): Combined P_SpawnMissile() and P_SpawnPlayerMissile(), updated the new combined routine to automatically use auto-aim (if enabled) if the source mobj is a player. This means that enemy missile code pointers can now be used on player states correctly if wished in a mod.
danij
02:11 Doomsday Engine Revision ff3d1b6c (github): Combined P_SpawnMissile() with P_SpawnPlayerMissile() and P_SpawnMissileAngle() with P_SPMAngle(). Updated the new combined routines to automatically use auto-aim (if enabled) if the source mobj is a player. This means that enemy missile code pointers can now be used on player states correctly if wished in a mod.
danij
02:09 Doomsday Engine Revision d4b42962 (github): Only modify missiles after spawn if they haven't already been destroyed.
danij

2006-09-15

22:58 Doomsday Engine Revision 26e6ceea (github): Combined P_SpawnMissile() and P_SpawnPlayerMissile(), updated the new combined routine to automatically use auto-aim (if enabled) if the source mobj is a player. This means that enemy missile code pointers can now be used on player states correctly if wished in a mod.
danij
01:23 Doomsday Engine Revision 0663b92a (github): Fixed line attack trace origin z height when player is a camera. Also fixed an inconsistency between P_AimLineAttack() and P_LineAttack() with regard to player trace origin z height. The former did not consider player cfg.plrViewHeight.
danij

2006-09-14

17:38 Doomsday Engine Revision 68784321 (github): Fixed some bugs with morphed players in jHeretic which must have crept in during the recent client-side player improvements.
danij
13:08 Doomsday Engine Revision d4a1847d (github): Fixed crash when trying to exit through the secret exit to Cat and Mouse on level E1M01. Due to gameepisode being indexed from 1 instead of zero...
danij
12:33 Doomsday Engine Revision 88cf4d0b (github): Fixed victory checks in Doom64TC.
danij
12:22 Doomsday Engine Revision 56d2a0fc (github): Fixed bug which did not restore player flags when changing from a camera back into a regular player.
danij
12:20 Doomsday Engine Revision e3f557f3 (github): Fixed finales in Doom64TC.
danij
11:30 Doomsday Engine Revision 6ff06087 (github): Menu cursor patches were named and ordered back to front.
danij
11:14 Doomsday Engine Revision 34301fdb (github): Adjusted menu cursor animation speed in Doom64TC as it was far too slow.
danij
10:12 Doomsday Engine Revision 3499008b (github): Fixed BUG #1553129: Seg fault on load with hub teleport saves. I had assumed that Hexen would save full header info in these too (and thus a version byte), seems I was wrong.
danij
07:33 Doomsday Engine Revision a723bfaf (github): Minor tweak to ensure the default range is exactly the middle.
danij
07:31 Doomsday Engine Revision 8ab5708a (github): Player light ranges and related values were not being initialized after map load. Wait until the first frame after load to make sure we don't init until all possible changes (save game, console commands etc etc) have been made.
danij
05:53 Doomsday Engine Revision 14266237 (github): Rearranged the Doom64TC HUD to more closely resemble the original N64 version. Fixed various menu bugs.
danij
02:25 Doomsday Engine Revision 921d8e20 (github): Fixed a couple of bugs which crept in during the update. Probably the cause of the seg fault ashridah reported when trying to access the secret level from E1M01.
danij
02:23 Doomsday Engine Revision e9f4c995 (github): DMU was not checking if an object was dummy before attempting to determine its type in DMU_GetType().
danij
00:33 Doomsday Engine Revision 459de0a0 (github): Fixed all problems with skies (including animated ones) in Doom64TC.
danij
00:31 Doomsday Engine Revision 6699e31c (github): Fixed a problem in save games with Doom64TC.
danij
00:24 Doomsday Engine Revision ce91dd7e (github): Cleanup.
danij
00:23 Doomsday Engine Revision ed8bd898 (github): Removed a call to RespawnSpecials which looks totally out of place. Hopefully this does not break anything.
danij
00:22 Doomsday Engine Revision dfc0bf1e (github): Removed check to prevent cheating on Hectic. If players wish to cheat and spoil their own enjoyment we should not prevent them from doing so.
danij
00:20 Doomsday Engine Revision 35bd2e79 (github): Removed duplicate sky patch.
danij

2006-09-12

21:27 Doomsday Engine Revision 98e2a4f3 (github): Fixed compilation problems with jHeretic and jHexen.
danij
20:51 Doomsday Engine Revision 184e8b66 (github): Fixed compilation problems with jHeretic and jHexen.
danij
19:49 Doomsday Engine Revision 239b020d (github): Continued portage of Doom64TC. Part #2 completed: merge and clean up AI routines. Fix various problems including the slowdown apparent due to some badly designed XG line types.
danij
19:48 Doomsday Engine Revision e85f8c8a (github): Continued portage of Doom64TC. Part #2 completed: merge and clean up AI routines. Fix various problems including the slowdown apparent due to some badly designed XG line types.
danij
19:46 Doomsday Engine Revision 6d46bb5c (github): Various updates to game status cvars due to inconsistencies.
danij
18:26 Doomsday Engine Revision 7e43438a (github): Removed fixed limit on the max number of textures in an animation group. Was previously 64. I would have thought that would have been more than enough but Doom64TC (for example) has animations with 150+ frames. Yikes!
danij
18:23 Doomsday Engine Revision 88cdd7b2 (github): Only execute cvar callbacks when the value actually changes.
danij

2006-09-10

06:45 Doomsday Engine Revision 6cf20a6c (github): Put viewer_t->x,y,z into viewer_t->pos[VX,VY,VZ].
danij
06:20 Doomsday Engine Revision c0d230c5 (github): Chasecam should not interfere with "real" cameras.
danij
06:17 Doomsday Engine Revision e6dd45f9 (github): Added common/include/p_tick.h for common top level tick stuff.
The message buffer should not be ticked when the game is paused. danij
05:37 Doomsday Engine Revision e000c441 (github): Restored sector delta generation to a working state.
danij
02:09 Doomsday Engine Revision 3afb602e (github): Implemented an ultra basic third person camera. Despite how early this is I am surprised to find it somewhat playable (once you get used to aiming through the player's back at least). I will return to this soon. To enable this mode use the console command "viewmode n" where n is the player number you wish to change the view mode for.
Plus numerous minor tweaks. danij

2006-09-09

01:50 Doomsday Engine Revision 4de1f9b3 (github): Use pointer arrays for spritelumps and transsprites to reduce the amount of data being shovelled during init/reset.
danij

2006-09-08

23:23 Doomsday Engine Revision 0cb9b818 (github): Use pointer arrays for spritelumps and transsprites to reduce the amount of data being shovelled during init/reset.
danij
18:17 Doomsday Engine Revision b75186d1 (github): Fixed BUG #1553129 : Hexen segfault in recent SVN.
danij
 

Also available in: Atom