summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-12-05Fix termination memory leaks after adding batch draw.Andrei Karas4-2/+11
2012-12-05add attack and cancel on screen buttons.Andrei Karas9-8/+95
2012-12-05Simplify touch manager events.Andrei Karas2-19/+18
2012-12-05Another fix for fillrectangle function.Andrei Karas1-5/+15
2012-12-04Merge branch 'master' of gitorious.org:manaplus/manaplusHal9OOO5-10/+26
2012-12-04Fix beingpopup style in Jewelry Theme.Hal9OOO4-1/+26
2012-12-05Fixed interface localization.Socapex3-4/+13
2012-12-05Add some special chars to ignore in public chat for future usage.Andrei Karas1-5/+12
2012-12-04Fix possible incorrect ditection.Andrei Karas1-1/+1
2012-12-04Possible fix for incorrect colors in fillRectangle function.Andrei Karas1-10/+16
2012-12-04Included more library dependencies. Delete unnecessary .app.Socapex25-9/+112
2012-12-04Self conatined .app should now work on computers without libraries.Socapex9-36/+117
Conflicts: ManaPlus.app/Contents/Info.plist ManaPlus.app/Contents/MacOS/ManaPlus
2012-12-04Bit more cleanup after merging xcode project.Andrei Karas6-82/+0
2012-12-04Remove some outdated xcode files.Andrei Karas15-5425/+0
2012-12-04Initial changes for OS X build.Socapex22-29/+8692
2012-12-04Fix for MacOSX in OpenGL extensions.Andrei Karas1-0/+2
2012-12-03Add option to protect chat focus.Andrei Karas3-4/+29
Enabled by default.
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas27-74/+74
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas8-26/+26
2012-12-03Fix code style.Andrei Karas7-8/+10
2012-12-03Add missing files from previous commit.Andrei Karas2-0/+97
2012-12-03Add support for relative mouse move in android version.Andrei Karas10-26/+63
2012-12-02update and rebuild translations.Andrei Karas43-8392/+8713
2012-12-01Add batch drawing to shortcuts windows.Andrei Karas8-40/+63
2012-12-01add batch draw to equipment window.Andrei Karas4-11/+47
2012-12-01Add batch drawing to touch manager.Andrei Karas2-14/+42
2012-12-01Add batch drawing to popup.Andrei Karas2-11/+17
2012-12-01Fix previous commits.Andrei Karas2-0/+2
2012-12-01Add batch drawing to window.Andrei Karas2-28/+67
2012-12-01Add batch drawing to tab.Andrei Karas2-12/+20
2012-12-01Add batch drawing to progressbar.Andrei Karas2-9/+17
2012-12-01Add batch drawing to scrollarea.Andrei Karas2-52/+217
2012-12-01Add batch drawing for any images.Andrei Karas14-32/+783
Add this drawing to Button.
2012-11-29ANDROID: Basic joypad area graphic added in Jewelry Theme.Hal9OOO4-0/+13
2012-11-30Set jewelry theme by default for evol branding.Andrei Karas1-1/+1
2012-11-30Add support for email field in registration form.Andrei Karas7-21/+56
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas5-5/+13
2012-11-27Simplify command handlers.Andrei Karas21-1686/+1454
2012-11-25Add relative mouse moving.Andrei Karas4-17/+108
Enabled by default in Android version.
2012-11-24Change version to 1.2.11.25v1.2.11.25Andrei Karas7-7/+21
2012-11-24update translations.Andrei Karas16-1032/+1035
2012-11-24Revert "Fake solution to avoid Theme Info button graphic to be corrupted."Andrei Karas1-1/+1
This reverts commit d553924a7f8c911d944207f7431b7e0ebd2b0fe8.
2012-11-24Fix code style.Andrei Karas9-10/+23
2012-11-22Fake solution to avoid Theme Info button graphic to be corrupted.Hal9OOO1-1/+1
2012-11-22Browserbox padding tuning in Jewelry Theme.Hal9OOO3-0/+10
2012-11-22Fix drops shortcuts loading.Andrei Karas2-4/+5
2012-11-22Possible fix for random incorrect beings draw order.Andrei Karas1-1/+1
2012-11-21Add some consts to draw backend.Andrei Karas10-94/+107
2012-11-21update and rebuild translations.Andrei Karas40-7930/+9135
2012-11-21Enable batch map draw always in OpenGL modes.Andrei Karas1-1/+2
It using bit more cpu, but look like anyway faster.