summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-28Update and rebuild translations.v1.2.4.29Andrei Karas40-3721/+4880
2012-04-28Change version to 1.2.4.29.Andrei Karas7-7/+30
2012-04-28Change particle physics to normal value.Andrei Karas1-1/+1
2012-04-28Update mplus fonts.Andrei Karas2-0/+0
2012-04-28Fix code style and add some checks.Andrei Karas10-19/+35
2012-04-27Improve screen position calculation.Andrei Karas4-76/+60
2012-04-27Try enable rectangular textures before using it.Andrei Karas2-0/+2
2012-04-27Add debug check.Andrei Karas2-2/+3
2012-04-27Add option to enable/disable rectangular textures.Andrei Karas4-8/+17
2012-04-27Remove translation parser debug message.Andrei Karas2-2/+2
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas7-7/+91
2012-04-26Add to log draw backend name.Andrei Karas9-4/+144
2012-04-26Remove debug frame rate messages.Andrei Karas1-4/+0
2012-04-26Add keyboard repeat setting to misc tab.Andrei Karas4-1/+27
2012-04-26Increase input settings tab width.Andrei Karas1-1/+5
2012-04-26Fix vsync setting on supported software/hardware.Andrei Karas1-1/+2
2012-04-26Logging opengl vendor and renderer.Andrei Karas2-0/+17
2012-04-26Add LPS counter to debug window (Logic per second).Andrei Karas4-8/+18
2012-04-25Increase minimised window sleep time.Andrei Karas1-1/+1
2012-04-25Merge remote-tracking branch 'linuxcobras-manaplus/master'Andrei Karas8-20/+20
2012-04-25Fix actions translation.Andrei Karas3-2/+42
2012-04-25Fix typos in help, update help-translations with typosMarco Jäger8-20/+20
2012-04-25Update and rebuild translations.Andrei Karas50-32688/+43912
2012-04-25Improve iterators part 2.Andrei Karas34-219/+236
2012-04-25Improve iterators part 1.Andrei Karas39-190/+202
2012-04-24Add particle physics settings (default value is best perfomance)Andrei Karas4-6/+14
2012-04-23Remove outdated fix for windows builds.Andrei Karas3-132/+2
2012-04-23Add support for independent per server updates.Andrei Karas2-0/+25
2012-04-23By default dont switch tabs by left/right keys.Andrei Karas2-9/+14
2012-04-22Remove button "old" from relation settings page.Andrei Karas2-10/+1
2012-04-22Remove outdated info from windows help.Andrei Karas1-3/+0
2012-04-22Split long text line in kill stats window.Andrei Karas2-27/+31
2012-04-22Improve keyboard handling in create character dialog.Andrei Karas2-1/+26
2012-04-22Improve keyboard handling in character selection dialog.Andrei Karas2-6/+157
2012-04-22Cache some settings om chat window.Andrei Karas2-3/+10
2012-04-21Fix typo in help.Andrei Karas1-1/+1
2012-04-21Add ability to remove old unused keys from configuration file.Andrei Karas5-3/+229
2012-04-21Extract SDL video info to separate method.Andrei Karas2-0/+7
2012-04-21Add audio frequency and audio channels settings.Andrei Karas4-3/+35
2012-04-21Add option in settings to center window on screen (windows and osx)Andrei Karas3-1/+12
2012-04-20Add additional keys handling to servers dialog.Andrei Karas1-1/+26
2012-04-20Remove hardcoded attributes defines from guichan headers.Andrei Karas11-62/+4
2012-04-20Improve in servers dialog keyboard handling.Andrei Karas1-9/+16
2012-04-20Always select first server in servers list.Andrei Karas1-5/+8
2012-04-20Fix "reset all keys" button in input settings.Andrei Karas1-1/+1
2012-04-20Fix code style.Andrei Karas3-4/+10
2012-04-19Dehardcode keys in gui widgets.Andrei Karas30-331/+684
2012-04-18First step for dehardcode input handling in widgets.Andrei Karas16-111/+345
2012-04-17Move input condition mask to class member variable.Andrei Karas2-28/+31
2012-04-17Move keyboard handling from guichan to own classes.Andrei Karas17-274/+258