Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Fixes #7 | |||||
2013-08-27 | Handle far extensions in the mapname extractor | Ben Longbons | 2 | -0/+15 | |
This has no effect with the current content, but will make things much more convenient once we start using longer mapnames. | |||||
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 | |
Using gcc 4.8 and 2.17 works fine on Debian, but not Fedora. I'm planning on a better fix eventually, once I have distinct types for integers of a specified endianness. | |||||
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 | |
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ... | |||||
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 | |
Conflicts: src/char/char.cpp src/common/socket.cpp src/map/map.cpp | |||||
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 | |
See kernel/Documentation/networking/tcp-thin.txt These TCP optimizations were designed for the specific purpose of low latency TCP gameservers and can help reduce latency in adverse network conditions. | |||||
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 | |
Also fix broken save/accreg.txt reading. | |||||
2013-02-20 | Strictify map cells | Ben Longbons | 3 | -252/+19 | |
Also fix a small but major bug in map_randfreecell. | |||||
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 8 | -154/+179 | |
Also add some utility methods and classes. | |||||
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 | |