summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Move image class into image directory.Andrei Karas75-88/+128
2016-06-06Add missing file.Andrei Karas2-0/+101
2016-06-06Add support for load pseudo atlas, where atlas and each image in it will not ...Andrei Karas5-1/+74
2016-06-06Load special tilesets in ignored atlas.Andrei Karas6-0/+60
2016-06-06Fix compilation warnings if use debug images define.Andrei Karas1-2/+2
2016-06-06Report in map reader if loaded tilesets not included into atlases.Andrei Karas2-2/+17
2016-06-06Add image type for image classes. for detect what kind of class used in image.Andrei Karas5-0/+43
2016-06-06Add assert into map reader.Andrei Karas1-13/+19
2016-06-05Remove useless header include if OpenGL not enabled.Andrei Karas1-2/+4
2016-06-04Fix nuke command and menu action. Rename gm nuke command into /gmnuke.Andrei Karas2-2/+2
2016-06-04Show hightlighted messages in chat also if tab active but window minimized or...Andrei Karas1-6/+8
2016-06-04Change version to 1.6.6.4v1.6.6.4Andrei Karas1-2/+2
2016-06-04Fix compilation for MacOSX.Andrei Karas1-1/+1
2016-06-04Remove some useless includes if using SDL2.Andrei Karas11-13/+40
2016-06-04Remove some more includes from unit tests.Andrei Karas1-3/+0
2016-06-04Remove extra include from unit tests.Andrei Karas4-10/+0
2016-06-04Fix unused wariable in unit tests.Andrei Karas1-1/+2
2016-06-04Add missing includeAndrei Karas1-0/+1
2016-06-03Fix code style.Andrei Karas11-12/+21
2016-06-03Fix compilation for Android.Andrei Karas1-3/+6
2016-06-02Fix unit tests after last updates.Andrei Karas3-12/+25
2016-06-02Show asserts for most errors in resource dbs.Andrei Karas13-37/+54
2016-06-02Add missing attribute to paths.xml for set include directory for badges.Andrei Karas1-0/+1
2016-06-02Collect asserts before creating chat windowAndrei Karas6-0/+105
2016-06-02Add missing file into make files.Andrei Karas2-0/+2
2016-06-02Enable ItemFieldType constructor for all compilers.Andrei Karas1-2/+0
2016-06-02Add support for status effect name translation.Andrei Karas1-1/+2
2016-06-02Add support for configurable item stat fields.Andrei Karas7-91/+232
2016-06-01Move item field type class into separate file.Andrei Karas4-22/+56
2016-06-01Dont try to play gui sound if it empty.Andrei Karas1-2/+9
2016-05-31Add in minimap context menu option to return camera to default state.Andrei Karas1-0/+7
2016-05-31Add char command /restorecamera for restore camera to default state.Andrei Karas5-0/+18
2016-05-31Fix /msg chat command for channels.Andrei Karas1-3/+9
2016-05-31Fix compilation error in itemdb.Andrei Karas1-2/+2
2016-05-31Add to items attributes hprecover and sprecover. For recovery rates.Andrei Karas1-0/+4
2016-05-31Fix compilation without OpenGL in setup_video.cpp again.Andrei Karas1-0/+2
2016-05-31Fix compilation without OpenGL in setup_video.cpp.Andrei Karas1-0/+6
2016-05-31Change default max chars per chat message from 300 to 512.Andrei Karas1-1/+1
2016-05-31Fix compilation without OpenGL.Andrei Karas1-1/+5
2016-05-31Fix comments formatting in copynpaste.cppAndrei Karas1-2/+2
2016-05-31Fix different include issues.Andrei Karas46-45/+138
2016-05-31Add USE_X11 define into make file.Andrei Karas1-0/+9
2016-05-29Fix compilation without OpenGL.Andrei Karas1-1/+3
2016-05-29Fix code style.Andrei Karas15-50/+26
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas5-23/+138
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas8-47/+125
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas11-39/+136
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas7-41/+116
2016-05-26Move shader program load function from resourcemanager into separate file.Andrei Karas6-40/+121
2016-05-26Move shader load function from resourcemanager into separate file.Andrei Karas7-31/+118