summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-10Fix some issues found by automatic checks.Andrei Karas2-2/+2
2016-09-23Add missing comments into defines.Andrei Karas4-26/+38
2016-09-21Allow copy items from outfit into chat.Andrei Karas2-0/+12
2016-09-09Fix code style.Andrei Karas1-2/+2
2016-08-25Add chat command for create items. (gm only)Andrei Karas2-0/+16
2016-08-24Remove useless includes.Andrei Karas1-3/+0
2016-08-24Remove some more local pet related code.Andrei Karas1-12/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas2-23/+7
2016-08-21In social window, guild menu add command for change guild notice.Andrei Karas1-0/+9
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas2-0/+67
2016-08-19Add chat command for show/change share experience in party.Andrei Karas2-0/+67
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas2-1/+68
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas2-0/+16
2016-08-19Allow create party and guild not only from chat but from menu too.Andrei Karas1-2/+1
2016-08-19Add chat command for leave guild.Andrei Karas2-0/+13
2016-08-18Add baic menu into social window menu button.Andrei Karas1-6/+10
2016-08-15Cast skills with offsets.Andrei Karas1-2/+7
2016-08-15Change cast offset in skills dialog.Andrei Karas2-0/+56
2016-08-14Remove extra include from commands.cppAndrei Karas1-2/+0
2016-08-14Cast skill depend on selected cast type.Andrei Karas1-2/+4
2016-08-14Add skill cast type option in skills window.Andrei Karas2-0/+31
2016-08-14Add ability to load/save additional data for each shortcut in shortcuts window.Andrei Karas1-1/+3
2016-08-04Fix style issue.Andrei Karas1-2/+2
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-0/+11
2016-07-29Fix some issues detected by cppcheck.Andrei Karas1-3/+3
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+4
2016-07-29Remove macro impHandlerE.Andrei Karas3-12/+10