Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -0/+3 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -1/+1 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -8/+4 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -7/+7 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 1 | -1/+1 | |
Sigh, map server will have no smart filters yet | |||||
2014-04-24 | Header cleanup | Ben Longbons | 1 | -4/+5 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -2/+2 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+21 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -3/+4 | |
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+2 | |
2013-09-28 | Fixing path finding | Stefan Dombrowski | 1 | -1/+1 | |
The bitwise And with 0x8ff had mapped different tiles to the same index. Closes #5. | |||||
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -2/+1 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -8/+9 | |
2013-02-20 | Strictify map cells | Ben Longbons | 1 | -26/+18 | |
Also fix a small but major bug in map_randfreecell. | |||||
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 1 | -52/+1 | |
Also add some utility methods and classes. | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -1/+2 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -16/+20 | |
2013-02-07 | Remove some more Skill-related stuff | Ben Longbons | 1 | -27/+19 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -4/+1 | |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 1 | -0/+2 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -4/+4 | |
2012-12-24 | Purge some unused functions | Ben Longbons | 1 | -54/+6 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -18/+20 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 1 | -101/+101 | |
Also delete the French translation from ladmin. | |||||
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 1 | -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 |