Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |
2014-08-25 | Fix potential file corruption with partial writesv14.4.20 | Ben Longbons | 2 | -1/+35 |
2014-08-05 | Work around a compiler bug in error checks | Ben Longbons | 2 | -1/+6 |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 14 | -1335/+1406 |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 24 | -38/+94 |
2014-08-05 | Enums are not usually integers, sorry | Ben Longbons | 24 | -96/+240 |
2014-08-05 | Merge tag 'v14.4.19' | Ben Longbons | 1 | -1/+2 |
2014-08-05 | Emergency security fix for deleting charactersv14.4.19 | Ben Longbons | 1 | -1/+2 |
2014-07-23 | Be more strict about function/statement mismatches | Ben Longbons | 1 | -141/+134 |
2014-07-17 | Add dir annoyances | Ben Longbons | 12 | -3/+246 |
2014-07-16 | Revert bounds checks and go back to signed integers | Ben Longbons | 9 | -118/+182 |
2014-07-01 | In order to disable them, diagnostic header must be public and included | Ben Longbons | 6 | -7/+14 |
2014-07-01 | You have succeeded in annoying mev14.7.1 | Ben Longbons | 1 | -1/+1 |
2014-07-01 | Savefile fixes | Ben Longbons | 2 | -3/+28 |
2014-07-01 | Incorrect death/disappearance formsv14.6.30 | Ben Longbons | 1 | -1/+2 |
2014-07-01 | Stupid lenient newer compiler | Ben Longbons | 1 | -7/+7 |
2014-06-30 | Invulnerability should not be the default | Ben Longbons | 3 | -0/+21 |
2014-06-30 | Finally get around to decoupling the warning system | Ben Longbons | 33 | -862/+1477 |
2014-06-30 | It's about time I did this | Ben Longbons | 17 | -108/+130 |
2014-06-30 | Finish packet naming | Ben Longbons | 5 | -147/+0 |
2014-06-27 | This is more reliable | Ben Longbons | 136 | -1336/+934 |
2014-06-27 | Shut up already | Ben Longbons | 6 | -5/+123 |
2014-06-27 | Port the Variant junk | Ben Longbons | 12 | -0/+885 |
2014-06-26 | changing the rules in a clean environment doesn't rebuild | Ben Longbons | 3 | -0/+13 |