summaryrefslogtreecommitdiff
path: root/src/map/magic-interpreter-lexer.lpp
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24Implement new magic frontend using sexprBen Longbons1-152/+0
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-1/+1
2014-01-20Implement core formatterBen Longbons1-1/+0
2014-01-06Fix flex/bison interaction properlyBen Longbons1-3/+0
2013-12-24Add non-indenting indenter for C++Ben Longbons1-0/+1
Fix a bunch of bugs that none of me noticed before.
2013-12-06Add basic source formatting toolsBen Longbons1-1/+1
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-09-21Use the One Makefile to build them allBen Longbons1-0/+2
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file.
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-7/+7
2013-06-11Allegedly remove all manual memory managementBen Longbons1-11/+12
2013-05-26Reformat the lexer and parser so my next patch isn't so crazyBen Longbons1-38/+47
2013-02-07Remove some macrosBen Longbons1-1/+1
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-2/+3
2013-01-07Use cxxstdioBen Longbons1-1/+1
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-1/+3
2012-12-14Some formatting fixes before I go insaneBen Longbons1-86/+86
Also delete the French translation from ladmin.
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+140
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h