Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-12 | remove leftovers from testingv17.11.12 | gumi | 1 | -6/+2 | |
2017-11-12 | re-fix the puppet despawn bug | gumi | 1 | -2/+6 | |
2016-11-27 | Revert "Decrease the map npc counter when a npc is deleted" | gumi | 1 | -3/+0 | |
This reverts commit 4a69f1b47d4bd74b988b4d4fe66fd43a26aae123. | |||||
2016-11-09 | Decrease the map npc counter when a npc is deleted | mekolat | 1 | -0/+3 | |
2016-04-15 | fix compilation errors | mekolat | 1 | -2/+0 | |
2016-04-15 | Remove old Magic | wushin | 1 | -19/+1 | |
2015-07-05 | fix getmapusers | mekolat | 1 | -2/+2 | |
2015-07-04 | important bug fix | meko | 1 | -1/+1 | |
2015-06-19 | Merge pull request #118 from mekolat/patch-1 | Wushin | 1 | -1/+1 | |
do not count hidden players | |||||
2015-06-12 | do not count hidden players | meko | 1 | -1/+1 | |
2015-06-07 | Don't segfault when inserting remote maps into DB. | Rawng | 1 | -1/+2 | |
2015-05-07 | wait for the player to be added to block list | mekolat | 1 | -1/+1 | |
2015-04-25 | Add Bitmasked Quest Log | wushin | 1 | -0/+3 | |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -242/+93 | |
2015-01-22 | Use Spanned<T> while parsing config | Ben Longbons | 1 | -87/+68 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -4/+0 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 1 | -1/+1 | |
2015-01-03 | Switch MATCH to separate begin/end macros | Ben Longbons | 1 | -20/+24 | |
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. | |||||
2014-11-19 | Magically allow "break" within WITH_VAR | Ben Longbons | 1 | -1/+1 | |
2014-11-04 | Use the new ASTs | Ben Longbons | 1 | -2/+2 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -9/+5 | |
2014-10-16 | Fix crash on login due to invalid map | Ben Longbons | 1 | -0/+5 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -53/+65 | |
2014-10-08 | Split npc parse functions in to their own file | Ben Longbons | 1 | -0/+1 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -1/+1 | |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -4/+4 | |
2014-08-05 | Enums are not usually integers, sorry | Ben Longbons | 1 | -0/+1 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -34/+34 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -3/+3 | |
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 | -2/+7 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -59/+53 | |
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/+3 | |
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -61/+61 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+21 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -13/+18 | |
2014-03-24 | Implement new magic frontend using sexpr | Ben Longbons | 1 | -1/+2 | |
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 | -7/+1 | |
2014-03-15 | Split out the keys from character data to have better paging performance | Ben Longbons | 1 | -4/+4 | |
2014-02-22 | Make mapflags bitmask instead of bitfield | Ben Longbons | 1 | -1/+1 | |
2014-02-08 | Implement AString | Ben Longbons | 1 | -8/+8 | |
2014-02-07 | Name the terminal escapes | Ben Longbons | 1 | -3/+4 | |
2014-02-06 | Wrap remaining FDs in a class | Ben Longbons | 1 | -21/+22 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -3/+3 | |
2014-01-26 | Also do db/const.txt and data/resnametable.txtv14.1.27 | Ben Longbons | 1 | -0/+5 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -56/+92 | |
2013-12-28 | fix log numbering | Ben Longbons | 1 | -1/+1 | |