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

Tobias Markus d29611f900 Few updates, still broken %!s(int64=10) %!d(string=hai) anos
Dock b1bd4aa2d8 fixing many compiler warnings %!s(int64=12) %!d(string=hai) anos
Lisp 717cd0aaae Fixing error message when changing sprite of MrBomb to CherryBomb %!s(int64=11) %!d(string=hai) anos
LispReader 809f51c0a1 Fixed paths for monodevelop %!s(int64=11) %!d(string=hai) anos
Resources 809f51c0a1 Fixed paths for monodevelop %!s(int64=11) %!d(string=hai) anos
data ccee352867 Some additions to brushes %!s(int64=11) %!d(string=hai) anos
gtkgl-sharp d29611f900 Few updates, still broken %!s(int64=10) %!d(string=hai) anos
lib 6d3a2043b4 Got the editor to compile on Mac with Xamarin, but it's still severely broken (No GlWidget) %!s(int64=11) %!d(string=hai) anos
libeditor d29611f900 Few updates, still broken %!s(int64=10) %!d(string=hai) anos
supertux-editor 1419828eaa All badguys can now have dead-script set %!s(int64=10) %!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
Makefile a55024d29b Use dmcs to compile for 4.0 mscorlib. Bug #912 fixed. %!s(int64=11) %!d(string=hai) anos
README ab376771de Stop scrolling tile list when end of list is reached. %!s(int64=16) %!d(string=hai) anos
TODO 145e85ca5f Show paths of Crystallo, Flyingsnowball, & Flame (default radius) %!s(int64=11) %!d(string=hai) anos
gtkgl-sharp.dll.config be38ae8636 Fixed typo dll->os, added some space (stil doesn't work on Linux) %!s(int64=16) %!d(string=hai) anos
install-gtksourceviewlang.sh 6d5271cdf6 Minor change: clean up trailing whitespaces in editor files. %!s(int64=17) %!d(string=hai) anos
libeditor.dll.config 205488cce1 Fixed improper tag endings, editor does now work again %!s(int64=16) %!d(string=hai) anos
squirrel.lang 29092f83ca possibility to edit scripts %!s(int64=18) %!d(string=hai) anos
squirrel.xml 29092f83ca possibility to edit scripts %!s(int64=18) %!d(string=hai) anos
supertux-editor-debug 4e0286d74d Added $@ so that one can load a level with debugging enabled %!s(int64=15) %!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=18) %!d(string=hai) anos
supertux-sharp.mds 809f51c0a1 Fixed paths for monodevelop %!s(int64=11) %!d(string=hai) anos
supertux-sharp.sln a7fed03daf * fixing the MonoDevelop build files. %!s(int64=12) %!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
make


== 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.