Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -15/+16 | |
2012-09-05 | Fix useless variables initialisations. | Andrei Karas | 1 | -2/+2 | |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -20/+20 | |
2012-08-24 | Small style changes. | Andrei Karas | 1 | -1/+1 | |
Also fix overloaded methods visibility. | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+0 | |
2012-08-04 | Extend background theming. | Andrei Karas | 1 | -2/+2 | |
2012-08-02 | Add option to show/hide background in npc dialog. | Andrei Karas | 1 | -2/+4 | |
2012-07-31 | Add support for clear npc dialog by command from server (evol only). | Andrei Karas | 1 | -3/+6 | |
2012-07-28 | Extend playerbox theming. | Andrei Karas | 1 | -1/+1 | |
2012-07-28 | Add support for images in npc menu. | Andrei Karas | 1 | -4/+46 | |
2012-07-20 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2012-07-18 | Add close button to npc dialog in menu selection. | Andrei Karas | 1 | -0/+13 | |
2012-07-07 | Fix npc dialog default size and position. | Andrei Karas | 1 | -3/+3 | |
2012-07-01 | Add npc avatars for evol server. | Andrei Karas | 1 | -25/+173 | |
Change protocol version to 6. | |||||
2012-06-25 | Increase npc window default size. | Andrei Karas | 1 | -2/+2 | |
2012-06-25 | Add npc font size with 13 pixels size. | Andrei Karas | 1 | -0/+4 | |
2012-06-17 | Fix npc menu selection by mouse. | Andrei Karas | 1 | -0/+1 | |
2012-06-17 | Replace SDL int types to C++ types. | Andrei Karas | 1 | -0/+1 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -12/+6 | |
2012-04-09 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-04-03 | Fix npc menu item selection with keyboard. | Andrei Karas | 1 | -0/+3 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -4/+5 | |
2012-03-04 | Fix possible crash in npc menu. | Andrei Karas | 1 | -1/+1 | |
2012-03-01 | Fix default npc dialog size. | Andrei Karas | 1 | -1/+1 | |
2012-02-29 | Fix npc menu focus/defocus issue. | Andrei Karas | 1 | -0/+11 | |
2012-02-29 | Block special keys in npc menu selection. | Andrei Karas | 1 | -1/+2 | |
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. |