summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-24add minimize/maximize event handling in game class for SDL2.Andrei Karas1-5/+69
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-8/+3
2013-08-24remove most static methods from Client.Andrei Karas1-4/+4
2013-08-24improve some mode methods in Client.Andrei Karas1-4/+4
2013-08-24improve dirs usage in Client.Andrei Karas1-1/+1
2013-08-24improve getState/setState in Client.Andrei Karas1-7/+7
2013-08-24save Client object into global variable.Andrei Karas1-10/+1
2013-08-24second part with compilation fixes for SDL2.Andrei Karas1-0/+20
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+4
2013-07-06fix code style and some minor issues.Andrei Karas1-1/+0
2013-06-30Add ability to open support page if error happend.Andrei Karas1-4/+5
2013-06-21fix code style.Andrei Karas1-2/+0
2013-06-20Add more profiler labels.Andrei Karas1-1/+3
2013-05-03add comments for translators.Andrei Karas1-0/+6
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+2
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+3
2013-04-14some more style fixes from cpplint.Andrei Karas1-4/+4
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-1/+3
2013-04-09Improve slow login update speed.Andrei Karas1-14/+20
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-1/+1
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-2/+2
2013-03-29remove some code from deprivatedevent class.Andrei Karas1-14/+1
2013-03-28improve generalhandler class.Andrei Karas1-4/+3
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+10
2013-03-28improve gamehandler classAndrei Karas1-5/+2
2013-03-24fix compilation warnings.Andrei Karas1-1/+1
2013-03-23More fixed for profiler labels.Andrei Karas1-0/+5
2013-03-23Fix profiler labels.Andrei Karas1-0/+3
2013-03-22Add option to enable/disable language chat tab.Andrei Karas1-1/+1
2013-03-22Add language tab class.Andrei Karas1-0/+13
2013-03-21Add channel name to chat tabs.Andrei Karas1-2/+2
2013-03-05Add config counters for starting client and entering game.Andrei Karas1-0/+2
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas1-0/+3
2013-03-01Fix code style.Andrei Karas1-1/+2
2013-02-26Split skills and stats.Andrei Karas1-0/+1
2013-02-25Improve string usage in other files.Andrei Karas1-5/+5
2013-02-23Improve game class.Andrei Karas1-67/+51
2013-02-19Add option to enable/disable gm tab.Andrei Karas1-1/+4
2013-02-19Add support for GM tab.Andrei Karas1-0/+6
2013-02-18Change process priority depend on game state.Andrei Karas1-0/+3
2013-02-18Fix random not working guild tab with guild bot integration.Andrei Karas1-0/+2
2013-02-18Remove auction bot support.Andrei Karas1-10/+0
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-3/+2
2013-02-13Fix code style.Andrei Karas1-1/+1
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas1-4/+0
2013-01-23Add support for handling event for show/hide on screen keyboard.Andrei Karas1-13/+21
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Remove free space from top and right in buttons menu.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-21Fix code style and other small issues.Andrei Karas1-1/+2