summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-04-01Last part of fixes.Andrei Karas49-189/+191
2012-04-01One part of fixes after auto checking.Andrei Karas24-121/+149
2012-04-01Add keyboarddata.h to make files.v1.2.4.1Andrei Karas2-0/+2
2012-03-31Change version to 1.2.4.1Andrei Karas1-2/+2
2012-03-31Fix move issue with mouse.Andrei Karas2-0/+22
2012-03-31Allow enter text if setup window is open.Andrei Karas1-1/+1
2012-03-31Disable for now limits for change direction packets.Andrei Karas2-21/+21
2012-03-29Fix small error in manaserv code.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas68-181/+184
2012-03-29Fix code style.Andrei Karas3-3/+2
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas6-2/+100
Option in chat \ Auto hide chat window.
2012-03-28Add option to autohide buttons on top right corner.Andrei Karas4-1/+39
By default buttons hidden.
2012-03-27Extend sequence animation tag. Allow set in attribute value any frame numbers.Andrei Karas2-20/+105
Examples what doing same: <sequence start="55" end="60" delay="75" /> <sequence value="55-60" delay="75" /> <sequence value="55,56,57,58,59,60" delay="75" /> Other examples: <sequence value="55,p,56,p,58,p,59,p,60" delay="75" /> p mean pause.
2012-03-27Add pause animation tag.Andrei Karas4-2/+16
Example: <pause delay="10"/>
2012-03-27Small cleanup in equipment window.Andrei Karas1-2/+3
2012-03-27Unselect item in inventory if it was added to outfit window.Andrei Karas3-1/+14
2012-03-27Fix auto update online list after http server error (tmw like servers only).Andrei Karas1-0/+1
2012-03-27Fix chat links again.Andrei Karas1-2/+20
2012-03-27Fix chat item links. Some times links worked incorrectly.Andrei Karas1-5/+9
2012-03-27Fix shortcuts handling in setup window.Andrei Karas2-20/+21
2012-03-27Fix codition for direction keys.Andrei Karas1-4/+4
2012-03-26Fix npc menu keyboard navigation.Andrei Karas1-2/+2
2012-03-26Fix code style and auto check issues.Andrei Karas6-11/+26
2012-03-26Move input structure from keyboardconfig.cpp to keyboarddata.h file.Andrei Karas4-1059/+1006
2012-03-26Redesign input handling.Andrei Karas17-1078/+2417
2012-03-23Fix copy to clipboard issue.Andrei Karas1-1/+12
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas37-101/+108
bad and must be replaced with better implimentation.
2012-03-21Fix copy to clipboard with links.Andrei Karas1-1/+1
2012-03-20Fix tiles animation in opengl mode in non fringe layers.Andrei Karas4-10/+18
2012-03-19Protect autocomplete from evil nicks if nick start from chat line start.Andrei Karas1-7/+17
Example nick: @pvp on
2012-03-19Add help po translation.Andrei Karas8-47/+119
Combine help and client data translations.
2012-03-18Fix config keys validation.Andrei Karas1-1/+1
2012-03-17Change version to 1.2.3.18.Andrei Karas1-2/+2
2012-03-17Fix old fullscreen value check.Andrei Karas1-2/+2
2012-03-17Fix warning wih disabled NLS.Andrei Karas1-2/+1
2012-03-17In update windows after client version switch color back to black.Andrei Karas1-2/+2
2012-03-16Fix stuck after canceling register.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas15-28/+108
Fix per gender and race items separation.
2012-03-13Fix to avoid false positives in automatic checking software.Andrei Karas2-8/+10
2012-03-13Remove second use/equip button from inventory.Andrei Karas2-14/+3
2012-03-13Use per race equipment sprites.Andrei Karas7-19/+39
Example: <sprite gender="male" race="4">...</sprite>
2012-03-12Fix servers list download error.Andrei Karas2-13/+13
2012-03-11Fix code style.Andrei Karas1-2/+2
2012-03-11Fix use button in skills dialog if switching tabs.Andrei Karas3-0/+28
Add drawing skill image in shortcuts bar.
2012-03-10Allow add skills to shortcuts bar (same as for magic and script commands).Andrei Karas6-15/+78
2012-03-10Add to skills missile particle effect and hit/miss sounds.Andrei Karas5-76/+146
Add to skills use effect 100000 + skillid on target.
2012-03-10Add basic skill action use on target.Andrei Karas3-4/+45
2012-03-10Add skill range parameter to skills.Andrei Karas3-11/+14
2012-03-10Remove more debug lines and fix logging bytes stream.Andrei Karas2-2/+1
2012-03-09Validate reading keys from config.Andrei Karas1-0/+3