Overview
Comment: | A few implement of TODO and CONTRIBUTING files |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3c80bf33f6c352d464f31e501c0658b3 |
User & Date: | user on 2021-10-29 21:49:12 |
Other Links: | manifest | tags |
Context
2021-10-29
| ||
23:07 | Correct a mistake in picture importing check-in: ed2c776526 user: user tags: trunk | |
21:49 | A few implement of TODO and CONTRIBUTING files check-in: 3c80bf33f6 user: user tags: trunk | |
21:05 | Add CONTRIBUTING file (please tell me if I missed anything) check-in: ac69cddf8d user: user tags: trunk | |
Changes
Modified CONTRIBUTING from [0050f8cb8b] to [f80bc39234].
︙ | ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | * Code improvements * Bug reports * Feature requests * Promotion Please use only plain ASCII text (no Unicode or HTML). However, if you contribute documentation translated into languages other than English, or puzzle sets containing text in languages other than English, then you may use other character encodings that are appropriate for that language. Documentation in other formats than plain text is acceptable, although the main documentation must be only plain ASCII text. | > > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | * Code improvements * Bug reports * Feature requests * Promotion * Testing Please use only plain ASCII text (no Unicode or HTML). However, if you contribute documentation translated into languages other than English, or puzzle sets containing text in languages other than English, then you may use other character encodings that are appropriate for that language. Documentation in other formats than plain text is acceptable, although the main documentation must be only plain ASCII text. |
︙ | ︙ |
Modified TODO from [e2423017e0] to [0c8b9206dd].
︙ | ︙ | |||
33 34 35 36 37 38 39 | * Animation stopping unexpectedly (until a key is pushed) * Display solution comments/timestamp * VCR mode * Command-line switch for batch import/export levels * SQL * Implement the GROUP column in the CLASSES table * Allow multiple SQL statements in one binding | > > | > | > > | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | * Animation stopping unexpectedly (until a key is pushed) * Display solution comments/timestamp * VCR mode * Command-line switch for batch import/export levels * SQL * Implement the GROUP column in the CLASSES table * Allow multiple SQL statements in one binding * Fonts/text * More code pages * Large fonts (possibly: width 8 or 16, height 8-32) * Multibyte encodings (e.g. EUC-JP) * Branching replay recording * Slow movement displaying state between triggers * Warning if file changed when uncommited data exists in the cache database * Composite puzzle set format (implemented) * Optional hypertext help * Compressed class definitions (?) * Option to auto display level titles * Testing * Bizarro world * Deferred movement * Sweep, SweepEx, HitMe * Overriding order of execution * Conversion from other games * DOS Hero Hearts * Berusky * PC Wanderer * Escape * Brain N Bells * Chroma * Xsok * PuzzleScript (limited; not everything is or will be capable) |