]> git.localhorst.tv Git - l2e.git/commit
Merge branch 'loader'
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 3 Sep 2012 19:58:28 +0000 (21:58 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 3 Sep 2012 19:58:28 +0000 (21:58 +0200)
commitd5959073b2c413ba1bd6f3d14bc8bcf59304e488
treedba3f891a593c6172fcbc0ac430f2f40891df82a
parent520af5a8ef4fdfd4156377d4fccd93eecd450f0f
parentad15762dbafd23a80ac765fd5bb114640fb0264e
Merge branch 'loader'

This introduces the capability of loading l2 formatted source files.
The syntax for those is described here:
http://luke.redirectme.net/redmine/projects/l2e/wiki/LoaderSource

Please note that this method of loading data is very inefficient, but
convenient. Efficiency issues will be adressed by a binary file format
which mentioned source files can be compiled to.

Also, some representations have been adapted to a more link-friendly
structure and most of the configuration code in main has been moved to
their respective l2s files residing in /test-data/ .