Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-24 | Move simpletypes.h into directory simpletypes. | Andrei Karas | 5 | -5/+5 | |
2015-05-24 | Improve checkbox draw speed. | Andrei Karas | 2 | -7/+60 | |
Use local text image and improve a bit calculations in draw. | |||||
2015-05-24 | Improve radiobutton draw speed. | Andrei Karas | 2 | -8/+60 | |
Use local text image and improve a bit calculations in draw. | |||||
2015-05-24 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2015-05-23 | If window with button is hidden then release text image and vertexes. | Andrei Karas | 2 | -0/+23 | |
This will reduce memory usage and not affect performance. | |||||
2015-05-23 | If window with label is hidden then release text image. | Andrei Karas | 2 | -0/+24 | |
This will reduce memore usage and not affect performance. | |||||
2015-05-23 | Move window variable from widget class to widget2 class. | Andrei Karas | 8 | -12/+20 | |
2015-05-23 | Move most initialisation code in tabbedarea from constructor to postInit. | Andrei Karas | 1 | -3/+4 | |
2015-05-23 | Set mWindow pointer to self in postInit base methods for window and popup. | Andrei Karas | 2 | -2/+2 | |
2015-05-23 | Add missing calls to postInit for windows and popups. | Andrei Karas | 1 | -0/+1 | |
2015-05-23 | Add check in popups for posInit() calls. | Andrei Karas | 2 | -5/+11 | |
If postInit() was not called show error in log. | |||||
2015-05-23 | Add check in windows for posInit() calls. | Andrei Karas | 2 | -3/+9 | |
If postInit() was not called show error in log. | |||||
2015-05-22 | Fix code style. | Andrei Karas | 4 | -5/+5 | |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 3 | -14/+14 | |
2015-05-21 | Add parent window field to all widgets. | Andrei Karas | 3 | -0/+12 | |
2015-05-20 | Use fast draw way in drawing string in buttons. | Andrei Karas | 2 | -7/+42 | |
2015-05-20 | Add fast way for draw not changed text strings. | Andrei Karas | 4 | -24/+81 | |
TextChunk with colors and image stored inside draw object. If string or color changed old string image moved to cache. New string image generated or moved from cache. Use new way in drawing string in label. | |||||
2015-05-17 | Fix some issues after automatic checks. | Andrei Karas | 2 | -2/+6 | |
2015-05-13 | Remove duplicate function from graphics. | Andrei Karas | 2 | -9/+5 | |
2015-05-10 | Improve window resize speed. | Andrei Karas | 2 | -5/+13 | |
2015-05-10 | Improve performance in button drawing. | Andrei Karas | 2 | -9/+16 | |
2015-05-10 | Sort varibles in button and remove some unused functions. | Andrei Karas | 2 | -69/+52 | |
2015-05-10 | Move guildmanager into net/tmwa directory. | Andrei Karas | 1 | -1/+2 | |
2015-05-08 | Fix code style. | Andrei Karas | 2 | -5/+4 | |
2015-05-06 | Add strong typed bool type Enable. | Andrei Karas | 3 | -4/+6 | |
2015-05-06 | Add strong typed bool type NpcNames. | Andrei Karas | 1 | -1/+3 | |
2015-05-06 | Add strong typed bool type Modifiable. | Andrei Karas | 2 | -3/+5 | |
2015-05-05 | Add to left classes stong typed Modal enum. | Andrei Karas | 4 | -9/+15 | |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 3 | -9/+10 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 7 | -18/+43 | |
2015-05-05 | Build parts of dragdropsource.h only if supported server enabled. | Andrei Karas | 1 | -3/+10 | |
2015-05-03 | Remove useless dynamic_cast. | Andrei Karas | 1 | -1/+1 | |
2015-04-29 | Allos send items by mail. | Andrei Karas | 1 | -2/+13 | |
2015-04-26 | Replace "allows to" to "allows one to" | Andrei Karas | 1 | -6/+6 | |
2015-04-24 | Fix code style. | Andrei Karas | 5 | -49/+28 | |
2015-04-21 | Added popup hints for Chat tab of Setup window settings. | t3st3r | 1 | -29/+126 | |
Note: other tabs are not yet completed - WIP. | |||||
2015-04-20 | Add quick settings page for yellow bar options. | Andrei Karas | 5 | -1/+378 | |
2015-04-17 | Add eathena defines into inventorytype enum. | Andrei Karas | 1 | -0/+4 | |
2015-04-15 | Remove hideShield setting. | Andrei Karas | 1 | -4/+0 | |
2015-04-09 | Add to skills miss effect. | Andrei Karas | 2 | -1/+3 | |
New skill attribute missEffectId. | |||||
2015-04-09 | Add to skill attribute for hit effect on target. | Andrei Karas | 2 | -1/+3 | |
New skills.xml attribute: hitEffectId | |||||
2015-04-09 | Add skill attributes with effect id what will play on caster and target ↵ | Andrei Karas | 2 | -0/+4 | |
while casting skill. New skill attributes: skillCastingSrcEffectId - will play this effect on caster while casting skill skillCastingDstEffectId - will play this effect on target while casting skill. This effects for casting skill, not for skill attack. | |||||
2015-04-02 | Remove useless virtual keywords. | Andrei Karas | 8 | -30/+28 | |
2015-03-29 | Remove unused guildid parameter from guild handler. | Andrei Karas | 2 | -4/+3 | |
2015-03-25 | Add particle effect for removing skill. (hercules). | Andrei Karas | 2 | -1/+4 | |
2015-03-25 | Allow set for each skill own levelup particle effect. | Andrei Karas | 1 | -0/+3 | |
2015-03-23 | Fix chat tab visibility if close some tab with scrolled tabs. | Andrei Karas | 1 | -1/+1 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 43 | -67/+35 | |
2015-03-16 | remove useless includes from unit tests. | Andrei Karas | 1 | -6/+0 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 24 | -54/+6 | |