Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-15 | implement SMSG_PLAYER_CLIENT_COMMAND | mekolat | 1 | -0/+1 | |
2016-04-14 | implement SMSG_SCRIPT_MESSAGE | mekolat | 1 | -0/+1 | |
2015-06-20 | add map mask support | mekolat | 1 | -0/+1 | |
2015-06-20 | add clif_message_towards | mekolat | 1 | -0/+1 | |
2015-06-20 | npc actions | mekolat | 1 | -0/+1 | |
2015-06-19 | implement change music packet | mekolat | 1 | -0/+1 | |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 1 | -0/+2 | |
Pvp enhancements | |||||
2015-06-16 | implement set title packet | mekolat | 1 | -0/+1 | |
2015-06-16 | send map pvp status | mekolat | 1 | -0/+1 | |
2015-05-31 | send pvp channel and rank to client | mekolat | 1 | -0/+1 | |
2015-05-19 | add a builtin to change npc direction and make them sit | mekolat | 1 | -1/+4 | |
2015-05-19 | allow to make npcs sit | mekolat | 1 | -0/+1 | |
2015-04-29 | Merge pull request #65 from wushin/quest-log | Wushin | 1 | -0/+3 | |
Quest log | |||||
2015-04-25 | Add Bitmasked Quest Log | wushin | 1 | -0/+3 | |
2015-04-23 | make emotion send to a single rid | mekolat | 1 | -0/+1 | |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -5/+3 | |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -5/+0 | |
With pretty pictures (not a submodule because large images). Part of this commit was originally made by Rawng. | |||||
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -10/+3 | |
2014-10-26 | New ast module for for npc parsing | Ben Longbons | 1 | -0/+2 | |
Will eventually put most/all parsers there. | |||||
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -4/+4 | |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -2/+2 | |
2014-10-06 | Remove vestigial support for offhanded weapons | Ben Longbons | 1 | -2/+2 | |
2014-06-27 | This is more reliable | Ben Longbons | 1 | -16/+13 | |
2014-06-26 | Stick everything in a namespace | Ben Longbons | 1 | -0/+4 | |
2014-06-26 | specialize inventory/storage indices | Ben Longbons | 1 | -10/+10 | |
2014-05-27 | Generate the char server protocol | Ben Longbons | 1 | -10/+10 | |
2014-05-12 | Split net/ from mmo/ | Ben Longbons | 1 | -2/+4 | |
2014-04-24 | Header cleanup | Ben Longbons | 1 | -2/+4 | |
2014-04-22 | Use strict ID types | Ben Longbons | 1 | -14/+14 | |
Possibly some missing for the far side of the network. AccountId and BlockId are still terribly entangled. | |||||
2014-04-09 | Add all the missing copyright headers | Ben Longbons | 1 | -0/+22 | |
2014-03-31 | Be stricter about most arrays | Ben Longbons | 1 | -2/+0 | |
2014-03-16 | Clean up header organization | Ben Longbons | 1 | -6/+7 | |
2014-02-04 | Convert fd to Session* where meaningful | Ben Longbons | 1 | -9/+9 | |
2014-01-25 | Implement unified config parsing (mostly) | Ben Longbons | 1 | -1/+1 | |
2013-12-06 | Add basic source formatting tools | Ben Longbons | 1 | -10/+10 | |
2013-10-05 | Split string header into pieces | Ben Longbons | 1 | -1/+2 | |
2013-09-09 | Use IP4 classes and rename conf variables | Ben Longbons | 1 | -3/+4 | |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -24/+24 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -2/+3 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -13/+12 | |
2013-05-25 | Switch block_list and subclasses to dumb_ptr | Ben Longbons | 1 | -90/+90 | |
Now we're well-defined, since we're actually calling ctors and dtors. Most of this code will not survive long ... | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -4/+7 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -5/+10 | |
2013-02-07 | Remove some more Skill-related stuff | Ben Longbons | 1 | -2/+3 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 1 | -22/+18 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -3/+4 | |
2012-12-24 | Enumify some more things ... maybe even everything | Ben Longbons | 1 | -6/+8 | |
2012-12-24 | Remove sending of packets the client can't handle | Ben Longbons | 1 | -66/+0 | |
2012-12-24 | Purge some unused functions | Ben Longbons | 1 | -20/+0 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 1 | -12/+11 | |