~ubuntu-branches/ubuntu/trusty/grfcodec/trusty

« back to all changes in this revision

Viewing changes to docs/todo.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2010-08-23 14:45:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100823144552-4qggmf9izixsw8li
Tags: 1.0.0+debian1-1
* [30caa6a] Repackaged upstream source, to remove a duplicate file (which
  the lenny version of tar --keep-old-files doesn't like.
* [331d12b] Update watch file to upstream's new versioning scheme.
* [28b6b51] Mangle the +debian suffix in the watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
- make GRFMerge aware of DOS/Win difference: trg1 vs. trg1r
 
2
- build DOS/Win maps in GRFMerge
 
3
- make .nfo pseudo-sprite format more versatile:
 
4
  * no lengths, instead line-continuation with backslash-cr or backslash-lf
 
5
  * allow hex, dec, oct postfixes like assembly (40, 24d...), default hex
 
6
  * allow byte, word, dword and string values (W:4, D:60d, "Hello there")