supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

Make exporter always use xyz="1 2 3" instead of x="1" y="2" z="3" #912

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

In farm track, there is a particle emitter placed at (0,0,0), likely due to my refactor

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/912

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Happens because emitters use format x="1" y="2" z="3" whereas all other track objects use xyz="1 2 3". And now that I removed duplicated code, all track objects are expected to use the same conventions

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Worked around in r12629.

It would be nice however to make the exporter always produce the "new" syntax in all cases, to avoid mixing old and new syntax.

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria Done in SVN.