Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-13 | Fix compilation errors with different flags. | Andrei Karas | 17 | -73/+61 | |
Also fix renderer selection in build without OpenGL. | |||||
2013-09-13 | fix animaed tiles in csv map format. | Andrei Karas | 1 | -1/+15 | |
2013-09-13 | fix compilation errors after last commit. | Andrei Karas | 3 | -0/+4 | |
2013-09-12 | disable native guild support for "new" tmw server. | Andrei Karas | 3 | -2/+20 | |
2013-09-12 | disable server whisper ignores for "new" tmw servers because it was removed. | Andrei Karas | 1 | -0/+4 | |
2013-09-12 | add server version check for "new" tmw servers. | Andrei Karas | 3 | -2/+26 | |
2013-09-12 | fix compilation warning. | Andrei Karas | 1 | -1/+2 | |
2013-09-12 | add missing checks into configure.ac | Andrei Karas | 1 | -0/+16 | |
2013-09-12 | remove unused includes from input files. | Andrei Karas | 12 | -17/+8 | |
2013-09-12 | remove unused includes from widget files. | Andrei Karas | 104 | -286/+86 | |
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. |