From: Miloš Klouček Date: Mon, 27 Oct 2008 13:27:33 +0000 (+0000) Subject: trying to add Id tags in tilemanager files X-Git-Url: https://git.octo.it/?p=supertux.git;a=commitdiff_plain;h=812e983033b9bac58ab0089a48507c374719d1cd trying to add Id tags in tilemanager files changed one line in README SVN-Revision: 5811 --- diff --git a/tools/tilemanager/Application.cs b/tools/tilemanager/Application.cs index 1025046aa..22fbf8d8b 100644 --- a/tools/tilemanager/Application.cs +++ b/tools/tilemanager/Application.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.IO; using System.Collections; diff --git a/tools/tilemanager/Lexer.cs b/tools/tilemanager/Lexer.cs index 1e8a72399..601d53d75 100644 --- a/tools/tilemanager/Lexer.cs +++ b/tools/tilemanager/Lexer.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.Text; using System.IO; diff --git a/tools/tilemanager/LispWriter.cs b/tools/tilemanager/LispWriter.cs index 6355317e0..b355c3870 100644 --- a/tools/tilemanager/LispWriter.cs +++ b/tools/tilemanager/LispWriter.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.IO; using System.Collections; diff --git a/tools/tilemanager/Parser.cs b/tools/tilemanager/Parser.cs index 6a70eeff4..22d7701cb 100644 --- a/tools/tilemanager/Parser.cs +++ b/tools/tilemanager/Parser.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.IO; diff --git a/tools/tilemanager/README b/tools/tilemanager/README index abc4b0c52..89a4e6b3e 100644 --- a/tools/tilemanager/README +++ b/tools/tilemanager/README @@ -1,6 +1,6 @@ -This Tool allows to edit supertux .stgt files in a comfortable manner. +This Tool allows to edit supertux .stgt/.stwm files in a comfortable manner. Warning: This tool is pre-alpha and meant for developers only. -Compilation: You need to have mono and gtk-sharp (with gnome support) installed +Compilation: You need to have mono and gtk-sharp installed in order to compile and run the app. diff --git a/tools/tilemanager/Tile.cs b/tools/tilemanager/Tile.cs index d03a34b7d..7555e8085 100644 --- a/tools/tilemanager/Tile.cs +++ b/tools/tilemanager/Tile.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.Collections; using System.IO; diff --git a/tools/tilemanager/TileSet.cs b/tools/tilemanager/TileSet.cs index 6719edd3e..930013572 100644 --- a/tools/tilemanager/TileSet.cs +++ b/tools/tilemanager/TileSet.cs @@ -1,3 +1,4 @@ +// $Id$ using System; using System.IO; using System.Collections;