Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-29 | fix some missing checks. | Andrei Karas | 1 | -24/+47 | |
2013-08-24 | remove most static methods from Client. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 1 | -1/+1 | |
2013-07-11 | move sound constants to separate file. | Andrei Karas | 1 | -0/+1 | |
2013-06-21 | fix code style. | Andrei Karas | 1 | -1/+4 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+7 | |
2013-06-18 | dont show resize cursor if item is dragging. | Andrei Karas | 1 | -0/+4 | |
2013-06-18 | improve window. | Andrei Karas | 1 | -72/+69 | |
2013-05-09 | fix default window title bar height. | Andrei Karas | 1 | -1/+1 | |
2013-05-04 | add function to graphics class to set normal and outline colors at once. | Andrei Karas | 1 | -2/+1 | |
2013-05-02 | add new theme option for adjusting titlebar height. | Andrei Karas | 1 | -0/+1 | |
New theme option: titlebarHeightRelative Default value: 0 Because titlebar height can be calculated from font height. It can be changed by this option. | |||||
2013-05-02 | Fix tilebar padding with different font sizes. | Andrei Karas | 1 | -2/+5 | |
Fix paddings in outfits window. | |||||
2013-04-26 | fix code style more. | Andrei Karas | 1 | -2/+2 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+3 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+1 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+3 | |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -2/+2 | |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -2/+2 | |
2013-03-02 | Another fixes after Coverity checks. | Andrei Karas | 1 | -0/+5 | |
2013-01-20 | Fix crashes on closing client before entering game. | Andrei Karas | 1 | -0/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-27 | add support for outlining in window header. | Andrei Karas | 1 | -0/+2 | |
2012-12-27 | Remove set font from graphics object. | Andrei Karas | 1 | -1/+0 | |
2012-12-27 | Improve a bit draw speed in other controls. | Andrei Karas | 1 | -2/+16 | |
2012-12-25 | Fix sticky button draw changed image. | Andrei Karas | 1 | -0/+1 | |
2012-12-14 | Fix equipment window selected item draw. | Andrei Karas | 1 | -1/+1 | |
Also fix popup if selection changed. | |||||
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-12-01 | add batch draw to equipment window. | Andrei Karas | 1 | -1/+6 | |
2012-12-01 | Add batch drawing to window. | Andrei Karas | 1 | -26/+64 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 | |
2012-10-28 | Fix stick button placment. | Andrei Karas | 1 | -2/+3 | |
2012-10-28 | Extend window theming. | Andrei Karas | 1 | -2/+3 | |
New theme options: stickyPadding - padding for sticky button from top. stickySpacing - space between sticky button and close button. By default both parameters is 3. | |||||
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 1 | -10/+10 | |
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now. | |||||
2012-10-22 | Add auto resize feature to equipment window for correct placing slots. | Andrei Karas | 1 | -4/+4 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -3/+0 | |
2012-10-20 | Fix palettes loading and using. | Andrei Karas | 1 | -3/+1 | |
2012-10-20 | Add load theme id for windows and popups. | Andrei Karas | 1 | -0/+6 | |
New theme options: palette - palette number for window or popup. childPalette - palette number for window child controls. palette and childPalette should be from 0 to 4. | |||||
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+1 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+9 | |
2012-09-27 | Fix mouse event handling in windows set visible. | Andrei Karas | 1 | -1/+7 | |
2012-09-23 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-09-23 | Restore mouse cursor if window set visible and have mouse over. | Andrei Karas | 1 | -1/+27 | |
2012-09-22 | Restore default close image on window closing | Andrei Karas | 1 | -0/+2 | |
2012-09-19 | fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2012-09-19 | Add resize grip padding. | Andrei Karas | 1 | -25/+21 | |
Fix resize grip position. New theme option: resizePadding | |||||
2012-09-16 | Add theme option "titlebarBold". | Andrei Karas | 1 | -0/+2 | |
If it set to non zero value, window title bar will use bold font. | |||||
2012-09-15 | Improve a bit widgets speed. | Andrei Karas | 1 | -69/+74 | |
2012-09-13 | Fix code style. | Andrei Karas | 1 | -1/+3 | |
2012-09-12 | Add for windows close button hover image. | Andrei Karas | 1 | -11/+14 | |
New theme parameter "closeImageHighlighted". It have attributes same as "closeImage". |