[Super-tux-commit] supertux/data Jamfile,1.4,1.5 credits.txt,1.1,1.2 extro-bonus.txt,1.2,NONE extro.
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-12-05 16:57:51
|
Update of /cvsroot/super-tux/supertux/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16796/data Modified Files: Jamfile credits.txt Removed Files: extro-bonus.txt extro.txt intro.txt Log Message: -Incorporated Marcin KoÅcielnicki patch that reintroduces the flying snowball, thanks -Changed worldmapfile format to support intro texts -Moved intro.txt extro.txt and extro-bonus.txt to levels/world1 and levels/bonus1 -Added a new text mode to the textfile system display that aligns the text at the left side. This is alot easier to read than all text centered. Still the current font is hard to read for long texts and should be improved/replaced somehow... -Use new translation system in the .txt files Index: Jamfile =================================================================== RCS file: /cvsroot/super-tux/supertux/data/Jamfile,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Jamfile 2 Dec 2004 01:41:54 -0000 1.4 +++ Jamfile 5 Dec 2004 16:57:09 -0000 1.5 @@ -35,9 +35,9 @@ ; for p in $(LEVELPATHS) { - InstallData [ Wildcard $(p) : info *.stl *.stwm ] : $(p) ; + InstallData [ Wildcard $(p) : info *.stl *.stwm *.txt ] : $(p) ; - local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm ] ; + local translatable_lisp = [ Wildcard $(p) : info *.stl *.stwm *.txt ] ; SEARCH on $(translatable_lisp) = $(SEARCH_SOURCE) ; MakePot $(SUBDIR)/$(p)/messages.pot : $(translatable_lisp) ; XGETTEXT_FLAGS on $(SUBDIR)/$(p)/messages.pot += --language=Lisp ; --- extro-bonus.txt DELETED --- Index: credits.txt =================================================================== RCS file: /cvsroot/super-tux/supertux/data/credits.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- credits.txt 21 Nov 2004 00:49:30 -0000 1.1 +++ credits.txt 5 Dec 2004 16:57:09 -0000 1.2 @@ -3,7 +3,7 @@ (background "oiltux.jpg") (text "-- SuperTux - - Milestone 1 + Milestone 1 -Maintainer @@ -213,4 +213,4 @@ Ver-nos-emos em breve na Milestone2!") - ) \ No newline at end of file + ) --- intro.txt DELETED --- --- extro.txt DELETED --- |