Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-08 | some more renamingrename_and_cleanup | jak1 | 20 | -44/+46 | |
2024-02-08 | added manaverse' copyright line to src/ | jak1 | 1957 | -0/+1959 | |
2024-02-08 | [WIP] renamed the client to ManaVerse | jak1 | 1960 | -2112/+2114 | |
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus * Updated in 2024-02-08 with conflicts by Jesusalva | |||||
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-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-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 | 1 | -1/+0 | |
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines | |||||
2023-04-03 | change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work ↵ | jak1 | 1 | -2/+2 | |
(i dont rly know why, but all our updates are hosted there, so our serverlist now) | |||||
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-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 SDL2 build support | Jordan Irwin | 1 | -19/+63 | |
2022-11-17 | Some branding asked by WildX, I honestly do not care enough | Jesusaves | 2 | -3/+3 | |
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 | 1 | -2/+2 | |
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 | 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-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 | added exitcode 7 to unique sessions (-S) | jak1 | 5 | -5/+44 | |
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-06-01 | added description to commandline help | jak1 | 1 | -22/+26 | |
added '<arg>' to options that require an argument | |||||
2021-05-31 | added --uniqueSession/-S flag for launcher usage | jak1 | 2 | -2/+8 | |
2021-05-20 | changed updatehost & serverlist | jak1 | 1 | -10/+11 | |
2021-05-16 | changed max value for desync walkaround to 30 (100 is way to much) | jak1 | 1 | -1/+1 | |
2021-05-16 | changed default desync walkaround value from 0 to 10 | jak1 | 1 | -1/+1 | |
2021-05-08 | Remove -enablecommandlinepassword necessity | Jesusaves | 1 | -8/+0 | |
It is annoying and helps nothing. | |||||
2021-04-13 | moved all skillbased errors to debugChatTab | jak1 | 1 | -2/+8 | |
2021-03-12 | fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/herc | Jesusaves | 1 | -2/+5 | |
2021-03-12 | Popup remove unusable entries | jak1 | 1 | -23/+43 | |
2021-03-12 | added 'store all' button shown: when in storage window | jak1 | 2 | -1/+31 | |
2021-03-11 | added desync walkaround | jak1 | 6 | -1/+22 | |