Age | Commit message (Expand) | Author | Files | Lines |
2015-06-20 | npc actions | mekolat | 1 | -1/+1 |
2015-06-19 | implement change music packet | mekolat | 1 | -1/+17 |
2015-06-19 | Merge pull request #103 from mekolat/pvp | Wushin | 1 | -2/+28 |
2015-06-16 | implement set title packet | mekolat | 1 | -1/+19 |
2015-06-16 | send map pvp status | mekolat | 1 | -3/+14 |
2015-05-31 | send pvp channel and rank to client | mekolat | 1 | -0/+15 |
2015-05-19 | handle old client in login server too | mekolat | 1 | -6/+1 |
2015-05-19 | fix mob hp, add mob range, unfuck packets | mekolat | 1 | -37/+43 |
2015-05-19 | allow to make npcs sit | mekolat | 1 | -17/+19 |
2015-05-17 | use client version | mekolat | 1 | -2/+2 |
2015-05-11 | Merge pull request #88 from mekolat/gmpass | Wushin | 1 | -2/+0 |
2015-05-07 | remove leftovers from gm atcommand removal | mekolat | 1 | -2/+0 |
2015-05-07 | death to the motd!!!11one11 | mekolat | 1 | -1/+0 |
2015-05-06 | Merge pull request #16 from Rawng/walkpathfixtest | Wushin | 1 | -1/+21 |
2015-05-06 | Merge pull request #17 from Rawng/mobhp | Wushin | 1 | -4/+2 |
2015-04-30 | Remove tmwa-monitor | wushin | 1 | -8/+0 |
2015-04-26 | Fix merge conflicts | Rawng | 1 | -1/+21 |
2015-04-25 | Add Bitmasked Quest Log | wushin | 1 | -0/+32 |
2015-04-13 | Merge pull request #41 from wushin/pvp-script-persistance | Wushin | 1 | -0/+1 |
2015-04-05 | Remove Warp Debug Sprite Action | wushin | 1 | -1/+0 |
2015-04-04 | Remove killer/killable | wushin | 1 | -0/+1 |
2015-01-23 | Use generated config for map | Ben Longbons | 1 | -1/+1 |
2015-01-22 | Generate most config parsers | Ben Longbons | 1 | -0/+692 |
2015-01-22 | Remove unsupportable config settings | Ben Longbons | 1 | -1/+1 |
2015-01-03 | Fix building without docs | Ben Longbons | 1 | -0/+4 |
2015-01-03 | Document every network packet's pre, post, and desc | Ben Longbons | 1 | -391/+2816 |
2014-11-19 | Avoid loops when generating protocol, to make description/ordering easier | Ben Longbons | 1 | -34/+52 |
2014-11-19 | Fix nightly builds | Ben Longbons | 1 | -1/+1 |
2014-11-11 | Fix a funny ASAN bugv14.11.11 | Ben Longbons | 1 | -0/+2 |
2014-11-09 | Make it easier to debug scripts, especially from coredumps | Ben Longbons | 1 | -1/+2 |
2014-10-26 | Cross toolchain has landed in Debian Jessie | Ben Longbons | 1 | -9/+5 |
2014-10-26 | Fix header ranking | Ben Longbons | 1 | -13/+50 |
2014-10-16 | Split tests a lot | Ben Longbons | 2 | -45/+61 |
2014-10-15 | Split protocol generation headers | Ben Longbons | 1 | -138/+219 |
2014-10-15 | Remove the need for empty source files to check headers | Ben Longbons | 1 | -29/+0 |
2014-10-15 | Always print symbols if known for pointers | Ben Longbons | 1 | -1/+1 |
2014-10-13 | Convert container lookups to use Option<Borrowed<T>> | Ben Longbons | 1 | -0/+1 |
2014-10-08 | Split script.cpp | Ben Longbons | 1 | -3/+8 |
2014-10-05 | Add pretty-printers for time | Ben Longbons | 1 | -0/+1 |
2014-09-30 | Rename enum Option to Opt0 | Ben Longbons | 1 | -2/+2 |
2014-09-18 | Update for cross-compilation | Ben Longbons | 1 | -22/+91 |
2014-09-14 | Send mob max_hp and hp to client in packet 0x007b | Rawng | 1 | -4/+2 |
2014-08-28 | This shouldn't be necessaryv14.8.28 | Ben Longbons | 1 | -0/+2 |
2014-08-28 | Compatibility with gdb 7.4 | Ben Longbons | 1 | -3/+17 |
2014-08-27 | fix tests | Ben Longbons | 1 | -0/+2 |
2014-08-27 | Yes, I do | Ben Longbons | 1 | -2/+26 |
2014-08-27 | Debug debugging | Ben Longbons | 2 | -0/+134 |
2014-07-17 | Add dir annoyances | Ben Longbons | 2 | -2/+68 |
2014-07-16 | Revert bounds checks and go back to signed integers | Ben Longbons | 1 | -35/+43 |
2014-06-30 | Finish packet naming | Ben Longbons | 1 | -169/+187 |