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

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

Detail

2013.03.31.Log0785.txt

📄SVN 📅2013-03-31 💾1,7 KB 3 Parsed entries CON FIX

Revision r3630

In 'tip' display code, extrapolate four more values of the y coord table.

Also, for tip_incs values greater or equal than the number of elements in
this table, return early reporting that the hand has been drawn, so that
the otherwise selected weapon is not drawn.

Revision r3629

Lunatic: chaining of actor callback functions.

For events and actors, a flag can be now passed whether to chain the new
function at the beginning or end of an already existing one, or to replace
it entirely.
Also, for the translator, add option -fno-error-nostate, disabled by default.

Revision r3628

Add rudimentary sanity checks when playing ANM files.

- Don't attempt to play an ANM file if it is empty (warn) or too short (error).
- If failing to read IVF file header or initializing VPX codec, don't play ANM.
- Return early from gltexapplyprops() if not in GL modes.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r3631 | helixhorned | 2013-03-31 11:58:17 -0700 (Sun, 31 Mar 2013) | 5 lines

Fix playing ambient sounds at max volume for split sec on entering their range.

This is done by always calling FX_PlayAuto3D() to play such sounds. It now
additionally takes a third argument 'loophow', permissible values being
FX_ONESHOT and FX_LOOP.
------------------------------------------------------------------------
r3630 | helixhorned | 2013-03-31 11:58:09 -0700 (Sun, 31 Mar 2013) | 5 lines

In 'tip' display code, extrapolate four more values of the y coord table.

Also, for tip_incs values greater or equal than the number of elements in
this table, return early reporting that the hand has been drawn, so that
the otherwise selected weapon is not drawn.
------------------------------------------------------------------------
r3629 | helixhorned | 2013-03-31 11:58:04 -0700 (Sun, 31 Mar 2013) | 6 lines

Lunatic: chaining of actor callback functions.

For events and actors, a flag can be now passed whether to chain the new
function at the beginning or end of an already existing one, or to replace
it entirely.
Also, for the translator, add option -fno-error-nostate, disabled by default.
------------------------------------------------------------------------
r3628 | helixhorned | 2013-03-31 11:57:59 -0700 (Sun, 31 Mar 2013) | 5 lines

Add rudimentary sanity checks when playing ANM files.

- Don't attempt to play an ANM file if it is empty (warn) or too short (error).
- If failing to read IVF file header or initializing VPX codec, don't play ANM.
- Return early from gltexapplyprops() if not in GL modes.
------------------------------------------------------------------------