summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-25Add safeDraw method into popup.Andrei Karas2-17/+25
2015-05-25Add safeDraw method into touchmanager.Andrei Karas2-35/+36
2015-05-25Add safeDraw method into emotepage.Andrei Karas2-33/+46
2015-05-25Add basic support for draw controls method without batching (safeDraw).Andrei Karas4-3/+25
2015-05-25Remove useless method definition.Andrei Karas1-5/+0
2015-05-25Add missing override keyword.Andrei Karas1-1/+1
2015-05-25Fix buy/sell from personal shop in player stand very close to npc.Andrei Karas1-6/+12
2015-05-25Fix crash in emulated guild tab deletion.Andrei Karas1-5/+4
2015-05-25Remove color2 from graphics.Andrei Karas9-59/+21
2015-05-25Dont set global color variables before drawing text.Andrei Karas35-131/+319
2015-05-24Add missing files into make files.Andrei Karas2-0/+2
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas11-57/+108
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas9-26/+71
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas10-21/+81
2015-05-24Add strong typed bool type Online.Andrei Karas8-11/+41
2015-05-24Fix compilation erorrs in inventoryitem.hAndrei Karas1-0/+4
2015-05-24Remove simpletypes.h.Andrei Karas17-44/+0
2015-05-24Move type UseArgs into separate file.Andrei Karas5-3/+33
2015-05-24Move type SkipError into separate file.Andrei Karas5-1/+31
2015-05-24Move type UseResman into separate file.Andrei Karas5-1/+31
2015-05-24Move type ForceDisplay into separate file.Andrei Karas5-1/+31
2015-05-24Move type Enable into separate file.Andrei Karas7-1/+34
2015-05-24Move type NpcNames into separate file.Andrei Karas5-1/+31
2015-05-24Move type AllowSort into separate file.Andrei Karas5-1/+31
2015-05-24Move type AllPlayers into separate file.Andrei Karas5-1/+32
2015-05-24Move type Modifiable into separate file.Andrei Karas7-1/+35
2015-05-24Move type Keep into separate file.Andrei Karas9-1/+36
2015-05-24Move type Sfx into separate file.Andrei Karas5-1/+31
2015-05-24Move type Trading into separate file.Andrei Karas5-1/+31
2015-05-24Move type Notify into separate file.Andrei Karas6-1/+33
2015-05-24Move type ShowCenter into separate file.Andrei Karas6-1/+33
2015-05-24Move type Modal into separate file.Andrei Karas8-1/+34
2015-05-24Move type Equipped into separate file.Andrei Karas6-1/+32
2015-05-24Move type Equipm into separate file.Andrei Karas7-1/+33
2015-05-24Move type Favorite into separate file.Andrei Karas7-1/+33
2015-05-24Move type Damaged into separate file.Andrei Karas7-1/+33
2015-05-24Move type Identified into separate file.Andrei Karas7-1/+34
2015-05-24Move defines from simpletypes.h into separate file.Andrei Karas4-25/+54
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas18-20/+22
2015-05-24Improve checkbox draw speed.Andrei Karas2-7/+60
2015-05-24Improve radiobutton draw speed.Andrei Karas2-8/+60
2015-05-24Fix compilation warning.Andrei Karas1-1/+1
2015-05-23If window with button is hidden then release text image and vertexes.Andrei Karas2-0/+23
2015-05-23If window with label is hidden then release text image.Andrei Karas2-0/+24
2015-05-23Move window variable from widget class to widget2 class.Andrei Karas8-12/+20
2015-05-23Move most initialisation code in tabbedarea from constructor to postInit.Andrei Karas1-3/+4
2015-05-23Set mWindow pointer to self in postInit base methods for window and popup.Andrei Karas2-2/+2
2015-05-23Add missing calls to postInit for windows and popups.Andrei Karas3-3/+9
2015-05-23Add check in popups for posInit() calls.Andrei Karas2-5/+11
2015-05-23Add check in windows for posInit() calls.Andrei Karas2-3/+9