summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-15/+15
2018-10-29Fix code style.s20181102Andrei Karas1-3/+3
2018-09-07Add basic performance counters.Andrei Karas1-0/+3
2018-05-05Remove support for CILK plus.Andrei Karas1-4/+4
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+2
2018-02-13Add clan window.Andrei Karas1-0/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameter from keyboardconfig.Andrei Karas1-1/+1
2017-12-23Remove default parameters from equipmentwindow.Andrei Karas1-2/+5
2017-12-23Remove default parameter from dudyouknowwindow.Andrei Karas1-1/+1
2017-12-22Remove default parameters from shortcutwindow.Andrei Karas1-1/+2
2017-12-22Remove default parameters from map.Andrei Karas1-1/+1
2017-12-14Remove default parameters from soundmanager.Andrei Karas1-2/+2
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas1-9/+31
2017-09-18Move imagewriter into utils directory and rename to pnglib.Andrei Karas1-2/+2
2017-09-09Add workaround for fix alt-tab issue in SDL2.Andrei Karas1-1/+6
2017-08-18Remove extra includes.Andrei Karas1-1/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-2/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-8/+4
2017-08-07Fix style issues.Andrei Karas1-1/+1
2017-08-07Allow open debug window before connecting to game.Andrei Karas1-1/+7
2017-08-03Dont add auto skill tab in legacy servers.Andrei Karas1-2/+5
2017-08-02Add item shortcuts tab with automatically filled with skills.Andrei Karas1-1/+3
2017-06-30Allow open chat window with debug tab before connecting to game.Andrei Karas1-1/+8
2017-06-30Remove extra includes again.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-88/+91
2017-05-12Fix code style.Andrei Karas1-2/+2
2017-05-11Allow from screenshot command set screenshot file name without path.Andrei Karas1-19/+27
2017-05-11Allow set image name prefix in chat command /screenshot.Andrei Karas1-5/+8
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures haveCart because it depend only on server type.Andrei Karas1-1/+2
2017-04-08Move resourcemanager from class to namespace.Andrei Karas1-1/+1
2017-04-03Replace string::append with pathJoin.Andrei Karas1-2/+2
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+2
2017-03-02Fix possible leaks on exit and asserts about adding non existing zips and dir...Andrei Karas1-0/+1
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-8/+9
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues without C++11 flags.Andrei Karas1-2/+2
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-3/+4
2016-09-23Add missing comments into defines.Andrei Karas1-16/+19
2016-08-29Fix some cast issues.Andrei Karas1-2/+2
2016-08-29Use time_t for time values.Andrei Karas1-4/+4