Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -7/+7 | |
Some other minor changes. | |||||
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -0/+2 | |
2011-08-30 | Dont create guild manager instance if guild bot support not enabled. | Andrei Karas | 1 | -2/+2 | |
2011-08-28 | Fix code style. | Andrei Karas | 1 | -1/+6 | |
2011-08-28 | Add support for guild invitation in guild bot integration. | Andrei Karas | 1 | -2/+9 | |
2011-08-28 | Fix possible conflicts between class names GuildTab, PartyTab and other. | Andrei Karas | 1 | -28/+28 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -2/+109 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -8/+8 | |
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 1 | -2/+2 | |
2011-06-05 | Fix memory leak in equipmentwindow and socialwindow. | Andrei Karas | 1 | -0/+8 | |
2011-06-03 | Fix iterator usage in socialwindow.cpp | Andrei Karas | 1 | -1/+1 | |
2011-05-30 | Fix memory leaks in being, socialwindow classes. | Andrei Karas | 1 | -0/+6 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-06 | Move attack filter arrays and methods from localplayer to actorspritemanager ↵ | Andrei Karas | 1 | -4/+5 | |
class. | |||||
2011-04-30 | Fix compilation for windows. | Andrei Karas | 1 | -1/+1 | |
2011-04-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 1 | -4/+39 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 1 | -3/+157 | |
Add tab in social tab. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -1/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1306 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |