Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-05-15 | Rename axis tolerance to joystick dead zone + reformat as per discussionimproved_controller | Fedja Beader | 1 | -6/+6 | |
2024-05-15 | Consume input event in QuitDialog instead of relying on a hack | ewewukek | 1 | -0/+5 | |
2024-05-15 | Make sticks/triggers behave like regular buttons | ewewukek | 1 | -0/+1 | |
2024-05-15 | Extend gui support to joystick hat (d-pad) | ewewukek | 1 | -0/+1 | |
2024-05-15 | Gui support for joystick buttons | ewewukek | 1 | -0/+14 | |
2024-05-15 | Add a checkbox for d-pad to switch between movement and button behavior | ewewukek | 2 | -5/+18 | |
2024-05-14 | Switch joystick axis tolerance type to float | ewewukek | 1 | -6/+8 | |
2024-05-14 | Remove joystick calibration logic | ewewukek | 2 | -37/+1 | |
2024-05-14 | Add a slider to joystick settings to set axis tolerance | ewewukek | 2 | -5/+34 | |
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: ![pathjoin](/uploads/4b969168ba7babc21108c1db1a680f66/pathjoin.jpg) **** 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-14 | Show monster info for all, not just GMs | Fedja Beader | 1 | -14/+4 | |
Tested on classic & ML See merge request mana/plus!75 **** | |||||
2024-04-09 | Simplify and remove linter's choking hazard | Fedja Beader | 1 | -10/+9 | |
windowmanager.cpp(456, 9): Incorrect align on long parameter list in front of 'SetClassLongPtr', it should be aligen in column 25. [RULE_4_1_C_align_long_function_parameter_list] | |||||
2024-04-09 | Fix all alignment warnings/errors. | Fedja Beader | 5 | -30/+39 | |
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-04-05 | Rename hp bar color identifiers for clarityHEADmaster | ewew ukek | 2 | -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-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-26 | Rename "buggy servers protection" to what it does (packet limiter on/off) | Fedja Beader | 1 | -1/+1 | |
See merge request mana/plus!62 | |||||
2024-03-20 | Color setting for attack range of monsters from ignore list | ewew ukek | 2 | -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-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-03-11 | Remove right click -> Undress on players. | Fedja Beader | 1 | -3/+0 | |
Requested by Ledmitz. The /undress <player> command remains. **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 3 | -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-13 | Hotplug support for joysticks | ewewukek | 1 | -4/+4 | |
2024-02-11 | Total weight sorting | Fedja Beader | 4 | -14/+82 | |
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 | 460 | -460/+920 | |
2024-02-09 | Fix dragging lum (first item) out of the spells window. | Fedja Beader | 1 | -1/+1 | |
2023-10-13 | Allow users to set their own timestamp formats. | Fedja Beader | 2 | -1/+11 | |
2023-10-13 | Use strftime to format timestamps. | Fedja Beader | 1 | -4/+18 | |
+Provide visible fallbacks if either strftime or gmtime/localtime failed. Appease mplint | |||||
2023-10-12 | Use gmtime() for non-local-time chat timestamps | Fedja Beader | 1 | -22/+9 | |
2023-02-05 | Disable /fix/ updates. | Jesusalva Jesusalva | 1 | -1/+1 | |
2022-12-27 | Add mobinfo command to popup menu | ccc | 1 | -0/+7 | |
2022-12-18 | fixed formating (linter) | jak1 | 1 | -5/+6 | |
2022-12-18 | [ci skip] Correct a preference label | Administrator | 1 | -1/+1 | |
2022-12-18 | fix HWND reference for SDL 2 builds | Jordan Irwin | 1 | -0/+8 | |
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 | |
2022-01-11 | Fix render of high level players (>127) in online list | Hello=) | 1 | -2/+2 | |
2021-12-18 | added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38 | jak1 | 2 | -3/+4 | |
2021-12-18 | added check for equiped items, and protected items. ignored by store all ↵ | jak1 | 1 | -0/+3 | |
fixes #26 | |||||
2021-12-15 | Fix inventory_cell2.xml and similar widgets rendering, fallout traced to ↵ | Hello=) | 1 | -0/+1 | |
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2 | |||||
2021-08-08 | Do not replace text related to player if there is no localPlayer instancied | Thibault Payet | 1 | -4/+7 | |
2021-06-06 | disable logout option in unique sessions (-S) | jak1 | 2 | -7/+16 | |
2021-06-06 | added Session in windowtitle insteed of loginname (-S) | jak1 | 1 | -1/+8 | |
2021-06-05 | changed updatehost (to update badges in future) | jak1 | 1 | -4/+4 | |
2021-05-16 | changed max value for desync walkaround to 30 (100 is way to much) | jak1 | 1 | -1/+1 | |
2021-03-12 | fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/herc | Jesusaves | 1 | -2/+5 | |