summaryrefslogtreecommitdiff
path: root/src/map/path.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-23Use generated config for mapBen Longbons1-0/+3
2014-10-26Fix header rankingBen Longbons1-1/+1
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-8/+4
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-7/+7
2014-06-23Generate the map server protocolBen Longbons1-1/+1
Sigh, map server will have no smart filters yet
2014-04-24Header cleanupBen Longbons1-4/+5
2014-04-14Ditch gcc 4.6 supportBen Longbons1-2/+2
2014-04-09Add all the missing copyright headersBen Longbons1-0/+21
2014-03-16Clean up header organizationBen Longbons1-3/+4
2013-11-15Another step towards proper header orderingBen Longbons1-1/+2
2013-09-28Fixing path findingStefan Dombrowski1-1/+1
The bitwise And with 0x8ff had mapped different tiles to the same index. Closes #5.
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-2/+1
2013-06-11Allegedly remove all manual memory managementBen Longbons1-8/+9
2013-02-20Strictify map cellsBen Longbons1-26/+18
Also fix a small but major bug in map_randfreecell.
2013-02-12Replace mt_rand with <random>Ben Longbons1-52/+1
Also add some utility methods and classes.
2013-02-12Strictify timersBen Longbons1-1/+2
2013-02-07Remove some macrosBen Longbons1-16/+20
2013-02-07Remove some more Skill-related stuffBen Longbons1-27/+19
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-4/+1
2013-01-17Clean up some things after declassizationBen Longbons1-0/+2
2013-01-07Use cxxstdioBen Longbons1-4/+4
2012-12-24Purge some unused functionsBen Longbons1-54/+6
2012-12-24Cleanup headers and remove all uses of va_list except loggingBen Longbons1-18/+20
2012-12-14Some formatting fixes before I go insaneBen Longbons1-101/+101
Also delete the French translation from ladmin.
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-0/+445
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