Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-15 | Fix crash with opened other player equipment window. | Andrei Karas | 1 | -0/+4 | |
Also fix possible crash with selected pickup target. | |||||
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 1 | -1/+1 | |
2011-06-01 | Add setup option for finding bad chars in nicks. | Andrei Karas | 1 | -0/+1 | |
Highlight bad nicks on map with secure font. | |||||
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-22 | Allow show equipment from other players from context menu "show items". | Andrei Karas | 1 | -1/+7 | |
Also allow undress separate items from players locally. | |||||
2011-05-07 | Save atack filter between restarts. | Andrei Karas | 1 | -1/+56 | |
2011-05-06 | Move attack filter arrays and methods from localplayer to actorspritemanager ↵ | Andrei Karas | 1 | -8/+129 | |
class. | |||||
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-26 | Impliment 3 attack lists. (priority, attack, ignore) | Andrei Karas | 1 | -84/+89 | |
2011-04-24 | Allow select players if attack filter is set. | Andrei Karas | 1 | -1/+3 | |
2011-04-21 | Impliment attack filter. | Andrei Karas | 1 | -8/+104 | |
Add tab in social tab. | |||||
2011-04-10 | Add some strings to translations. | Andrei Karas | 1 | -1/+2 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -1/+1 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -4/+6 | |
2011-03-04 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -3/+3 | |
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 | -10/+11 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1081 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |