summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2013-08-24fix SDL includes.Andrei Karas1-1/+1
2013-08-20fix normal dye in big endian systems.Andrei Karas1-3/+33
2013-08-19add some unit tests for normal dye.Andrei Karas1-0/+46
2013-08-19improve a bit normal dye code.Andrei Karas4-56/+82
move dye code to methods.
2013-08-19fix dye for big endian system again.Andrei Karas2-14/+38
2013-08-18testDyeAndrei Karas1-0/+1
2013-08-18fix A and S dye for big endian systems.Andrei Karas2-17/+41
2013-08-18improve OpenGL A,S dye speed.Andrei Karas4-60/+73
2013-08-18improve software A,S dye speed.Andrei Karas4-59/+73
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas2-2/+3
2013-08-14add flag into resource and imageset what prevent subimage or other resource ↵Andrei Karas3-4/+11
from auto removing.
2013-08-02fix code style.Andrei Karas1-2/+0
2013-08-01add gui for in chat emotes.Andrei Karas1-0/+3
For add in chat emote press F1 inside opened chat, then select and click emote.
2013-07-28move bools in image.Andrei Karas2-6/+6
2013-07-28move bools in resource.Andrei Karas1-4/+4
2013-07-26add dye unit tests.Andrei Karas1-0/+210
2013-07-25Improve a bit dye code formatting.Andrei Karas3-11/+11
2013-07-23add support for attacksky and attackwater actions.Andrei Karas6-9/+58
2013-07-23Add new sprite actions for water and sky.Andrei Karas2-13/+38
New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused.
2013-07-21Add settings for monster hp bar offset.Andrei Karas3-0/+19
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30">
2013-07-18move shared code for reading being info attributes to separate class.Andrei Karas5-54/+88
Also fix name offsets for pets.
2013-07-18add name offsets for npc and monster names.Andrei Karas4-1/+28
New attributes: nameOffsetX, nameOffsetY Example for monsters.xml: <monster id="0" name="Piou" targetCursor="small" walkType="fly" nameOffsetX="10"> Example for npcs.xml: <npc id="304" nameOffsetX="-10" nameOffsetY="-5">
2013-07-11Add chat command for gms for creating items.Andrei Karas1-1/+1
New command: /createitems It will open creation window.
2013-07-10dehardcode death messages.Andrei Karas2-0/+130
add deadmessages.xml for death messages.
2013-07-10add support for signed and string attribute values in items.xml.Andrei Karas1-15/+26
2013-07-08add ability to show stats from items.xml like strings.Andrei Karas1-11/+16
2013-07-04add missing checks.Andrei Karas1-2/+2
also fix crash in creating character with broken data.
2013-07-01fix up/down direction in sprites drawbefore/drawafter for legacy servers.Andrei Karas1-5/+24
2013-06-26add basic animation unit tests.Andrei Karas1-4/+9
2013-06-21fix code style.Andrei Karas1-6/+0
2013-06-20Add more profiler labels.Andrei Karas1-0/+6
2013-06-19Add support for "level" attribute in items.xml.Andrei Karas1-1/+3
2013-06-15Add support for monster look.Andrei Karas3-0/+31
2013-06-12add support for player look.Andrei Karas2-0/+14
2013-06-11fix channel search order in S and A dye.Andrei Karas1-8/+8
2013-06-11add partial support for player look.Andrei Karas5-2/+39
can change look in char creation dialog, but cant render different look.
2013-06-07Fix code style.Andrei Karas3-3/+1
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas16-23/+23
2013-06-03fix SDL includes.Andrei Karas15-25/+21
2013-06-03Fix includes for OpenBSD.Andrei Karas1-2/+1
2013-05-29Fix compilation error in some compilersAndrei Karas1-2/+0
2013-05-28Add support for include in npcs.xmlAndrei Karas2-2/+19
2013-05-28Add support for include in monsters.xmlAndrei Karas2-2/+17
2013-05-28fix code style.Andrei Karas1-0/+2
2013-05-28fix guard header part3.Andrei Karas36-107/+112
2013-05-26dehardcode client data configuration file names.Andrei Karas10-27/+42
Now names stored in paths.xml
2013-05-26Add support for include tag in items.xml.Andrei Karas2-7/+14
Example: <include name="items2.xml"/>
2013-05-17improve npcdialog class.Andrei Karas3-5/+26
allow set avatar size in avatars.xml.
2013-05-15add item option what can prevent sell item to npc without confirmation.Andrei Karas3-1/+12
2013-05-13also clear resource cache if switching servers.Andrei Karas2-0/+9