summaryrefslogtreecommitdiff
path: root/src/tool/eathena-monitor.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-223/+0
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
2011-04-03Fix some more compiler warningsBen Longbons1-1/+1
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-3/+3
Major changes still need to be made to each of the servers.
2011-03-18Changes that should have been caught earlierBen Longbons1-1/+0
2011-03-17Rewrite monitorBen Longbons1-186/+122
2010-05-05Fixed up and slightly simplified the build systemMadCamel1-0/+288
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.