Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 4 | -0/+5 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
2025-06-24 | Fix profiler compile | Fedja Beader | 2 | -2/+2 | |
call of overloaded 'toString(long long unsigned int)' is ambiguous, see !189 Squashed with: * Apply perfo[r]mance typofixes that were missed in mana/plus!186 ... because USE_PROFILER was off/undefined. **** mana/plus!200 | |||||
2025-06-05 | Add a confirmation dialog for killing/firing/dismissing your homunculous | Fedja Beader | 1 | -1/+17 | |
- [x] Something needs to be done about that deletion as it may leak memory. Ditto for inputActionReplayListener (for EditDialog) - [x] Okay, that M+ -> MV rename must be completed to make the linters pass. Rename was completed and it works, proper cleanup happens in scheduleDelete, so that's not an issue either. Squashed with: * Actually fire homun (code was set to only change name, for testing of replay stuff) * Clarify my worries **** mana/plus!109 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 27 | -81/+81 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2025-03-05 | Rename manaplus source directories and headers to manaverse | jak1 | 13 | -8/+8 | |
Split off from mana/plus!45: "Rename the program from ManaPlus to ManaVerse." +POTFILES.in CI fix **** mana/plus!132 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
2025-02-26 | Rename log file manaplus.log -> manaverse.log | jak1 | 2 | -2/+2 | |
(Fedja) I'm suspecting that some CI will break on this. Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!135 Co-authored-by: Fedja Beader <fedja@protonmail.ch> | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 14 | -0/+14 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 14 | -14/+14 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2025-02-20 | Convert navigateTo to take a Position instead of two integers. | Fedja Beader | 2 | -19/+16 | |
Tile coordinates dance in pairs, so let's pair them up. also grows exe size by about 3K, hope this will go away when the rest is converted to Position as well. Note: on my local debug build only. Not on gcc10 CI. Squashed with: * Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out there ... **** mana/plus!116 | |||||
2025-02-03 | Fix unable to switch to another character after -D (chooseDefault) is used. | Fedja Beader | 1 | -0/+1 | |
Addendum to !89 (and !117) Amusing: putting this line before the .clear() grows the exe by 40 bytes. **** mana/plus!118 | |||||
2024-10-11 | Add confirmation dialog for leaving guild | Fedja Beader | 1 | -2/+2 | |
Memory may not be freed properly, also code is IMO ugly. See !109 for the other way of implementing this (unrelated). Was done in socialWindow as the join confirmation is already there. **** mana/plus!110 | |||||
2024-02-21 | Don't depend on __clang__ and include <ctime> on all non-Windows platforms | ewewukek | 1 | -4/+2 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 13 | -13/+26 | |
2021-12-18 | added ftp:// to url command also @@ftp:/foo.bar|baz@@ fixes #38 | jak1 | 1 | -2/+3 | |
2021-12-18 | added diagnostic ignore -Warray-bounds to gcc-snapshot (gcc11+ bug) | jak1 | 1 | -0/+3 | |
2021-06-06 | added exitcode 7 to unique sessions (-S) | jak1 | 2 | -4/+9 | |
2021-05-08 | Remove -enablecommandlinepassword necessity | Jesusaves | 1 | -8/+0 | |
It is annoying and helps nothing. | |||||
2020-05-30 | Split multi line #if into separate ifs | Andrei Karas | 2 | -7/+9 | |
2020-05-30 | Fix left style issues from switch port merging | Andrei Karas | 2 | -2/+4 | |
2020-05-07 | Fix code style after merged switch port code | Andrei Karas | 1 | -1/+2 | |
2020-04-25 | add "SAVE_PASSWORD" define option | cpasjuste | 1 | -0/+11 | |
2020-04-24 | switch: don't use atexit not working on switch | cpasjuste | 1 | -1/+2 | |
2020-04-23 | switch: enable opengles2 renderer | cpasjuste | 1 | -1/+1 | |
2020-04-22 | switch: enable sdl2 keyboard | cpasjuste | 1 | -1/+1 | |
2020-04-22 | switch: first commit | cpasjuste | 1 | -1/+1 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 4 | -5/+11 | |
2019-11-18 | Fix warnings in gcc trunk | Andrei Karas | 2 | -4/+4 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 4 | -5/+5 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 1 | -1/+1 | |
2019-06-27 | Remove extra include | Andrei Karas | 1 | -0/+2 | |
2019-06-27 | Add missing translation comment | Andrei Karas | 1 | -0/+1 | |
2019-06-10 | Add chat command /trimmemory for force trim freed memory | Andrei Karas | 2 | -0/+16 | |
2019-04-08 | If map too small, clear screen before drawing map | Andrei Karas | 1 | -0/+2 | |
Clear map not works on software renderer. | |||||
2019-01-27 | Remove useless strprintf from actions/chat.cpp | Andrei Karas | 1 | -1/+1 | |
2019-01-25 | Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18 | Andrei Karas | 1 | -0/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 27 | -27/+27 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 5 | -34/+34 | |
2018-11-12 | Fix memory leak in dyecmd on exit. | Andrei Karas | 1 | -0/+4 | |
2018-11-12 | Fix crash in dyecmd compiled with compiler with support for SIMD. | Andrei Karas | 1 | -0/+6 | |
2018-11-12 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 3 | -4/+4 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2018-09-08 | Draw at end of frame before fps limiter. | Andrei Karas | 1 | -16/+16 | |
2018-09-08 | Apply fps limiter after state logic. | Andrei Karas | 1 | -8/+9 | |
2018-09-07 | Add basic performance counters. | Andrei Karas | 1 | -0/+34 | |
Add in debug window new tab with this counters. | |||||
2018-07-27 | Send talk request from context menu by being id. | Andrei Karas | 1 | -1/+13 | |
2018-07-26 | Add support for changed item id size in packets. | Andrei Karas | 2 | -0/+2 | |
From some packet version hercules support item id fields as int32. | |||||
2018-06-18 | Fix some style issues after automatic checks. | Andrei Karas | 1 | -1/+1 | |
2018-05-23 | Remove debug line. | Andrei Karas | 1 | -1/+0 | |
2018-05-22 | Add configure option for enable/disable accepting password from command line. | Andrei Karas | 1 | -0/+8 | |