summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-27Update debian packaging files.Andrei Karas17-682/+5484
2015-05-27Use local textchunk in textfield for draw text strings.Andrei Karas2-7/+59
2015-05-26Fix possible crash if disconnecting from server.Andrei Karas1-1/+1
2015-05-26Convert tests for mstack into catch format.Andrei Karas2-64/+64
2015-05-26Convert tests for dye into catch format.Andrei Karas2-79/+79
2015-05-26Convert tests for xmlutils into catch format.Andrei Karas2-17/+11
2015-05-26Convert tests for stringutils into catch format.Andrei Karas2-207/+209
2015-05-26Convert tests for files into catch format.Andrei Karas2-12/+7
2015-05-26Convert tests for browserbox into catch format.Andrei Karas2-6/+5
2015-05-26Convert tests for textchunklist into catch format.Andrei Karas2-177/+175
2015-05-26Convert tests for animatedsprite into catch format.Andrei Karas2-105/+100
2015-05-26Replace gtest with catch. Add basic support for catch.Andrei Karas6-21/+9537
2015-05-26Use local TextChunk in text class.Andrei Karas2-9/+28
2015-05-26Improve a bit text class.Andrei Karas1-16/+17
2015-05-26Use local TextChunk in windows for draw caption text.Andrei Karas3-12/+40
2015-05-25Add method safeDrawFrame for safe OpenGL renderer.Andrei Karas10-16/+75
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas12-22/+70
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas21-3/+196
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas35-2/+135
2015-05-25Add missing safeDraw to some windows.Andrei Karas9-1/+110
2015-05-25Add safeDraw method into tab.Andrei Karas2-34/+103
2015-05-25Add safeDraw method into equipmentwindow.Andrei Karas2-36/+91
2015-05-25Add safeDraw method into avatarlistbox.Andrei Karas2-9/+237
2015-05-25Add safeDraw method into window.Andrei Karas2-63/+96
2015-05-25Add safeDraw method into scrollarea.Andrei Karas2-42/+59
2015-05-25Add safeDraw method into shortcutcontainer childs.Andrei Karas10-18/+352
2015-05-25Add safeDraw method into progressbar.Andrei Karas2-83/+123
2015-05-25Add safeDraw method into button.Andrei Karas2-31/+154
2015-05-25Add safeDraw method into slider.Andrei Karas2-88/+106
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