summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Add chat command for unequip pet equipment.Andrei Karas2-0/+8
2017-06-22Add chat command for return pet to egg.Andrei Karas2-0/+8
2017-06-22Move pets actions from actions.cpp into pets.cppAndrei Karas4-17/+16
2017-06-22Add chat command for drop pet's loot.Andrei Karas2-0/+8
2017-06-22Add chat command for feed pet.Andrei Karas2-1/+10
2017-06-22Add chat command for feed homunculus.Andrei Karas2-0/+8
2017-06-22Add chat command for move homunculus to master.Andrei Karas2-0/+9
2017-06-22Add chat command for move mercenary to master.Andrei Karas2-0/+8
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas2-6/+6
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas2-0/+6
2017-06-15Allow open server info window from game.Andrei Karas2-0/+22
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-9/+9
2017-06-09Fix code style.Andrei Karas2-5/+7
2017-06-09Fix code style.Andrei Karas1-1/+4
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-1/+1
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-08Remove useless extern declarations.Andrei Karas2-4/+0
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas9-384/+412
2017-06-04Fix code style.Andrei Karas2-3/+3
2017-05-25Add chat command for check player ip.Andrei Karas2-0/+10
2017-05-25Add chat command for recall player.Andrei Karas2-0/+10
2017-05-25Add chat command for warp to player.Andrei Karas2-0/+10
2017-05-25Add chat command for copy text to clipboard.Andrei Karas2-0/+11
2017-05-25Add chat command for clear current outfit.Andrei Karas2-0/+10
2017-05-23Add chat command for send any number of pritable chars to input.Andrei Karas2-0/+20
2017-05-23Add chat command for simulate mouse click by any position and button.Andrei Karas2-0/+28
2017-05-12Fix code style.Andrei Karas1-2/+1
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-2/+2
2017-05-11Extend undress chat command for undress item by id.Andrei Karas1-10/+27
2017-05-10Add chat command for show player items.s20170510Andrei Karas2-0/+39
2017-05-10Add chat command for move monster in priority attack list into one position d...Andrei Karas2-0/+40
2017-05-10Add chat command for move monster in priority attack list into one position up.Andrei Karas2-0/+35
2017-05-10Add chat command for move monster in attack list into one position down.Andrei Karas2-0/+39
2017-05-10Add chat command for move monster in attack list into one position up.Andrei Karas2-0/+32
2017-05-09Fix code style.Andrei Karas1-1/+1
2017-05-09Add chat command for send any gui key.Andrei Karas2-0/+38
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-2/+7
2017-05-02Remove extra includes.Andrei Karas2-2/+0
2017-05-01Remove ServerFeatures haveCart because it depend only on server type.Andrei Karas1-2/+1
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas1-4/+4
2017-05-01Remove ServerFeatures haveBankApi because it depend only on server type.Andrei Karas1-1/+4
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas2-9/+9
2017-04-08Remove most setters and getters from Resource class.Andrei Karas1-2/+2
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-5/+5
2017-04-05Add chat command for translate message from player language to english.Andrei Karas2-0/+46
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas1-1/+1
2017-01-28Fix code style. Remove some useless checks.Andrei Karas1-6/+3
2017-01-03Update copyright year.Andrei Karas20-20/+20
2016-12-19Fix compilation with cilk plus on gcc 6+.Andrei Karas1-2/+2