Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-29 | Add option to auto hide chat window (chat window visible by default) | Andrei Karas | 6 | -2/+100 | |
Option in chat \ Auto hide chat window. | |||||
2012-03-28 | Add option to autohide buttons on top right corner. | Andrei Karas | 4 | -1/+39 | |
By default buttons hidden. | |||||
2012-03-27 | Extend sequence animation tag. Allow set in attribute value any frame numbers. | Andrei Karas | 2 | -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-27 | Add pause animation tag. | Andrei Karas | 4 | -2/+16 | |
Example: <pause delay="10"/> | |||||
2012-03-27 | Small cleanup in equipment window. | Andrei Karas | 1 | -2/+3 | |
2012-03-27 | Unselect item in inventory if it was added to outfit window. | Andrei Karas | 3 | -1/+14 | |
2012-03-27 | Fix auto update online list after http server error (tmw like servers only). | Andrei Karas | 1 | -0/+1 | |
2012-03-27 | Fix chat links again. | Andrei Karas | 1 | -2/+20 | |
2012-03-27 | Fix chat item links. Some times links worked incorrectly. | Andrei Karas | 1 | -5/+9 | |
2012-03-27 | Fix shortcuts handling in setup window. | Andrei Karas | 2 | -20/+21 | |
2012-03-27 | Fix codition for direction keys. | Andrei Karas | 1 | -4/+4 | |
2012-03-26 | Fix npc menu keyboard navigation. | Andrei Karas | 1 | -2/+2 | |
2012-03-26 | Fix code style and auto check issues. | Andrei Karas | 6 | -11/+26 | |
2012-03-26 | Move input structure from keyboardconfig.cpp to keyboarddata.h file. | Andrei Karas | 4 | -1059/+1006 | |
2012-03-26 | Redesign input handling. | Andrei Karas | 17 | -1078/+2417 | |
2012-03-23 | Fix copy to clipboard issue. | Andrei Karas | 1 | -1/+12 | |
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 37 | -101/+108 | |
bad and must be replaced with better implimentation. | |||||
2012-03-21 | Fix copy to clipboard with links. | Andrei Karas | 1 | -1/+1 | |
2012-03-20 | Fix tiles animation in opengl mode in non fringe layers. | Andrei Karas | 4 | -10/+18 | |
2012-03-19 | Protect autocomplete from evil nicks if nick start from chat line start. | Andrei Karas | 1 | -7/+17 | |
Example nick: @pvp on | |||||
2012-03-19 | Add help po translation. | Andrei Karas | 8 | -47/+119 | |
Combine help and client data translations. | |||||
2012-03-18 | Fix config keys validation. | Andrei Karas | 1 | -1/+1 | |
2012-03-17 | Change version to 1.2.3.18. | Andrei Karas | 1 | -2/+2 | |
2012-03-17 | Fix old fullscreen value check. | Andrei Karas | 1 | -2/+2 | |
2012-03-17 | Fix warning wih disabled NLS. | Andrei Karas | 1 | -2/+1 | |
2012-03-17 | In update windows after client version switch color back to black. | Andrei Karas | 1 | -2/+2 | |
2012-03-16 | Fix stuck after canceling register. | Andrei Karas | 1 | -1/+1 | |
2012-03-14 | Add support for other gender. | Andrei Karas | 15 | -28/+108 | |
Fix per gender and race items separation. | |||||
2012-03-13 | Fix to avoid false positives in automatic checking software. | Andrei Karas | 2 | -8/+10 | |
2012-03-13 | Remove second use/equip button from inventory. | Andrei Karas | 2 | -14/+3 | |
2012-03-13 | Use per race equipment sprites. | Andrei Karas | 7 | -19/+39 | |
Example: <sprite gender="male" race="4">...</sprite> | |||||
2012-03-12 | Fix servers list download error. | Andrei Karas | 2 | -13/+13 | |
2012-03-11 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2012-03-11 | Fix use button in skills dialog if switching tabs. | Andrei Karas | 3 | -0/+28 | |
Add drawing skill image in shortcuts bar. | |||||
2012-03-10 | Allow add skills to shortcuts bar (same as for magic and script commands). | Andrei Karas | 6 | -15/+78 | |
2012-03-10 | Add to skills missile particle effect and hit/miss sounds. | Andrei Karas | 5 | -76/+146 | |
Add to skills use effect 100000 + skillid on target. | |||||
2012-03-10 | Add basic skill action use on target. | Andrei Karas | 3 | -4/+45 | |
2012-03-10 | Add skill range parameter to skills. | Andrei Karas | 3 | -11/+14 | |
2012-03-10 | Remove more debug lines and fix logging bytes stream. | Andrei Karas | 2 | -2/+1 | |
2012-03-09 | Validate reading keys from config. | Andrei Karas | 1 | -0/+3 | |
2012-03-09 | Remove debug keys logging. | Andrei Karas | 1 | -2/+0 | |
2012-03-09 | Add limited support for keys unknown for SDL. | Andrei Karas | 3 | -15/+56 | |
This keys can be assigned to simple actions and cant be modifier keys. | |||||
2012-03-09 | Move getting keys from game to keyboard config. | Andrei Karas | 4 | -17/+44 | |
2012-03-09 | Add new dye mode S. | Andrei Karas | 2 | -9/+43 | |
It simple colors replace dye method. Dye palate should be in format: source1,destination1,source2,destination2 etc | |||||
2012-03-09 | Fix incorrect packets handling from multiple update hosts commit. | Andrei Karas | 1 | -0/+2 | |
2012-03-09 | Fix leak in last commit. | Andrei Karas | 1 | -0/+2 | |
2012-03-09 | Add support for many update hosts (evol server only). | Andrei Karas | 14 | -17/+174 | |
2012-03-07 | Restore volume in disconnect in afk mode. | Andrei Karas | 1 | -2/+6 | |
2012-03-06 | Fix context menu in outfits window. | Andrei Karas | 1 | -1/+7 | |
2012-03-06 | Fix big minimap scrolling with moving camera. | Andrei Karas | 1 | -1/+1 | |