summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08some more renamingrename_and_cleanupjak120-44/+46
2023-01-08added manaverse' copyright line to src/jak11957-0/+1959
2023-01-08[WIP] renamed the client to ManaVersejak11960-2114/+2116
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
2022-12-27Add mobinfo command to popup menuccc2-1/+9
2022-12-27increase trade window items to 20ccc1-1/+1
2022-12-18disable SSL for downloads, since Windows\' OpenSSL doesnt support it.jak11-0/+5
2022-12-18fixed formating (linter)jak11-5/+6
2022-12-18[ci skip] Correct a preference labelAdministrator1-1/+1
2022-12-18fix HWND reference for SDL 2 buildsJordan Irwin2-0/+16
2022-12-18Add CMake SDL2 build supportJordan Irwin1-19/+63
2022-11-17Some branding asked by WildX, I honestly do not care enoughJesusaves2-3/+3
2022-11-02Remove a broken link, however, it seems to be a SSL issue with M+ libs.Jesusaves1-1/+1
2022-11-01Remove versioning (1.9.3.23 -> 1.0)Jesusaves1-2/+2
2022-08-05Add support for arrow keys on World Selection window.cuoco1-0/+14
2022-08-05Add more rows and cols to outfits windowcuoco2-3/+3
2022-01-11Fix render of high level players (>127) in online listHello=)1-2/+2
2021-12-18added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38jak14-7/+9
2021-12-18fixed ItemDB warning, parsing [00:00] timetampsjak11-0/+3
2021-12-18added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug)jak12-0/+9
2021-12-18added check for equiped items, and protected items. ignored by store all ↵jak11-0/+3
fixes #26
2021-12-15Fix inventory_cell2.xml and similar widgets rendering, fallout traced to ↵Hello=)1-0/+1
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
2021-08-08Do not replace text related to player if there is no localPlayer instanciedThibault Payet1-4/+7
2021-06-06added exitcode 7 to unique sessions (-S)jak15-5/+44
2021-06-06disable logout option in unique sessions (-S)jak12-7/+16
2021-06-06added Session in windowtitle insteed of loginname (-S)jak11-1/+8
2021-06-05changed updatehost (to update badges in future)jak11-4/+4
2021-06-01added description to commandline helpjak11-22/+26
added '<arg>' to options that require an argument
2021-05-31added --uniqueSession/-S flag for launcher usagejak12-2/+8
2021-05-20changed updatehost & serverlistjak11-10/+11
2021-05-16changed max value for desync walkaround to 30 (100 is way to much)jak11-1/+1
2021-05-16changed default desync walkaround value from 0 to 10jak11-1/+1
2021-05-08Remove -enablecommandlinepassword necessityJesusaves1-8/+0
It is annoying and helps nothing.
2021-04-13moved all skillbased errors to debugChatTabjak11-2/+8
2021-03-12fix manaplus2/manaplus#9 : limited the check to tmwa, not needed for evol/hercJesusaves1-2/+5
2021-03-12Popup remove unusable entriesjak11-23/+43
2021-03-12added 'store all' button shown: when in storage windowjak12-1/+31
2021-03-11added desync walkaroundjak16-1/+22
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas13-0/+94
Also switch in debug build script to gcc 10.
2020-06-03removed particle count from beeingpopup in case its 0jak11-6/+10
2020-06-03added themeColors so textPopups (so all are readable with darker themes too)jak11-0/+3
2020-06-02fixed back to login button in world selection windowjak11-1/+1
2020-06-01Remove extra include from mglxinit.cppAndrei Karas1-2/+2
2020-06-01Split multi line #if into separate ifs in normalopenglgraphics.cppAndrei Karas1-4/+5
2020-05-30Fix too long line in modernopenglgraphics.cppAndrei Karas1-1/+2
2020-05-30Split multi line #if into separate ifsAndrei Karas6-20/+24
2020-05-30Add missing restrict keyword in strBuf global variableAndrei Karas1-1/+1
2020-05-30Revert "Disable warning conditionally-supported for opengl function pointers"Andrei Karas2-12/+0
This reverts commit 2715ed0cadbe5a0d83a0cf810f70916a897f03c4.
2020-05-30Revert "sdl2/opengl: use SDL_GL_GetProcAddress instead glXGetProcAddress ↵Andrei Karas1-1/+1
when sdl2 is used" This reverts commit 767d987fb02051621ae087534b42ab956abdfc32. This commit add cast errors.
2020-05-30Disable warning conditionally-supported for opengl function pointersAndrei Karas2-0/+12
2020-05-30Fix left style issues from switch port mergingAndrei Karas9-10/+19