Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-26 | add dye unit tests. | Andrei Karas | 1 | -0/+210 | |
2013-07-25 | Improve a bit dye code formatting. | Andrei Karas | 3 | -11/+11 | |
2013-07-23 | add support for attacksky and attackwater actions. | Andrei Karas | 6 | -9/+58 | |
2013-07-23 | Add new sprite actions for water and sky. | Andrei Karas | 2 | -13/+38 | |
New actions: fly, swim, standsky, standwater, sitsky, sitwater, attacksky, attackwater, spawnsky, spawnwater, deadsky, deadwater For now attacksky and attackwater unused. | |||||
2013-07-21 | Add settings for monster hp bar offset. | Andrei Karas | 3 | -0/+19 | |
New attributes: hpBarOffsetX, hpBarOffsetY Example: <monster id="0" name="Piou" targetCursor="small" walkType="fly" hpBarOffsetX="30"> | |||||
2013-07-18 | move shared code for reading being info attributes to separate class. | Andrei Karas | 5 | -54/+88 | |
Also fix name offsets for pets. | |||||
2013-07-18 | add name offsets for npc and monster names. | Andrei Karas | 4 | -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-11 | Add chat command for gms for creating items. | Andrei Karas | 1 | -1/+1 | |
New command: /createitems It will open creation window. | |||||
2013-07-10 | dehardcode death messages. | Andrei Karas | 2 | -0/+130 | |
add deadmessages.xml for death messages. | |||||
2013-07-10 | add support for signed and string attribute values in items.xml. | Andrei Karas | 1 | -15/+26 | |
2013-07-08 | add ability to show stats from items.xml like strings. | Andrei Karas | 1 | -11/+16 | |
2013-07-04 | add missing checks. | Andrei Karas | 1 | -2/+2 | |
also fix crash in creating character with broken data. | |||||
2013-07-01 | fix up/down direction in sprites drawbefore/drawafter for legacy servers. | Andrei Karas | 1 | -5/+24 | |
2013-06-26 | add basic animation unit tests. | Andrei Karas | 1 | -4/+9 | |
2013-06-21 | fix code style. | Andrei Karas | 1 | -6/+0 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+6 | |
2013-06-19 | Add support for "level" attribute in items.xml. | Andrei Karas | 1 | -1/+3 | |
2013-06-15 | Add support for monster look. | Andrei Karas | 3 | -0/+31 | |
2013-06-12 | add support for player look. | Andrei Karas | 2 | -0/+14 | |
2013-06-11 | fix channel search order in S and A dye. | Andrei Karas | 1 | -8/+8 | |
2013-06-11 | add partial support for player look. | Andrei Karas | 5 | -2/+39 | |
can change look in char creation dialog, but cant render different look. | |||||
2013-06-07 | Fix code style. | Andrei Karas | 3 | -3/+1 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 16 | -23/+23 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 15 | -25/+21 | |
2013-06-03 | Fix includes for OpenBSD. | Andrei Karas | 1 | -2/+1 | |
2013-05-29 | Fix compilation error in some compilers | Andrei Karas | 1 | -2/+0 | |
2013-05-28 | Add support for include in npcs.xml | Andrei Karas | 2 | -2/+19 | |
2013-05-28 | Add support for include in monsters.xml | Andrei Karas | 2 | -2/+17 | |
2013-05-28 | fix code style. | Andrei Karas | 1 | -0/+2 | |
2013-05-28 | fix guard header part3. | Andrei Karas | 36 | -107/+112 | |
2013-05-26 | dehardcode client data configuration file names. | Andrei Karas | 10 | -27/+42 | |
Now names stored in paths.xml | |||||
2013-05-26 | Add support for include tag in items.xml. | Andrei Karas | 2 | -7/+14 | |
Example: <include name="items2.xml"/> | |||||
2013-05-17 | improve npcdialog class. | Andrei Karas | 3 | -5/+26 | |
allow set avatar size in avatars.xml. | |||||
2013-05-15 | add item option what can prevent sell item to npc without confirmation. | Andrei Karas | 3 | -1/+12 | |
2013-05-13 | also clear resource cache if switching servers. | Andrei Karas | 2 | -0/+9 | |
2013-05-11 | Allow load avatars from avatars.xml | Andrei Karas | 2 | -0/+156 | |
2013-05-11 | fix header in some files. | Andrei Karas | 4 | -4/+4 | |
2013-05-03 | add comments for translators. | Andrei Karas | 3 | -0/+8 | |
2013-04-26 | fix code style more. | Andrei Karas | 2 | -4/+4 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-24 | add null opengl renderer. | Andrei Karas | 1 | -0/+1 | |
2013-04-22 | Fix possible crash in protected sprites deletion. | Andrei Karas | 1 | -0/+2 | |
2013-04-21 | fix code style and some other fixes after auto checks. | Andrei Karas | 4 | -5/+61 | |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 4 | -8/+8 | |
2013-04-21 | add owned show time to each emote type. | Andrei Karas | 2 | -27/+17 | |
2013-04-20 | add support for GIMP palettes for dye colors. | Andrei Karas | 4 | -50/+205 | |
Palette file must be named palette.gpl and contain colors with correct names. To use it in dye string can be used character @. Example: <color id="2" name="black" value="@Untitled7,Untitled8,Untitled6"/> in all dye string it not tested. | |||||
2013-04-20 | fix style in resources directory. | Andrei Karas | 17 | -19/+72 | |
2013-04-18 | add delay to action sounds. | Andrei Karas | 9 | -41/+87 | |
delay now unused. | |||||
2013-04-16 | Fix in spritedef after last changes. | Andrei Karas | 1 | -2/+2 | |
2013-04-16 | improve wallpaper class. | Andrei Karas | 1 | -6/+2 | |