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 | 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 === |
Modified class.doc from [1f9127ef0c] to [7a70ef22fc].
︙ | |||
108 109 110 111 112 113 114 115 116 117 118 119 120 121 | 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. |
︙ |