Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
11 days | Add total weight accounting for the "shopping list" of herc shops. | Fedja Beader | 2 | -9/+23 | |
.. this will prevent the shopping list from going above your free carry weight, and thus the buy action failing. Note: I don't particularly like this implemention due to code repetition. But perfection is enemy of progress. TODO: 1) add the same for total price (other MR?) 2) maybe do a small refactor + add comments where necessary (other MR?) 3) ~~free weight display~~ done Squashed with: * buydialog: Add free weight display to money label + fix free weight going below 0 **** mana/plus!152 | |||||
2025-03-30 | Add free weight indication to mini status bar | Fedja Beader | 2 | -6/+16 | |
Squashed with: * statuswindow: I like this way better **** mana/plus!151 | |||||
2025-03-05 | Remove pointless one-line StatusWindow::addTabBasic() function | Fedja Beader | 2 | -10/+3 | |
**** mana/plus!139 | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -1/+1 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 1 | -5/+3 | |
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116 | |||||
2025-02-12 | Fix remaining cpplint error that was introduced while trying to satisfy ↵ | Fedja Beader | 1 | -5/+3 | |
line-length limits. Introduced in mana/plus!88 and exposed in mana/plus!126 Pushing directly to master from top of !126 before merging 126. | |||||
2024-10-11 | Introduce a kludge to deduplicate server type strings. | Fedja Beader | 1 | -24/+7 | |
**** mana/plus!104 | |||||
2024-10-11 | Add confirmation dialog for leaving guild | Fedja Beader | 2 | -0/+37 | |
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 | |||||
2024-09-19 | Horizontally extend the login screen server type selection box | Fedja Beader | 1 | -1/+9 | |
Split from mana/plus!79 | |||||
2024-09-08 | Refactor outfit saving logic | Fedja Beader | 1 | -13/+23 | |
Shaves some bytes from exe, too **** mana/plus!102 | |||||
2024-09-07 | There is no need to first pack this into a vector and then into array | Fedja Beader | 1 | -17/+4 | |
TODO: are all these casts actually required? SMH **** mana/plus!101 | |||||
2024-08-27 | Show mail expiry time | Fedja Beader | 2 | -0/+5 | |
Server does not communicate sent time.. or it did, until 2017 ?? See src/map/clif.c #if PACKETVER >= 20170419 The RODEX_EXPIRY constant seems not to be communicated either, preventing us from deducing send time from expiry time. **** mana/plus!90 | |||||
2024-08-17 | Limit shop's Max button to available carry weight | Fedja Beader | 1 | -1/+15 | |
**** mana/plus!88 | |||||
2024-05-29 | Fix paste in registration window | Fedja Beader | 2 | -9/+8 | |
Addendum to cbab9d6d "Fix for login button" See also mana/plus!67 and mana/plus#64 **** mana/plus!86 | |||||
2024-05-16 | Refactor loadFromLogFile calls into ChatTab contructor | Fedja Beader | 1 | -4/+0 | |
This has the side effect that now #Debug history is also loaded. **** mana/plus!84 | |||||
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 | |
**** mana/plus!83 | |||||
2024-05-08 | Don't use pathJoin for URLs | Fedja Beader | 1 | -2/+1 | |
Problem happens only on Windows that uses \ for path separators and only when primary download location does not contain requested file with requested checksum. To repro, it should be enough to change one checksum in resources.xml Report from Manatauro:  **** mana/plus!82 | |||||
2024-04-16 | Stop log spam in case download errors out | Fedja Beader | 1 | -0/+2 | |
See manaplus.log in https://git.themanaworld.org/specing/manaplus/-/jobs/168040#L3241 **** mana/plus!72 | |||||
2024-04-09 | Fix all alignment warnings/errors. | Fedja Beader | 2 | -2/+3 | |
Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle. .. why does it not complain about every such block? | |||||
2024-04-07 | Fix for login button | ewew ukek | 2 | -10/+8 | |
This is the simpler solution for issue #64 proposed by @bjorn. `logic()` gets called on every tick after input is processed so I removed redundant code from `keyPressed()`. * Update login button in logic() instead of keyPressed() See merge request mana/plus!67 **** Reviewed-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2024-03-26 | Auto-focus number and text input fields in NPC dialogs | Fedja Beader | 1 | -2/+5 | |
+reformat one bit See merge request mana/plus!61 | |||||
2024-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 1 | -3/+3 | |
No server in use still sends that field. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-03-11 | Typofix {add,remove}InventoyListener -> {add,remove}InventoryListener | Fedja Beader | 2 | -5/+5 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 2 | -5/+10 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
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 | |
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-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 ↵ | jak1 | 1 | -0/+3 | |
fixes #26 | |||||
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 | |
By default hidden gender is hidden. | |||||
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 | |
switch: toggle software keyboard on textfield focus change | |||||
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 | |