summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Corrected argument passing for DLOG_ANDROIDDan Sagunov1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas321-385/+385
2012-10-15Show Android in client version.Andrei Karas1-0/+2
2012-10-15Exclude mgl.cpp/h file if OpenGL is disabled.Andrei Karas2-0/+8
2012-10-15Extend Android logger.Andrei Karas2-3/+15
2012-10-15Fix compilation old gcc and system wide guichan at same time.Andrei Karas24-1/+46
2012-10-15Complete support for USE_MUMBLE flag.Andrei Karas2-0/+8
2012-10-14Add some android fixes.Andrei Karas8-1/+47
2012-10-14Fix memory corruption from previous commit with labels.Andrei Karas1-3/+2
2012-10-14Extend theming in tab control.Andrei Karas2-12/+30
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas33-148/+115
2012-10-14Add theming to labels.Andrei Karas34-173/+205
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas12-866/+307
2012-10-14Add new parameters to buttons theming.Andrei Karas3-31/+52
2012-10-13Change version to 1.2.10.14v1.2.10.14Andrei Karas1-2/+2
2012-10-12Add new parameters to equipment window tehming.Andrei Karas2-13/+15
2012-10-12Disallow double click in lists into two differnt selected items at same time.Andrei Karas2-9/+21
2012-10-11Replace some getters to direct fileds using.Andrei Karas9-69/+50
2012-10-11Add support for double click in buy and sell dialog.Andrei Karas3-22/+28
2012-10-11Allow open inventory and some other actions while buy window is open.Andrei Karas2-13/+0
2012-10-10Fix code style.Andrei Karas5-5/+17
2012-10-10Fix compilation errors with stlport.Andrei Karas9-20/+23
2012-10-10Fix compilation issues with different flags.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from other classes.Andrei Karas43-27/+193
2012-10-10Delete copy constructor from net classes.Andrei Karas71-21/+171
2012-10-10Delete copy constructor from guichan classes.Andrei Karas20-1/+45
2012-10-10Delete copy constructor in some classes.Andrei Karas196-65/+567
2012-10-09Fix some stlport issues.Andrei Karas7-32/+8
2012-10-09Fix type casting in itemamount window class.Andrei Karas1-3/+3
2012-10-09Remove typeinfo from textpreview class.Andrei Karas1-13/+14
2012-10-09Fix includes in sdlinput class.Andrei Karas2-2/+3
2012-10-09Fix possible guichan STL issue.Andrei Karas1-3/+3
2012-10-08Fix code style.Andrei Karas6-17/+23
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas17-132/+128
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas7-21/+61
2012-10-08Add functions for future batch size detection.Andrei Karas4-3/+48
2012-10-08Allow reinit configuration files.Andrei Karas3-2/+30
2012-10-08Enable texture sampler by default only for Nvidia driver.Andrei Karas2-1/+2
2012-10-08Store OpenGL renderer and vendor in graphics manager.Andrei Karas3-19/+28
2012-10-08improve map draw speed.Andrei Karas9-61/+74
2012-10-06Disable rectangular textures if texture sampler enabled.Andrei Karas2-1/+6
2012-10-06Improve map draw speed in fast opengl.Andrei Karas9-15/+26
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas9-54/+102
2012-10-06Fix monster particle effects.Andrei Karas2-4/+5
2012-10-06Fix default particle effects in attacks.Andrei Karas7-9/+39
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas5-7/+35
2012-10-05first part for adding mobs particle effects.Andrei Karas7-68/+66
2012-10-05Fix chat logs dir in command line parameters.Andrei Karas1-4/+3
2012-10-05Fix fallback in corrupted texture sampler.Andrei Karas1-1/+2
2012-10-04Read max fbo size.Andrei Karas2-0/+13