Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -2/+0 | |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 1 | -5/+5 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-10-15 | Use config for internal server userid/passwd instead of accounts.txt | Ben Longbons | 1 | -5/+3 | |
This requires updated config files in the data repo. | |||||
2013-10-10 | Enumify sex | Ben Longbons | 1 | -1/+32 | |
It's amazing some of this code ever worked ... | |||||
2013-10-05 | Remove owning slices | Ben Longbons | 1 | -1/+1 | |
They were hardly ever used, hid errors, and were obsoleted by baseful x'es. | |||||
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -1/+4 | |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 1 | -1/+1 | |
Fixes #7 | |||||
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -12/+109 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -0/+9 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -1/+1 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -1/+1 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -1/+1 | |
2013-04-27 | Enumize ItemLook | Ben Longbons | 1 | -1/+24 | |
2013-03-01 | Convince skills to work | Ben Longbons | 1 | -3/+2 | |
2013-02-12 | Strictify timers | Ben Longbons | 1 | -4/+4 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -32/+14 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -1/+1 | |
2013-01-17 | Remove PC/mob disguises and hard-coded classes | Ben Longbons | 1 | -1/+1 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -3/+12 | |
2012-12-24 | Enumify some more things ... maybe even everything | Ben Longbons | 1 | -3/+59 | |
2012-12-24 | Enumify option, opt1, opt2, and opt3 | Ben Longbons | 1 | -1/+5 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -2/+3 | |
2012-12-15 | Prepare to trim skills | Ben Longbons | 1 | -3/+5 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 1 | -22/+22 | |
Also delete the French translation from ladmin. | |||||
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -125/+1 | |
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. | |||||
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 1 | -4/+4 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -0/+283 | |
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 |