Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts part of the following commits:
* 8b687b477f2ab5b683bb98bd3446e7b8af359913
* a86e94c1a54e173fb1cdca88b0b0da20a187d71a
* 044cb648a54266ef5c104b0504f9983f6bd55798
It does not appear to be enough yet, though. Need to debug why emotes are still not showing.
This also adds back the `settings.xml` file, so Mana client can drop its "compatibility fallback".
****
Co-authored-by: Jesusaves <jesusalva@themanaworld.org>
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
|
|
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
|
|
Changed the emotes location from graphics/particles/emotes/ to graphics/emotes/.
|