summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-05Allow scroll listboxes and popup list by holding and moving mouse.Andrei Karas4-0/+36
2013-10-05Run click action in list box only after mouse released.Andrei Karas6-8/+14
2013-10-05do mouse scrolling in scroll area only with mouse moved more than 20 px.Andrei Karas1-3/+4
2013-10-05add missing consts in playerinfo.Andrei Karas2-14/+14
2013-10-05fix equipment context menu focus order.Andrei Karas1-0/+1
2013-10-04in drag and drop not allow give to npc or move to trade protected items.Andrei Karas1-2/+9
2013-10-04Fix inventory "store" button if item was protected.Andrei Karas1-3/+3
2013-10-04add pickup and drop sound effects.Andrei Karas10-11/+58
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas14-42/+160
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas9-73/+82
2013-10-04Add new item sound events constants.Andrei Karas7-29/+37
2013-10-04add generic way for loading item sounds.Andrei Karas1-8/+20
2013-10-04fix compilation with cmake.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas109-291/+278
2013-10-02add support for /me command inside /away comand.Andrei Karas3-4/+25
2013-10-02fix char sign in online list in tmw like servers.Andrei Karas1-4/+4
2013-10-02Add command /dumpgl to show OpenGL version string in chat.Andrei Karas3-0/+19
2013-10-02bit cleanup tabbedarea.Andrei Karas4-16/+9
2013-10-02Add support for gm detection in online list on "new" tmw server.Andrei Karas1-0/+10
2013-10-02Add legacy target selection image in mana theme.Andrei Karas1-1/+1
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas21-225/+265
2013-10-01Add on screen buttons layout 3x3, 4x2, 4x3Andrei Karas4-49/+145
2013-09-30fix slow login update time.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas54-109/+126
2013-09-30move mgl files into render directory.Andrei Karas6-7/+7
2013-09-30move tabs into tabs directory.Andrei Karas78-183/+195
2013-09-30move popups into popups directory.Andrei Karas34-58/+76
2013-09-30move windows classes to windows directory.Andrei Karas146-474/+521
2013-09-29add additional translation comments to popup menu items.Andrei Karas1-1/+177
2013-09-29change smaller letter literalt into capital letter.Andrei Karas52-207/+207
2013-09-29reset safemode always after start.Andrei Karas1-1/+1
2013-09-29Add support for opening browser in Android with SDL2.Andrei Karas1-1/+7
2013-09-29fix crash if open rename map item dialog and walk to other map.Andrei Karas2-14/+24
2013-09-29Fix password length limit messages.Andrei Karas7-7/+7
2013-09-29Show SDL version in client version and in updates.Andrei Karas1-2/+7
2013-09-29fix custom update servers from gui.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas9-13/+14
2013-09-28add const for methods return values.Andrei Karas35-63/+65
2013-09-28Use fonts loading with physfs only with SDL2.Andrei Karas1-5/+5
2013-09-28fix compilation with very old SDL.Andrei Karas1-0/+23
2013-09-28Change version to 1.3.9.29.Andrei Karas1-2/+2
2013-09-28remove useless check.Andrei Karas1-2/+1
2013-09-28call correct setMap from Being class.Andrei Karas1-1/+1
2013-09-27Fix fonts loading on windows.Andrei Karas1-1/+8
2013-09-27fix code style and issues with different builds.Andrei Karas12-16/+21
2013-09-27fix reading auction bot integration checkbox.Andrei Karas1-0/+1
2013-09-27Hide mouse cursor by default on Android.Andrei Karas2-1/+8
2013-09-27Reset for all audio frequency to 44100.Andrei Karas1-1/+5
2013-09-27Fix center window default value on windows and mac.Andrei Karas1-0/+2
2013-09-27Change default frequency to 44100.Andrei Karas1-1/+1