summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-06Fix code style.Andrei Karas18-347/+28
2012-05-06Move specials window to manaserv only code.Andrei Karas5-9/+26
2012-05-06Fix possible crash in popup menu.Andrei Karas1-14/+4
2012-05-06Fix pickup list loading.Andrei Karas1-1/+1
2012-05-06Add const to images in drawing functions.Andrei Karas7-21/+25
2012-05-05Improve images drawing and remove some useless code.Andrei Karas10-302/+11
2012-05-05Refactor popupmenu class.Andrei Karas2-307/+169
2012-05-05Add pickup ignore list.Andrei Karas14-193/+531
2012-05-03Remove some commented code.Andrei Karas1-55/+0
2012-05-03Refactor a bit actorspritemanager. (remove duplicate code)Andrei Karas2-102/+74
2012-05-02Add timeout option between connections to sub servers.Andrei Karas3-0/+8
2012-05-01Add additional opengl flag.Andrei Karas1-0/+1
2012-04-30Move set video mode code from client to graphics manager.Andrei Karas3-36/+43
2012-04-29Fix keys for Next chat line/Previous chat line.Andrei Karas1-4/+4
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas11-317/+392
2012-04-28Change version to 1.2.4.29.Andrei Karas1-2/+2
2012-04-28Change particle physics to normal value.Andrei Karas1-1/+1
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-25Fix actions translation.Andrei Karas3-2/+42
2012-04-25Update and rebuild translations.Andrei Karas1-1/+1
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-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-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