Free Hero Mesh

Check-in [e00ea7f335]
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:Make a few corrections to misc/compare/meshhero.doc. "Click to make several moves" had already been implemented, but this file incorrectly claimed that it didn't; the incorrect statement has been removed. No changes to code.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | trunk
Files: files | file ages | folders
SHA1: e00ea7f3354bb182694f5dd61e0e1e93b51cc505
User & Date: user on 2024-05-29 22:13:54.346
Other Links: manifest | tags
Context
2024-05-29
22:13
Make a few corrections to misc/compare/meshhero.doc. "Click to make several moves" had already been implemented, but this file incorrectly claimed that it didn't; the incorrect statement has been removed. No changes to code. Leaf check-in: e00ea7f335 user: user tags: trunk
2024-05-11
06:16
Start of implementation of the (Trigger) block (currently only syntax is implemented) to control timing/ordering of some events. check-in: ee231f02dd user: user tags: trunk
Changes
272
273
274
275
276
277
278
279

280
281
282
283
284
285
286
272
273
274
275
276
277
278

279
280
281
282
283
284
285
286







-
+








* MoveNumber: This is now read/write instead of read-only.

* NewXY: NewX and NewY together.

* PopUp: Several new % substitution codes are now available.

* Rel: Resolves a relative directio to an absolute direction.
* Rel: Resolves a relative direction to an absolute direction.

* Seek: The direction toward a specified object.

* SendEx: Like Send but you can have three message arguments.

* SetInventory: No longer limited to five items. However, you can use the
"MaxInventory" command to check against a specified limit and error if it
418
419
420
421
422
423
424
425
426
427
428
429
418
419
420
421
422
423
424


425
426
427







-
-




=== Missing features ===

There are a few features not implemented yet, such as:

* Background music.

* Click to make several moves.

* User names for solutions. (It is implemented but it is not currently
displayed anywhere.)