Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-30 | Fixing windows support | Meway | 1 | -1/+1 | |
Changes to be committed: modified: CMake/Modules/FindLibIntl.cmake modified: CMakeLists.txt modified: src/CMakeLists.txt modified: src/Makefile.am modified: src/chatlogger.cpp modified: src/configmanager.cpp modified: src/debug/nvwa/debug_new.cpp modified: src/debug/nvwa/fast_mutex.h modified: src/defaults.cpp modified: src/dirs.cpp modified: src/enums/input/inputaction.h modified: src/enums/state.h modified: src/fs/files.cpp modified: src/fs/mkdir.cpp modified: src/fs/paths.cpp modified: src/fs/specialfolder.cpp modified: src/fs/specialfolder.h modified: src/fs/virtfs/fs.cpp modified: src/fs/virtfs/fsdir.cpp modified: src/game.cpp modified: src/graphicsmanager.cpp modified: src/gui/dialogsmanager.cpp modified: src/gui/palette.cpp modified: src/gui/widgets/tabs/chat/chattab.cpp modified: src/gui/widgets/tabs/setup_misc.cpp modified: src/gui/widgets/tabs/setup_video.cpp modified: src/gui/widgets/tabs/setup_visual.cpp modified: src/gui/windowmanager.cpp modified: src/gui/windows/killstats.cpp modified: src/gui/windows/serverdialog.cpp modified: src/gui/windows/updaterwindow.cpp modified: src/logger.cpp modified: src/main.cpp modified: src/main.h modified: src/maingui.cpp modified: src/mumblemanager.cpp modified: src/particle/particleemitterprop.h modified: src/progs/dyecmd/client.cpp modified: src/progs/manaverse/client.cpp modified: src/render/opengl/mgl.hpp modified: src/render/opengl/mglfunctions.h modified: src/render/opengl/mgltypes.h modified: src/resources/wallpaper.cpp modified: src/sdl2gfx/SDL2_rotozoom.cpp modified: src/sdl2gfx/SDL2_rotozoom.h modified: src/test/testlauncher.cpp modified: src/test/testlauncher.h modified: src/unittests/fs/files.cc modified: src/utils/copynpaste.cpp modified: src/utils/env.cpp modified: src/utils/gettexthelper.cpp modified: src/utils/process.cpp modified: src/utils/stringutils.cpp modified: src/utils/xml/libxml.cpp | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 22 | -66/+66 | |
.. 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 | |||||
2024-10-11 | Remove redundant nullptr check | Fedja Beader | 1 | -1/+1 | |
Curiously, this increases -g -O2 exe size by 96 bytes, but disassembly dump around this code is the same (redundant check was already optimised out?) **** mana/plus!106 | |||||
2024-05-29 | Switch "show chat history" into a line limit field and considerably | Fedja Beader | 2 | -5/+8 | |
raise default (5->100). | |||||
2024-05-16 | Refactor loadFromLogFile calls into ChatTab contructor | Fedja Beader | 2 | -2/+3 | |
This has the side effect that now #Debug history is also loaded. **** mana/plus!84 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 22 | -22/+44 | |
2023-10-13 | Allow users to set their own timestamp formats. | Fedja Beader | 1 | -1/+3 | |
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 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 22 | -22/+22 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -2/+2 | |
2018-03-01 | Add separate configurable sound for new chat message in party and clan tabs. | Andrei Karas | 2 | -2/+2 | |
2018-02-15 | Remove unused channel parameter from talk methods. | Andrei Karas | 1 | -2/+1 | |
2018-02-11 | Add basic support for clans. | Andrei Karas | 2 | -0/+102 | |
2018-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 1 | -2/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 20 | -20/+20 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 10 | -10/+10 | |
Also remove some empty destructors. | |||||
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -6/+6 | |
2017-12-24 | Remove default parameters from browserbox. | Andrei Karas | 1 | -1/+2 | |
2017-12-24 | Remove default parameters from scrollarea. | Andrei Karas | 1 | -1/+2 | |
2017-12-11 | Remove default parameters from ChatTab::chatLog. | Andrei Karas | 2 | -6/+14 | |
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -1/+2 | |
Also add option to enable/disable this workaround. | |||||
2017-09-05 | Fix crash if enter simple text into chat window before connecting to server. | Andrei Karas | 1 | -2/+5 | |
2017-08-30 | Move some variables to better scope. | Andrei Karas | 1 | -2/+2 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -6/+4 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-06-21 | Remove browserboxmode. | Andrei Karas | 1 | -1/+1 | |
2017-06-19 | Add function updateSize into browserbox. | Andrei Karas | 1 | -1/+1 | |
2017-06-18 | Fix asserts in browserbox on resize. | Andrei Karas | 1 | -0/+1 | |
2017-06-08 | Add missing function parameters. | Andrei Karas | 2 | -3/+3 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 6 | -38/+44 | |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 1 | -2/+2 | |
2017-05-02 | Remove extra includes. | Andrei Karas | 2 | -2/+0 | |
2017-05-01 | Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels. | Andrei Karas | 1 | -1/+2 | |
2017-05-01 | Add tmwa ifdefs for guildmanager and emulateguildtab. | Andrei Karas | 1 | -0/+4 | |
2017-05-01 | Remove ServerFeatures haveChangePartyLeader because it depend only on server ↵ | Andrei Karas | 1 | -3/+4 | |
type. | |||||
2017-01-27 | Move browserboxmode into separate file. | Andrei Karas | 1 | -1/+1 | |
Also convert it to strong typed enum. | |||||
2017-01-20 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2017-01-03 | Fix some doxygen issues. | Andrei Karas | 1 | -2/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 20 | -20/+20 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 2 | -8/+8 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-09-17 | Add strong typed bool Opaque. | Andrei Karas | 1 | -3/+3 | |
2016-09-17 | Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵ | Andrei Karas | 1 | -9/+9 | |
server anymore. | |||||
2016-08-20 | Add chat command for show/change auto item party sharing. | Andrei Karas | 1 | -0/+6 | |
2016-08-19 | Add chat command for show/change share experience in party. | Andrei Karas | 1 | -49/+4 | |
2016-08-19 | Add chat command for show/change share item drops in party. | Andrei Karas | 1 | -48/+3 | |
2016-08-19 | Use input manager for most commands in party tab. | Andrei Karas | 1 | -18/+15 | |
2016-08-19 | Use input manager for most commands in guild tab. | Andrei Karas | 1 | -9/+13 | |
2016-06-04 | Show hightlighted messages in chat also if tab active but window minimized ↵ | Andrei Karas | 1 | -6/+8 | |
or no input focus. |