Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-28 | Prevent skills from being set out of bounds by privileged users | Ben Longbons | 1 | -0/+2 | |
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 | 1 | -10/+4 | |
2014-08-25 | Kill those dumb strings | Ben Longbons | 1 | -67/+50 | |
2014-08-25 | Bust the last evil union | Ben Longbons | 1 | -355/+352 | |
2014-08-25 | Remove CONSTSTR optimization for now | Ben Longbons | 1 | -31/+25 | |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -1/+1 | |
2014-08-05 | Enums are not usually integers, sorry | Ben Longbons | 1 | -0/+1 | |
2014-07-23 | Be more strict about function/statement mismatches | Ben Longbons | 1 | -141/+134 | |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -3/+3 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -29/+29 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -17/+17 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -2/+2 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 1 | -1/+1 | |
Sigh, map server will have no smart filters yet | |||||
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -1/+1 | |
2014-05-20 | :%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ↵ | Ben Longbons | 1 | -1/+1 | |
]\)\@! */\1 / | |||||
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -2/+3 | |
2014-04-24 | Conform magic headers to the decl/def rule | Ben Longbons | 1 | -1/+1 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -4/+5 | |
2014-04-22 | Fix parsing of comments in const db | Ben Longbons | 1 | -5/+9 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -65/+84 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-19 | Wouldn't it be nice to have some integers too? | Ben Longbons | 1 | -1/+1 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -295/+295 | |
2014-04-13 | "Fix" Itka | Ben Longbons | 1 | -5/+1 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+22 | |
2014-04-04 | Fix travis | Ben Longbons | 1 | -0/+1 | |
2014-04-01 | Add script warnings about labels | Ben Longbons | 1 | -6/+25 | |
2014-03-31 | Check the equip index array | Ben Longbons | 1 | -5/+11 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -20/+20 | |
2014-03-25 | Add deprecation warnings for script syntax changes | Ben Longbons | 1 | -5/+38 | |
2014-03-25 | fix script/magic interaction | Ben Longbons | 1 | -2/+2 | |
2014-03-24 | Implement new magic frontend using sexpr | Ben Longbons | 1 | -7/+7 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -9/+12 | |
2014-03-15 | Remove unused fields to shrink character struct | Ben Longbons | 1 | -21/+1 | |
2014-03-15 | Split out the keys from character data to have better paging performance | Ben Longbons | 1 | -4/+4 | |
2014-03-15 | Allow any script variable to be accessed from magic (mostly) | Ben Longbons | 1 | -5/+49 | |
2014-02-22 | Make mapflags bitmask instead of bitfield | Ben Longbons | 1 | -17/+9 | |
2014-02-13 | Name and number mapflags better | Ben Longbons | 1 | -174/+6 | |
2014-02-08 | Implement AString | Ben Longbons | 1 | -18/+19 | |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -6/+8 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -2/+2 | |
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -10/+10 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -17/+15 | |
2013-12-21 | fix travis errors | Ben Longbons | 1 | -1/+1 | |
2013-12-21 | Add mapexit as a script command | Ben Longbons | 1 | -0/+9 | |
It's not safe to call GM commands without an attached player. | |||||
2013-11-15 | Another step towards proper header ordering | Ben Longbons | 1 | -1/+1 | |
2013-11-15 | Use new IO classes | Ben Longbons | 1 | -15/+12 | |
2013-11-09 | Fixes issue with getequipid(equip_arrow) | wushin | 1 | -1/+2 | |
2013-10-22 | Ignore hidden GMs when checking users in an area | Ben Longbons | 1 | -1/+5 | |