Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-23 | What Manaplus really sees | wushin | 1 | -3/+3 | |
2012-06-11 | Format xml files. | Jessica Tölke | 1 | -51/+45 | |
Running tools/formatXML.sh Applying manual edits to: - effects.xml to place comments above the line they belong to instead of below - to paths.xml and portal-door.particle.xml to remove tabs within a comment - to playerglow.particle.xml to remove an superflous '-->' which messed up the automatic indentation. - used 'sed 's/^\(.*\)\(<!--.*-->\)\(.*\)$/\2\1\3/' -i npcs.xml' to move comments in front of the tags they belong to, manually edited npcs 251 to 265 | |||||
2009-01-19 | Converted DOS newlines to UNIX format | Thorbjørn Lindeijer | 1 | -56/+56 | |
Sorry, but DOS got it wrong. :P | |||||
2008-08-24 | fix for last commit | Philipp Sehmisch | 1 | -1/+1 | |
2008-08-24 | Changed pipe smoke particle effect to demonstrate the new output-pause ↵ | Philipp Sehmisch | 1 | -10/+11 | |
emitter property. | |||||
2008-05-29 | Removed the "white" from the names of all particles because there aren't any ↵ | Philipp Sehmisch | 1 | -3/+3 | |
other colors anymore. | |||||
2008-05-22 | Converted particle effect definitions to use dye system for particle images. ↵ | Philipp Sehmisch | 1 | -3/+3 | |
Please give feedback if it works properly and is performant so I can delete the colored versions of the particles. | |||||
2008-05-22 | Added descriptive comments to all particle effect files. | Philipp Sehmisch | 1 | -0/+5 | |
2008-05-19 | Added smoke particle effect to the nomad with the pipe as a more useful ↵ | Philipp Sehmisch | 1 | -0/+51 | |
proof of concept. Fixed off-by-one error in the comments in npcs.xml |