Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-09 | Add explicit check for mapless events | Ben Longbons | 3 | -4/+7 | |
2014-11-09 | Fix OOB on 128-element commands | Ben Longbons | 1 | -2/+13 | |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 12 | -141/+584 | |
2014-11-05 | Fix shops not loading and bad price | wushin | 1 | -1/+1 | |
2014-11-04 | Remove sc_count | Ben Longbons | 6 | -36/+0 | |
It was a negligible performance gain during death, but a lot of bugs. | |||||
2014-11-04 | Perform divorces asynchronously to avoid crashes | Ben Longbons | 4 | -19/+6 | |
2014-11-04 | Clean up after that mess | Ben Longbons | 1 | -0/+1 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 22 | -820/+1010 | |
2014-10-29 | Item AST | Ben Longbons | 21 | -243/+905 | |
2014-10-26 | Fix header ranking | Ben Longbons | 142 | -760/+957 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 22 | -16/+2025 | |
Will eventually put most/all parsers there. | |||||
2014-10-18 | Fix bug where Option destroys too much | Ben Longbons | 2 | -1/+39 | |
2014-10-16 | Error instead of hang when parsing script with double semi | Ben Longbons | 1 | -0/+4 | |
2014-10-16 | Tweak for travis | Ben Longbons | 2 | -2/+3 | |
2014-10-16 | Fix crash on login due to invalid map | Ben Longbons | 2 | -14/+20 | |
2014-10-16 | Split tests a lot | Ben Longbons | 4 | -33/+8 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Split protocol generation headers | Ben Longbons | 8 | -1/+259 | |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 39 | -1027/+1 | |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 8 | -27/+104 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 57 | -911/+962 | |
2014-10-13 | Add OPTION_IS_SOME branching macro | Ben Longbons | 5 | -6/+40 | |
2014-10-13 | Restore missing check to let double-handed weapons work | Ben Longbons | 1 | -1/+3 | |
2014-10-08 | Don't rebuild atcommand.cpp on version changes | Ben Longbons | 3 | -10/+14 | |
2014-10-08 | Split npc parse functions in to their own file | Ben Longbons | 10 | -857/+989 | |
2014-10-08 | Split script.cpp | Ben Longbons | 39 | -2311/+2809 | |
2014-10-07 | Minimize script header | Ben Longbons | 5 | -84/+118 | |
2014-10-06 | Switch script indexing from 2-based to 0-based | Ben Longbons | 3 | -226/+232 | |
2014-10-06 | Remove vestigial support for offhanded weapons | Ben Longbons | 11 | -403/+94 | |
2014-10-05 | Stupid bug in mob summons | Ben Longbons | 1 | -1/+1 | |
2014-10-05 | Add pretty-printers for time | Ben Longbons | 1 | -0/+117 | |
2014-10-04 | Implement Option<T> and Borrowed<T> | Ben Longbons | 6 | -0/+937 | |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 19 | -65/+65 | |
2014-09-29 | Fix a bunch of party corruption | Ben Longbons | 2 | -4/+13 | |
Very much thanks to Rawng for finding this bug and most of the solution. | |||||
2014-09-18 | Update for cross-compilation | Ben Longbons | 1 | -5/+5 | |
2014-09-06 | Stupid hidden loops, I need another macro for this | Ben Longbons | 1 | -1/+2 | |
2014-09-05 | Fix a couple of bugs exposed by stricter server checks | Ben Longbons | 2 | -1/+2 | |
2014-08-28 | Prevent skills from being set out of bounds by privileged users | Ben Longbons | 2 | -0/+4 | |
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 5 | -7/+19 | |
2014-08-28 | One freaking space | Ben Longbons | 1 | -1/+1 | |
2014-08-28 | Properly inform the client about class/species/race changing (hopefully) | Ben Longbons | 1 | -1/+2 | |
2014-08-27 | fix tests | Ben Longbons | 9 | -0/+36 | |
2014-08-27 | Yes, I do | Ben Longbons | 1 | -5/+19 | |
2014-08-27 | The downside of hiding a loop in a macro | Ben Longbons | 2 | -11/+4 | |
2014-08-27 | Debug debugging | Ben Longbons | 62 | -20084/+798 | |
2014-08-25 | Kill those dumb strings | Ben Longbons | 9 | -176/+72 | |
2014-08-25 | Bust the last evil union | Ben Longbons | 4 | -374/+480 | |
2014-08-25 | Remove CONSTSTR optimization for now | Ben Longbons | 2 | -40/+25 | |
2014-08-25 | Optimize string literals in refcounted strings | Ben Longbons | 6 | -110/+67 | |
2014-08-25 | Why must these things be so hard to test? | Ben Longbons | 1 | -2/+5 | |
2014-08-25 | Merge branch 'hotfix' | Ben Longbons | 2 | -1/+35 | |
Conflicts: CHANGELOG src/io/write_test.cpp |