Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -2/+2 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -2/+2 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+4 | |
map classes. | |||||
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/+6 | |
Also allow undress separate items from players locally. | |||||
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -1/+1 | |
2011-05-06 | Initialize gui windows pointers by NULL value. | Andrei Karas | 1 | -22/+22 | |
2011-05-06 | Move attack filter arrays and methods from localplayer to actorspritemanager ↵ | Andrei Karas | 1 | -1/+0 | |
class. | |||||
2011-04-28 | Implemented a simple non-blocking fadeOutAndPlay system. | Yohann Ferreira | 1 | -1/+6 | |
It's currently used when changing maps. Resolves: TMW-Mantis: #750. Reviewed-by: Thorbjorn. Conflicts: src/game.cpp src/sound.cpp src/sound.h | |||||
2011-04-21 | Impliment attack filter. | Andrei Karas | 1 | -0/+1 | |
Add tab in social tab. | |||||
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -3/+3 | |
2011-03-29 | Save chat settings even in network errors. | Andrei Karas | 1 | -0/+2 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+1 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 1 | -3/+7 | |
2011-02-25 | Add tabs to spells window. Now it 5 tabs. | Andrei Karas | 1 | -2/+8 | |
Also dont save to configs default cell items for different item containers. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-13 | Set weight notice message not modal and hide it after 10 seconds. | Andrei Karas | 1 | -0/+1 | |
2011-02-02 | Fix error where automatically navigation bar can show portal with coord 0,0. | Andrei Karas | 1 | -0/+3 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 1 | -0/+15 | |
Also save extra layers if network error. | |||||
2011-01-21 | Show network error dialog as not modal. | Andrei Karas | 1 | -1/+1 | |
This fix stuck client in some situations. Also prevent server change if now disconnected. | |||||
2011-01-21 | Revert "Show network error dialog as not modal." | Andrei Karas | 1 | -1/+1 | |
This reverts commit fe8a5d4b795a89a59a352bb230c749eb07ad81fd. | |||||
2011-01-21 | Show network error dialog as not modal. | Andrei Karas | 1 | -1/+1 | |
This fix stuck client in some situations. Also prevent server change if now disconnected. | |||||
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-03 | Increase emotes count to 44 and fix new emotes. | Andrei Karas | 1 | -26/+29 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+1501 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |