Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-26 | Switch by default in build scripts to gcc 4.7. | Andrei Karas | 4 | -87/+121 | |
Add gcc 4.5 build script. | |||||
2012-03-26 | fix radio button in rednblack and blacknblack, add highlights, greenize checkbox | kook | 8 | -0/+0 | |
2012-03-26 | Add xz tarball to git ignore list. | Andrei Karas | 1 | -0/+1 | |
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-25 | Fix blacknblack theme. | Andrei Karas | 7 | -55/+3 | |
2012-03-25 | add blacknblack theme | kook | 44 | -0/+216 | |
2012-03-23 | Fix copy to clipboard issue. | Andrei Karas | 1 | -1/+12 | |
2012-03-22 | Add flag for new standarts to gcc 4.6 build file. | Andrei Karas | 1 | -1/+1 | |
2012-03-22 | Add help translations. Now only incomplete russian translation. | Andrei Karas | 5 | -0/+879 | |
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 translation tags to help pages. | Andrei Karas | 111 | -2186/+305 | |
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 | 7 | -7/+21 | |
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-17 | Update and rebuild translations. | Andrei Karas | 40 | -21048/+21848 | |
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 shortcuts in portable windows version. | Andrei Karas | 2 | -4/+8 | |
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 | |
2012-03-04 | Fix copyrights. | Andrei Karas | 8 | -11/+9 | |