]> git.localhorst.tv Git - l2e.git/history - src/loader
new language, new compiler
[l2e.git] / src / loader /
2019-01-28 Daniel Karbachnew language, new compiler master
2013-08-14 Daniel Karbachfix gcc memcpy warning
2013-03-19 Daniel Karbachrelocate scripts linker
2013-03-17 Daniel Karbachsupport for arrays containing (yet) undefined references
2013-03-17 Daniel Karbachinitialize objects after loading
2013-03-17 Daniel Karbachref and load images in l2o files
2013-03-17 Daniel Karbachnon-reference type array relocation
2013-03-15 Daniel Karbachfix substantial mistake in linker
2013-03-14 Daniel Karbachactivated the loader
2013-03-13 Daniel Karbachnew object file format in compiler
2013-02-24 Daniel Karbachadded (untested) loader
2013-02-24 Daniel Karbachextracted object file structure
2013-02-24 Daniel Karbachadded Compiler to turn an interpretation into an object...
2013-02-04 Daniel Karbachcommented Interpreter class
2013-01-31 Daniel Karbachsimplified definition postponing
2013-01-31 Daniel Karbachuse referenced flag of array types
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-12-09 Daniel KarbachMerge branch 'master' into feature-33-capsules
2012-12-09 Daniel KarbachMerge branch 'master' into feature-33-capsules
2012-12-02 Daniel Karbachextracted common capsule base
2012-12-01 Daniel Karbachlousy implementation of "array of identifiers" type
2012-11-30 Daniel Karbachmoved menu resources to data files
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-11-11 Daniel KarbachMerge branch 'master' into menus
2012-11-06 Daniel Karbachrecognize '\\' as a possible directory separator
2012-10-20 Daniel Karbachrevised implementation of script text
2012-10-18 Daniel Karbachlist type ID in wiki export
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-14 Daniel Karbachhandle compare/jump instructions in script assembler
2012-10-14 Daniel Karbachadded script labels in parser/interpreter
2012-10-14 Daniel Karbachmoved map data to maps.l2s
2012-10-14 Daniel Karbachadded script assembler
2012-10-14 Daniel Karbachless verbose token code in parser
2012-10-14 Daniel Karbachparse scripts
2012-10-14 Daniel Karbachadded new tokens
2012-10-11 Daniel Karbachdon't alloc memory for inline literals
2012-10-09 Daniel Karbachbetter allocation in interpreter
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
2012-10-07 Daniel Karbachadded loading callback for type descriptions
2012-10-07 Daniel Karbachmoved Hero and Stats to common
2012-09-29 Daniel Karbachadded forwarding headers
2012-09-19 Daniel Karbachadded Caster class to simplify the code in main()
2012-09-15 Daniel Karbachmade fields of type descriptions accessible
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-11 Daniel Karbachrevised array type notation
2012-09-10 Daniel Karbachtackled some problems (not all :) )
2012-09-10 Daniel Karbachadded constructors for described types
2012-09-09 Daniel Karbachreordered type description creation to avoid reallocation
2012-09-09 Daniel Karbachfixed some issues to get it to compile again
2012-09-05 Daniel Karbachadded type description class
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-09-03 Daniel Karbachmade high level parser errors a bit more expressive
2012-09-02 Daniel Karbachadded utility function to create headers
2012-09-02 Daniel Karbachfixed some issues with the grammar
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-02 Daniel Karbachfixed parsing of colors
2012-09-01 Daniel Karbachadded hard support for path names in source files
2012-09-01 Daniel Karbachresolve inclusion path name in Parser
2012-09-01 Daniel Karbachadded interpretation of Ikari and Item
2012-08-31 Daniel Karbachadded Spell and TargetingMode interpretation
2012-08-31 Daniel Karbachadded error message for unreadable files in Parser
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 Karbachinterpret Monster's meleeAnimation property
2012-08-29 Daniel Karbachdeallocate most of the stuff Interpreter reservers
2012-08-29 Daniel Karbachadded destructors for ParsedSource & Co. to free some...
2012-08-29 Daniel Karbachadded comments (/*…*/ and //…\n)
2012-08-29 Daniel Karbachadded getters for interpreted objects
2012-08-28 Daniel Karbachinterpretation of Heros and Monsters
2012-08-28 Daniel Karbachset correct literal status in Value constructor
2012-08-26 Daniel Karbachstarted an interpreter for parsed sources
2012-08-26 Daniel Karbachadded getters for property lists
2012-08-26 Daniel Karbachadded more getters to ParsedSource
2012-08-26 Daniel Karbachmore information in parsed source and output
2012-08-26 Daniel Karbachadded support for arrays of property lists
2012-08-26 Daniel Karbachuse a syntax that my ide recognizes valid -.-
2012-08-26 Daniel Karbachmade parsing exceptions a little more informative
2012-08-26 Daniel Karbachadded basic parser (not completely tested)
2012-08-26 Daniel Karbachadded peek function to tokenizer
2012-08-26 Daniel Karbachadded missing parentheses tokens
2012-08-26 Daniel Karbachintroduced exception type for tokenizer
2012-08-26 Daniel Karbachmade tokenizer and token constructors explicit
2012-08-26 Daniel Karbachadded function to convert token types to strings
2012-08-26 Daniel Karbachadded output function for token types
2012-08-26 Daniel Karbachadded tokenizer