summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-20Fix code style.Andrei Karas1-0/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-7/+4
2015-11-10Add support for casting status effect on ground.Andrei Karas1-0/+4
2015-08-22Use resource manager as global variable.Andrei Karas1-2/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-5/+8
2015-07-21Add missing checks and non null attributes.Andrei Karas1-7/+3
2015-06-30Fix code style.Andrei Karas1-1/+0
2015-06-20Remove server feature haveLangTab.Andrei Karas1-11/+0
2015-06-18Add option gmTabMinimalLevel to paths.xml for show gm chat tab.Andrei Karas1-6/+5
2015-06-14Rename CREATEWIDGET* macroses.Andrei Karas1-24/+24
2015-06-14Use CREATEWIDGET macro in game.Andrei Karas1-48/+32
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-5/+8
2015-05-30Move theme colors enum into separate file.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-25Fix crash in emulated guild tab deletion.Andrei Karas1-5/+4
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-3/+9
2015-05-23Add missing calls to postInit for windows and popups.Andrei Karas1-3/+7
2015-05-22Fix code style.Andrei Karas1-0/+2
2015-05-21Call postInit after each window creation.Andrei Karas1-0/+10
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-07Remove bot checker window.Andrei Karas1-5/+0
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+3
2015-05-04Fix code style.Andrei Karas1-1/+0
2015-05-01Fix possible crash on exit with opened storage window.Andrei Karas1-0/+1
2015-04-30Request mail list automatically on start.Andrei Karas1-0/+3
2015-04-26Add incomplete mail window.Andrei Karas1-0/+3
2015-04-26Use cilkplus in game.cppAndrei Karas1-7/+7
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-1/+2