summaryrefslogtreecommitdiff
path: root/src/map/storage.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Use generated config for mapBen Longbons1-3/+4
2014-10-26Fix header rankingBen Longbons1-1/+1
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-38/+15
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-10/+10
2014-06-26specialize inventory/storage indicesBen Longbons1-11/+13
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-2/+2
2014-05-27Generate the char server protocolBen Longbons1-13/+13
2014-04-24Header cleanupBen Longbons1-5/+23
2014-04-22Use strict ID typesBen Longbons1-10/+10
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled.
2014-03-16Clean up header organizationBen Longbons1-4/+4
2014-03-15Split out the keys from character data to have better paging performanceBen Longbons1-7/+7
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-4/+0
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-2/+2
2013-06-11Allegedly remove all manual memory managementBen Longbons1-31/+5
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-7/+7
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ...
2013-02-23Replace struct dbt with typesafe std::map wrappersBen Longbons1-36/+11
Also fix broken save/accreg.txt reading.
2013-02-07Remove some more Skill-related stuffBen Longbons1-3/+6
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-3/+1
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-08Improve warning management moreBen Longbons1-2/+2
2012-12-24Add cxxstdio, bump license to gpl3+Ben Longbons1-1/+1
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-3/+3
2012-12-24Purge some unused functionsBen Longbons1-93/+11
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-13/+19
2012-12-14Some formatting fixes before I go insaneBen Longbons1-87/+87
Also delete the French translation from ladmin.
2012-12-12Remove guilds, finallyBen Longbons1-358/+11
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-0/+1
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+787
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