Esplora i log in modo ordinato: filtri per tipo/anno, ricerca testuale e dettaglio commit revisionato.

2100File Totali
2088Log SVN
12ChangeLog Git
2100Risultati Filtrati

Dettaglio

2013.03.31.Log0785.txt

📄SVN 📅2013-03-31 💾1,7 KB 3 Entry parsate 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.
------------------------------------------------------------------------
Contenuto Raw
------------------------------------------------------------------------
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.
------------------------------------------------------------------------