Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-04-27 | Removed unused variable 'handledEvents' | Thorbjørn Lindeijer | 1 | -4/+0 |
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 | 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-21 | Add attack filter char commands. | Andrei Karas | 4 | -1/+66 |
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 |
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 |
2011-04-18 | Rename sprites method setDirection to setSpriteDirection. | Andrei Karas | 7 | -9/+9 |
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 5 | -0/+63 |
2011-04-18 | Disable software settings if software mode not enabled. | Andrei Karas | 1 | -0/+7 |
2011-04-18 | Fix compilation warning. | Andrei Karas | 1 | -1/+6 |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 3 | -10/+20 |
2011-04-16 | Change version to 1.1.4.17. | Andrei Karas | 1 | -2/+2 |
2011-04-16 | Fix some possible memory leaks. | Andrei Karas | 3 | -9/+26 |
2011-04-16 | Fix code style. | Andrei Karas | 1 | -1/+2 |
2011-04-16 | Change vsprintf to vsnprintf. | Andrei Karas | 1 | -3/+4 |
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 |
2011-04-15 | Add missing check. | Andrei Karas | 1 | -3/+6 |
2011-04-15 | Show id on unknown items. | Andrei Karas | 2 | -5/+8 |
2011-04-14 | Add all tag to unknown items. Allow see unknown items in inventory. | Andrei Karas | 1 | -11/+12 |
2011-04-14 | Add missing auth failure reasons | Ben Longbons | 1 | -0/+9 |
2011-04-14 | Stop protected pickups flood. | Andrei Karas | 7 | -5/+51 |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 10 | -27/+27 |
2011-04-13 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 |
2011-04-13 | Impliment new tags in sprites animations and random condition. | Andrei Karas | 9 | -38/+127 |
2011-04-12 | Fix windows size if part of window showed out of screen. | Andrei Karas | 1 | -0/+16 |
2011-04-12 | Rename mana to manaplus in mumblemanager. | Andrei Karas | 1 | -2/+2 |
2011-04-12 | Updating equip/unequip buttons in inventory. | Andrei Karas | 3 | -1/+20 |
2011-04-10 | Add some strings to translations. | Andrei Karas | 6 | -32/+18 |
2011-04-09 | Fix compilation in manaserv. | Andrei Karas | 1 | -4/+4 |
2011-04-09 | Small fix to code style and compilation warning. | Andrei Karas | 3 | -10/+11 |
2011-04-09 | Small refactoring based on idea from mana commit 30d4b0adf4f17f05d1d62fc3428c... | Andrei Karas | 20 | -68/+69 |
2011-04-09 | Improve map loading speed. | Andrei Karas | 6 | -20/+75 |