summaryrefslogtreecommitdiff
path: root/src/map/storage.hpp
AgeCommit message (Collapse)AuthorFilesLines
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-5/+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-1/+1
Also fix broken save/accreg.txt reading.
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-2/+0
2012-12-24Add cxxstdio, bump license to gpl3+Ben Longbons1-1/+1
2012-12-24Purge some unused functionsBen Longbons1-11/+0
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-1/+1
2012-12-14Some formatting fixes before I go insaneBen Longbons1-18/+18
Also delete the French translation from ladmin.
2012-12-12Remove guilds, finallyBen Longbons1-23/+1
If anyone in the future wonders why I did this, just look at how many lines of code this eliminates.
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+54
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