Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -1/+1 | |
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+28 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -1/+1 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -23/+21 | |
2013-02-18 | Remove auction bot support. | Andrei Karas | 1 | -28/+0 | |
This bot for long time offline in tmw and possible will be never online. | |||||
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 1 | -12/+13 | |
2013-01-30 | Fix minimal windows sizes for very small screens (320x240) | Andrei Karas | 1 | -1/+1 | |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -10/+5 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -3/+3 | |
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 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+3 | |
2012-10-20 | Add palette inheritance to label class. | Andrei Karas | 1 | -2/+2 | |
2012-10-20 | Add palette inheritance to checkbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -9/+11 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -2/+2 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -2/+2 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -5/+1 | |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -1/+1 | |
2012-09-11 | Fix code style and small perfomance issues. | Andrei Karas | 1 | -3/+1 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -20/+24 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+0 | |
fix other small style issues. | |||||
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-28 | Add const to more classes. | Andrei Karas | 1 | -34/+37 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+1 | |
2012-08-04 | Extend background theming. | Andrei Karas | 1 | -2/+4 | |
2012-07-15 | Fix code style. | Andrei Karas | 1 | -4/+8 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -11/+12 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -7/+6 | |
2012-02-28 | Fix some sound event. | Andrei Karas | 1 | -1/+1 | |
Replace hardcoded sound names to constants. Add party/guild sound. | |||||
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -1/+1 | |
Can be configured in audio tab in settings. | |||||
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 1 | -0/+13 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -8/+8 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -17/+17 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -5/+5 | |
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-08-30 | Add auction bot support switch. | Andrei Karas | 1 | -4/+14 | |
2011-08-26 | Add auction buttons in shop window for send buy or sell list to auction bot. | Andrei Karas | 1 | -0/+14 | |
2011-08-16 | Show shop sign to other players only if shop is not empty. | Andrei Karas | 1 | -0/+9 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
2011-07-05 | Fix memory leak in shop window, add missing initialisation to BeingCacheEntry. | Andrei Karas | 1 | -2/+2 | |
Small code style fix. | |||||
2011-06-14 | Add missing checks. | Andrei Karas | 1 | -0/+5 | |
2011-06-09 | Allow select item with any color in code where colors not supported. | Andrei Karas | 1 | -4/+4 | |
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 1 | -4/+8 | |
Delete search item function without colors support. | |||||
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 | -2/+2 | |