Age | Commit message (Expand) | Author | Files | Lines |
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 1 | -0/+15 |
2016-07-14 | Remove some checks from actormanager. | Andrei Karas | 1 | -42/+63 |
2016-06-21 | In Being split setSprite into setSpriteColor and setSpriteColorId. | Andrei Karas | 1 | -9/+4 |
2016-06-21 | Split Being::setSprite into Being::setSprite and Being::setSpriteCards. | Andrei Karas | 1 | -6/+3 |
2016-06-20 | Add explicit keyword into CardsList. | Andrei Karas | 1 | -3/+3 |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -3/+0 |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -3/+0 |
2016-06-08 | Remove default value from parameter cards in Being->setSprite. | Andrei Karas | 1 | -3/+6 |
2016-06-08 | Remove default value from parameter isItemSprite in Being->setSprite. | Andrei Karas | 1 | -3/+10 |
2016-06-08 | Remove default value from parameter isWeapon in Being->setSprite. | Andrei Karas | 1 | -2/+4 |
2016-06-08 | Remove default value from parameter colorId in Being->setSprite. | Andrei Karas | 1 | -2/+6 |
2016-06-08 | Add strong typed bool IsWeapon. | Andrei Karas | 1 | -1/+1 |
2016-05-27 | Fix some false positive asserts in working with hair style equal to zero. | Andrei Karas | 1 | -2/+10 |
2016-05-04 | Use new check functions in ActorManager. | Andrei Karas | 1 | -32/+40 |
2016-04-21 | Remove extra spaces at line ends. | Andrei Karas | 1 | -2/+2 |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -1/+1 |
2016-03-18 | Improve a bit findBeingsByPixel. | Andrei Karas | 1 | -25/+51 |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -0/+1 |
2016-03-07 | Disable all legacy "magic" commands if server type not tmwa. | Andrei Karas | 1 | -4/+18 |
2016-03-05 | Use in most places int being positions and not float. | Andrei Karas | 1 | -0/+2 |
2016-03-05 | Rename actor functions getPosition and setPosition. | Andrei Karas | 1 | -1/+1 |
2016-03-05 | Remove getter getSpritesCount from Being. | Andrei Karas | 1 | -1/+1 |
2016-03-01 | Allow see homunculuses name. | Andrei Karas | 1 | -0/+2 |
2016-02-20 | Add some more missing consts. | Andrei Karas | 1 | -2/+2 |
2016-02-20 | Add missing const in other left files. | Andrei Karas | 1 | -13/+18 |
2016-02-20 | Rename internal variables in for macroses. | Andrei Karas | 1 | -2/+2 |
2016-02-18 | Remove useless check. | Andrei Karas | 1 | -2/+1 |
2016-02-12 | Fix code style. | Andrei Karas | 1 | -1/+4 |
2016-02-12 | Show also last seen in memory nick for invisible players chat messages (tmwa) | Andrei Karas | 1 | -0/+10 |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 1 | -5/+5 |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -9/+9 |
2016-02-04 | Extend chat command /all to log corruption in actors lists. | Andrei Karas | 1 | -5/+33 |
2016-02-04 | Improve search being by id. | Andrei Karas | 1 | -13/+35 |
2016-02-03 | Fix compilation warning. | Andrei Karas | 1 | -2/+2 |
2016-02-03 | Update last seen also from online list. | Andrei Karas | 1 | -8/+30 |
2016-02-03 | Use date with time in seen and id logging files. | Andrei Karas | 1 | -1/+1 |
2016-02-03 | Also store last seen for each player. | Andrei Karas | 1 | -2/+10 |
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 1 | -0/+29 |
2016-01-27 | remove removepickup action from social window popup menu. | Andrei Karas | 1 | -0/+5 |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2015-10-09 | Fix compilation warnings. | Andrei Karas | 1 | -3/+3 |
2015-09-10 | Add mouse move simulation. After char id to name mapping received, simulate m... | Andrei Karas | 1 | -0/+6 |
2015-09-10 | Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME. | Andrei Karas | 1 | -0/+22 |
2015-08-24 | Add damaged attribute to floor items. | Andrei Karas | 1 | -0/+2 |
2015-08-20 | /atkhuman now checks teamId and map pvp flag | Joseph Botosh | 1 | -4/+63 |
2015-08-16 | Add packet SMSG_ITEM_VISIBLE2 0x0b18. | Andrei Karas | 1 | -2/+6 |
2015-08-16 | Add missing fields into flooritem. | Andrei Karas | 1 | -2/+9 |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -3/+3 |
2015-08-09 | Fix yellow bar option "archer attack range". | Andrei Karas | 1 | -1/+1 |
2015-08-09 | Add some missing checks to other files found by paranucker. | Andrei Karas | 1 | -13/+18 |