summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-3/+0
2016-07-29Add some missing tmwa defines.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-12/+0
2016-06-22Remove extra include from game.cppAndrei Karas1-1/+0
2016-06-21Add support for items with cards in charcreation.xmlAndrei Karas1-0/+3
2016-06-06Load special tilesets in ignored atlas.Andrei Karas1-0/+8
2016-06-02Collect asserts before creating chat windowAndrei Karas1-0/+8
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-03-22Not allow moving from sit state if server not support it.Andrei Karas1-6/+6
2016-03-16Split ParticleEngine from Particle class.Andrei Karas1-8/+7
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas1-0/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move touchmanager into touch directory.Andrei Karas1-1/+2
2015-12-20Move shortcuts files into gui/shortcut directory.Andrei Karas1-3/+4
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-16Use screenshort helpers for creating screenshotsAndrei Karas1-4/+5
2015-12-15Fix screenshots path in nacl.Andrei Karas1-1/+4
2015-12-15Add support for sending screenshot to js side in nacl.Andrei Karas1-0/+7
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+2
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas1-0/+2