Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1156Filtered Results

Detail

2012.02.09.Log0435.txt

📄SVN 📅2012-02-09 💾2,9 KB 10 Parsed entries CON BUILD FIX

Revision r2329

Lunatic: interface to events.

Revision r2328

Add some #includes to gameexec.h and sector.h so that they can be included directly

Revision r2327

Use a tokenlist for the event names and add tokenlist typedef to gamedef.h.

Revision r2326

Make r_maxfps functional in demo playback.

Revision r2325

Coalescle codes for dnkroz and dncgs cheats.

Revision r2324

Factor out identical (except for params) pieces of code of G_CheatGetInv().

Revision r2323

Fix zero-size calloc when enumerating a joystick with no hats in Windows.

Revision r2322

Revert r2303 functionality ("Don't wait for pain tinting to subside...")

It was causing update issues when many tints were applied simultaneously,
like being shot and spit at by enforcers while being on rails barefeet.
Also, the GL modes were calling gltexinvalidate8() when picking up goodies
or being hurt with that change, so it needs much more thought.

Revision r2321

Factor out two pieces of identical code in actors.c into A_HandleBeingSpitOn().

This fixes a bug in passing: 'int32_t j' was assigned to as a temporary inside
one instance of the code, but used as if it were the previous sprite index
further on.  Would only happen with projectiles that "work like" both SPIT
and RPG_IMPACT.

Revision r2320

Probably fix crash when reaching light count limit in G_MoveEffectors SE50 code.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2330 | helixhorned | 2012-02-09 14:45:38 -0800 (Thu, 09 Feb 2012) | 1 line

Remove a couple of redundant declarations.
------------------------------------------------------------------------
r2329 | helixhorned | 2012-02-09 14:45:18 -0800 (Thu, 09 Feb 2012) | 1 line

Lunatic: interface to events.
------------------------------------------------------------------------
r2328 | helixhorned | 2012-02-09 14:44:45 -0800 (Thu, 09 Feb 2012) | 1 line

Add some #includes to gameexec.h and sector.h so that they can be included directly
------------------------------------------------------------------------
r2327 | helixhorned | 2012-02-09 14:44:26 -0800 (Thu, 09 Feb 2012) | 1 line

Use a tokenlist for the event names and add tokenlist typedef to gamedef.h.
------------------------------------------------------------------------
r2326 | helixhorned | 2012-02-09 14:44:09 -0800 (Thu, 09 Feb 2012) | 1 line

Make r_maxfps functional in demo playback.
------------------------------------------------------------------------
r2325 | helixhorned | 2012-02-09 14:43:55 -0800 (Thu, 09 Feb 2012) | 1 line

Coalescle codes for dnkroz and dncgs cheats.
------------------------------------------------------------------------
r2324 | helixhorned | 2012-02-09 14:43:40 -0800 (Thu, 09 Feb 2012) | 1 line

Factor out identical (except for params) pieces of code of G_CheatGetInv().
------------------------------------------------------------------------
r2323 | helixhorned | 2012-02-09 14:43:21 -0800 (Thu, 09 Feb 2012) | 1 line

Fix zero-size calloc when enumerating a joystick with no hats in Windows.
------------------------------------------------------------------------
r2322 | helixhorned | 2012-02-09 14:43:06 -0800 (Thu, 09 Feb 2012) | 6 lines

Revert r2303 functionality ("Don't wait for pain tinting to subside...")

It was causing update issues when many tints were applied simultaneously,
like being shot and spit at by enforcers while being on rails barefeet.
Also, the GL modes were calling gltexinvalidate8() when picking up goodies
or being hurt with that change, so it needs much more thought.
------------------------------------------------------------------------
r2321 | helixhorned | 2012-02-09 14:42:51 -0800 (Thu, 09 Feb 2012) | 6 lines

Factor out two pieces of identical code in actors.c into A_HandleBeingSpitOn().

This fixes a bug in passing: 'int32_t j' was assigned to as a temporary inside
one instance of the code, but used as if it were the previous sprite index
further on.  Would only happen with projectiles that "work like" both SPIT
and RPG_IMPACT.
------------------------------------------------------------------------
r2320 | helixhorned | 2012-02-08 03:01:03 -0800 (Wed, 08 Feb 2012) | 1 line

Probably fix crash when reaching light count limit in G_MoveEffectors SE50 code.
------------------------------------------------------------------------