Free Hero Mesh

Check-in [2a11c254a7]
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.
Overview
Comment:Add more into TODO
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2a11c254a7ce25b6ce33fbc89dae6c48c6b59a6b
User & Date: user on 2021-04-10 04:19:10
Other Links: manifest | tags
Context
2021-04-11
00:38
A few more additions to TODO check-in: 45284c54d0 user: user tags: trunk
2021-04-10
04:19
Add more into TODO check-in: 2a11c254a7 user: user tags: trunk
01:11
Add a misc/ directory, currently with an example of a sokoban implementation in Free Hero Mesh. check-in: 778b39e351 user: user tags: trunk
Changes

Modified TODO from [3dc63d7779] to [ff5d4baf05].

1
2
3
4
5
6
7
8
9







10
11
12
13
14

15
16
17
18











* Sound effects
  * Wave sounds
    * Standard sounds
    * User sounds
  * MML sounds
  * Numeric sounds (?)
* Game engine features
  * Multiple connected objects moving as a unit
  * Bizarro world







  * Figure out why the $SeekerCloser class doesn't seem to work properly
* Editor
  * Mouse dragging
  * Level index editor
  * Bizarro world

* Table of contents for levels
  * Can define your own columns
  * Can do SQL queries on them
* Deal better with allowing to skip past invalid levels




















>
>
>
>
>
>
>
|




>


|

>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* Sound effects
  * Wave sounds
    * Standard sounds
    * User sounds
  * MML sounds
  * Numeric sounds (?)
* Game engine features
  * Multiple connected objects moving as a unit
  * Bizarro world
  * Pattern matching (pattern of objects (or lack) in the playfield)
  * Testing the deferred movement
  * String data (?)
  * Array operations (CopyArray, ArraySlice, DotProduct)
  * A ,PopUp command to use a popup with arguments starting from a mark
  * Operations with marks (duplicate a list, length of a list, etc)
  * "Goto message" instruction
  * Class inheritance (abstract)
* Editor
  * Mouse dragging
  * Level index editor
  * Bizarro world
  * Edit attributes of existing objects
* Table of contents for levels
  * Can define your own columns
  * User can write SQL queries on them
* Deal better with allowing to skip past invalid levels
* Picture editor/loading
  * Dependent images (based on others, but rotated/flipped/recoloured)
  * Allowing more altimages
* Puzzle set catalog format (using with internet; a separate program)
* Inventory/replay hybrid view
* Bookmarks
* Message trace menu to enable/disable
* Bugs
  * Figure out why the $SeekerCloser class doesn't seem to work properly
  * Level 232 of SUPERHRO puzzle set (the Lava shouldn't expand? why?)
* Display solution comments/timestamp