summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-13Enable tcp_thin socket optimizations on LinuxMadCamel1-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-13Removed sorting of character data file. It accomplished nothing except ↵MadCamel1-24/+4
making it look pretty, and chewed an inordinate amount of CPU. Also inlined mmo_char_tostr and set things up so players end up in tulimshar if their map save location is bad.
2013-04-13Fix error in "return" script commandBen Longbons1-4/+7
2013-04-13Fix the bug with chest armorBen Longbons2-4/+3
2013-04-11Stupid fix for the x32 patchBen Longbons1-1/+1
2013-04-11Adjust travis for native amd64 buildsBen Longbons1-7/+1
This (mostly) reverts commit af30bb8316849e96fca2764738d0d3e0060c9be7.
2013-04-11Also implement x32 supportBen Longbons24-421/+502
2013-04-09Native amd64 supportBen Longbons9-28/+22
2013-04-09Change script call/ret code to avoid evil castingBen Longbons2-8/+46
2013-04-06Figure out what that code was supposed to doBen Longbons1-10/+5
I talked with the eathena people about this. It was probably never executed anyway - it indicates mob_db errors.
2013-04-06Add initializer_list support to Map wrapperBen Longbons1-0/+4
2013-04-03Rename makefile and provide a way to not do backupsBen Longbons1-1/+2
2013-04-02Fail sooner when the impossible things happenBen Longbons4-17/+19
2013-03-30Keep (numbered) backups when installing filesBen Longbons1-1/+1
There's no such thing as being too paranoid, and this has turned out to be useful in practice.
2013-03-26Quick hack to background gzip, real fix in testingBen Longbons1-1/+1
2013-03-21Restore shop script functionBen Longbons1-1/+19
2013-03-11Fix travis deps for undocumented change to amd64Ben Longbons1-3/+7
2013-03-11Fix regenBen Longbons1-1/+1
2013-03-06Fix stupid crash on bad @commandBen Longbons1-1/+1
2013-03-05Remove atcommand_info's first (redundant) entry☈king3-404/+183
This was an experimental in pair programming. :)
2013-03-01Keep a few backup copies of the DBBen Longbons1-2/+16
2013-03-01Convince skills to workBen Longbons8-84/+67
2013-02-27Fix crash in party savingBen Longbons1-1/+1
2013-02-27Reimplement CREATE/RECREATE and allow NULL on size 0Ben Longbons1-4/+23
2013-02-25Fix walk bug exposed by assertionBen Longbons1-0/+3
2013-02-23Fix buffer overflow due to off-by-one errorBen Longbons1-3/+6
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons19-1145/+433
Also fix broken save/accreg.txt reading.
2013-02-20Strictify map cellsBen Longbons16-425/+224
Also fix a small but major bug in map_randfreecell.
2013-02-16Rotate logs in backgroundBen Longbons3-10/+17
Also reenable the critical bonus effect.
2013-02-12Replace mt_rand with <random>Ben Longbons28-1675/+458
Also add some utility methods and classes.
2013-02-12Strictify timersBen Longbons37-3382/+2005
2013-02-07Remove some macrosBen Longbons51-2434/+2183
2013-02-07Remove some more Skill-related stuffBen Longbons34-5282/+832
2013-02-02Remove most of the unused StatusChange valuesBen Longbons10-2636/+108
2013-02-01Remove most other unused mob skills.Ben Longbons7-1065/+452
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons78-492/+335
2013-02-01Fix build with clang against libstdc++ 4.6Ben Longbons5-20/+37
2013-01-19Remove hard-coded mob stuff, make mode enumBen Longbons12-643/+190
2013-01-18Purge some more stuff that can't happenBen Longbons6-503/+120
2013-01-17Clean up some things after declassizationBen Longbons44-151/+168
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons14-1400/+117
2013-01-17Remove all non-NPC skillsBen Longbons13-9089/+176
2013-01-17Begin to trim skills.Ben Longbons3-431/+1
2013-01-17Change both sites, not oneBen Longbons1-1/+1
This caused "zero length packet" in client.
2013-01-09Make incoming packets read-onlyBen Longbons22-718/+684
2013-01-08Improve warning management moreBen Longbons39-155/+315
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons17-126/+728
2013-01-07Kindly inform Travis-CI that those build failures were expectedBen Longbons1-5/+1
2013-01-07Remove /commands with equivalent @commandsBen Longbons1-115/+4
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons6-7/+13