Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 3 | -149/+92 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 2 | -5/+4 | |
2015-01-22 | Have I mentioned that I hate ADL? | Ben Longbons | 4 | -6/+7 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 7 | -30/+8 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 17 | -323/+460 | |
The for loop trick turned out to be very prone to infinite loops at runtime. It's better to force compiler errors even if it's ugly. | |||||
2015-01-03 | Merge remote-tracking branch 'origin/hotfix' | Ben Longbons | 12 | -43/+45 | |
Conflicts: src/map/chrif.cpp | |||||
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 10 | -460/+6 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 13 | -44/+46 | |
2014-11-19 | Script Builtin iscollision | wushin | 1 | -0/+19 | |
- Checks map.gat, X, Y for collision | |||||
2014-11-19 | Script Builtin npcareawarp | wushin | 1 | -0/+64 | |
- Warps an Npc like npcwarp but uses an area argument - Can Check for collision - npcareawarp x0, y0, x1, y1, [0|1], "NPCNAME"; | |||||
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 | 10 | -141/+574 | |
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 | 9 | -559/+602 | |
2014-10-26 | Fix header ranking | Ben Longbons | 61 | -1132/+99 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 2 | -0/+36 | |
Will eventually put most/all parsers there. | |||||
2014-10-16 | Error instead of hang when parsing script with double semi | Ben Longbons | 1 | -0/+4 | |
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 | 1 | -0/+1 | |
This probably takes longer for a from-scratch compile, but saves big on incremental recompiles. | |||||
2014-10-15 | Split protocol generation headers | Ben Longbons | 2 | -0/+4 | |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 4 | -118/+0 | |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 4 | -9/+17 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 41 | -808/+729 | |
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 | 1 | -10/+4 | |
2014-10-08 | Split npc parse functions in to their own file | Ben Longbons | 9 | -856/+987 | |
2014-10-08 | Split script.cpp | Ben Longbons | 35 | -2305/+2801 | |
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 | 2 | -226/+225 | |
2014-10-06 | Remove vestigial support for offhanded weapons | Ben Longbons | 10 | -390/+92 | |
2014-10-05 | Stupid bug in mob summons | Ben Longbons | 1 | -1/+1 | |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 15 | -54/+54 | |
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 | 1 | -1/+1 | |
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 | 2 | -4/+8 | |
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 | 4 | -0/+14 | |
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 | 12 | -275/+429 | |
2014-08-25 | Kill those dumb strings | Ben Longbons | 6 | -91/+72 | |
2014-08-25 | Bust the last evil union | Ben Longbons | 2 | -372/+444 | |
2014-08-25 | Remove CONSTSTR optimization for now | Ben Longbons | 1 | -31/+25 | |
2014-08-05 | In magic, use Variant for all the old anonymous nested unions | Ben Longbons | 10 | -1310/+1385 | |