Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 50 | -0/+100 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-21 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -0/+2 | |
2011-05-20 | Possible fix for sticky paste key in X systems. | Andrei Karas | 2 | -1/+11 | |
This code add 2 seconds timeout between paste actions. | |||||
2011-05-18 | Impliment support for images in browser box. Enabled for help window. | Andrei Karas | 2 | -4/+64 | |
2011-05-08 | Fix some include files paths. | Andrei Karas | 6 | -6/+6 | |
2011-05-05 | Fix complilation warnings. | Andrei Karas | 2 | -5/+5 | |
2011-04-30 | Fix compilation for windows. | Andrei Karas | 1 | -1/+1 | |
2011-04-29 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-04-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 1 | -30/+35 | |
2011-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 | |
2011-04-22 | Remove useless code. | Andrei Karas | 1 | -4/+0 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 1 | -1/+4 | |
And place avatar list box separator without left padding. | |||||
2011-04-21 | Fix draw issue in SDL after vertex precalculation. | Andrei Karas | 5 | -3/+23 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 1 | -4/+21 | |
Add tab in social tab. | |||||
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 4 | -6/+6 | |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 2 | -0/+21 | |
2011-04-16 | Fix some possible memory leaks. | Andrei Karas | 1 | -0/+2 | |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 1 | -1/+1 | |
Tags: <label>, <goto> | |||||
2011-04-12 | Fix windows size if part of window showed out of screen. | Andrei Karas | 1 | -0/+16 | |
2011-04-08 | Add ability to tabbedarea follow vertical scrroll bar position with max value. | Andrei Karas | 2 | -6/+36 | |
2011-04-07 | Add client version as special constant to help window. | Andrei Karas | 3 | -1/+10 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 3 | -3/+3 | |
2011-04-04 | Rename TrueTypeFont to SDLFont. | Andrei Karas | 1 | -3/+3 | |
2011-04-03 | Change imageset offset work not like default offset, but as additional offset. | Andrei Karas | 1 | -1/+1 | |
2011-04-02 | Some fixes after automatic code checking. | Andrei Karas | 2 | -3/+12 | |
2011-04-02 | Add missing checks. | Andrei Karas | 4 | -7/+41 | |
2011-04-01 | Add horisontal and vertical padding for layout object. | Andrei Karas | 2 | -12/+28 | |
2011-03-31 | Fix memory leaks and some other errors. | Andrei Karas | 3 | -7/+7 | |
2011-03-28 | Fix compilation warnings. | Andrei Karas | 2 | -7/+13 | |
2011-03-27 | Fix uninitialised variable. | Andrei Karas | 1 | -1/+2 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 8 | -27/+40 | |
2011-03-27 | Add no away to whisper chat context menu. | Andrei Karas | 1 | -0/+7 | |
2011-03-26 | Add option to chat context menu to remove nicks. | Andrei Karas | 2 | -1/+9 | |
Usefull for example for tmw guild bot. | |||||
2011-03-26 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2011-03-26 | Fix scrollbar regression. | Andrei Karas | 2 | -3/+15 | |
Yes, code look like hack, but it working. | |||||
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 | |