Age | Commit message (Expand) | Author | Files | Lines |
2022-02-03 | removed unary_function, since it is deprecated, nor required anymorec++17_deprecated_func | jak1 | 1 | -3/+2 |
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 fixe... | jak1 | 1 | -0/+3 |
2021-12-15 | Fix inventory_cell2.xml and similar widgets rendering, fallout traced to comm... | Hello=) | 1 | -0/+1 |
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 |
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 |
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 |
2021-03-11 | Silence warning -Wredundant-decls in SDL 1.2 code | Andrei Karas | 13 | -0/+94 |
2020-06-03 | removed particle count from beeingpopup in case its 0 | jak1 | 1 | -6/+10 |
2020-06-03 | added themeColors so textPopups (so all are readable with darker themes too) | jak1 | 1 | -0/+3 |
2020-06-02 | fixed back to login button in world selection window | jak1 | 1 | -1/+1 |
2020-06-01 | Remove extra include from mglxinit.cpp | Andrei Karas | 1 | -2/+2 |
2020-06-01 | Split multi line #if into separate ifs in normalopenglgraphics.cpp | Andrei Karas | 1 | -4/+5 |
2020-05-30 | Fix too long line in modernopenglgraphics.cpp | Andrei Karas | 1 | -1/+2 |
2020-05-30 | Split multi line #if into separate ifs | Andrei Karas | 6 | -20/+24 |
2020-05-30 | Add missing restrict keyword in strBuf global variable | Andrei Karas | 1 | -1/+1 |
2020-05-30 | Revert "Disable warning conditionally-supported for opengl function pointers" | Andrei Karas | 2 | -12/+0 |
2020-05-30 | Revert "sdl2/opengl: use SDL_GL_GetProcAddress instead glXGetProcAddress when... | Andrei Karas | 1 | -1/+1 |
2020-05-30 | Disable warning conditionally-supported for opengl function pointers | Andrei Karas | 2 | -0/+12 |
2020-05-30 | Fix left style issues from switch port merging | Andrei Karas | 9 | -10/+19 |
2020-05-18 | Add new flags into gc110 flags | Andrei Karas | 1 | -0/+4 |
2020-05-18 | Fix compilation error after switch port merged | Andrei Karas | 1 | -4/+4 |
2020-05-11 | Remove useless struct keyword | Andrei Karas | 8 | -12/+12 |
2020-05-11 | Add missing include for SDL2 in mglxinit.cpp | Andrei Karas | 1 | -0/+4 |
2020-05-11 | Fix wrong define check in paths.cpp | Andrei Karas | 1 | -1/+1 |
2020-05-07 | Fix code style after merged switch port code | Andrei Karas | 8 | -17/+26 |
2020-05-07 | Add option for show/hide hidden gender | Andrei Karas | 4 | -3/+27 |
2020-04-29 | switch: remove unused renders | cpasjuste | 1 | -13/+7 |
2020-04-29 | switch: fix software keyboard validation event, fix paths | cpasjuste | 3 | -6/+8 |
2020-04-29 | switch: change default input mapping in inputactionmap.h | cpasjuste | 2 | -5/+50 |
2020-04-27 | sdl2/opengl: use SDL_GL_GetProcAddress instead glXGetProcAddress when sdl2 is... | cpasjuste | 1 | -1/+1 |
2020-04-27 | inputmanager: fix joystick key 0 not assignable from inputactionmap (SDL_SCAN... | cpasjuste | 1 | -4/+8 |
2020-04-27 | switch: send gui escape/cancel event on keyboard dismiss | cpasjuste | 1 | -0/+18 |
2020-04-26 | switch: actually send "chatinput" action on new software keyboard text | cpasjuste | 4 | -6/+17 |