Age | Commit message (Expand) | Author | Files | Lines |
2013-02-14 | Remove empty lines and useless comments in npcdialog class. | Andrei Karas | 1 | -12/+0 |
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 1 | -6/+7 |
2013-01-31 | Add default avatars support for npcs. | Andrei Karas | 1 | -0/+9 |
2013-01-23 | Use in different listbox derived classes different xml skin. | Andrei Karas | 1 | -1/+1 |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -10/+7 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 1 | -2/+2 |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -6/+6 |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 1 | -1/+1 |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -1/+1 |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -1/+1 |
2012-10-04 | Fix sounds in npc and quit dialogs. | Andrei Karas | 1 | -0/+2 |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+1 |
2012-10-02 | Fix some conversions. | Andrei Karas | 1 | -1/+1 |
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 |
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 |
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 |
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 |