rnd-20060511-1-src
authorHolger Schemel <info@artsoft.org>
Wed, 10 May 2006 22:24:15 +0000 (00:24 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:51:49 +0000 (10:51 +0200)
commitdb89d31c2a430be3b7c3eb19b779c9347efa9ba5
treeb258ca6e224abe6367bebdc90ce0ae168c0ab0dd
parent3c4bdac5671bde161609293f4c5b504dee4d3aa1
rnd-20060511-1-src
* changed level file format by adding two new chunks "CUSX" (for custom
  elements, replacing the previous "CUS4" chunk) and "GRPX" (for group
  elements, replacing the previous "GRP1" chunk); these new IFF style
  chunks use the new and flexible "micro chunks inside chunks" technique
  already used with the new "CONF" chunk (for normal element properties)
  which makes it possible to easily extend the existing level format
  (instead of using fixed-length chunks like before, which are either
  too big due to reserved bytes for future use, or too small when those
  reserved bytes have all been used and even more data should be stored,
  requiring the replacement by new and larger chunks just like it went
  with "CUS1" to "CUS4"); this whole problem now does not exist anymore
ChangeLog
src/conftime.h
src/editor.c
src/files.c
src/files.h
src/main.h