summaryrefslogtreecommitdiff
path: root/src/char/char.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-08-05Use attoconf and proper versionsv13.8.5Ben Longbons1-7/+1
2013-08-01Poison std::string and use the various string classesBen Longbons1-256/+174
2013-06-27Count the number of online players againBen Longbons1-0/+1
I refactored two adjacent loops into one, but forgot to merge this!
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-124/+120
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-103/+93
2013-06-11Allegedly remove all manual memory managementBen Longbons1-37/+37
2013-05-18Fix silly bugs in the previous patchBen Longbons1-0/+3
2013-05-18Tweak a little memory management in char-serverBen Longbons1-717/+459
2013-04-30Restore fakenpcname script commandBen Longbons1-1/+1
Closes: #2
2013-04-28Fix some oversized writesBen Longbons1-4/+4
2013-04-28Merge branch 'master' into testBen Longbons1-23/+3
Conflicts: src/char/char.cpp src/common/socket.cpp src/map/map.cpp
2013-04-27Enumize ItemLookBen Longbons1-3/+3
2013-04-27Force timers to be managedBen Longbons1-8/+16
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 the bug with chest armorBen Longbons1-2/+2
2013-04-11Also implement x32 supportBen Longbons1-22/+21
2013-04-09Native amd64 supportBen Longbons1-1/+1
2013-03-01Convince skills to workBen Longbons1-9/+19
2013-02-12Strictify timersBen Longbons1-27/+28
2013-02-07Remove some macrosBen Longbons1-4/+0
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-12/+1
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-332/+7
2013-01-09Make incoming packets read-onlyBen Longbons1-168/+100
2013-01-08Improve warning management moreBen Longbons1-0/+51
2013-01-08Improve warnings; fix const_db.txt bug.Ben Longbons1-6/+1
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-2/+2
2013-01-07Use cxxstdioBen Longbons1-766/+489
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-56/+60
2012-12-24Purge some unused functionsBen Longbons1-2/+1
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-3/+3
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-34/+33
2012-12-15Prepare to trim skillsBen Longbons1-6/+8
2012-12-14Some formatting fixes before I go insaneBen Longbons1-1160/+1105
Also delete the French translation from ladmin.
2012-12-12Remove guilds, finallyBen Longbons1-15/+3
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 Longbons1-129/+74
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+4076
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