summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11Stupid fix for the x32 patchBen Longbons1-1/+1
2013-04-11Also implement x32 supportBen Longbons6-10/+134
2013-04-09Native amd64 supportBen Longbons2-9/+3
2013-04-06Add initializer_list support to Map wrapperBen Longbons1-0/+4
2013-03-01Keep a few backup copies of the DBBen Longbons1-2/+16
2013-03-01Convince skills to workBen Longbons1-3/+2
2013-02-27Reimplement CREATE/RECREATE and allow NULL on size 0Ben Longbons1-4/+23
2013-02-23Fix buffer overflow due to off-by-one errorBen Longbons1-3/+6
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons2-618/+101
Also fix broken save/accreg.txt reading.
2013-02-20Strictify map cellsBen Longbons3-252/+19
Also fix a small but major bug in map_randfreecell.
2013-02-12Replace mt_rand with <random>Ben Longbons8-154/+179
Also add some utility methods and classes.
2013-02-12Strictify timersBen Longbons8-264/+160
2013-02-07Remove some macrosBen Longbons5-38/+26
2013-02-07Remove some more Skill-related stuffBen Longbons5-12/+13
2013-02-01Remove most other unused mob skills.Ben Longbons1-1/+1
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons19-88/+132
2013-02-01Fix build with clang against libstdc++ 4.6Ben Longbons2-15/+32
2013-01-17Clean up some things after declassizationBen Longbons10-0/+20
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-1/+1
2013-01-09Make incoming packets read-onlyBen Longbons3-43/+134
2013-01-08Improve warning management moreBen Longbons8-38/+42
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons2-11/+4
2013-01-07Use cxxstdioBen Longbons14-60/+624
2012-12-24Add cxxstdio, bump license to gpl3+Ben Longbons2-2/+235
2012-12-24Enumify some more things ... maybe even everythingBen Longbons2-3/+83
2012-12-24Purge some unused functionsBen Longbons3-90/+11
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons2-1/+45
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons19-164/+211
2012-12-15Prepare to trim skillsBen Longbons3-3/+146
2012-12-14Some formatting fixes before I go insaneBen Longbons21-409/+409
Also delete the French translation from ladmin.
2012-12-12Remove guilds, finallyBen Longbons1-125/+1
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates.
2012-09-03Fix compiler errors of C++ conversionBen Longbons11-34/+143
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons22-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-19Hopefully make shutdown more clean.Ben Longbons2-16/+35
2011-10-01Fix negative chances wrapping to high (Another bug in the language)Ben Longbons1-1/+4
2011-10-01Fix abuse of fread.Ben Longbons1-1/+1
2011-04-04Get rid of RETCODEBen Longbons1-6/+0
2011-04-03Fix some more compiler warningsBen Longbons9-24/+27
2011-04-03Rewrite make system to be optimalBen Longbons2-15/+7
2011-04-02Fix subtle MD5 bugBen Longbons1-2/+2
2011-03-24Fix accidentally-named interdb_val_tBen Longbons2-9/+9
2011-03-24Fix timer bugs in previous versionBen Longbons2-25/+14
The most visible effect of this was that the map-server would never actually connect with the char-server
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons26-3014/+1420
Major changes still need to be made to each of the servers.
2011-03-18Changes that should have been caught earlierBen Longbons1-2/+2
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-1/+1
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons7-108/+108
tildes.
2010-10-08Added MD5_ip() function to hash IP addressesMadCamel2-1/+32
2010-10-08Moved md5calc.c from login-server to the common libraryMadCamel3-1/+348
2010-09-29Increase default guild member limit from 16 to 100.Andrei Karas1-1/+1
2010-08-07Tweak memory wrappers and add one for strdup()remoitnane2-22/+36