eme version 0.2a - seme version 0.2
Q: Can I use code generated by seme in my game ?
A: Yes. Do what you want with it.
Q: Does the plugin I wrote need to be GPL'ed ?
A: No, unless you distribute your plugin with eme. See line 114 and
following in copying.txt.
Q: I've this compile error:
/usr/bin/ld: cannot find -lathm ... make[1]: *** [seme] Error 1
Q: Is there a port to [insert your compiler here] ?
A: eme compilation is tested on Linux/gcc 2.95.3 and DJGPP (gcc 3.1).
There is no port to other system/compiler that I am aware of. If you want to
try a port see the documentation about Portability.
Q: I'm drawing and nothing happens !
A: Make sure there is no selection. When a part of the map is selected,
drawing can be done only on the selected tiles. You can deselect all the tiles
with Ctrl-N.
Q: File->Load and/or File->New do not load/create a map, although
I've written the functions plugin_load and/or plugin_new.
A: You need to call the wrapper method SetMap.
(See the Wrapper::SetMap documentation).