gzdoom/src/thingdef
Christoph Oelckers 7312e6a621 - Added a global symbol table and changed DECORATE parser to put its global
symbols there instead of into AActor.
- Changed the expression evaluator's floating point precision to double.
- Started rewriting the DECORATE expression evaluator to allow more flexibility.
  All the operators use the new functionality but functions, variables and
  constants are yet to be redone.
  While doing this rewrite I noticed that random2 was always evaluated as const.
  This got fixed automatically.


SVN r1264 (trunk)
2008-10-18 17:17:44 +00:00
..
olddecorations.cpp - Fixed: Powerup.Color's handler contained an unnecessary 'else' which resulted 2008-10-05 08:50:47 +00:00
thingdef.cpp - Fixed: Powerup.Color's handler contained an unnecessary 'else' which resulted 2008-10-05 08:50:47 +00:00
thingdef.h - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_codeptr.cpp - last commit was missing one file. 2008-09-22 20:42:11 +00:00
thingdef_exp.cpp - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_exp.h - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_expression.cpp - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_main.cpp - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_parse.cpp - Added a global symbol table and changed DECORATE parser to put its global 2008-10-18 17:17:44 +00:00
thingdef_properties.cpp - GCC warning removal. 2008-10-14 03:21:53 +00:00
thingdef_states.cpp - Used the one unused byte in the state structure as a flag to tell what type 2008-09-22 18:55:29 +00:00