Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-01 | Rename the program from ManaPlus to ManaVerse. | jak1 | 1 | -1/+1 | |
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -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-04-09 | Simplify and remove linter's choking hazard | Fedja Beader | 1 | -10/+9 | |
windowmanager.cpp(456, 9): Incorrect align on long parameter list in front of 'SetClassLongPtr', it should be aligen in column 25. [RULE_4_1_C_align_long_function_parameter_list] | |||||
2024-04-09 | Fix all alignment warnings/errors. | Fedja Beader | 1 | -4/+6 | |
Other addButton sections intentionally left misaligned as a test for future fix in nsiqcppstyle. .. why does it not complain about every such block? | |||||
2022-12-18 | fix HWND reference for SDL 2 builds | Jordan Irwin | 1 | -0/+8 | |
2021-06-06 | added Session in windowtitle insteed of loginname (-S) | jak1 | 1 | -1/+8 | |
2020-04-26 | switch: actually send "chatinput" action on new software keyboard text | cpasjuste | 1 | -1/+1 | |
switch: toggle software keyboard on textfield focus change | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -18/+18 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-10 | Fix loading icon two times. | Andrei Karas | 1 | -3/+2 | |
2017-09-09 | Replace SDL_IsTextInputActive to lower level SDL function call. | Andrei Karas | 1 | -1/+1 | |
2017-08-14 | Fix some pointer to bool conversions. | Andrei Karas | 1 | -2/+2 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -1/+1 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-08-07 | Allow open debug window before connecting to game. | Andrei Karas | 1 | -0/+9 | |
2017-07-11 | Add command like parameter --validate for validating client data. | Andrei Karas | 1 | -0/+23 | |
2017-06-30 | Allow open chat window with debug tab before connecting to game. | Andrei Karas | 1 | -0/+21 | |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+3 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+3 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -8/+8 | |
2017-05-05 | Rename virtfstools into tools. | Andrei Karas | 1 | -1/+1 | |
2017-03-28 | Move virtfstools into virtfs directory. | Andrei Karas | 1 | -1/+1 | |
2017-03-22 | Clear icon pointer after icon was deleted in windowmanager. | Andrei Karas | 1 | -0/+1 | |
2017-03-15 | Fix too long line in windowmanager.cpp | Andrei Karas | 1 | -2/+6 | |
2017-03-14 | Fix compilation for windows 64 with mingw. | Andrei Karas | 1 | -0/+6 | |
2017-03-10 | Fix compilation warnings with mingw. | Andrei Karas | 1 | -2/+5 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-15 | Remove ueseless includes. | Andrei Karas | 1 | -1/+0 | |
2017-02-14 | Move some virtfs replated functions from files.cpp into virtfstools.cpp | Andrei Karas | 1 | -1/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-17 | Fix wrong type for reading parameter. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -24/+35 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -4/+4 | |
2016-04-09 | Show player login in window title. | Andrei Karas | 1 | -1/+5 | |
2016-04-09 | Show server host name in window title. | Andrei Karas | 1 | -0/+20 | |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+2 | |
2016-02-07 | Fix some casts between signed and unsigned in some files. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move touchmanager into touch directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-17 | Add support for full screen in nacl. | Andrei Karas | 1 | -0/+13 | |
2015-12-15 | Fix manual set resolution in nacl. | Andrei Karas | 1 | -1/+23 | |
2015-12-13 | Move spells and graphics related constants into separate files. | Andrei Karas | 1 | -0/+1 | |
2015-11-13 | Use global skillPopup variable for show skill popups. | Andrei Karas | 1 | -0/+3 | |
2015-08-03 | Add gui mode for dyecmd. Now only basic code added. | Andrei Karas | 1 | -3/+12 | |
2015-06-14 | Rename CREATEWIDGET* macroses. | Andrei Karas | 1 | -9/+9 | |