summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-17Add OpenGL support for Android builds (partially).Andrei Karas13-27/+93
2012-10-17ARM fixes.Andrei Karas4-5/+3
2012-10-16Fix background flag in social window for party and guild tabs.Andrei Karas1-3/+3
2012-10-16Fix code style and some other minor issues.Andrei Karas28-80/+80
2012-10-16Add listbox padding.Andrei Karas11-48/+93
2012-10-16Merge branch 'androidtemp'Andrei Karas3-9/+18
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas38-73/+82
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas38-73/+82
2012-10-15Fixed config and localdata dirsDan Sagunov1-2/+3
2012-10-15Fixed Android client recognitionDan Sagunov1-2/+2
2012-10-15Added androidbuild check in librt, mumble and pthreadDan Sagunov1-5/+13
2012-10-15Added androidbuild checking in configureDan Sagunov1-2/+18
2012-10-15Corrected argument passing for DLOG_ANDROIDDan Sagunov1-1/+1
2012-10-15Added --without-pthread flag.Dan Sagunov1-2/+8
2012-10-15Override some methods in guichan listbox.Andrei Karas8-18/+24
2012-10-15Added androidbuild checking in configureDan Sagunov1-2/+18
2012-10-15Corrected argument passing for DLOG_ANDROIDDan Sagunov1-1/+1
2012-10-15Added --without-pthread flag.Dan Sagunov1-2/+8
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 Karas3-0/+17
2012-10-14Add some android fixes.Andrei Karas8-1/+47
2012-10-14Add missing file.Andrei Karas1-0/+5
2012-10-14Fix memory corruption from previous commit with labels.Andrei Karas1-3/+2
2012-10-14Extend theming in tab control.Andrei Karas3-12/+32
2012-10-14Replace gcn::Button to Button in all classes.Andrei Karas33-148/+115
2012-10-14Add theming to labels.Andrei Karas36-173/+207
2012-10-14Dont use guichan tab and tabbedarea anymore.Andrei Karas12-866/+307
2012-10-14Add new parameters to buttons theming.Andrei Karas7-31/+64
2012-10-13Change version to 1.2.10.14v1.2.10.14Andrei Karas7-7/+23
2012-10-13Update translations.Andrei Karas15-59/+65
2012-10-12Add missing files from previous commit.Andrei Karas4-0/+101
2012-10-12Add new parameters to equipment window tehming.Andrei Karas13-13/+50
2012-10-12Fix padding in progress bars.Andrei Karas1-1/+1
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-11Update and rebuild translations.Andrei Karas41-16484/+17124
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