Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-06 | Refactor ActorManager::validateBeing() | Fedja Beader | 1 | -0/+14 | |
Squashed with: * More docs for validateBeing * addendum documentation for validateBeing **** mana/plus!154 | |||||
2025-03-10 | Cosmetic cleanup of ActorManager::pickUpNearest | Fedja Beader | 1 | -1/+1 | |
Squashed with: * Fix lint.. just revert previous state, I'll deal with it when I make things pass Positions **** mana/plus!142 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-29 | Add missing final / notfinal keywords to classes. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-12-17 | Remove default parameters from actormanager.cpp | Andrei Karas | 1 | -10/+9 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-12 | Fix too long lines. | Andrei Karas | 1 | -2/+4 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -7/+7 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -4/+5 | |
2016-08-15 | Move itemtype.h into item directory. | Andrei Karas | 1 | -1/+1 | |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 1 | -1/+1 | |
2016-08-03 | Add missing tmwa defines. | Andrei Karas | 1 | -0/+2 | |
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 | -4/+0 | |
Now eathena like support enabled always. | |||||
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 1 | -0/+2 | |
This fix some possible memory leaks. | |||||
2016-04-17 | Revert "Remove override keyword, if it present with final." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 55480eb4477b2cf85af1bcdcc5e8ec4f4ce6682d. | |||||
2016-04-17 | Remove override keyword, if it present with final. | Andrei Karas | 1 | -1/+1 | |
2016-03-29 | Add tests for chatutils. | Andrei Karas | 1 | -0/+2 | |
2016-03-24 | Add enum for item types. | Andrei Karas | 1 | -1/+3 | |
2016-02-20 | Add missing const in other left files. | Andrei Karas | 1 | -5/+9 | |
2016-02-12 | Show also last seen in memory nick for invisible players chat messages (tmwa) | Andrei Karas | 1 | -0/+2 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -3/+3 | |
2016-02-04 | Extend chat command /all to log corruption in actors lists. | Andrei Karas | 1 | -3/+2 | |
2016-02-04 | Improve search being by id. | Andrei Karas | 1 | -0/+4 | |
2016-02-03 | Update last seen also from online list. | Andrei Karas | 1 | -0/+2 | |
It lack account id, but can update time. | |||||
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 1 | -0/+7 | |
This information stored in separate files. | |||||
2016-01-27 | remove removepickup action from social window popup menu. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2016-01-01 | Fix code style. | Andrei Karas | 1 | -1/+10 | |
2015-12-29 | Move flooritem into being directory. | Andrei Karas | 1 | -1/+1 | |
2015-12-23 | Add const attribute to other files. | Andrei Karas | 1 | -1/+1 | |
2015-10-08 | Add chat command /testinfo for output some debug parameters to log. | Andrei Karas | 1 | -0/+3 | |
2015-09-10 | Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME. | Andrei Karas | 1 | -0/+8 | |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
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 | -0/+6 | |
2015-08-16 | Add packet SMSG_ITEM_VISIBLE2 0x0b18. | Andrei Karas | 1 | -1/+3 | |
Change net version to 10. | |||||
2015-08-16 | Add missing fields into flooritem. | Andrei Karas | 1 | -0/+2 | |
2015-08-16 | Add strong typed int for item color. | Andrei Karas | 1 | -1/+1 | |
2015-08-09 | Add some missing checks to other files found by paranucker. | Andrei Karas | 1 | -1/+1 | |
2015-07-27 | Add option to show/hide badges. By default badges visible. | Andrei Karas | 1 | -0/+2 | |
2015-07-26 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2015-07-25 | healmd checks healing radius | Joseph Botosh | 1 | -1/+2 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2015-05-29 | Convert ActorType enum into strong typed enum. | Andrei Karas | 1 | -9/+9 | |