Age | Commit message (Expand) | Author | Files | Lines |
2024-03-11 | Put variable declarations into scope where they are used. | Fedja Beader | 1 | -3/+3 |
2024-03-11 | Remove last-login(time) from char select window. | Fedja Beader | 4 | -8/+9 |
2024-03-11 | Typofix {add,remove}InventoyListener -> {add,remove}InventoryListener | Fedja Beader | 4 | -9/+9 |
2024-03-11 | Remove right click -> Undress on players. | Fedja Beader | 1 | -3/+0 |
2024-03-11 | Make pickup code go to nearby tile, not on top of item. | Fedja Beader | 1 | -4/+18 |
2024-03-11 | Typofix | Fedja Beader | 2 | -2/+2 |
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 |
2024-02-16 | Remove data/evol | Fedja Beader | 18 | -665/+1 |
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 |
2024-02-10 | [skip ci] Move linters from heavy lifters to light weights. | Jesusaves | 1 | -1/+1 |
2024-02-10 | Clarify that dyecmd is a tool | jak1 | 1 | -1/+1 |
2024-02-10 | Remove dead servers | jak1 | 1 | -74/+0 |
2024-02-10 | Remove Windows Azure CI (we have our own) | jak1 | 1 | -82/+0 |
2024-02-10 | Remove .cirrus.yml (unused) | jak1 | 1 | -138/+0 |
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 |
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 |
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 |
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 |
2023-09-10 | Reduce number of grep invocations + prettify + wrap param expansion in quotes | Fedja Beader | 6 | -75/+86 |
2023-09-10 | deduplicate repeating retries | Fedja Beader | 1 | -69/+28 |
2023-09-09 | Reduce number of cpplint invocations from 1957 (?) to one. | Fedja Beader | 1 | -1/+1 |
2023-09-09 | Reduce number of find and grep invocations | Fedja Beader | 1 | -15/+17 |
2023-09-09 | Re-download cpplint only if needed or older than a day | Fedja Beader | 1 | -3/+6 |
2023-08-16 | Fix unable to pickup non-ignored items while standing on an ignored | Fedja Beader | 1 | -3/+2 |
2023-06-25 | Disable clang3.9 and Debian Stretch is no longer supported. | Jesusalva Jesusalva | 1 | -20/+21 |
2023-05-15 | Blank trade window bug | cuoco | 1 | -1/+1 |
2023-04-07 | fix formating | jak1 | 1 | -6/+6 |
2023-04-07 | fixed gcc deprecation (unary & not1) | jak1 | 2 | -10/+11 |
2023-04-07 | added missing cstdint include | jak1 | 9 | -0/+34 |
2023-04-07 | fixed curl deprecation | jak1 | 2 | -11/+49 |
2023-04-07 | added undef so sdl_image macro, got redefined in sdl2 snapshot | jak1 | 1 | -0/+1 |
2023-04-06 | removed assertion for sdl surface bpp, tests get ugly, but default runtime wo... | jak1 | 2 | -2/+1 |
2023-04-04 | Replace login_wallpaper.png | Reid | 1 | -0/+0 |
2023-04-03 | change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work (i... | jak1 | 2 | -3/+3 |
2023-04-03 | CI: fixed some apt issues (some vars are usable, some are not TF dont depreca... | jak1 | 3 | -3/+6 |
2023-04-02 | fix repository updates adding docker tag to every job | jak1 | 1 | -0/+24 |
2023-02-05 | Added checkes to build.sh, to show missing required (and optional) libraries ...old-stable | Led Mitz | 1 | -1/+18 |