Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 1 | -5/+3 | |
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116 | |||||
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-22 | Remove default parameters from userpalette. | Andrei Karas | 1 | -3/+3 | |
2017-12-22 | Remove default parameters from properties.h | Andrei Karas | 1 | -1/+2 | |
2017-06-29 | Use std::move in some places. | Andrei Karas | 1 | -1/+2 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -21/+23 | |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -2/+2 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -2/+2 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+1 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-14 | In virtfs replace parameters type from char* to std::string. | Andrei Karas | 1 | -2/+2 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -3/+3 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-24 | First step of removing local pets (tmwa only). | Andrei Karas | 1 | -3/+0 | |
2016-08-09 | Fix compilation after last commit. | Andrei Karas | 1 | -0/+2 | |
2016-08-07 | Add player wall collision type (5). | Andrei Karas | 1 | -2/+4 | |
2016-08-03 | Add actor type elemental. | Andrei Karas | 1 | -0/+1 | |
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-06-07 | Move image class into image directory. | Andrei Karas | 1 | -1/+2 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -1/+1 | |
2016-05-25 | Move images load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-05-12 | Fix empty minimap loading in Minimap. | Andrei Karas | 1 | -1/+4 | |
2016-04-28 | Fix overload virtual warning with SDL2. | Andrei Karas | 1 | -1/+1 | |
2016-03-05 | Use in most places int being positions and not float. | Andrei Karas | 1 | -15/+10 | |
2016-03-05 | Rename actor functions getPosition and setPosition. | Andrei Karas | 1 | -3/+3 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 | |
2016-02-08 | Fix extended minimaps building. | Andrei Karas | 1 | -1/+4 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -8/+8 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -0/+4 | |
2015-11-10 | Add close to minimap context menu. | Andrei Karas | 1 | -1/+2 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -2/+1 | |
2015-07-11 | Add missing checks into gui. | Andrei Karas | 1 | -1/+1 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2015-06-01 | Convert UserColorId enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-30 | Move user defined colors enum into separate file. | Andrei Karas | 1 | -12/+12 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -6/+6 | |
2015-05-25 | Add missing safeDraw to some windows. | Andrei Karas | 1 | -0/+13 | |
Without it drawing code can mix safe and not safe drawing. | |||||
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-04-17 | Add eathena defines into actortype enum. | Andrei Karas | 1 | -2/+4 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+1 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |