summaryrefslogtreecommitdiff
path: root/src/tool/eathena-monitor.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-21Use the One Makefile to build them allBen Longbons1-217/+0
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-08-01Poison std::string and use the various string classesBen Longbons1-21/+28
2013-06-11Allegedly remove all manual memory managementBen Longbons1-4/+10
2013-05-22RAII-ify some arrays of block_listBen Longbons1-1/+0
2013-05-22Make eathena-monitor conformBen Longbons1-118/+86
even though we don't actually use it. The format of the nonexistent config file has changed from = to :. I'm planning on rewriting it from scratch one day, but not until some other infrastructure has changed.
2013-04-11Also implement x32 supportBen Longbons1-4/+3
2013-02-07Remove some macrosBen Longbons1-28/+22
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-2/+0
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-08Improve warning management moreBen Longbons1-0/+10
2013-01-07Use cxxstdioBen Longbons1-11/+13
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-10/+14
2012-12-14Some formatting fixes before I go insaneBen Longbons1-15/+15
Also delete the French translation from ladmin.
2012-09-03Fix compiler errors of C++ conversionBen Longbons1-0/+5
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+223
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