summaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-0/+1
2012-03-01Fix modal state for some dialogs.Andrei Karas1-1/+2
2012-03-01Block move/direction shortcuts in inventory/storage input fields.Andrei Karas1-1/+2
2012-02-29Fix npc menu focus/defocus issue.Andrei Karas1-5/+6
2012-02-28Add different sound effects for different events.Andrei Karas1-3/+3
2012-02-18Fix code style.Andrei Karas1-2/+2
2012-02-08Fix compilation errors and more style.Andrei Karas1-10/+10
2012-02-05Add own translation system.Andrei Karas1-0/+2
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-55/+56
2012-01-30Add some missing checks to window resize code.Andrei Karas1-2/+4
2012-01-30Smal refactoring in resize code.Andrei Karas1-1/+1
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-3/+13
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-0/+6
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-1/+1
2012-01-15Fix default item shortcuts window size.Andrei Karas1-1/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-23Probably fix auto adjusting perfomance after going from sleep mode.Andrei Karas1-12/+18
2011-12-16Fix blocking some chars in inventory/storage input box.Andrei Karas1-0/+1
2011-12-14Fix increasing log file if client was disconnected from network.Andrei Karas1-2/+7
2011-12-10Fix talk to npc key delay.Andrei Karas1-2/+1
2011-11-15Split Game::handleInput to small functions.Andrei Karas1-637/+660
2011-11-10Fix random key press loses.Andrei Karas1-1/+3
2011-11-09Fix joystick attack (button 0).Andrei Karas1-6/+14
2011-11-09Fix joystick after reconnecting to server.Andrei Karas1-1/+0
2011-11-09Fix code style.Andrei Karas1-1/+6
2011-11-09Add support for joystick selection.Andrei Karas1-6/+0
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-13/+13
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-52/+52
2011-11-05Fix double network error dialog.Andrei Karas1-18/+15
2011-11-02Add option to yellow bar to change player attack in pvp mode.Andrei Karas1-0/+8
2011-10-30Hide death message dialog in reconnect.Andrei Karas1-1/+11
2011-10-30Logging state what triggered disconnect dialog creation.Andrei Karas1-0/+5
2011-10-30Remove duplicate getAway function.Andrei Karas1-8/+8
2011-10-16Fix fps limit.v1.1.10.16Andrei Karas1-1/+0
2011-10-13Restore normal fps limit if show error window.Andrei Karas1-0/+2
2011-09-28Add untarget key. By default unassigned.Andrei Karas1-3/+7
2011-09-18Fix half away state.Andrei Karas1-4/+2
2011-09-13Fix fps switching after game window set active.Andrei Karas1-9/+6
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-113/+213
2011-09-11Add own theme xml configuration for each shortcuts based window.Andrei Karas1-4/+4
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-6/+6
2011-09-09Add to inventory filter by letters from item names.Andrei Karas1-6/+13
2011-08-30Add auction bot support switch.Andrei Karas1-1/+10
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-7/+4
2011-08-27Fix guild reload if change nick on same account.Andrei Karas1-0/+6
2011-08-27Fix memory leaks in guildmanager.Andrei Karas1-0/+3
2011-08-27Basic support for guild bot integration.Andrei Karas1-8/+16
2011-08-18Improve "auto adjust perfomance".Andrei Karas1-1/+11
2011-08-15Add option to hide ip addresses on screenshots.Andrei Karas1-1/+13