Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-25 | Add Bitmasked Quest Log | wushin | 1 | -0/+32 | |
2015-04-13 | Merge pull request #41 from wushin/pvp-script-persistance | Wushin | 1 | -0/+1 | |
Make killer & killable script builtins | |||||
2015-04-05 | Remove Warp Debug Sprite Action | wushin | 1 | -1/+0 | |
2015-04-04 | Remove killer/killable | wushin | 1 | -0/+1 | |
Death Clears default pvp Add Player Togglable PvP Flag Add Timer to PvP Flag (Anti-Spam) Add getpvpflag builtin | |||||
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -1/+1 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -0/+692 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 1 | -1/+1 | |
2015-01-03 | Fix building without docs | Ben Longbons | 1 | -0/+4 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -391/+2816 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-11-19 | Avoid loops when generating protocol, to make description/ordering easier | Ben Longbons | 1 | -34/+52 | |
2014-11-19 | Fix nightly builds | Ben Longbons | 1 | -1/+1 | |
2014-11-11 | Fix a funny ASAN bugv14.11.11 | Ben Longbons | 1 | -0/+2 | |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -1/+2 | |
2014-10-26 | Cross toolchain has landed in Debian Jessie | Ben Longbons | 1 | -9/+5 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -13/+50 | |
2014-10-16 | Split tests a lot | Ben Longbons | 2 | -45/+61 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Split protocol generation headers | Ben Longbons | 1 | -138/+219 | |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 1 | -29/+0 | |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 1 | -1/+1 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -0/+1 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -3/+8 | |
2014-10-05 | Add pretty-printers for time | Ben Longbons | 1 | -0/+1 | |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 1 | -2/+2 | |
2014-09-18 | Update for cross-compilation | Ben Longbons | 1 | -22/+91 | |
2014-08-28 | This shouldn't be necessaryv14.8.28 | Ben Longbons | 1 | -0/+2 | |
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 1 | -3/+17 | |
2014-08-27 | fix tests | Ben Longbons | 1 | -0/+2 | |
2014-08-27 | Yes, I do | Ben Longbons | 1 | -2/+26 | |
2014-08-27 | Debug debugging | Ben Longbons | 2 | -0/+134 | |
2014-07-17 | Add dir annoyances | Ben Longbons | 2 | -2/+68 | |
2014-07-16 | Revert bounds checks and go back to signed integers | Ben Longbons | 1 | -35/+43 | |
2014-06-30 | Finish packet naming | Ben Longbons | 1 | -169/+187 | |
2014-06-27 | Packet names for all public packets | Evets | 1 | -295/+295 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -2/+10 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -57/+90 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -26/+237 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 1 | -24/+1546 | |
Sigh, map server will have no smart filters yet | |||||
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -17/+900 | |
2014-05-20 | Generate login/user protocol | Ben Longbons | 1 | -4/+113 | |
2014-05-19 | make packets be non-type templates | Ben Longbons | 1 | -9/+19 | |
2014-05-19 | Convert login/char and login/admin server components to proto-v2 | Ben Longbons | 1 | -96/+177 | |
2014-05-12 | Implement proto v2 | Ben Longbons | 1 | -0/+1343 | |
2014-02-06 | Add a little color | Ben Longbons | 1 | -0/+39 | |
2014-01-20 | Implement core formatter | Ben Longbons | 1 | -29/+374 | |
2013-12-24 | Add non-indenting indenter for C++ | Ben Longbons | 4 | -12/+296 | |
Fix a bunch of bugs that none of me noticed before. | |||||
2013-12-23 | Implement yacc formatting | Ben Longbons | 1 | -4/+150 | |
2013-12-23 | Refactor the lex indenter so that it can (almost) format yacc files | Ben Longbons | 4 | -198/+274 | |
2013-12-23 | Make a formatter for lex files | Ben Longbons | 5 | -1/+202 | |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 5 | -0/+120 | |