Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-30 | Automatically generate version information | Ben Longbons | 2 | -39/+36 | |
2013-09-29 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-29 | Release v13.9.29v13.9.29 | Ben Longbons | 1 | -2/+2 | |
2013-09-28 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-28 | Release v13.9.28v13.9.28 | Ben Longbons | 1 | -2/+2 | |
2013-09-27 | Return branch to development | Ben Longbons | 1 | -1/+1 | |
2013-09-27 | Release v13.9.27v13.9.27 | Ben Longbons | 1 | -2/+2 | |
2013-09-21 | Return to development | Ben Longbons | 1 | -1/+1 | |
2013-09-21 | Release v13.9.21v13.9.21 | Ben Longbons | 1 | -2/+2 | |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 1 | -1/+1 | |
This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file. | |||||
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 | |
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 | |