Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-03 | remove mob timers, make areatimer only work on PC | gumi | 1 | -3/+0 | |
2018-01-03 | remove npc event queue, always clear npc event timer | gumi | 1 | -2/+0 | |
2018-01-01 | release v18.1.1v18.1.1 | gumi | 1 | -0/+2 | |
2016-05-05 | add MUTE params | mekolat | 1 | -0/+8 | |
2016-04-15 | do not send superfluous info on LoadEndAck | mekolat | 1 | -1/+0 | |
2016-04-15 | improvements, cleanup, bug fixes | mekolat | 1 | -1/+0 | |
2016-04-15 | remove MESSAGE npc subtype | mekolat | 1 | -10/+0 | |
2016-04-15 | add new builtins for npc commands | mekolat | 1 | -0/+1 | |
add requestitem builtin add requestlang builtin add camera builtin send a force-close on close when no npc dialog add clear builtin | |||||
2016-04-15 | add scope, npc/mob variables; add new get/set | mekolat | 1 | -7/+7 | |
2016-04-15 | implement puppet npcs | mekolat | 1 | -0/+4 | |
2016-04-15 | Remove old Magic | wushin | 1 | -14/+1 | |
2016-04-15 | new/modified builtins | wushin | 1 | -0/+4 | |
areatimer foreach aggravate Override attack animation injure summon | |||||
2016-04-10 | consolidate client version handling | mekolat | 1 | -1/+1 | |
2015-09-22 | Fix how attacked summons behave when master leaves | wushin | 1 | -0/+1 | |
closes #143 | |||||
2015-06-20 | add map mask support | mekolat | 1 | -0/+1 | |
2015-05-31 | send pvp channel and rank to client | mekolat | 1 | -0/+1 | |
2015-05-19 | fix mob hp, add mob range, unfuck packets | mekolat | 1 | -0/+1 | |
2015-05-19 | allow to make npcs sit | mekolat | 1 | -0/+1 | |
2015-05-17 | use client version | mekolat | 1 | -1/+1 | |
2015-04-04 | make pvp use channels | mekolat | 1 | -1/+1 | |
2015-04-04 | Remove killer/killable | wushin | 1 | -2/+1 | |
Death Clears default pvp Add Player Togglable PvP Flag Add Timer to PvP Flag (Anti-Spam) Add getpvpflag builtin | |||||
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -13/+12 | |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -1/+4 | |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 1 | -1/+1 | |
2014-11-09 | Add explicit check for mapless events | Ben Longbons | 1 | -0/+1 | |
2014-11-04 | Remove sc_count | Ben Longbons | 1 | -2/+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 | 1 | -1/+0 | |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -34/+2 | |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -18/+34 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -3/+4 | |
2014-10-06 | Remove vestigial support for offhanded weapons | Ben Longbons | 1 | -11/+4 | |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 1 | -2/+2 | |
2014-08-27 | Debug debugging | Ben Longbons | 1 | -1/+1 | |
2014-08-05 | Move magic to its own namespace | Ben Longbons | 1 | -4/+4 | |
2014-06-30 | It's about time I did this | Ben Longbons | 1 | -3/+3 | |
2014-06-27 | This is more reliable | Ben Longbons | 1 | -29/+26 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | Low hanging fruit | Ben Longbons | 1 | -1/+1 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -3/+3 | |
2014-06-24 | No one is .neutral() here (except IPv4 addresses) | Ben Longbons | 1 | -7/+7 | |
2014-06-23 | Generate the map server protocol | Ben Longbons | 1 | -6/+3 | |
Sigh, map server will have no smart filters yet | |||||
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -2/+4 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -24/+5 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -37/+44 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-14 | Ditch gcc 4.6 support | Ben Longbons | 1 | -2/+2 | |
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+22 | |
2014-03-31 | Check the equip index array | Ben Longbons | 1 | -1/+1 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -13/+9 | |
2014-03-25 | Mapflag to override savepoint (ported from wushin) | Ben Longbons | 1 | -0/+1 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -7/+8 | |