SuperTux editor source code. (Unsupported. Use the in-game editor or flexlay instead.)

Arvid Norlander 0330215f5d Undo for removing sector done. %!s(int64=18) %!d(string=hai) anos
Dock 41a5677bc3 Fixed trailing whitespaces in all(?) source files of the supertux editor, also fixed svn:keywords on some the source files; added "$" to a comment in the start of the files where that was missing. %!s(int64=18) %!d(string=hai) anos
Lisp 01b934f8aa Editor: Added GPL header to files that I created. %!s(int64=18) %!d(string=hai) anos
LispReader 048fc493dc The last fix to this file was incorrect, it included paths specific to my system. %!s(int64=18) %!d(string=hai) anos
Resources 41a5677bc3 Fixed trailing whitespaces in all(?) source files of the supertux editor, also fixed svn:keywords on some the source files; added "$" to a comment in the start of the files where that was missing. %!s(int64=18) %!d(string=hai) anos
data 683c9f3e88 Added more patterns to woodblock.csv and made a cast in TileBlock.cs slightly more optimized %!s(int64=18) %!d(string=hai) anos
gtkgl-sharp 08d5c26243 Added a line about the exception related to X11 opengl context is normal on Windows. %!s(int64=18) %!d(string=hai) anos
libeditor 55145a34e5 oops, Missed to commit that file... %!s(int64=18) %!d(string=hai) anos
supertux-editor 0330215f5d Undo for removing sector done. %!s(int64=18) %!d(string=hai) anos
tools 406cbbaa7c Changed supertux.berlios.de to supertux.lethargik.org in a few more places %!s(int64=18) %!d(string=hai) anos
Jamfile 96df5bc541 Should now run on linux for the brave %!s(int64=18) %!d(string=hai) anos
Jamrules f31a094cf7 Fixed Jamrules to really remove all the files that should be removed on clean and also fixed indention in gtkgl-sharp.dll.config and libeditor.dll.config. %!s(int64=18) %!d(string=hai) anos
README 8846d482cc Updated prerequisites in README and added info on how to generate a backtrace that is usable. %!s(int64=18) %!d(string=hai) anos
gtkgl-sharp.dll.config f31a094cf7 Fixed Jamrules to really remove all the files that should be removed on clean and also fixed indention in gtkgl-sharp.dll.config and libeditor.dll.config. %!s(int64=18) %!d(string=hai) anos
install-gtksourceviewlang.sh 29092f83ca possibility to edit scripts %!s(int64=19) %!d(string=hai) anos
libeditor.dll.config f31a094cf7 Fixed Jamrules to really remove all the files that should be removed on clean and also fixed indention in gtkgl-sharp.dll.config and libeditor.dll.config. %!s(int64=18) %!d(string=hai) anos
squirrel.lang 29092f83ca possibility to edit scripts %!s(int64=19) %!d(string=hai) anos
squirrel.xml 29092f83ca possibility to edit scripts %!s(int64=19) %!d(string=hai) anos
supertux-editor.desktop 2a0ba5c1ac Added Swedish lines to supertux-editor.desktop %!s(int64=18) %!d(string=hai) anos
supertux-editor.png fc59f1d8b4 Made editor windows and dialogs load an icon. %!s(int64=18) %!d(string=hai) anos
supertux-editor.xpm adef936124 Merged revisions: 4364 to 4369, 4441, 4487 and 4501 into trunk from 0_3_x %!s(int64=18) %!d(string=hai) anos
supertux-sharp.mdp 6b53b57bf0 initial import of supertux-sharp %!s(int64=19) %!d(string=hai) anos
supertux-sharp.mds 1bd2b2ef4b Updated monodevelop files. %!s(int64=18) %!d(string=hai) anos
supertux-sharp.sln 810f7f60b1 Just committing some minor stuff I seem to have forgot. Includes fixing wording in an error message and fixing one of the project files for MSVC#. %!s(int64=18) %!d(string=hai) anos

README

This is an unstable release of the SuperTux Milestone 2 editor. Do not
expect everything to work smoothly and save often...

For more information browse to:

http://supertux.lethargik.org/wiki/Editor_FAQ
http://supertux.lethargik.org/wiki/Building_SuperTux#Compiling_the_editor


== Prerequisites ==

* SuperTux version 0.3.0 or higher
* OpenGL driver and environment
* mono 1.2.2.1 or newer
(1.1.13 or newer may work but if it doesn't, don't blame us just
upgrade to 1.2.2.1 or newer)
* gtk-sharp 2.8 or newer


== Building ==

Type
jam


== Running ==

You can start the editor by typing
mono supertux-editor.exe

To run with debugging info (that is the only way to get a usable
backtrace for a bug report in case of a crash):
mono --debug supertux-editor.exe

Remember to set your SuperTux paths in the editor options!


== Known Problems ==

The open source ATI drivers seem to have problems with multiple viewports
and shared textures.