Age | Commit message (Expand) | Author | Files | Lines |
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 1 | -5/+3 |
2025-02-12 | Fix remaining cpplint error that was introduced while trying to satisfy line-... | Fedja Beader | 1 | -5/+3 |
2024-10-11 | Introduce a kludge to deduplicate server type strings. | Fedja Beader | 1 | -24/+7 |
2024-10-11 | Add confirmation dialog for leaving guild | Fedja Beader | 2 | -0/+37 |
2024-09-19 | Horizontally extend the login screen server type selection box | Fedja Beader | 1 | -1/+9 |
2024-09-08 | Refactor outfit saving logic | Fedja Beader | 1 | -13/+23 |
2024-09-07 | There is no need to first pack this into a vector and then into array | Fedja Beader | 1 | -17/+4 |
2024-08-27 | Show mail expiry time | Fedja Beader | 2 | -0/+5 |
2024-08-17 | Limit shop's Max button to available carry weight | Fedja Beader | 1 | -1/+15 |
2024-05-29 | Fix paste in registration window | Fedja Beader | 2 | -9/+8 |
2024-05-16 | Refactor loadFromLogFile calls into ChatTab contructor | Fedja Beader | 1 | -4/+0 |
2024-05-15 | Consume input event in QuitDialog instead of relying on a hack | ewewukek | 1 | -0/+5 |
2024-05-14 | Fix: Job XP Bar not updating on monster kill in mini status window | asuratva | 1 | -2/+5 |
2024-05-08 | Don't use pathJoin for URLs | Fedja Beader | 1 | -2/+1 |
2024-04-16 | Stop log spam in case download errors out | Fedja Beader | 1 | -0/+2 |
2024-04-09 | Fix all alignment warnings/errors. | Fedja Beader | 2 | -2/+3 |
2024-04-07 | Fix for login button | ewew ukek | 2 | -10/+8 |
2024-03-26 | Auto-focus number and text input fields in NPC dialogs | Fedja Beader | 1 | -2/+5 |
2024-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 1 | -3/+3 |
2024-03-11 | Typofix {add,remove}InventoyListener -> {add,remove}InventoryListener | Fedja Beader | 2 | -5/+5 |
2024-02-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 2 | -5/+10 |
2024-02-11 | Total weight sorting | Fedja Beader | 1 | -1/+25 |
2024-02-11 | Get rid of manaverse-owned updates. (Coverage warning!) | Jesusaves | 2 | -74/+3 |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 108 | -108/+216 |
2023-02-05 | Disable /fix/ updates. | Jesusalva Jesusalva | 1 | -1/+1 |
2022-12-18 | fixed formating (linter) | jak1 | 1 | -5/+6 |
2022-11-17 | Some branding asked by WildX, I honestly do not care enough | Jesusaves | 1 | -1/+1 |
2022-08-05 | Add support for arrow keys on World Selection window. | cuoco | 1 | -0/+14 |
2022-08-05 | Add more rows and cols to outfits window | cuoco | 2 | -3/+3 |
2021-12-18 | added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38 | jak1 | 1 | -2/+2 |
2021-12-18 | added check for equiped items, and protected items. ignored by store all fixe... | jak1 | 1 | -0/+3 |
2021-06-06 | disable logout option in unique sessions (-S) | jak1 | 2 | -7/+16 |
2021-06-05 | changed updatehost (to update badges in future) | jak1 | 1 | -4/+4 |
2021-03-12 | fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/herc | Jesusaves | 1 | -2/+5 |
2021-03-12 | added 'store all' button shown: when in storage window | jak1 | 2 | -1/+31 |
2020-06-02 | fixed back to login button in world selection window | jak1 | 1 | -1/+1 |
2020-05-11 | Remove useless struct keyword | Andrei Karas | 1 | -1/+1 |
2020-05-07 | Fix code style after merged switch port code | Andrei Karas | 2 | -5/+6 |
2020-05-07 | Add option for show/hide hidden gender | Andrei Karas | 2 | -3/+8 |
2020-04-29 | switch: change default input mapping in inputactionmap.h | cpasjuste | 1 | -3/+4 |
2020-04-26 | switch: actually send "chatinput" action on new software keyboard text | cpasjuste | 1 | -0/+11 |
2020-04-25 | add "SAVE_PASSWORD" define option | cpasjuste | 1 | -2/+10 |
2020-02-23 | Fix some code style issues | Andrei Karas | 5 | -9/+9 |
2019-10-16 | Change type for some loop variables [ci skip] | Andrei Karas | 1 | -1/+1 |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 2 | -4/+4 |
2019-09-30 | Add missing static keywords | Andrei Karas | 5 | -8/+8 |
2019-03-18 | Remove deprecated std::mem_fun | Andrei Karas | 1 | -2/+8 |
2019-01-01 | Update copyright year. | Andrei Karas | 111 | -111/+111 |
2018-11-28 | Fix string allocation in whoisonline.cpp | Andrei Karas | 1 | -1/+1 |
2018-11-27 | Fix showing group name in online list for legacy server. | Andrei Karas | 1 | -5/+12 |