summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+4
2015-02-27Fix compilation with eathena only.Andrei Karas1-0/+2
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas1-0/+1
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-0/+3
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+4
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-1/+12
2015-02-15Fix drop/store window in inventory.Andrei Karas1-2/+5
2015-01-30Fix compilation without eathena.Andrei Karas1-0/+2
2015-01-24Add partial support for cart window.Andrei Karas1-0/+1