Age | Commit message (Expand) | Author | Files | Lines |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 32 | -721/+1915 |
2013-06-29 | Add all conversions, and optimize a temporary case | Ben Longbons | 2 | -28/+132 |
2013-06-26 | Don't crash for another thing that probably shouldn't happen, but does | Ben Longbons | 1 | -1/+2 |
2013-06-26 | Should really use variant and the new strings, but that's too hard | Ben Longbons | 1 | -1/+1 |
2013-06-25 | Fix bugs | Ben Longbons | 1 | -3/+12 |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 9 | -8/+696 |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 6 | -56/+178 |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 12 | -73/+435 |
2013-05-25 | Switch block_list and subclasses to dumb_ptr | Ben Longbons | 3 | -7/+49 |
2013-05-18 | Fix silly bugs in the previous patch | Ben Longbons | 1 | -0/+1 |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 4 | -35/+49 |
2013-05-15 | Alter memory management in login server | Ben Longbons | 3 | -15/+35 |
2013-05-15 | Add a dumb_ptr template for transition purposes | Ben Longbons | 3 | -16/+145 |
2013-05-15 | Merge remote-tracking branch 'origin/master' into test | Ben Longbons | 1 | -1/+1 |
2013-05-15 | Fix network bug introduced in my original refactoring | Ben Longbons | 1 | -1/+1 |
2013-04-28 | Merge branch 'master' into test | Ben Longbons | 1 | -2/+11 |
2013-04-27 | Enumize ItemLook | Ben Longbons | 1 | -1/+24 |
2013-04-27 | Force timers to be managed | Ben Longbons | 3 | -44/+106 |
2013-04-13 | Enable tcp_thin socket optimizations on Linux | MadCamel | 1 | -2/+11 |
2013-04-11 | Stupid fix for the x32 patch | Ben Longbons | 1 | -1/+1 |
2013-04-11 | Also implement x32 support | Ben Longbons | 6 | -10/+134 |
2013-04-09 | Native amd64 support | Ben Longbons | 2 | -9/+3 |
2013-04-06 | Add initializer_list support to Map wrapper | Ben Longbons | 1 | -0/+4 |
2013-03-01 | Keep a few backup copies of the DB | Ben Longbons | 1 | -2/+16 |
2013-03-01 | Convince skills to work | Ben Longbons | 1 | -3/+2 |
2013-02-27 | Reimplement CREATE/RECREATE and allow NULL on size 0 | Ben Longbons | 1 | -4/+23 |
2013-02-23 | Fix buffer overflow due to off-by-one error | Ben Longbons | 1 | -3/+6 |
2013-02-23 | Replace struct dbt with typesafe std::map wrappers | Ben Longbons | 2 | -618/+101 |
2013-02-20 | Strictify map cells | Ben Longbons | 3 | -252/+19 |
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 8 | -154/+179 |
2013-02-12 | Strictify timers | Ben Longbons | 8 | -264/+160 |
2013-02-07 | Remove some macros | Ben Longbons | 5 | -38/+26 |
2013-02-07 | Remove some more Skill-related stuff | Ben Longbons | 5 | -12/+13 |
2013-02-01 | Remove most other unused mob skills. | Ben Longbons | 1 | -1/+1 |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 19 | -88/+132 |
2013-02-01 | Fix build with clang against libstdc++ 4.6 | Ben Longbons | 2 | -15/+32 |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 10 | -0/+20 |
2013-01-17 | Remove PC/mob disguises and hard-coded classes | Ben Longbons | 1 | -1/+1 |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 3 | -43/+134 |
2013-01-08 | Improve warning management more | Ben Longbons | 8 | -38/+42 |
2013-01-08 | Improve warnings; fix const_db.txt bug. | Ben Longbons | 2 | -11/+4 |
2013-01-07 | Use cxxstdio | Ben Longbons | 14 | -60/+624 |
2012-12-24 | Add cxxstdio, bump license to gpl3+ | Ben Longbons | 2 | -2/+235 |
2012-12-24 | Enumify some more things ... maybe even everything | Ben Longbons | 2 | -3/+83 |
2012-12-24 | Purge some unused functions | Ben Longbons | 3 | -90/+11 |
2012-12-24 | Enumify option, opt1, opt2, and opt3 | Ben Longbons | 2 | -1/+45 |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 19 | -164/+211 |
2012-12-15 | Prepare to trim skills | Ben Longbons | 3 | -3/+146 |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 21 | -409/+409 |
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -125/+1 |