Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-29 | Revert "Remove data/evol"improved_controller_build | Fedja Beader | 18 | -1/+665 | |
This reverts commit 0144ab308fed93b96b3a819dfe7d9940ee9eedb9. [ci skip] | |||||
2024-03-29 | Revert "Client rebranding: Partly import changes from !28" | Fedja Beader | 32 | -121/+117 | |
This reverts commit 775392e472933be8d1d76619894efc0671f0c02d. [skip ci] | |||||
2024-03-27 | Heuristic to detect controller triggers | ewewukek | 2 | -3/+27 | |
2024-03-27 | Refactor joystick input code | ewewukek | 2 | -58/+74 | |
2024-03-27 | Make sticks/triggers behave like regular buttons | ewewukek | 4 | -7/+103 | |
2024-03-27 | Extend gui support to joystick hat (d-pad) | ewewukek | 4 | -2/+12 | |
2024-03-27 | Gui support for joystick buttons | ewewukek | 4 | -2/+36 | |
2024-03-27 | Add a checkbox for d-pad to switch between movement and button behavior | ewewukek | 5 | -22/+50 | |
2024-03-27 | Make D-Pad behave like regular buttons | ewewukek | 3 | -29/+125 | |
2024-03-27 | Switch joystick axis tolerance type to float | ewewukek | 4 | -15/+26 | |
2024-03-27 | Remove joystick calibration logic | ewewukek | 4 | -95/+3 | |
2024-03-27 | Add a slider to joystick settings to set axis tolerance | ewewukek | 4 | -8/+40 | |
2024-03-27 | Use single tolerance value for all 4 joystick movement directions | ewewukek | 3 | -40/+19 | |
2024-03-26 | Remove default shortcut for "Hide [all] Windows" | Fedja Beader | 1 | -1/+1 | |
See merge request mana/plus!63 | |||||
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-25 | Typofix Guil -> Guild and insert And | Fedja Beader | 6 | -20/+20 | |
See merge request mana/plus!64 | |||||
2024-03-20 | Color setting for attack range of monsters from ignore list | ewew ukek | 4 | -2/+20 | |
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 | Disable trade tab and trade filter by default | Fedja Beader | 1 | -2/+2 | |
By popular agreement: https://forums.themanaworld.org/viewtopic.php?t=21696 [ci skip] **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-03-11 | Put variable declarations into scope where they are used. | Fedja Beader | 1 | -3/+3 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 4 | -8/+9 | |
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 | 4 | -9/+9 | |
**** 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-03-11 | Make pickup code go to nearby tile, not on top of item. | Fedja Beader | 1 | -4/+18 | |
Fixes most cases of walking through doors/warps on pickup. **** | |||||
2024-03-11 | Typofix | Fedja Beader | 2 | -2/+2 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> | |||||
2024-02-21 | Add missing include for libxml2ewewukek/fix_linux_build | ewewukek | 1 | -0/+4 | |
2024-02-21 | Const correct variable to hold __xmlParserVersion() value | ewewukek | 2 | -2/+2 | |
2024-02-21 | Don't depend on __clang__ and include <ctime> on all non-Windows platforms | ewewukek | 2 | -8/+4 | |
2024-02-20 | Emotes: Only load client emotes if the server is lacking them | Jesusaves | 1 | -5/+6 | |
2024-02-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 32 | -117/+121 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
2024-02-16 | Remove data/evol | Fedja Beader | 18 | -665/+1 | |
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 | 3 | -15/+34 | |
2024-02-12 | Fix the issue reported by MadCamel about a fake "Couldn't update" message. | Jesusaves | 1 | -2/+1 | |
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-10 | [skip ci] Move linters from heavy lifters to light weights. | Jesusaves | 1 | -1/+1 | |
This should help a bit with queuing, not so much with pipeline CPU time. | |||||
2024-02-10 | Clarify that dyecmd is a tool | jak1 | 1 | -1/+1 | |
Commit reviewed and changed by jesusalva and specing | |||||
2024-02-10 | Remove dead servers | jak1 | 1 | -74/+0 | |
Commit reviewed and changed by jesusalva and specing | |||||
2024-02-10 | Remove Windows Azure CI (we have our own) | jak1 | 1 | -82/+0 | |
Commit reviewed and changed by jesusalva and specing | |||||
2024-02-10 | Remove .cirrus.yml (unused) | jak1 | 1 | -138/+0 | |
Commit reviewed and changed by jesusalva and specing | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1916 | -1918/+3836 | |
2024-02-09 | Log misses in battle tab, alongside hits | Fedja Beader | 1 | -9/+29 | |
2024-02-09 | Fix dragging lum (first item) out of the spells window. | Fedja Beader | 1 | -1/+1 | |
2024-02-08 | Cut down some of the waiting times during CI tests. | Jesusaves | 2 | -5/+5 | |
If it works, CI performance will be greatly improved. | |||||
2024-02-08 | Temporary fix while gconv-7 remain broken. | Jesusaves | 1 | -0/+4 | |
2024-02-08 | Be slightly more smart when running mplint | Jesusalva Jesusalva | 2 | -4/+4 | |
Reduce some overhead on the script for a 4% speedup | |||||
2023-10-13 | Allow users to set their own timestamp formats. | Fedja Beader | 3 | -1/+12 | |
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-09-10 | trim useless uses of cat | Fedja Beader | 8 | -47/+32 | |