summaryrefslogtreecommitdiff
path: root/src/progs/manaplus/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-24Enable password remembering in user loginkeep_passwordjonkoorm1-8/+22
2021-06-06added exitcode 7 to unique sessions (-S)jak11-1/+1
2021-05-08Remove -enablecommandlinepassword necessityJesusaves1-8/+0
2020-05-30Split multi line #if into separate ifsAndrei Karas1-3/+4
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-1/+2
2020-05-07Fix code style after merged switch port codeAndrei Karas1-1/+2
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-0/+11
2020-04-24switch: don't use atexit not working on switchcpasjuste1-1/+2
2020-04-22switch: first commitcpasjuste1-1/+1
2019-11-18Fix warnings in gcc trunkAndrei Karas1-2/+2
2019-01-25Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18Andrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-23/+23
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-09-08Draw at end of frame before fps limiter.Andrei Karas1-16/+16
2018-09-08Apply fps limiter after state logic.Andrei Karas1-8/+9
2018-09-07Add basic performance counters.Andrei Karas1-0/+34
2018-07-26Add support for changed item id size in packets.Andrei Karas1-0/+1
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-1/+1
2018-05-22Add configure option for enable/disable accepting password from command line.Andrei Karas1-0/+8
2018-04-06Add variables with packet versions for each packet types (main, re, zero).Andrei Karas1-0/+6
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-7/+7
2018-03-08Add support for change pin code by server request.Andrei Karas1-0/+13
2018-03-08Focus previous window after pin code accepted by server.Andrei Karas1-0/+8
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+2
2018-03-07Add support for set new pincode.Andrei Karas1-0/+1
2018-03-05Add empty pincode manager.Andrei Karas1-0/+2
2018-02-11Rename clanInfo into localClan.Andrei Karas1-2/+2
2018-02-11Add basic support for clans.Andrei Karas1-0/+2
2018-01-05Add support for packets type flag.Andrei Karas1-0/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-27Remove default parameters from configuration.Andrei Karas1-2/+8
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+4
2017-12-17Remove default parameters from resourcemanager.Andrei Karas1-1/+1
2017-10-10Fix some asserts in text command editor.Andrei Karas1-2/+3
2017-09-18Redirect logging to file after log file opened.s20170918Andrei Karas1-2/+0
2017-09-16Restore old way for music termination on exit.v1.7.9.16Andrei Karas1-3/+3
2017-09-15Fix termination audio on exit.Andrei Karas1-3/+4
2017-09-14Fix enable sys wm events logging.Andrei Karas1-1/+1
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas1-0/+1
2017-09-12Fix apply vsync with SDL2 by SDL2 function.Andrei Karas1-0/+6
2017-09-11Add option to set sdl logging level.Andrei Karas1-0/+1
2017-09-10Fix loading icon two times.Andrei Karas1-4/+8
2017-09-09Add logging wm events for SDL2.Andrei Karas1-8/+1
2017-09-07Add current renderer into user agent string.Andrei Karas1-0/+2
2017-09-07Add SDL2 errors logging.Andrei Karas1-0/+3
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-0/+1981