Overview
Comment: | Improvement to documentation and FAQ |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c0239a666472614212a422b062a31fe2 |
User & Date: | user on 2021-06-02 04:35:39 |
Other Links: | manifest | tags |
Context
2021-06-03
| ||
21:06 | Some corrections to the picture editor check-in: d941198b8b user: user tags: trunk | |
2021-06-02
| ||
04:35 | Improvement to documentation and FAQ check-in: c0239a6664 user: user tags: trunk | |
2021-05-28
| ||
04:40 | Correct the picture loading to load all pictures instead of missing one check-in: 34ca97ebc2 user: user tags: trunk | |
Changes
Modified README from [347e9fe876] to [7e8d2c2a58].
︙ | ︙ | |||
132 133 134 135 136 137 138 | === License === Free Hero Mesh is public domain. See the LICENSE file for details. === Frequently asked questions === | | > > > > > > > > > > > > > > > > > > > > > > > > > | 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 | === License === Free Hero Mesh is public domain. See the LICENSE file for details. === Frequently asked questions === (If you have any more questions, please ask.) ** Is it any good? I suppose it is a matter of opinion, isn't it? ** It says "FATAL: Failed to open xclass file (No such file or directory)" when trying to load the puzzle set. How to load it correctly? You must use the base name. For example, if the puzzle set files are named "sokoban.xclass", "sokoban.class", "sokoban.level", and "sokoban.solution", then you must type "heromesh sokoban" to load it. ** How to access the NNTP? You can use a NNTP client program, often called a "newsreader" program. Many email programs can also do NNTP, including Mozilla Thunderbird. There are also specialized NNTP programs, including Pan and bystand. (Some are text, some are binary, and some are hybrid; you will need one that supports text or hybrid.) ** Is there documentation with tutorial or introduction? I like the kind of documentation that the existing one is, although I am aware that some people prefer a different style. Someone who is better at writing that different style should do so and contribute please. |
Modified class.doc from [1f9127ef0c] to [7a70ef22fc].
︙ | ︙ | |||
108 109 110 111 112 113 114 115 116 117 118 119 120 121 | X should be replaced by any digit or uppercase letter; that will be displayed, and if clicked, it represents that key code. \xXX Hexadecimal escape, where XX is a hexadecimal number from 01 to FF, and displays a graphic character with the given PC character code. === Preprocessor === Free Hero Mesh includes a macro preprocessor, which you may use if wanted. All preprocessor commands are in braces; that constitutes a preprocessor token, which may contain other tokens as arguments. | > > > > > > | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | X should be replaced by any digit or uppercase letter; that will be displayed, and if clicked, it represents that key code. \xXX Hexadecimal escape, where XX is a hexadecimal number from 01 to FF, and displays a graphic character with the given PC character code. \" Literal quotation mark. \\ Literal backslash. === Preprocessor === Free Hero Mesh includes a macro preprocessor, which you may use if wanted. All preprocessor commands are in braces; that constitutes a preprocessor token, which may contain other tokens as arguments. |
︙ | ︙ |