Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 2 | -2/+7 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 11 | -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-04 | Get rid of RETCODE | Ben Longbons | 5 | -11/+4 | |
2011-04-03 | Fix some more compiler warnings | Ben Longbons | 1 | -1/+1 | |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 3 | -29/+7 | |
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 7 | -46/+10 | |
Major changes still need to be made to each of the servers. | |||||
2011-03-18 | Changes that should have been caught earlier | Ben Longbons | 1 | -1/+0 | |
2011-03-17 | Rewrite monitor | Ben Longbons | 1 | -186/+122 | |
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 3 | -17/+18 | |
2011-03-02 | Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵ | Ben Longbons | 3 | -73/+73 | |
tildes. | |||||
2010-10-16 | Fixed silly bug in indent script | MadCamel | 1 | -1/+1 | |
2010-10-10 | Added indent.sh script to help keep code formatted to standards. | MadCamel | 1 | -0/+8 | |
You should probably run indent.sh on any file you edit before committing to git. | |||||
2010-09-29 | Increase default guild member limit from 16 to 100. | Andrei Karas | 1 | -1/+1 | |
2010-06-21 | Use the stlplus::inf class in the money count to avoid overflow | Chuck Miller | 7 | -15/+1941 | |
Also changed the degree of freedom to 0 | |||||
2010-06-21 | Improve the moneycount tool to give more Statistics about the money on the ↵ | Chuck Miller | 1 | -22/+87 | |
server | |||||
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 6 | -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-27 | Fix compilation of itemsearch tool | Jared Adams | 1 | -0/+2 | |
2010-03-24 | Add the moneycount tool | Chuck Miller | 5 | -0/+713 | |
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 5 | -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-15 | Add a tool for changing skills | Jared Adams | 1 | -0/+79 | |
2009-07-07 | Fixes to socket system to make it cope better with fd depletion. | Dennis Friis | 2 | -4/+4 | |
Also added timeout for fullconnect, secured map server from stateless connections. | |||||
2009-05-25 | Adds -s option to itemsearch tool, for searching storages files | Chuck Miller | 1 | -17/+43 | |
2009-05-25 | Added tool for finding players who have a certain item, and how many of ↵ | Chuck Miller | 1 | -0/+108 | |
those items they posses | |||||
2008-11-24 | Converted some DOS newlines to UNIX | Bjørn Lindeijer | 5 | -4111/+4111 | |
2008-11-04 | Commit Mantis 414: Tool for mapping item IDs to a particular item ID | Jared Adams | 3 | -1/+251 | |
2008-04-02 | initial checkin | Dennis Friis | 10 | -0/+4792 | |