Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-27 | Add Compilation script for gcc 4.6. | Andrei Karas | 1 | -0/+64 | |
2011-03-27 | Add no away to whisper chat context menu. | Andrei Karas | 4 | -1/+30 | |
2011-03-26 | Remove colors from nick if nick not real nick in whisper. | Andrei Karas | 1 | -2/+3 | |
2011-03-26 | Save chat tab options between client restarts. | Andrei Karas | 1 | -2/+17 | |
2011-03-26 | Add option to chat context menu to remove nicks. | Andrei Karas | 4 | -4/+50 | |
Usefull for example for tmw guild bot. | |||||
2011-03-26 | Fix code style. | Andrei Karas | 2 | -3/+4 | |
2011-03-26 | Fix complilation without opengl. | Andrei Karas | 3 | -9/+21 | |
2011-03-26 | Fix scrollbar regression. | Andrei Karas | 2 | -3/+15 | |
Yes, code look like hack, but it working. | |||||
2011-03-26 | Remove debug code and add checks in graphics classes. | Andrei Karas | 3 | -49/+14 | |
2011-03-26 | Precalculation vertexes for improving draw speed. | Andrei Karas | 24 | -28/+1140 | |
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits. | |||||
2011-03-21 | Remove outdated files from manaplus.cbp file. | Andrei Karas | 1 | -2/+0 | |
2011-03-20 | Disable scroll buttons in shortcuts windows.v1.1.3.20 | Andrei Karas | 1 | -2/+0 | |
2011-03-20 | Update files for debian packaging. | Andrei Karas | 11 | -40/+21 | |
2011-03-20 | Add option for gcc profiling. | Andrei Karas | 1 | -0/+2 | |
2011-03-19 | Update pt_BR translation. | Andrei Karas | 1 | -33/+36 | |
2011-03-19 | Change version to 1.1.3.20. | Andrei Karas | 7 | -7/+21 | |
2011-03-19 | Add command /uptime to chat commands help. | Andrei Karas | 1 | -0/+1 | |
2011-03-19 | Add flag to enable or disable scroll buttons in tabbed area. | Andrei Karas | 4 | -17/+78 | |
Also add not working right margin to tabbed area. | |||||
2011-03-19 | Fix self rotation while attacking. | Andrei Karas | 1 | -3/+6 | |
2011-03-19 | Rebuild translation files and add missing cpp file for translation. | Andrei Karas | 16 | -946/+1046 | |
Also updated russian translation. | |||||
2011-03-19 | Fix code style and add small optimisations. | Andrei Karas | 11 | -20/+27 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 37 | -174/+256 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 68 | -284/+359 | |
2011-03-18 | Fix compilation warnings. | Andrei Karas | 2 | -2/+2 | |
2011-03-17 | Fix attack direction. | Andrei Karas | 1 | -0/+4 | |
2011-03-17 | Move direction calucaltion to Being method. | Andrei Karas | 3 | -20/+36 | |
2011-03-17 | Fix other players move animation. | Andrei Karas | 3 | -14/+45 | |
As dirty hack added delayed direction. | |||||
2011-03-16 | Add checks and fix some code style. | Andrei Karas | 18 | -22/+53 | |
2011-03-15 | Add some optimisations in SDL image processing. | Andrei Karas | 1 | -26/+31 | |
2011-03-15 | Remove outdated files. | Andrei Karas | 4 | -192/+0 | |
2011-03-15 | Replace name in po files and fix program version in configure.ac | Andrei Karas | 2 | -2/+2 | |
2011-03-15 | Fix mouse pickup. Before pickuptarget was removed while moving to target. | Andrei Karas | 2 | -2/+16 | |
2011-03-14 | Fixing direction bug in moving. | Andrei Karas | 3 | -12/+26 | |
While player moving server dont send player direction. This autofixing in nextTile method, but if this method was not called, then player have incorrect direction. Also move checking direction 8 from beinghandler.cpp to messagein.cpp like was done in mana client. | |||||
2011-03-13 | Revbuild translation files. | Andrei Karas | 15 | -555/+558 | |
2011-03-13 | Fix typo. | Andrei Karas | 1 | -1/+1 | |
2011-03-13 | Fix uptime calculation. | Andrei Karas | 1 | -6/+15 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 13 | -25/+179 | |
2011-03-13 | Rename mana.cbp to manaplus.cbp and add/remove some missing files. | Andrei Karas | 1 | -660/+665 | |
2011-03-13 | Rebuild language files. | Andrei Karas | 15 | -97/+95 | |
2011-03-13 | Replace befriend to be friend. | Andrei Karas | 1 | -3/+3 | |
2011-03-13 | Fix typo in chat help. | Andrei Karas | 1 | -1/+1 | |
2011-03-13 | Update pt_BR translation. | Andrei Karas | 1 | -32/+39 | |
2011-03-12 | Update authors file. | Andrei Karas | 1 | -7/+12 | |
2011-03-12 | Rebuild language files and update russian translation. | Andrei Karas | 15 | -3609/+4298 | |
2011-03-12 | Add /uptime chat command to show client uptime. | Andrei Karas | 5 | -0/+62 | |
2011-03-11 | Wrap the open and closed list members in path finding. | Yohann Ferreira | 2 | -8/+25 | |
This prevent some weird things happening in path finding when playing for a very long time. Reviewed-by: Thorbjorn. | |||||
2011-03-11 | Remove debug messages from log. | Andrei Karas | 1 | -2/+0 | |
2011-03-11 | Add checks to tabbedarea. | Andrei Karas | 1 | -9/+14 | |
2011-03-11 | Show message if some one join your party. | Andrei Karas | 3 | -1/+40 | |
2011-03-09 | Fix color picker position to free space for scrolling buttons in chat. | Andrei Karas | 1 | -2/+2 | |