summaryrefslogtreecommitdiff
path: root/src/progs/dyecmd
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader2-0/+3
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-24Fix profiler compileFedja Beader1-1/+1
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-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader14-42/+42
.. 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-02-26Rename log file manaplus.log -> manaverse.logjak11-1/+1
(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-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-1/+1
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
2024-02-21Don't depend on __clang__ and include <ctime> on all non-Windows platformsewewukek1-4/+2
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva13-13/+26
2019-11-18Fix warnings in gcc trunkAndrei Karas1-2/+2
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-06-10Add chat command /trimmemory for force trim freed memoryAndrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas14-14/+14
2018-11-27Remove extra ; from different code.Andrei Karas1-8/+8
2018-11-12Fix memory leak in dyecmd on exit.Andrei Karas1-0/+4
2018-11-12Fix crash in dyecmd compiled with compiler with support for SIMD.Andrei Karas1-0/+6
2018-07-26Add support for changed item id size in packets.Andrei Karas1-0/+1
From some packet version hercules support item id fields as int32.
2018-04-06Add variables with packet versions for each packet types (main, re, zero).Andrei Karas1-0/+3
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-7/+7
2018-03-08Add support for change pin code by server request.Andrei Karas2-0/+6
2018-03-08Focus previous window after pin code accepted by server.Andrei Karas2-0/+10
2018-02-17Fix legacy time include.Andrei Karas1-2/+4
2018-02-16Fix compilation with clang.Andrei Karas1-0/+2
2018-02-13Add clan window.Andrei Karas1-0/+1
For now can be opened only by chat command /clan.
2018-01-05Add support for packets type flag.Andrei Karas1-0/+4
For now supported flags for renewal and zero packets.
2018-01-04Update copyrights year.Andrei Karas14-14/+14
2018-01-01Replace some status methods usage from member pointers to static member calls.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas2-2/+2
Also remove some empty destructors.
2017-12-27Remove default parameters from configuration.Andrei Karas1-2/+8
2017-12-27Remove default parameters from theme.Andrei Karas1-1/+4
2017-12-23Remove default parameter from color.Andrei Karas1-1/+1
2017-12-17Remove default parameters from viewport.hAndrei Karas1-1/+1
2017-09-18Redirect logging to file after log file opened.s20170918Andrei Karas2-3/+0
If log file open failed, redirect logging back to stdout.
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas1-3/+2
2017-09-16Restore old way for music termination on exit.v1.7.9.16Andrei Karas1-2/+2
2017-09-15Fix termination audio on exit.Andrei Karas1-3/+3
2017-09-14Fix enable sys wm events logging.Andrei Karas1-1/+1
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas1-0/+1
2017-09-12Fix apply vsync with SDL2 by SDL2 function.Andrei Karas1-0/+7
2017-09-11Add option to set sdl logging level.Andrei Karas1-0/+1
Only for SDL2.
2017-09-10Fix loading icon two times.Andrei Karas1-4/+8
2017-09-09Add logging wm events for SDL2.Andrei Karas1-8/+1
2017-09-07Add SDL2 errors logging.Andrei Karas2-1/+4
2017-09-06Move manaplus game related files into progs/manaplus.Andrei Karas1-1/+1
2017-09-06Move dyecmd separate sources from dyetool into progs/dyecmd directory.Andrei Karas14-0/+2172