Age | Commit message (Expand) | Author | Files | Lines |
2017-09-06 | Move manaplus game related files into progs/manaplus. | Andrei Karas | 1 | -1914/+0 |
2017-08-26 | Add inventory type for mail view window. Not allow drag from/to this inventory. | Andrei Karas | 1 | -0/+1 |
2017-08-26 | Rename InventoryType::Mail into InventoryType::MailEdit. | Andrei Karas | 1 | -1/+1 |
2017-08-18 | Add missing type casts. | Andrei Karas | 1 | -1/+1 |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -2/+2 |
2017-08-09 | Add different use actions for items. | Andrei Karas | 1 | -8/+23 |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -3/+3 |
2017-07-06 | Fix different issues in debug_new.cpp | Andrei Karas | 1 | -1/+1 |
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 |
2017-06-22 | Move pets actions from actions.cpp into pets.cpp | Andrei Karas | 1 | -15/+0 |
2017-06-22 | Add chat command for drop pet's loot. | Andrei Karas | 1 | -0/+7 |
2017-06-22 | Add chat command for feed pet. | Andrei Karas | 1 | -1/+9 |
2017-06-22 | Add chat command for feed homunculus. | Andrei Karas | 1 | -0/+7 |
2017-06-22 | Add chat command for move homunculus to master. | Andrei Karas | 1 | -0/+8 |
2017-06-22 | Add chat command for move mercenary to master. | Andrei Karas | 1 | -0/+7 |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+3 |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+3 |
2017-06-09 | Fix code style. | Andrei Karas | 1 | -1/+4 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -137/+149 |
2017-06-04 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2017-05-12 | Fix code style. | Andrei Karas | 1 | -2/+1 |
2017-05-11 | Allow set image name prefix in chat command /screenshot. | Andrei Karas | 1 | -2/+2 |
2017-05-11 | Extend undress chat command for undress item by id. | Andrei Karas | 1 | -10/+27 |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 1 | -2/+7 |
2017-05-01 | Remove ServerFeatures haveVending because it depend only on server type. | Andrei Karas | 1 | -4/+4 |
2017-04-08 | Remove most setters and getters from Resource class. | Andrei Karas | 1 | -2/+2 |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 1 | -5/+5 |
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -1/+2 |
2017-02-01 | Store interacted npc type before buy or talk and send it to buy dialog. | Andrei Karas | 1 | -1/+1 |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -17/+27 |
2016-09-09 | Fix code style. | Andrei Karas | 1 | -2/+2 |
2016-08-25 | Add chat command for create items. (gm only) | Andrei Karas | 1 | -0/+15 |
2016-08-14 | Add ability to load/save additional data for each shortcut in shortcuts window. | Andrei Karas | 1 | -1/+3 |
2016-08-04 | Fix style issue. | Andrei Karas | 1 | -2/+2 |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 1 | -0/+11 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 1 | -0/+4 |
2016-07-29 | Remove macro impHandlerE. | Andrei Karas | 1 | -1/+1 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -30/+2 |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -2/+2 |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -2/+3 |
2016-05-10 | Add ability to switch emotes shortcurs bar between player, pets, homunculuses... | Andrei Karas | 1 | -1/+25 |
2016-04-30 | Fix issies found by gcc 6 in paranoid mode. | Andrei Karas | 1 | -4/+3 |
2016-04-28 | Fix compilation warning in actions. | Andrei Karas | 1 | -1/+1 |
2016-04-27 | Show counted memory usage sum in chat. | Andrei Karas | 1 | -1/+4 |
2016-04-26 | Add chat command for print memory usage. For now only report about resources. | Andrei Karas | 1 | -0/+7 |
2016-04-16 | Move itemamountwindowusage enum into separate file. | Andrei Karas | 1 | -5/+5 |
2016-04-11 | Fix compilation warnings with tmwa only. | Andrei Karas | 1 | -1/+1 |
2016-04-10 | Add warning exception for gcc 6. | Andrei Karas | 1 | -0/+5 |