Age | Commit message (Expand) | Author | Files | Lines |
2013-09-12 | Return to development | Ben Longbons | 1 | -1/+1 |
2013-09-12 | Release v13.9.12, add CHANGELOGv13.9.12 | Ben Longbons | 1 | -3/+3 |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 7 | -42/+57 |
2013-09-07 | Add IPv4 classes | Ben Longbons | 3 | -0/+593 |
2013-08-28 | Return the branch to development | Ben Longbons | 1 | -1/+1 |
2013-08-28 | Release v13.8.28v13.8.28 | Ben Longbons | 1 | -2/+2 |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 2 | -1/+5 |
2013-08-27 | Handle far extensions in the mapname extractor | Ben Longbons | 2 | -0/+15 |
2013-08-22 | Don't break gcc < 4.8 with warnings on | Ben Longbons | 1 | -0/+4 |
2013-08-22 | Suppress some warnings that only seem to appear on Fedora | Ben Longbons | 1 | -0/+2 |
2013-08-22 | Fix an overzealous warning on 32-bit systems | Ben Longbons | 1 | -0/+7 |
2013-08-21 | Untag for development | Ben Longbons | 1 | -1/+1 |
2013-08-21 | Tag for releasev13.8.21 | Ben Longbons | 1 | -2/+4 |
2013-08-05 | Use attoconf and proper versionsv13.8.5 | Ben Longbons | 1 | -20/+57 |
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 |