summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move doublerect into separate file.Andrei Karas1-0/+34
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+1
2016-04-26Add memory count functions into ResourceManager.Andrei Karas2-1/+38
2016-04-26Fix compilation warning with some flags.Andrei Karas1-0/+2
2016-04-26Add memory count function into Tileset.Andrei Karas1-0/+17
2016-04-26Add memory count function into WalkLayer.Andrei Karas2-0/+9
2016-04-26Add memory count functions into Action and Animation.Andrei Karas7-4/+82
2016-04-25Add memory counting functions into AtlasResource and some other.Andrei Karas4-3/+53
2016-04-25Add memory count function into Imageset.Andrei Karas2-0/+9
2016-04-25Add memory count function into SDLMusic.Andrei Karas2-0/+9
2016-04-25Fix Image and SubImage memory calculaiton functions.Andrei Karas2-2/+4
2016-04-25Add memory count function into SoundEffect.Andrei Karas2-0/+9
2016-04-25Add memory count method into SubImage.Andrei Karas2-0/+9
2016-04-23Fix include in memorymanager class.Andrei Karas1-1/+1
2016-04-23Fix code style.Andrei Karas5-22/+9
2016-04-22Add memorycounter interface. Impliment it in Image.Andrei Karas8-1/+220
2016-04-18Add into being dbs, shared attribute "quickActionEffect".Andrei Karas3-0/+11
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas17-64/+64
2016-04-17Remove override keyword, if it present with final.Andrei Karas17-64/+64
2016-04-11Fix compilation warning with some flags.Andrei Karas1-9/+9
2016-04-09Fix string for translation with separate % and %s.Andrei Karas1-1/+1
2016-03-26Fix code style.Andrei Karas2-10/+1
2016-03-25Improve a bit map loading speed.Andrei Karas1-41/+103
2016-03-24Add enum for item types.Andrei Karas10-23/+45
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas5-47/+47
2016-03-24Change ItemType into strong typed enum.Andrei Karas3-7/+7
2016-03-24Move ItemType enum into enums directory.Andrei Karas3-55/+3
2016-03-23Remove some extra checks from mapreader.Andrei Karas1-4/+2
2016-03-22Add missing check in inventory.Andrei Karas1-1/+2
2016-03-21Show effect names in debug window in target tab.Andrei Karas1-1/+1
2016-03-21Add support for status effects without id.Andrei Karas1-1/+8
2016-03-21Add support for using fields from status effects: option, opt1, opt2, opt3.Andrei Karas2-5/+50
2016-03-21Load from status-effects.xml new fields. option, opt1, opt2, opt3.Andrei Karas1-11/+35
2016-03-21Simplify status effect db.Andrei Karas1-59/+53
2016-03-21Rename some fields and methods in StatusEffectDB.Andrei Karas2-10/+10
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas2-0/+254
2016-03-20Impliment packet SMSG_SKILL_MEMO_MESSAGE.Andrei Karas1-0/+12
2016-03-20Impliment packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY.Andrei Karas1-0/+13
2016-03-19Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules).Andrei Karas1-0/+8
2016-03-19Impliment packet SMSG_FAMILY_DIVORCED (hercules).Andrei Karas1-0/+4
2016-03-19Fix unit tests (add missing random initialisation).Andrei Karas2-9/+15
2016-03-18Add custom rand function implimentation, based on precreated random sequence.Andrei Karas1-4/+5
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-16Split ParticleEngine from Particle class.Andrei Karas2-8/+14
2016-03-14Remove weight fields from description in item popup.Andrei Karas1-2/+0
2016-03-11Fix code style.Andrei Karas5-6/+4
2016-03-10Add support for change text in pet menu item "Return to egg".Andrei Karas3-0/+22
2016-03-10Add some more item attributes into items.xmlAndrei Karas1-1/+23