Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-27 | Fix servers list url.mageiabranch | Andrei Karas | 2 | -2/+2 | |
2012-08-27 | Increase buffers size and flush send buffer if it too big. | Andrei Karas | 3 | -1/+16 | |
2012-06-24 | Add for groundtop collision support (special walkable collision). | Andrei Karas | 1 | -2/+20 | |
This collision now interpreted like tile without collision. | |||||
2012-01-08 | Add check for update files path. | Andrei Karas | 1 | -2/+3 | |
2012-01-08 | Validate update host. | Andrei Karas | 7 | -4/+47 | |
2011-05-08 | Add spanish help translation. | Andrei Karas | 16 | -2/+633 | |
2011-05-08 | Change client display version to 1.1.5.1.mageia1 | Andrei Karas | 1 | -1/+1 | |
2011-05-08 | Improved algorithm for cleaning sdltext cache. | Andrei Karas | 2 | -10/+34 | |
Now cache using less memory, but possible some times working bit slower. | |||||
2011-05-08 | Fix chat tab size issue, if enabled hiding chat input. | Andrei Karas | 1 | -10/+7 | |
2011-05-05 | Fix monsters selection if monster added to priority list | Andrei Karas | 1 | -2/+5 | |
and option "cycle monster target" disabled. | |||||
2011-04-30 | Update translations.v1.1.5.1 | Andrei Karas | 5 | -322/+252 | |
2011-04-30 | Update Changelog. | Andrei Karas | 1 | -0/+1 | |
2011-04-30 | Fix overlaped tiles indexes issue. | Andrei Karas | 1 | -5/+19 | |
2011-04-30 | Fix windows mkdir issues. | Andrei Karas | 1 | -14/+65 | |
2011-04-30 | Update authors list. | Andrei Karas | 1 | -1/+1 | |
2011-04-30 | Add missing default statement. | Andrei Karas | 1 | -0/+2 | |
2011-04-30 | Fix compilation for windows. | Andrei Karas | 4 | -4/+4 | |
2011-04-30 | Change version to 1.1.5.1 | Andrei Karas | 6 | -6/+21 | |
2011-04-29 | Add char command /addpriorityattack. | Andrei Karas | 3 | -0/+21 | |
2011-04-29 | Fix code style. | Andrei Karas | 3 | -6/+11 | |
2011-04-28 | Dont second set destination packet if using special move modes. | Andrei Karas | 1 | -9/+11 | |
2011-04-28 | Change some default settings to more advanced values. | Andrei Karas | 1 | -3/+3 | |
2011-04-28 | Add fade out music also to local music. | Andrei Karas | 1 | -1/+6 | |
2011-04-28 | Implemented a simple non-blocking fadeOutAndPlay system. | Yohann Ferreira | 4 | -12/+84 | |
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h | |||||
2011-04-27 | Rebuild language files. | Andrei Karas | 16 | -2812/+3046 | |
2011-04-27 | Removed unused variable 'handledEvents' | Thorbjørn Lindeijer | 1 | -4/+0 | |
At some point this variable was used to avoid limiting the framerate when user input events were coming in. This is no longer relevant now that we limit the framerate globally using SDL_gfx. Conflicts: src/client.cpp | |||||
2011-04-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 11 | -147/+368 | |
2011-04-25 | Add more checks. | Andrei Karas | 1 | -8/+16 | |
2011-04-25 | Dont compile manaserv related code if manaserv support disabled. | Andrei Karas | 10 | -6/+64 | |
2011-04-25 | Fix cache option enabled/disabled state. | Andrei Karas | 1 | -1/+2 | |
2011-04-25 | Add missing checks. | Andrei Karas | 2 | -3/+9 | |
2011-04-25 | Possible fix chat scrolling in near bottom position. | Andrei Karas | 1 | -2/+4 | |
2011-04-24 | Allow select players if attack filter is set. | Andrei Karas | 1 | -1/+3 | |
2011-04-24 | Add reset yellow bar command to bars context menu. | Andrei Karas | 7 | -2/+95 | |
2011-04-23 | Move special map flag from object layer to map properties. | Andrei Karas | 1 | -4/+1 | |
2011-04-23 | Update local player chat color in light themes. | Andrei Karas | 3 | -3/+3 | |
2011-04-23 | Reorder map sprites to draw correctly player with more than one tile width. | Andrei Karas | 3 | -7/+21 | |
2011-04-22 | Small optimisation in opengl gui drawing. | Andrei Karas | 2 | -20/+20 | |
2011-04-22 | Remove useless code. | Andrei Karas | 1 | -4/+0 | |
2011-04-22 | Fix code style. | Andrei Karas | 3 | -6/+6 | |
2011-04-22 | Add missing variable initialisation in Graphics constructor. | Andrei Karas | 1 | -1/+2 | |
2011-04-22 | Improve speed in _SDLLoad function. | Andrei Karas | 1 | -7/+26 | |
2011-04-22 | Rebuild language files. | Andrei Karas | 16 | -4130/+5042 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 4 | -1/+66 | |
And place avatar list box separator without left padding. | |||||
2011-04-21 | Fix draw issue in SDL after vertex precalculation. | Andrei Karas | 6 | -3/+30 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 15 | -18/+621 | |
Add tab in social tab. | |||||
2011-04-20 | Fix windows installer script. | Andrei Karas | 1 | -3/+6 | |
2011-04-19 | Small optimisation. | Andrei Karas | 1 | -1/+1 | |
2011-04-19 | Unhide some virtual methods. | Andrei Karas | 4 | -6/+6 | |
2011-04-18 | Remove old handleAttack in localplayer.h. | Andrei Karas | 1 | -13/+0 | |