Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-31 | Keep a single blank line between NPC texts | Thorbjørn Lindeijer | 1 | -0/+1 | |
Makes it easier to see what was added during a conversation. Reviewed-by: Yohann Ferreira | |||||
2012-01-25 | Save camera mode before speaking with npc and restore after. | Andrei Karas | 1 | -2/+37 | |
2012-01-07 | Remove "> Next" from npc dialogs. | Andrei Karas | 1 | -1/+0 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-25 | Allow close npc dialog if server script working incorrectly. | Andrei Karas | 1 | -4/+3 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -21/+21 | |
2011-09-19 | Unhide method widgetResized. Removed empty widgetResized from some classes. | Andrei Karas | 1 | -7/+0 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -2/+2 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -8/+8 | |
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/+1 | |
2011-07-16 | Highlight first item in npc dialog. | Andrei Karas | 1 | -0/+5 | |
2011-06-25 | Fix memory leaks in npchandler and npcdialog classes. | Andrei Karas | 1 | -0/+12 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
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 | Some typo fixes and add comments for translators. | Andrei Karas | 1 | -1/+0 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-15 | Add auto wrap and lines limit for npc dialogs. | Andrei Karas | 1 | -1/+2 | |
2011-02-15 | Replace in npc dialogs textbox to browserbox. This allow use links, colors, etc. | Andrei Karas | 1 | -11/+21 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 1 | -2/+4 | |
Also save extra layers if network error. | |||||
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -3/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+483 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |