Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-11 | update translations. | Andrei Karas | 18 | -23467/+23991 | |
2013-09-11 | remove unused includes from gui files. | Andrei Karas | 120 | -378/+46 | |
2013-09-10 | improve SDL2 handling events. | Andrei Karas | 2 | -0/+8 | |
2013-09-10 | improve SDL_mixer usage. | Andrei Karas | 1 | -4/+4 | |
2013-09-09 | remove unused includes from being files. | Andrei Karas | 14 | -44/+3 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 54 | -104/+46 | |
2013-09-09 | disable fadeout music actions if music disabled. | Andrei Karas | 1 | -0/+6 | |
2013-09-08 | add missing translations into windows installers. | Andrei Karas | 3 | -0/+12 | |
2013-09-08 | add missing flags into windows installers. | Andrei Karas | 3 | -0/+9 | |
2013-09-08 | fix delay flag for die sound. | Andrei Karas | 1 | -1/+1 | |
2013-09-08 | add atlas for common/shared images between maps. | Andrei Karas | 1 | -0/+9 | |
This atlas automatically will be used in all maps. Good place for storing particle effects. Atlas name is "all". | |||||
2013-09-08 | fix window resize from settings in SDL2. | Andrei Karas | 3 | -0/+10 | |
2013-09-07 | fix for SDL2 software mode if screen surface not have alpha channel. | Andrei Karas | 1 | -1/+8 | |
2013-09-06 | fix leak in handling full move path from evol server. | Andrei Karas | 1 | -0/+1 | |
2013-09-06 | add globals filter. | Andrei Karas | 5 | -1/+37 | |
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha. | |||||
2013-09-05 | add option to use special diagonal moving speed. | Andrei Karas | 4 | -1/+9 | |
By default option enabled. | |||||
2013-09-05 | add support for additinional diagonal moving speed. | Andrei Karas | 2 | -11/+15 | |
2013-09-05 | simplify next draw frame calculation in being. | Andrei Karas | 1 | -6/+2 | |
2013-09-04 | add support for getting full move path from server (evol only). | Andrei Karas | 7 | -4/+50 | |
Also change netcode version to 10. Some times still movement bit wrong. | |||||
2013-09-03 | name 5'h equipment slot number as cape. | Andrei Karas | 1 | -1/+1 | |
before it was free. | |||||
2013-09-03 | add separator before drop and protect context menu items. | Andrei Karas | 1 | -0/+3 | |
2013-09-03 | show icon on protected items. | Andrei Karas | 5 | -0/+15 | |
2013-09-03 | add drag and drop support for equipment window. | Andrei Karas | 3 | -5/+79 | |
2013-09-03 | add missing files. | Andrei Karas | 2 | -0/+1774 | |
2013-09-02 | improve avatarlistbox draw speed. | Andrei Karas | 1 | -1/+18 | |
2013-09-02 | fix emote window resize issue in software mode. | Andrei Karas | 2 | -0/+9 | |
2013-09-02 | improve draw speed in tab. | Andrei Karas | 1 | -10/+19 | |
2013-09-02 | improve chat emote window draw speed. | Andrei Karas | 2 | -10/+63 | |
2013-09-02 | dehardcode some mode render mode constans usage. | Andrei Karas | 12 | -25/+27 | |
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-09-02 | update liberation fonts. | Andrei Karas | 4 | -0/+0 | |
2013-09-02 | Improve setup input window. | Andrei Karas | 2 | -3/+10 | |
Changed font to help font. add separator between more than one keys. | |||||
2013-09-02 | improve render mode validation after reading from config. | Andrei Karas | 2 | -7/+31 | |
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+0 | |
2013-09-02 | fix SDL2 default render mode. | Andrei Karas | 2 | -2/+1 | |
fixed image helper type flag. | |||||
2013-09-02 | dehardcode shift key to stop mouse moving. | Andrei Karas | 1 | -2/+4 | |
now it using stop attack and untarget actions for stop moving. | |||||
2013-09-01 | improve speed in software renderer in SDL2. | Andrei Karas | 5 | -19/+20 | |
now it works almost with same speed like SDL1.2 | |||||
2013-09-01 | add software renderer for SDL2. | Andrei Karas | 10 | -14/+1761 | |
before it used default renderer with software flags. | |||||
2013-09-01 | fix renderer names and types. | Andrei Karas | 10 | -8/+17 | |
2013-09-01 | add SDL2 default render mode. | Andrei Karas | 14 | -24/+198 | |
in this mode SDL using own driver with hardware acceleration. | |||||
2013-09-01 | add way to map render mode selection to actual modes. | Andrei Karas | 13 | -62/+201 | |
2013-09-01 | fix help message in configure about SDL2 support. | Andrei Karas | 1 | -1/+1 | |
2013-09-01 | fix SDL detection code in OpenBSD and probably other systems. | Andrei Karas | 1 | -4/+8 | |
Thanks for Brian Callahan. | |||||
2013-09-01 | add renderer enum. | Andrei Karas | 19 | -48/+93 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 142 | -247/+356 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 26 | -82/+93 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 72 | -163/+216 | |
2013-08-31 | move render classes into render dir. | Andrei Karas | 48 | -94/+114 | |
2013-08-31 | add missing files into make scripts.v1.3.9.1 | Andrei Karas | 2 | -0/+2 | |
2013-08-31 | fix compilation with old compilers. | Andrei Karas | 2 | -8/+3 | |