Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [e07d4dfbf6]:

To Artifact [83445271eb]:


242
243
244
245
246
247
248


249
250
251

252




253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
(TODO)


=== Microsoft Windows ===

The same consideration about line endings with DOS also applies to Windows.




=== Mac OS X ===


(TODO)






=== Sandboxing ===

Many sandbox systems have problems, such as:

* Assumes all text is Unicode.

* Cannot request a command to use with popen (or from configuration files).

* When asking for a file, cannot also include certain other files whose
names are done by adding additional text onto the end of the name (this is
needed for SQLite to work, and also for non-composite puzzle sets in Free
Hero Mesh).

* Assumes a desktop environment.

Therefore, if it is to be used, a better one should be made up.








>
>



>
|
>
>
>
>






|












242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
(TODO)


=== Microsoft Windows ===

The same consideration about line endings with DOS also applies to Windows.

You may also wish to add a menu bar in a Windows version.


=== Mac OS X ===

Refer to FAQ for details relating to UTI.

Some keyboard commands might need to be changed; apparently some function
keys are reserved in Mac OS X.

It might also be helpful to add menus, like in Microsoft Windows.


=== Sandboxing ===

Many sandbox systems have problems, such as:

* Assumes all text is Unicode (including file names).

* Cannot request a command to use with popen (or from configuration files).

* When asking for a file, cannot also include certain other files whose
names are done by adding additional text onto the end of the name (this is
needed for SQLite to work, and also for non-composite puzzle sets in Free
Hero Mesh).

* Assumes a desktop environment.

Therefore, if it is to be used, a better one should be made up.