]> git.localhorst.tv Git - l2e.git/history - src/loader/Interpreter.h
new object file format in compiler
[l2e.git] / src / loader / Interpreter.h
2013-03-13 Daniel Karbachnew object file format in compiler
2013-02-04 Daniel Karbachcommented Interpreter class
2013-01-31 Daniel Karbachsimplified definition postponing
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-10-20 Daniel Karbachrevised implementation of script text
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-14 Daniel Karbachmoved map data to maps.l2s
2012-10-14 Daniel Karbachadded script assembler
2012-10-09 Daniel Karbachbetter allocation in interpreter
2012-09-29 Daniel Karbachadded forwarding headers
2012-09-15 Daniel Karbachmade Interpreter constructor explicit and added an...
2012-09-13 Daniel Karbachadded linkage type and some getters to Interpreter
2012-09-11 Daniel Karbachhandle special case of Image type objects
2012-09-11 Daniel Karbachsplit reading of literal from reading its defined name
2012-09-09 Daniel Karbachfixed some issues to get it to compile again
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-09-02 Daniel Karbachadded interpretation of battle resources
2012-09-02 Daniel Karbachmoved menu prototypes to test.l2s
2012-09-02 Daniel Karbachadded interpretation of colors
2012-09-01 Daniel Karbachadded hard support for path names in source files
2012-09-01 Daniel Karbachadded interpretation of Ikari and Item
2012-08-31 Daniel Karbachadded Spell and TargetingMode interpretation
2012-08-31 Daniel Karbachadded interpretation of gauges
2012-08-31 Daniel Karbachadded interpretation of Font and Frame objects
2012-08-31 Daniel Karbachadded interpretation of PartyLayout
2012-08-31 Daniel Karbachmore literals supported in Interpreter
2012-08-30 Daniel Karbachsplit complex and simple animations in interpreter
2012-08-29 Daniel Karbachstore pointers rather than objects in Interpreter
2012-08-29 Daniel Karbachdeallocate most of the stuff Interpreter reservers
2012-08-29 Daniel Karbachadded getters for interpreted objects
2012-08-28 Daniel Karbachinterpretation of Heros and Monsters
2012-08-26 Daniel Karbachstarted an interpreter for parsed sources