Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 1 | -20/+1 | |
Also add some utility methods and classes. | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -12/+8 | |
2013-02-07 | Remove some more Skill-related stuff | Ben Longbons | 1 | -7/+12 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -5/+3 | |
2013-01-19 | Remove hard-coded mob stuff, make mode enum | Ben Longbons | 1 | -1/+1 | |
2013-01-18 | Purge some more stuff that can't happen | Ben Longbons | 1 | -6/+0 | |
2012-12-24 | Enumify some more things ... maybe even everything | Ben Longbons | 1 | -32/+9 | |
2012-12-24 | Purge some unused functions | Ben Longbons | 1 | -31/+0 | |
2012-12-24 | Enumify option, opt1, opt2, and opt3 | Ben Longbons | 1 | -4/+5 | |
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 | -17/+16 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 1 | -249/+249 | |
Also delete the French translation from ladmin. | |||||
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -10/+0 | |
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. | |||||
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -0/+357 | |
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 |