Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -2/+2 | |
2012-12-15 | Prepare to trim skills | Ben Longbons | 1 | -0/+1 | |
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 1 | -2/+2 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -9/+6 | |
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 | |||||
2012-04-21 | We *do* need flex, after all, and its 'lex' emulation actually sometimes ↵ | Ben Longbons | 1 | -0/+1 | |
causes problems. | |||||
2011-09-16 | Fix compiler warnings and enable optimization for release. | Ben Longbons | 1 | -1/+1 | |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 1 | -8/+3 | |
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 1 | -3/+7 | |
Major changes still need to be made to each of the servers. | |||||
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 1 | -24/+12 | |
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 1 | -0/+28 | |
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make. |