Age | Commit message (Expand) | Author | Files | Lines |
2017-06-22 | Add chat command for feed pet. | Andrei Karas | 2 | -1/+10 |
2017-06-22 | Add chat command for feed homunculus. | Andrei Karas | 2 | -0/+8 |
2017-06-22 | Add chat command for move homunculus to master. | Andrei Karas | 2 | -0/+9 |
2017-06-22 | Add chat command for move mercenary to master. | Andrei Karas | 2 | -0/+8 |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 2 | -6/+6 |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 2 | -0/+6 |
2017-06-15 | Allow open server info window from game. | Andrei Karas | 2 | -0/+22 |
2017-06-11 | Rename player_relations into playerRelations. | Andrei Karas | 2 | -9/+9 |
2017-06-09 | Fix code style. | Andrei Karas | 2 | -5/+7 |
2017-06-09 | Fix code style. | Andrei Karas | 1 | -1/+4 |
2017-06-08 | Replace ext.compare to direct string comparison. | Andrei Karas | 1 | -1/+1 |
2017-06-08 | Remove useless string initialisations. | Andrei Karas | 1 | -1/+1 |
2017-06-08 | Remove useless extern declarations. | Andrei Karas | 2 | -4/+0 |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 9 | -384/+412 |
2017-06-04 | Fix code style. | Andrei Karas | 2 | -3/+3 |
2017-05-25 | Add chat command for check player ip. | Andrei Karas | 2 | -0/+10 |
2017-05-25 | Add chat command for recall player. | Andrei Karas | 2 | -0/+10 |
2017-05-25 | Add chat command for warp to player. | Andrei Karas | 2 | -0/+10 |
2017-05-25 | Add chat command for copy text to clipboard. | Andrei Karas | 2 | -0/+11 |
2017-05-25 | Add chat command for clear current outfit. | Andrei Karas | 2 | -0/+10 |
2017-05-23 | Add chat command for send any number of pritable chars to input. | Andrei Karas | 2 | -0/+20 |
2017-05-23 | Add chat command for simulate mouse click by any position and button. | Andrei Karas | 2 | -0/+28 |
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-10 | Add chat command for show player items.s20170510 | Andrei Karas | 2 | -0/+39 |
2017-05-10 | Add chat command for move monster in priority attack list into one position d... | Andrei Karas | 2 | -0/+40 |
2017-05-10 | Add chat command for move monster in priority attack list into one position up. | Andrei Karas | 2 | -0/+35 |
2017-05-10 | Add chat command for move monster in attack list into one position down. | Andrei Karas | 2 | -0/+39 |
2017-05-10 | Add chat command for move monster in attack list into one position up. | Andrei Karas | 2 | -0/+32 |
2017-05-09 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2017-05-09 | Add chat command for send any gui key. | Andrei Karas | 2 | -0/+38 |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 1 | -2/+7 |
2017-05-02 | Remove extra includes. | Andrei Karas | 2 | -2/+0 |
2017-05-01 | Remove ServerFeatures haveCart because it depend only on server type. | Andrei Karas | 1 | -2/+1 |
2017-05-01 | Remove ServerFeatures haveVending because it depend only on server type. | Andrei Karas | 1 | -4/+4 |
2017-05-01 | Remove ServerFeatures haveBankApi because it depend only on server type. | Andrei Karas | 1 | -1/+4 |
2017-05-01 | Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels. | Andrei Karas | 2 | -9/+9 |
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-04-05 | Add chat command for translate message from player language to english. | Andrei Karas | 2 | -0/+46 |
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-28 | Fix code style. Remove some useless checks. | Andrei Karas | 1 | -6/+3 |
2017-01-03 | Update copyright year. | Andrei Karas | 20 | -20/+20 |
2016-12-19 | Fix compilation with cilk plus on gcc 6+. | Andrei Karas | 1 | -2/+2 |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 2 | -2/+2 |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 4 | -26/+38 |
2016-09-21 | Allow copy items from outfit into chat. | Andrei Karas | 2 | -0/+12 |
2016-09-09 | Fix code style. | Andrei Karas | 1 | -2/+2 |