summaryrefslogtreecommitdiff
path: root/src/tool
AgeCommit message (Collapse)AuthorFilesLines
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-12-12Delete old toolsBen Longbons27-8592/+0
If there was anything you actually used, tell me.
2012-09-03Fix compiler errors of C++ conversionBen Longbons2-2/+7
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons11-19/+19
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-04Get rid of RETCODEBen Longbons5-11/+4
2011-04-03Fix some more compiler warningsBen Longbons1-1/+1
2011-04-03Rewrite make system to be optimalBen Longbons3-29/+7
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons7-46/+10
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
2011-03-16Use makefiles correctly and expand include dirsBen Longbons3-17/+18
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons3-73/+73
tildes.
2010-10-16Fixed silly bug in indent scriptMadCamel1-1/+1
2010-10-10Added indent.sh script to help keep code formatted to standards.MadCamel1-0/+8
You should probably run indent.sh on any file you edit before committing to git.
2010-09-29Increase default guild member limit from 16 to 100.Andrei Karas1-1/+1
2010-06-21Use the stlplus::inf class in the money count to avoid overflowChuck Miller7-15/+1941
Also changed the degree of freedom to 0
2010-06-21Improve the moneycount tool to give more Statistics about the money on the ↵Chuck Miller1-22/+87
server
2010-05-05Fixed up and slightly simplified the build systemMadCamel6-7/+931
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.
2010-03-27Fix compilation of itemsearch toolJared Adams1-0/+2
2010-03-24Add the moneycount toolChuck Miller5-0/+713
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller5-554/+612
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-10-15Add a tool for changing skillsJared Adams1-0/+79
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis2-4/+4
Also added timeout for fullconnect, secured map server from stateless connections.
2009-05-25Adds -s option to itemsearch tool, for searching storages filesChuck Miller1-17/+43
2009-05-25Added tool for finding players who have a certain item, and how many of ↵Chuck Miller1-0/+108
those items they posses
2008-11-24Converted some DOS newlines to UNIXBjørn Lindeijer5-4111/+4111
2008-11-04Commit Mantis 414: Tool for mapping item IDs to a particular item IDJared Adams3-1/+251
2008-04-02initial checkinDennis Friis10-0/+4792