Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-03 | Add new CI job to warn if lines exceed 80 characters, set hard limit to 120.cpplint-linelength | Fedja Beader | 2 | -3/+12 | |
Rationale: a hard limit of 80, while well intended, often results in less readable code. At least one outcome is that developers will give shorter and less clear names to variables. You can observe that it has happened in this codebase. There seems to be no general consensus on what should be a hard limit, with the discussion ranging mostly between 80 and 120, thus 120 is chosen here as the hard cut off. | |||||
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 | |
item. What happened: 1) The pickup code first tries to pickup first item under you without checking if it is ignored. 2) ::pickUp queries ratelimiter, which clears to send. 3) ::pickUp checks if item is ignored and bails out 4) The pickup code did not bail early, despite "success" of (1) and selects a non-ignored item to pick-up. 5) ::pickUp queries ratelimiter, which thinks that a packet has been sent in (2) and aborts. | |||||
2023-06-25 | Disable clang3.9 and Debian Stretch is no longer supported. | Jesusalva Jesusalva | 1 | -20/+21 | |
The coverage report is broken. I did not had time to fix it. | |||||
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 ↵ | jak1 | 2 | -2/+1 | |
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines | |||||
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 ↵ | jak1 | 2 | -3/+3 | |
(i dont rly know why, but all our updates are hosted there, so our serverlist now) | |||||
2023-04-03 | CI: fixed some apt issues (some vars are usable, some are not TF dont ↵ | jak1 | 3 | -3/+6 | |
deprecate working stuff <_<) | |||||
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 | |
and tools to build the client. | |||||
2023-02-05 | Disable /fix/ updates. | Jesusalva Jesusalva | 1 | -1/+1 | |
2022-12-27 | Add mobinfo command to popup menu | ccc | 2 | -1/+9 | |
2022-12-27 | increase trade window items to 20 | ccc | 1 | -1/+1 | |
2022-12-23 | added local linting to build.sh | jak1 | 2 | -11/+39 | |
2022-12-23 | updated mplint repository | jak1 | 1 | -1/+1 | |
2022-12-18 | removed i386 builds entirely | jak1 | 1 | -5/+9 | |
our gitlab runners dont support i386 docker images (nobody should use a 32bit OS anymore) | |||||
2022-12-18 | disable SSL for downloads, since Windows\' OpenSSL doesnt support it. | jak1 | 1 | -0/+5 | |
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 | 2 | -0/+16 | |
2022-12-18 | Add CMake build instructions | Jordan Irwin | 1 | -0/+14 | |
2022-12-18 | Add CMake SDL2 build support | Jordan Irwin | 2 | -19/+64 | |
2022-12-18 | Update minimum CMake version to 2.8.12 | Jordan Irwin | 1 | -2/+2 | |
2022-12-18 | Fix typo in CMake file | Jordan Irwin | 1 | -1/+1 | |
2022-12-18 | Re-enable CMake builds | Jordan Irwin | 2 | -1/+0 | |
2022-11-17 | Some branding asked by WildX, I honestly do not care enough | Jesusaves | 5 | -41/+38 | |
2022-11-02 | Remove a broken link, however, it seems to be a SSL issue with M+ libs. | Jesusaves | 1 | -1/+1 | |
2022-11-01 | Remove versioning (1.9.3.23 -> 1.0) | Jesusaves | 5 | -6/+6 | |
2022-11-01 | Fix some IRC references | Jesusaves | 3 | -3/+5 | |
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-06-10 | Fix CI coverage report | jak1 | 1 | -1/+3 | |
2022-06-10 | Moving repo | Jesusaves | 3 | -9/+9 | |
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 | 4 | -7/+9 | |
2021-12-18 | fixed ItemDB warning, parsing [00:00] timetamps | jak1 | 1 | -0/+3 | |
2021-12-18 | added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug) | jak1 | 2 | -0/+9 | |
2021-12-18 | added check for equiped items, and protected items. ignored by store all ↵ | jak1 | 1 | -0/+3 | |
fixes #26 | |||||
2021-12-18 | changed appdata to metainfo fixes #56 | jak1 | 2 | -4/+4 | |