summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Fix crash on login due to invalid mapBen Longbons1-0/+5
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-53/+65
2014-10-08Split npc parse functions in to their own fileBen Longbons1-0/+1
2014-10-08Split script.cppBen Longbons1-1/+1
2014-08-05Move magic to its own namespaceBen Longbons1-4/+4
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-34/+34
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-3/+3
2014-05-12Split net/ from mmo/Ben Longbons1-2/+3
2014-04-24Conform magic headers to the decl/def ruleBen Longbons1-1/+1
2014-04-24Header cleanupBen Longbons1-2/+7
2014-04-22Use strict ID typesBen Longbons1-59/+53
2014-04-19Wouldn't it be nice to have some integers too?Ben Longbons1-1/+3
2014-04-14Ditch gcc 4.6 supportBen Longbons1-61/+61
2014-04-09Add all the missing copyright headersBen Longbons1-0/+21
2014-03-31Be stricter about most arraysBen Longbons1-13/+18
2014-03-24Implement new magic frontend using sexprBen Longbons1-1/+2
2014-03-16Clean up header organizationBen Longbons1-9/+12
2014-03-15Remove unused fields to shrink character structBen Longbons1-7/+1
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-1/+1
2014-02-08Implement AStringBen Longbons1-8/+8
2014-02-07Name the terminal escapesBen Longbons1-3/+4
2014-02-06Wrap remaining FDs in a classBen Longbons1-21/+22
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-3/+3
2014-01-26Also do db/const.txt and data/resnametable.txtv14.1.27Ben Longbons1-0/+5
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-56/+92
2013-12-28fix log numberingBen Longbons1-1/+1
2013-11-15Another step towards proper header orderingBen Longbons1-1/+1
2013-11-15Use new IO classesBen Longbons1-11/+13
2013-10-19Rewrite @command dispatch and helpBen Longbons1-0/+6
2013-10-12Disallow unchecked being castsBen Longbons1-6/+6
2013-10-05Remove owning slicesBen Longbons1-4/+2
2013-10-05Split string header into piecesBen Longbons1-0/+7
2013-10-02Make sure we don't log after the log is closed.Ben Longbons1-2/+3
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-21/+29
2013-08-01Poison std::string and use the various string classesBen Longbons1-98/+91
2013-06-25Fix bugsBen Longbons1-4/+4
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-9/+8
2013-06-11Allegedly remove all manual memory managementBen Longbons1-250/+185
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-97/+91
2013-05-23Make block_list a base classBen Longbons1-26/+26
2013-05-23Rename fields of block_list in preparation for subclassingBen Longbons1-111/+111
2013-05-22RAII-ify some arrays of block_listBen Longbons1-219/+121
2013-05-18Tweak a little memory management in char-serverBen Longbons1-26/+35
2013-05-14Add SHAREXP distinction, create UNKNOWNXP defaultFreeyorp1-1/+1
2013-04-27Force timers to be managedBen Longbons1-4/+3
2013-04-11Also implement x32 supportBen Longbons1-5/+6
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons1-82/+42