summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas6-113/+3
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-2/+2
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas2-1/+16
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-0/+4
2016-06-03Fix code style.Andrei Karas1-2/+1
2016-05-31Add char command /restorecamera for restore camera to default state.Andrei Karas2-0/+10
2016-05-31Fix /msg chat command for channels.Andrei Karas1-3/+9
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-2/+3
2016-05-17Add missing translators comment.Andrei Karas1-0/+1
2016-05-17Fix /hat command output if no hat equipped.Andrei Karas1-4/+12
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas2-1/+26
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-4/+3
2016-04-28Fix compilation warning in actions.Andrei Karas1-1/+1
2016-04-27Show counted memory usage sum in chat.Andrei Karas1-1/+4
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas2-0/+8