summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-06-30Rename ItemDb::Stat into BasicStat.Andrei Karas1-1/+1
2016-06-30Move itemdbstat.h from db into resources directory.Andrei Karas1-1/+1
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-0/+2
2016-06-20Add BeingSlot struct for store slot information like item id, cards etc.Andrei Karas1-0/+2
2016-06-19Add struct for store cards list.Andrei Karas1-0/+2
2016-06-11Remove unused includes.Andrei Karas1-2/+0
2016-06-08Add strong typed bool IsTempSprite.Andrei Karas1-0/+1
2016-06-08Add strong typed bool IsWeapon.Andrei Karas1-0/+1
2016-06-07Move subimage class into image directory.Andrei Karas1-4/+4
2016-06-07Move image class into image directory.Andrei Karas1-4/+4
2016-06-06Add support for load pseudo atlas, where atlas and each image in it will not ...Andrei Karas1-0/+4
2016-06-06Add image type for image classes. for detect what kind of class used in image.Andrei Karas1-0/+1
2016-06-02Collect asserts before creating chat windowAndrei Karas1-0/+2
2016-06-02Add missing file into make files.Andrei Karas1-0/+1
2016-06-02Add support for configurable item stat fields.Andrei Karas1-0/+1
2016-06-01Move item field type class into separate file.Andrei Karas1-0/+1
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-26Move shader program load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-26Move shader load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-26Move atlas load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-25Move subimageset load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-25Move sub images load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-24Move music load functions from resourcemanager into separate file.Andrei Karas1-0/+4
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-4/+4
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas1-0/+2
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas1-0/+1
2016-05-07Move max packet version constant into separate file.Andrei Karas1-0/+1
2016-05-04Enable asserts in cmake.Andrei Karas1-1/+1
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-4/+12
2016-04-26Move doublerect into separate file.Andrei Karas1-0/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-4/+4
2016-04-22Add memorycounter interface. Impliment it in Image.Andrei Karas1-0/+4
2016-04-21Move chattabtype into enums directory.Andrei Karas1-1/+1
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-0/+1
2016-04-16Move downloadstatus enum into separate file.Andrei Karas1-0/+1
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas1-0/+1
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-0/+1
2016-04-07For commands in links in chat ask before executing command.Andrei Karas1-0/+2
2016-04-04Remove file protocolindefine.hAndrei Karas1-1/+0
2016-03-24Add enum for item types.Andrei Karas1-0/+1
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-1/+1
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-0/+2
2016-03-20Not allow close warp dialog until select warp target.Andrei Karas1-0/+1
2016-03-20Impliment packets SMSG_FAMILY_ASK_FOR_CHILD.Andrei Karas1-0/+1
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas1-0/+4