summaryrefslogtreecommitdiff
path: root/src/map/battle.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-26specialize inventory/storage indicesBen Longbons1-11/+11
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-15/+15
2014-04-24Header cleanupBen Longbons1-2/+2
2014-04-22Use strict ID typesBen Longbons1-24/+24
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-2/+2
2014-04-14Ditch gcc 4.6 supportBen Longbons1-15/+12
2014-04-09Add all the missing copyright headersBen Longbons1-0/+21
2014-03-31Check the equip index arrayBen Longbons1-16/+17
2014-03-31Be stricter about most arraysBen Longbons1-22/+22
2014-03-16Clean up header organizationBen Longbons1-3/+6
2014-03-15Remove unused fields to shrink character structBen Longbons1-17/+0
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-4/+4
2014-02-22Make mapflags bitmask instead of bitfieldBen Longbons1-2/+2
2014-02-08Implement AStringBen Longbons1-3/+3
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-14/+32
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-5/+4
2013-10-12Disallow unchecked being castsBen Longbons1-107/+107
2013-10-05Remove owning slicesBen Longbons1-4/+2
2013-10-05Split string header into piecesBen Longbons1-0/+5
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-142/+20
2013-08-01Poison std::string and use the various string classesBen Longbons1-167/+171
2013-06-26Hopefully don't crashBen Longbons1-2/+0
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-6/+3
2013-06-11Allegedly remove all manual memory managementBen Longbons1-10/+9
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-199/+199
2013-05-23Make block_list a base classBen Longbons1-2/+2
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-143/+143
2013-05-22RAII-ify some arrays of block_listBen Longbons1-3/+1
2013-04-27Enumize ItemLookBen Longbons1-8/+11
2013-02-12Replace mt_rand with <random>Ben Longbons1-213/+47
2013-02-12Strictify timersBen Longbons1-231/+112
2013-02-07Remove some macrosBen Longbons1-231/+235
2013-02-07Remove some more Skill-related stuffBen Longbons1-468/+67
2013-02-02Remove most of the unused StatusChange valuesBen Longbons1-634/+7
2013-02-01Remove most other unused mob skills.Ben Longbons1-128/+8
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-5/+1
2013-01-19Remove hard-coded mob stuff, make mode enumBen Longbons1-272/+24
2013-01-18Purge some more stuff that can't happenBen Longbons1-40/+2
2013-01-17Clean up some things after declassizationBen Longbons1-6/+4
2013-01-17Remove PC/mob disguises and hard-coded classesBen Longbons1-8/+5
2013-01-17Remove all non-NPC skillsBen Longbons1-1402/+36
2013-01-09Make incoming packets read-onlyBen Longbons1-1/+1
2013-01-08Improve warning management moreBen Longbons1-6/+0
2013-01-07Add warning newlines; fix crash on exit.Ben Longbons1-1/+1
2013-01-07Use cxxstdioBen Longbons1-442/+229
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-91/+109
2012-12-24Remove sending of packets the client can't handleBen Longbons1-11/+0
2012-12-24Purge some unused functionsBen Longbons1-85/+57
2012-12-24Enumify option, opt1, opt2, and opt3Ben Longbons1-7/+6