raze-gles/polymer/eduke32/source/jmact
helixhorned fe69ee5476 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.

git-svn-id: https://svn.eduke32.com/eduke32@3628 1a8010ca-5511-0410-912e-c29ae57300e0
2013-03-31 18:57:59 +00:00
..
_control.h Remove some duplicate or unused control layer defines. 2013-02-25 15:31:22 +00:00
_scrplib.h scriplib: attach const qualifiers to appropriate function input arguments. 2013-02-28 17:30:08 +00:00
animlib.c Add rudimentary sanity checks when playing ANM files. 2013-03-31 18:57:59 +00:00
animlib.h Add rudimentary sanity checks when playing ANM files. 2013-03-31 18:57:59 +00:00
control.c Factor out duplicate code in CONTROL_BindKey/CONTROL_BindMouse/CONTROL_FreeKeyBind/CONTROL_FreeMouseBind 2012-11-20 01:33:25 +00:00
control.h
file_lib.c
file_lib.h
joystick.c
joystick.h
keyboard.c
keyboard.h
mathutil.c
mathutil.h Guard macros.h by #ifndef/#define, remove two decls of nonexistent functions. 2012-11-25 13:18:36 +00:00
mouse.c
mouse.h
scriplib.c Fix loading of a user's previous "SelectedGRP" file. 2013-03-28 09:04:54 +00:00
scriplib.h Fix loading of a user's previous "SelectedGRP" file. 2013-03-28 09:04:54 +00:00