summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-02improve windows build compilation flags.Andrei Karas1-2/+2
2013-06-01Add alternate host name to servers list.Andrei Karas3-7/+21
First try will be by hostname, if it failed in name resolution will be used alt host name This allow connect to server with static ip address even if dns is broken.
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas8-5/+75
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need.
2013-06-01clear drag selection if selected item removed.Andrei Karas2-0/+9
2013-06-01Restore adding items to outfits and drops by clicking only.Andrei Karas4-16/+43
2013-06-01Add drag and drop to drops window.Andrei Karas4-51/+22
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas8-75/+142
2013-06-01fix items draging grid in outfits window.Andrei Karas1-3/+3
2013-05-31Change mouserelease gui function.Andrei Karas4-52/+45
2013-05-31Fix spell attack key.Andrei Karas1-3/+0
Default key value B.
2013-05-31improve dropdown.Andrei Karas2-41/+39
2013-05-31improve desktop class.Andrei Karas1-12/+20
2013-05-31blacknblack: fix item colorYour Name1-1/+1
2013-05-31Improve chattab class.Andrei Karas18-31/+32
2013-05-30Add color for globals with player/npc name.Andrei Karas12-1/+20
New colors: GLOBAL, GLOBAL_OUTLINE.
2013-05-30improve characterviewsmall.Andrei Karas2-5/+4
2013-05-30improve characterviewnormal.Andrei Karas2-4/+4
2013-05-30improve characterviewbase.Andrei Karas1-1/+1
2013-05-30improve characterdisplay.Andrei Karas1-1/+3
2013-05-30Prevent losing per server settings.Andrei Karas3-0/+13
Prevent losing per server settings if partially connect to server and save settings.
2013-05-30improve button class.Andrei Karas1-16/+18
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas3-8/+16
Other bytes reserved for future usage.
2013-05-30Add screenshots option in branding file.Andrei Karas5-2/+5
Example: <option name="screenshots" value="EvolOnline"/>
2013-05-29improve browserbox.Andrei Karas1-10/+5
2013-05-29improve avatarlistboxAndrei Karas1-4/+4
2013-05-29Fix compilation error in some compilersAndrei Karas1-2/+0
2013-05-28fix compilation warning.Andrei Karas1-1/+2
2013-05-28Change errors images.Reid Yaro4-1/+1
2013-05-28Improve worldselectdialog.Andrei Karas1-2/+2
2013-05-28improve windowmenu.Andrei Karas2-11/+13
2013-05-28Add support for include in npcs.xmlAndrei Karas2-2/+19
2013-05-28Add support for include in monsters.xmlAndrei Karas2-2/+17
2013-05-28improve whoisonline.Andrei Karas2-26/+21
2013-05-28improve viewport.Andrei Karas2-74/+62
2013-05-28fix code style.Andrei Karas2-1/+3
2013-05-28fix guard header part3.Andrei Karas114-228/+244
2013-05-28fix guard header part2.Andrei Karas58-157/+157
2013-05-28fix guard header part1.Andrei Karas147-408/+411
2013-05-27Jewelry Theme: - Correct standard chat text color outlineHal9OOO1-7/+7
- Differentiate standard and player chat text color - Correct Being Popup outline - Minor tuning to colors
2013-05-27fix compilation warnings.Andrei Karas2-2/+2
2013-05-27improve userpalette.Andrei Karas1-5/+4
2013-05-27improve updaterwindow.Andrei Karas1-19/+12
2013-05-27add to url with downloaded files also server name with parameter.Andrei Karas1-0/+10
example: old resources2.xml new resources2.xml?host=server.themanaworld.org
2013-05-27Remove previous server name from settings if switching servers.Andrei Karas1-0/+1
2013-05-27Improve tradewindow.Andrei Karas2-24/+15
2013-05-27improve theme class.Andrei Karas2-26/+16
2013-05-27improve textpopup.Andrei Karas2-39/+38
2013-05-27improve textdialog.Andrei Karas2-3/+3
2013-05-27Fix spawn of disguised mobs.Andrei Karas2-30/+51
2013-05-27Fix player sprites in disguise mode.Andrei Karas1-4/+10
Also fix animation for local player who disguised monster. For other players disguised monster animation is broken.