Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -0/+2 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -6/+0 | |
Now eathena like support enabled always. | |||||
2016-07-27 | Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22. | Andrei Karas | 1 | -0/+13 | |
For now it show homunculus exp over player ovner. But probably need show it over homunculus. | |||||
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -8/+8 | |
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 1 | -1/+1 | |
This fix some possible memory leaks. | |||||
2016-07-21 | Fix style issue in localplayer.cpp | Andrei Karas | 1 | -1/+0 | |
2016-07-21 | Fix initial reading configuration option sync player move distance. | Andrei Karas | 1 | -2/+2 | |
Also disable second sync check in code. | |||||
2016-07-21 | Add packet SMSG_WALK_ERROR 0x0b21. | Andrei Karas | 1 | -1/+5 | |
2016-07-17 | Freeze plater while casting skill. | Andrei Karas | 1 | -2/+23 | |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 1 | -2/+5 | |
2016-05-20 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-05-09 | Add settings for set distance for start syncyng player. | Andrei Karas | 1 | -1/+5 | |
Default distance is 2 and it good for ping < 500. But for bigger ping probably need other values. | |||||
2016-05-09 | Fix distance to fix if auto fix position disabled to 7. | Andrei Karas | 1 | -1/+1 | |
2016-05-05 | Change follow from long distance move to naviate to point. | Andrei Karas | 1 | -4/+4 | |
2016-04-27 | Add packet SMSG_PLAYER_KILLED_BY 0x0b1d. | Andrei Karas | 1 | -1/+2 | |
Change protocol version to 17. | |||||
2016-04-17 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-03-26 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-03-23 | Add status effect id type from int to int32_t. | Andrei Karas | 1 | -1/+1 | |
2016-03-22 | Not allow moving from sit state if server not support it. | Andrei Karas | 1 | -0/+7 | |
2016-03-12 | Fix wrong moving to target if was used attack by mouse. | Andrei Karas | 1 | -1/+1 | |
2016-03-07 | Disable all legacy "magic" commands if server type not tmwa. | Andrei Karas | 1 | -0/+6 | |
2016-03-07 | Change desync detection to simpler way. | Andrei Karas | 1 | -19/+7 | |
Also use "sync move" option to enable/disable short/long range desync fix. | |||||
2016-03-05 | Replace in Being getter getName to mName. | Andrei Karas | 1 | -15/+18 | |
2016-03-05 | Replace most getters callc getTileX/getTileY to direct variables usage. | Andrei Karas | 1 | -33/+33 | |
2016-03-05 | Replace in Being speed field from vector to int. | Andrei Karas | 1 | -1/+1 | |
2016-03-05 | Use in most places int being positions and not float. | Andrei Karas | 1 | -48/+51 | |
2016-03-05 | Rename actor functions getPosition and setPosition. | Andrei Karas | 1 | -11/+12 | |
2016-03-05 | Removing usage getters getActorX/getActorY from being and localplayer. | Andrei Karas | 1 | -3/+4 | |
2016-03-04 | Remove getter getSprite from compoundsprite. | Andrei Karas | 1 | -1/+1 | |
2016-03-03 | Fix desync between client and server while moving. | Andrei Karas | 1 | -49/+51 | |
Sadly to fix it need warp player to real position, because this while moving, player some times twitch a bit. | |||||
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |
2016-02-22 | Add more missing consts. | Andrei Karas | 1 | -1/+1 | |
2016-02-20 | Add missing const in being directory. | Andrei Karas | 1 | -5/+9 | |
2016-02-08 | Allow attack also if casting animation active. | Andrei Karas | 1 | -2/+6 | |
This need because casting animation not always can be stopped by request from server. Some times server not send stop packet by some reason. | |||||
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -51/+51 | |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 1 | -2/+3 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move item into item directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-26 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2015-12-20 | Move animatedsprite into sprite directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-14 | Move soundconsts.h into const directory. | Andrei Karas | 1 | -2/+3 | |
2015-11-16 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-10-31 | Move away message to per server configuration file. | Andrei Karas | 1 | -2/+3 | |
2015-10-15 | Simplify setWall function in map. | Andrei Karas | 1 | -1/+1 | |
2015-09-20 | Add function for selecting new target. | Andrei Karas | 1 | -0/+16 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -4/+4 | |
2015-08-09 | Fix yellow bar option "archer attack range". | Andrei Karas | 1 | -1/+1 | |
2015-08-09 | Add some missing checks to being found by paranucker. | Andrei Karas | 1 | -4/+5 | |