summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak1466-469/+472
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2022-12-27Add mobinfo command to popup menuccc1-0/+7
2022-12-18fixed formating (linter)jak11-5/+6
2022-12-18[ci skip] Correct a preference labelAdministrator1-1/+1
2022-12-18fix HWND reference for SDL 2 buildsJordan Irwin1-0/+8
2022-11-17Some branding asked by WildX, I honestly do not care enoughJesusaves1-1/+1
2022-08-05Add support for arrow keys on World Selection window.cuoco1-0/+14
2022-08-05Add more rows and cols to outfits windowcuoco2-3/+3
2022-01-11Fix render of high level players (>127) in online listHello=)1-2/+2
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak12-3/+4
2021-12-18added check for equiped items, and protected items. ignored by store all ↵jak11-0/+3
fixes #26
2021-12-15Fix inventory_cell2.xml and similar widgets rendering, fallout traced to ↵Hello=)1-0/+1
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
2021-08-08Do not replace text related to player if there is no localPlayer instanciedThibault Payet1-4/+7
2021-06-06disable logout option in unique sessions (-S)jak12-7/+16
2021-06-06added Session in windowtitle insteed of loginname (-S)jak11-1/+8
2021-06-05changed updatehost (to update badges in future)jak11-4/+4
2021-05-16changed max value for desync walkaround to 30 (100 is way to much)jak11-1/+1
2021-03-12fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/hercJesusaves1-2/+5
2021-03-12Popup remove unusable entriesjak11-23/+43
2021-03-12added 'store all' button shown: when in storage windowjak12-1/+31
2021-03-11added desync walkaroundjak13-1/+14
2020-06-03removed particle count from beeingpopup in case its 0jak11-6/+10
2020-06-03added themeColors so textPopups (so all are readable with darker themes too)jak11-0/+3
2020-06-02fixed back to login button in world selection windowjak11-1/+1
2020-05-30Split multi line #if into separate ifsAndrei Karas1-3/+3
2020-05-30Add missing restrict keyword in strBuf global variableAndrei Karas1-1/+1
2020-05-30Fix left style issues from switch port mergingAndrei Karas1-2/+4
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2020-05-07Fix code style after merged switch port codeAndrei Karas3-7/+8
2020-05-07Add option for show/hide hidden genderAndrei Karas2-3/+8
By default hidden gender is hidden.
2020-04-29switch: fix software keyboard validation event, fix pathscpasjuste1-2/+2
2020-04-29switch: change default input mapping in inputactionmap.hcpasjuste1-3/+4
2020-04-27switch: send gui escape/cancel event on keyboard dismisscpasjuste1-0/+18
switch: add README-SWITCH.md
2020-04-26switch: actually send "chatinput" action on new software keyboard textcpasjuste4-6/+17
switch: toggle software keyboard on textfield focus change
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-2/+10
2020-02-23Fix some code style issuesAndrei Karas21-53/+59
2019-10-16Change type for some loop variables [ci skip]Andrei Karas1-1/+1
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas4-6/+6
2019-09-30Add missing static keywordsAndrei Karas8-11/+12
2019-06-24Fix code styleAndrei Karas3-6/+0
2019-05-15Fix special card constants for clients with item id with size 4Andrei Karas1-3/+3
Also drop support for 65535 item id on old packet versions.
2019-04-08Add separate auto move sync distance for legacy serversAndrei Karas1-0/+7
2019-03-18Remove deprecated std::mem_funAndrei Karas1-2/+8
2019-01-27Remove extra strprintf usage from clanwindowtabs.cppAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas466-466/+466
2018-11-28Fix string allocation in whoisonline.cppAndrei Karas1-1/+1
2018-11-27Fix showing group name in online list for legacy server.Andrei Karas2-9/+16
2018-11-27Show short group name when available instead of (GM)gumi2-3/+19
2018-11-27Remove extra ; from different code.Andrei Karas80-245/+245
2018-11-05Fix code style.Andrei Karas9-16/+32