Age | Commit message (Expand) | Author | Files | Lines |
2015-05-30 | Convert DialogType enum into strong typed enum. | Andrei Karas | 2 | -4/+4 |
2015-05-30 | Convert ChatMsgType enum into strong typed enum. | Andrei Karas | 2 | -8/+8 |
2015-05-29 | Convert Gender enum into strong typed enum. | Andrei Karas | 2 | -4/+4 |
2015-05-29 | Convert BeingAction enum into strong typed enum. | Andrei Karas | 2 | -2/+2 |
2015-05-29 | Fix compilation without C++11 flag. | Andrei Karas | 1 | -1/+1 |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 10 | -31/+43 |
2015-05-29 | Use BeingTypeId in Being for subtypeid. | Andrei Karas | 4 | -12/+14 |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 2 | -4/+5 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 13 | -39/+54 |
2015-05-28 | Remove support for split button from inventory. | Andrei Karas | 2 | -24/+0 |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 47 | -127/+148 |
2015-05-26 | Use local TextChunk in windows for draw caption text. | Andrei Karas | 1 | -0/+1 |
2015-05-25 | Add method safeDrawChildren for safe OpenGL renderer. | Andrei Karas | 2 | -2/+2 |
2015-05-25 | Fix some issues in safe OpenGL renderer after last changes. | Andrei Karas | 4 | -0/+19 |
2015-05-25 | Add missing safeDraw to some windows. | Andrei Karas | 9 | -1/+110 |
2015-05-25 | Add safeDraw method into equipmentwindow. | Andrei Karas | 2 | -36/+91 |
2015-05-25 | Dont set global color variables before drawing text. | Andrei Karas | 1 | -1/+2 |
2015-05-24 | From ChatTab::chatLog removed default parameter for message owner type. | Andrei Karas | 2 | -13/+25 |
2015-05-24 | Add strong typed bool type TryRemoveColors. | Andrei Karas | 2 | -15/+27 |
2015-05-24 | Add strong typed bool type IgnoreRecord. | Andrei Karas | 2 | -7/+12 |
2015-05-24 | Move type Modifiable into separate file. | Andrei Karas | 2 | -0/+4 |
2015-05-24 | Move type ShowCenter into separate file. | Andrei Karas | 1 | -0/+2 |
2015-05-24 | Move type Equipm into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Favorite into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Damaged into separate file. | Andrei Karas | 1 | -0/+1 |
2015-05-24 | Move type Identified into separate file. | Andrei Karas | 1 | -0/+2 |
2015-05-22 | Fix code style. | Andrei Karas | 2 | -3/+3 |
2015-05-21 | Call postInit after each window creation. | Andrei Karas | 11 | -9/+21 |
2015-05-21 | Call Window::postInit from all windows with overrided postInit method. | Andrei Karas | 27 | -0/+27 |
2015-05-17 | Fix some issues after automatic checks. | Andrei Karas | 3 | -4/+11 |
2015-05-10 | Fix crash on closing sell dialog in some cases. | Andrei Karas | 1 | -2/+1 |
2015-05-10 | Improve setup window resize speed. | Andrei Karas | 2 | -7/+8 |
2015-05-10 | Improve performance in chat window. | Andrei Karas | 2 | -11/+6 |
2015-05-10 | Move guildmanager into net/tmwa directory. | Andrei Karas | 1 | -4/+4 |
2015-05-08 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2015-05-07 | Remove bot checker window. | Andrei Karas | 2 | -308/+0 |
2015-05-07 | Remove npcpostdialog. | Andrei Karas | 2 | -218/+0 |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 5 | -5/+5 |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 5 | -5/+7 |
2015-05-06 | Add strong typed bool type NpcNames. | Andrei Karas | 1 | -1/+1 |
2015-05-06 | Add strong typed bool type Modifiable. | Andrei Karas | 4 | -10/+10 |
2015-05-05 | Replace most bools usage in playerinfo to strong typed bools. | Andrei Karas | 6 | -15/+17 |
2015-05-05 | Add to left classes stong typed Modal enum. | Andrei Karas | 4 | -4/+6 |
2015-05-05 | Add strong typed bool type in OkDialog. | Andrei Karas | 10 | -12/+12 |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 53 | -73/+115 |
2015-05-05 | Build parts of inventorytype.h only if supported server enabled. | Andrei Karas | 2 | -8/+28 |
2015-05-04 | Fix code style. | Andrei Karas | 6 | -15/+2 |
2015-05-04 | Fix compilation with different options. | Andrei Karas | 2 | -0/+6 |
2015-05-03 | Remove useless dynamic_cast. | Andrei Karas | 2 | -7/+5 |
2015-05-03 | Add filter into buy dialogs. | Andrei Karas | 2 | -0/+48 |