Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 12 | -21/+334 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 2 | -17/+73 | |
Also add not working right margin to tabbed area. | |||||
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 1 | -2/+2 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 2 | -2/+3 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 7 | -10/+16 | |
2011-03-11 | Add checks to tabbedarea. | Andrei Karas | 1 | -9/+14 | |
2011-03-09 | Added a tab scrolling system in tabarea. | Yohann Ferreira | 2 | -1/+189 | |
Currently working on the chat window. Resolves: Mana-Mantis #308. Reviewed-by: Thorbjorn. | |||||
2011-03-08 | Add possible colors to item popups. | Andrei Karas | 1 | -1/+2 | |
2011-03-04 | Fix code style. | Andrei Karas | 2 | -2/+4 | |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 2 | -14/+16 | |
2011-03-03 | Chnage same methods with different parameters number to different names. | Andrei Karas | 2 | -2/+2 | |
2011-02-25 | Add tabs to spells window. Now it 5 tabs. | Andrei Karas | 2 | -8/+14 | |
Also dont save to configs default cell items for different item containers. | |||||
2011-02-20 | Fix some code style and some errors. | Andrei Karas | 2 | -4/+4 | |
2011-02-19 | Update copyrights. | Andrei Karas | 96 | -188/+276 | |
2011-02-19 | Fix race condition in guichan bugfix. | Andrei Karas | 1 | -0/+47 | |
2011-02-15 | Replace in npc dialogs textbox to browserbox. This allow use links, colors, etc. | Andrei Karas | 1 | -0/+1 | |
2011-02-07 | Add ability to show/hide buttons in top right window corner. | Andrei Karas | 2 | -0/+18 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 3 | -5/+8 | |
2011-01-25 | Fix possible invisible items in inventory. | Andrei Karas | 1 | -1/+2 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 9 | -13/+25 | |
2011-01-14 | Small optimisation in itemcontainer. | Andrei Karas | 1 | -3/+3 | |
2011-01-14 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2011-01-13 | Add new strings to translations (from inventory). | Andrei Karas | 2 | -2/+9 | |
Rebuild lang files. Update russian translation. | |||||
2011-01-13 | Add inventory sorting. | Andrei Karas | 5 | -22/+86 | |
2011-01-11 | Add missing check to itemcontainer.cpp | Andrei Karas | 1 | -0/+3 | |
2011-01-11 | Fix drawing inventory and selecting items. | Andrei Karas | 1 | -8/+13 | |
2011-01-04 | Add draw filter (incomplete) | Andrei Karas | 4 | -7/+80 | |
2011-01-03 | Add inventory filter control with only value All. | Andrei Karas | 4 | -0/+200 | |
2011-01-03 | Increase emotes count to 44 and fix new emotes. | Andrei Karas | 1 | -1/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 97 | -0/+15164 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |