Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-18 | Die sensibly, take 2 | Ben Longbons | 1 | -21/+18 | |
2014-04-17 | Die sensibly, take 1 | Ben Longbons | 1 | -31/+39 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -418/+410 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 3 | -2/+64 | |
2014-03-31 | Unbreak @npcmove | Ben Longbons | 1 | -0/+1 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -15/+19 | |
2014-03-16 | Clean up header organization | Ben Longbons | 3 | -19/+15 | |
2014-02-28 | Lower process priority when saving login/char databases | MadCamel | 1 | -0/+6 | |
In the event of CPU contention this will make forked database writes take a back-seat to the actual running server. | |||||
2014-02-08 | Implement AString | Ben Longbons | 1 | -17/+17 | |
2014-02-07 | Name the terminal escapes | Ben Longbons | 1 | -5/+6 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -511/+510 | |
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -1/+1 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -86/+106 | |
2014-01-20 | Implement core formatter | Ben Longbons | 1 | -3/+3 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-11-15 | Use new IO classes | Ben Longbons | 1 | -77/+59 | |
2013-10-15 | Use config for internal server userid/passwd instead of accounts.txt | Ben Longbons | 1 | -19/+23 | |
This requires updated config files in the data repo. | |||||
2013-10-10 | Enumify sex | Ben Longbons | 1 | -49/+40 | |
It's amazing some of this code ever worked ... | |||||
2013-10-05 | Remove direct packet buffer item assignments (not clones) | Ben Longbons | 1 | -2/+5 | |
2013-10-05 | Remove owning slices | Ben Longbons | 1 | -7/+5 | |
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 | -0/+8 | |
2013-09-28 | Apply the load speed hack to the login server, too | Ben Longbons | 1 | -5/+13 | |
2013-09-21 | Use the One Makefile to build them all | Ben Longbons | 3 | -2/+5 | |
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-09 | Use IP4 classes and rename conf variables | Ben Longbons | 1 | -244/+149 | |
2013-08-28 | Fix bug with mapnames being falsy | Ben Longbons | 1 | -2/+2 | |
Fixes #7 | |||||
2013-08-22 | Fix an overzealous warning on 32-bit systems | Ben Longbons | 1 | -1/+1 | |
2013-08-05 | Use attoconf and proper versionsv13.8.5 | Ben Longbons | 1 | -12/+6 | |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -509/+339 | |
2013-06-25 | Fix bugs | Ben Longbons | 1 | -1/+1 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -73/+91 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -166/+132 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -73/+72 | |
2013-05-22 | Don't crash when creating a new account | Ben Longbons | 1 | -0/+1 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -15/+16 | |
2013-05-15 | Alter memory management in login server | Ben Longbons | 1 | -654/+526 | |
2013-04-28 | Fix some oversized writes | Ben Longbons | 1 | -2/+2 | |
2013-04-27 | Fix size of packet sent on IP bans | Ben Longbons | 1 | -1/+2 | |
Also fixed in eAthena r5860. | |||||
2013-04-27 | Force timers to be managed | Ben Longbons | 1 | -3/+11 | |
2013-04-11 | Also implement x32 support | Ben Longbons | 1 | -212/+177 | |
2013-04-09 | Native amd64 support | Ben Longbons | 1 | -10/+10 | |
2013-02-23 | Replace struct dbt with typesafe std::map wrappers | Ben Longbons | 1 | -23/+19 | |
Also fix broken save/accreg.txt reading. | |||||
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 1 | -5/+5 | |
Also add some utility methods and classes. | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -49/+31 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -11/+20 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 2 | -50/+34 | |
2013-02-01 | Fix build with clang against libstdc++ 4.6 | Ben Longbons | 1 | -1/+1 | |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 1 | -0/+2 | |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 2 | -148/+92 | |
2013-01-08 | Improve warning management more | Ben Longbons | 1 | -6/+46 | |
2013-01-08 | Improve warnings; fix const_db.txt bug. | Ben Longbons | 1 | -20/+14 | |