|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-14 10:05:42
|
Revision: 21765
http://sourceforge.net/p/crossfire/code/21765
Author: ryo_saeba
Date: 2021-01-14 10:05:40 +0000 (Thu, 14 Jan 2021)
Log Message:
-----------
Adjust format for no-collect mechanism.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/image_info
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-14 09:59:00 UTC (rev 21764)
+++ arch/trunk/ChangeLog 2021-01-14 10:05:40 UTC (rev 21765)
@@ -1,3 +1,7 @@
+Change format for new no-collect mechanism.
+image_info
+Nicolas Weeger 2020-01-14
+
Make beholder eyes be "flesh".
flesh/misc/behold_eye.arc
Nicolas Weeger 2020-01-14
Modified: arch/trunk/image_info
===================================================================
--- arch/trunk/image_info 2021-01-14 09:59:00 UTC (rev 21764)
+++ arch/trunk/image_info 2021-01-14 10:05:40 UTC (rev 21765)
@@ -5,14 +5,13 @@
# image sets, see the doc/Developer/images file.
#
# The format of each line:
-# num:extension:long name:fallback:geometry:extension:description
-# num is the set number.
+# extension:long name:fallback:geometry:extension:description
# extension is the extension that image set uses (eg, base, clsc)
# long name is just that - a longer (more english) name, eg, classic instead
# of clsc. This is really just used by the client for it to map the
# image names. Its not really intuitive for users to say -image clsc
-# fallback is what set to fallback to if the image does not exist in
-# that set. In the end, all sets must fall back to set 0.
+# fallback is what set (by extension) to fallback to if the image does not exist in
+# that set. In the end, all sets must fall back to one set.
# geometry is in width x height form. This is used by the client so it
# knows the spacing to use. Images in the set could be of different
# sizes (eg, a 4 spaces image would be larger), but this is the normal
@@ -26,5 +25,5 @@
# NOTE: lines can not be continued with \ - everything must be on one line
# for things to work.
# Lines that start with # are obviously ignored.
-0:base:standard:0:32x32:none:The standard image set.
-1:clsc:classic:0:32x32:none:Classic and new styling.
+base:standard::32x32:none:The standard image set.
+clsc:classic:base:32x32:none:Classic and new styling.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|