summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/actions
AgeCommit message (Collapse)AuthorFilesLines
2024-10-11Add confirmation dialog for leaving guildFedja Beader1-2/+2
Memory may not be freed properly, also code is IMO ugly. See !109 for the other way of implementing this (unrelated). Was done in socialWindow as the join confirmation is already there. **** mana/plus!110
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak11-2/+3
2021-12-18added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug)jak11-0/+3
2021-06-06added exitcode 7 to unique sessions (-S)jak11-3/+8
2020-05-30Split multi line #if into separate ifsAndrei Karas1-4/+5
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-1/+2
2020-04-23switch: enable opengles2 renderercpasjuste1-1/+1
2020-04-22switch: enable sdl2 keyboardcpasjuste1-1/+1
2020-02-23Fix some code style issuesAndrei Karas3-3/+9
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas3-4/+4
2019-06-27Remove extra includeAndrei Karas1-0/+2
2019-06-27Add missing translation commentAndrei Karas1-0/+1
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+15
2019-01-27Remove useless strprintf from actions/chat.cppAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas9-9/+9
2018-11-27Remove extra ; from different code.Andrei Karas2-2/+2
2018-11-12Fix code style.Andrei Karas1-1/+2
2018-10-29Fix code style.s20181102Andrei Karas2-2/+2
2018-07-27Send talk request from context menu by being id.Andrei Karas1-1/+13
2018-05-23Remove debug line.Andrei Karas1-1/+0
2018-05-22Fix some implicit casts.Andrei Karas1-3/+3
2018-05-19Extend /use chat command for support color and use action.Andrei Karas1-4/+23
Example: /use 501 - use item 501 in default way. /use "501,1" 0 - use item 501 in default way. /use "501,2" - use item 501 with color 2 (acorn not have colors) /use 501 1 - use item 501 with action 1 (plant)
2018-04-13Fix code style.Andrei Karas1-1/+0
2018-04-09Switch upload files service from http://sprunge.us to http://ex.ioAndrei Karas1-2/+2
2018-04-09Disable for now removing upload object.Andrei Karas1-1/+2
because it cant be removed from SDL thread callback because use after free,
2018-02-16Remove extra includes.Andrei Karas2-4/+0
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas2-3/+3
2018-02-13Add clan window.Andrei Karas1-0/+7
For now can be opened only by chat command /clan.
2018-02-11Add basic support for clans.Andrei Karas2-0/+9
2018-01-04Update copyrights year.Andrei Karas9-9/+9
2017-12-27Remove default parameter from download.Andrei Karas1-1/+1
2017-12-23Remove default parameters from dropshortcut.Andrei Karas1-1/+1
2017-12-23Remove default parameter from shortcutbase.Andrei Karas1-1/+1
2017-12-23Remove default parameters from outfitswindow.Andrei Karas2-3/+5
2017-12-23Remove default parameters from itemamountwindow.Andrei Karas1-5/+20
2017-12-22Remove default parameters from chatwindow.hAndrei Karas3-5/+7
2017-12-17Remove default parameters from actormanager.cppAndrei Karas3-7/+14
2017-12-17Remove default parameters from localplayer.Andrei Karas3-8/+8
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas4-63/+201
2017-11-24Cache cleaned, orphaned, ID, never seen, nickAllan Nordhøy1-10/+10
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-2/+6
2017-09-18Remove default parameter from font constructor and load function.Andrei Karas1-1/+1
2017-09-09Replace SDL_IsTextInputActive to lower level SDL function call.Andrei Karas1-1/+1
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas9-0/+6185