Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-16 | Refactor loadFromLogFile calls into ChatTab contructor | Fedja Beader | 1 | -2/+0 | |
This has the side effect that now #Debug history is also loaded. **** mana/plus!84 | |||||
2020-05-11 | Remove useless struct keyword | Andrei Karas | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -15/+15 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -3/+3 | |
2018-09-07 | Add basic performance counters. | Andrei Karas | 1 | -0/+3 | |
Add in debug window new tab with this counters. | |||||
2018-05-05 | Remove support for CILK plus. | Andrei Karas | 1 | -4/+4 | |
2018-02-16 | Replace file type from stream to FILE in logger. | Andrei Karas | 1 | -0/+2 | |
This will allow log data from C libs. | |||||
2018-02-13 | Add clan window. | Andrei Karas | 1 | -0/+3 | |
For now can be opened only by chat command /clan. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameter from keyboardconfig. | Andrei Karas | 1 | -1/+1 | |
2017-12-23 | Remove default parameters from equipmentwindow. | Andrei Karas | 1 | -2/+5 | |
2017-12-23 | Remove default parameter from dudyouknowwindow. | Andrei Karas | 1 | -1/+1 | |
2017-12-22 | Remove default parameters from shortcutwindow. | Andrei Karas | 1 | -1/+2 | |
2017-12-22 | Remove default parameters from map. | Andrei Karas | 1 | -1/+1 | |
2017-12-14 | Remove default parameters from soundmanager. | Andrei Karas | 1 | -2/+2 | |
2017-12-11 | Remove default parameters from ChatTab::chatLog. | Andrei Karas | 1 | -9/+31 | |
2017-09-18 | Move imagewriter into utils directory and rename to pnglib. | Andrei Karas | 1 | -2/+2 | |
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -1/+6 | |
Also add option to enable/disable this workaround. | |||||
2017-08-18 | Remove extra includes. | 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 | -8/+4 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-08-07 | Fix style issues. | Andrei Karas | 1 | -1/+1 | |
2017-08-07 | Allow open debug window before connecting to game. | Andrei Karas | 1 | -1/+7 | |
2017-08-03 | Dont add auto skill tab in legacy servers. | Andrei Karas | 1 | -2/+5 | |
2017-08-02 | Add item shortcuts tab with automatically filled with skills. | Andrei Karas | 1 | -1/+3 | |
2017-06-30 | Allow open chat window with debug tab before connecting to game. | Andrei Karas | 1 | -1/+8 | |
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -88/+91 | |
2017-05-12 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2017-05-11 | Allow from screenshot command set screenshot file name without path. | Andrei Karas | 1 | -19/+27 | |
Before was only prefix. | |||||
2017-05-11 | Allow set image name prefix in chat command /screenshot. | Andrei Karas | 1 | -5/+8 | |
2017-05-08 | Fix wrong checks after removing some server features. | Andrei Karas | 1 | -1/+1 | |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-05-02 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2017-05-01 | Remove ServerFeatures haveCart because it depend only on server type. | Andrei Karas | 1 | -1/+2 | |
2017-04-08 | Move resourcemanager from class to namespace. | Andrei Karas | 1 | -1/+1 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -2/+2 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+2 | |
2017-03-02 | Fix possible leaks on exit and asserts about adding non existing zips and ↵ | Andrei Karas | 1 | -0/+1 | |
directories. | |||||
2017-02-21 | Move other fs related files into fs directory. | Andrei Karas | 1 | -1/+1 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -8/+9 | |
2017-02-14 | In virtfs replace parameters type from char* to std::string. | Andrei Karas | 1 | -1/+1 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -3/+3 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues without C++11 flags. | Andrei Karas | 1 | -2/+2 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -3/+4 | |