Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | |
Also delete the French translation from ladmin. | |||||
2012-12-12 | Remove guilds, finally | Ben Longbons | 1 | -125/+1 | |
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates. | |||||
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 11 | -34/+143 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 22 | -77/+72 | |
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h | |||||
2012-07-19 | Hopefully make shutdown more clean. | Ben Longbons | 2 | -16/+35 | |
2011-10-01 | Fix negative chances wrapping to high (Another bug in the language) | Ben Longbons | 1 | -1/+4 | |
2011-10-01 | Fix abuse of fread. | Ben Longbons | 1 | -1/+1 | |
2011-04-04 | Get rid of RETCODE | Ben Longbons | 1 | -6/+0 | |
2011-04-03 | Fix some more compiler warnings | Ben Longbons | 9 | -24/+27 | |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 2 | -15/+7 | |
2011-04-02 | Fix subtle MD5 bug | Ben Longbons | 1 | -2/+2 | |
2011-03-24 | Fix accidentally-named interdb_val_t | Ben Longbons | 2 | -9/+9 | |
2011-03-24 | Fix timer bugs in previous version | Ben Longbons | 2 | -25/+14 | |
The most visible effect of this was that the map-server would never actually connect with the char-server | |||||
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 26 | -3014/+1420 | |
Major changes still need to be made to each of the servers. | |||||
2011-03-18 | Changes that should have been caught earlier | Ben Longbons | 1 | -2/+2 | |
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 1 | -1/+1 | |
2011-03-02 | Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵ | Ben Longbons | 7 | -108/+108 | |
tildes. | |||||
2010-10-08 | Added MD5_ip() function to hash IP addresses | MadCamel | 2 | -1/+32 | |
2010-10-08 | Moved md5calc.c from login-server to the common library | MadCamel | 3 | -1/+348 | |