summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05Rename hp bar color identifiers for clarityHEADmasterewew ukek2-26/+27
Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819 I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally. "Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable." See merge request mana/plus!71
2024-03-26Auto-focus number and text input fields in NPC dialogsFedja Beader1-2/+5
+reformat one bit See merge request mana/plus!61
2024-03-26Rename "buggy servers protection" to what it does (packet limiter on/off)Fedja Beader1-1/+1
See merge request mana/plus!62
2024-03-20Color setting for attack range of monsters from ignore listewew ukek2-0/+9
This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed. There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway. * Flip if branches for readability * Color setting for attack range of monsters from ignore list ****
2024-03-11Remove last-login(time) from char select window.Fedja Beader1-3/+3
No server in use still sends that field. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-03-11Typofix {add,remove}InventoyListener -> {add,remove}InventoryListenerFedja Beader2-5/+5
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-03-11Remove right click -> Undress on players.Fedja Beader1-3/+0
Requested by Ledmitz. The /undress <player> command remains. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-02-16Client rebranding: Partly import changes from !28Jesusalva Jesusalva3-7/+13
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
2024-02-13Hotplug support for joysticksewewukek1-4/+4
2024-02-11Total weight sortingFedja Beader4-14/+82
2024-02-11Get rid of manaverse-owned updates. (Coverage warning!)Jesusaves2-74/+3
This leaves some dead corpses behind, cleanup after is advised. Reverts b9e27e9563e32a17cd80142ce05b5770479cc709 For short, the client should not be keeping an override on what server shows. This function (backdoor) also don't exist on Mana client.
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva460-460/+920
2024-02-09Fix dragging lum (first item) out of the spells window.Fedja Beader1-1/+1
2023-10-13Allow users to set their own timestamp formats.Fedja Beader2-1/+11
2023-10-13Use strftime to format timestamps.Fedja Beader1-4/+18
+Provide visible fallbacks if either strftime or gmtime/localtime failed. Appease mplint
2023-10-12Use gmtime() for non-local-time chat timestampsFedja Beader1-22/+9
2023-02-05Disable /fix/ updates.Jesusalva Jesusalva1-1/+1
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