Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
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 | Fix cmake compilation in french help. | Andrei Karas | 2 | -2/+1 | |
2011-04-18 | Write errors to log file in cmake compilation. | Andrei Karas | 1 | -1/+1 | |
2011-04-18 | Add missing colors to skills help page. | Andrei Karas | 2 | -10/+9 | |
2011-04-18 | Add skills.txt and remove utf8 mark from french help translations. | Andrei Karas | 11 | -11/+18 | |
2011-04-18 | Move help translations to simple language dirs. | Andrei Karas | 21 | -13/+13 | |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 3 | -10/+20 | |
2011-04-18 | Add french help translation by Jumpy. | Andrei Karas | 15 | -1/+633 | |
2011-04-17 | Add mageia spec file. | Andrei Karas | 1 | -0/+101 | |
2011-04-17 | Temp solution to back to old windows libs in windows installer. | Andrei Karas | 1 | -2/+3 | |
2011-04-16 | Fix dot in russian help translation.v1.1.4.17 | Andrei Karas | 1 | -1/+1 | |
2011-04-16 | Update translation files. | Andrei Karas | 7 | -5520/+4539 | |
2011-04-16 | Change version to 1.1.4.17. | Andrei Karas | 6 | -6/+19 | |
2011-04-16 | Update russian help files. | Andrei Karas | 1 | -9/+9 | |
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 | |
Like was in mana commit bb795d87f9d0eebb6cc04b5c6806252fbb957f5d | |||||
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 | |
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer | |||||
2011-04-15 | Rebuild translation files. | Andrei Karas | 16 | -1088/+1308 | |
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 | |