From: Ricardo Cruz Date: Sun, 7 Mar 2004 18:26:11 +0000 (+0000) Subject: Improved help and credits text X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=73671f023bbd65b265fa3186ea9ea7ff90c2a9ad;p=supertux.git Improved help and credits text SVN-Revision: 187 --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..c1e778fb6 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,90 @@ +CREDITS for Super Tux + + Version 0.0.6 (in development) + January 1st, 2004 + +by Bill Kendrick + + http://www.newbreedsoftware.com/supertux/ +& Tobias Glaesser + + +CREDITS +------- + +Game Software: +-------------- + +Bill Kendrick + + http://www.newbreedsoftware.com/bill/ + Maintainer. + +Tobias Glaesser + + Maintainer. + +Duong-Khang NGUYEN + + +Ricardo Cruz + + +Graphics: +--------- +Bill Kendrick + using The GIMP http://www.gimp.org/ + +Original Tux created by Larry Ewing + + http://www.isc.tamu.edu/~lewing/linux/ + +Most Tux images for Super Tux +created by Wesley Poole + + http://members.xoom.com/kokido + +Titlescreen Composed by Eric Windisch + + +Images for the darkstone theme & +a icons for the level-editor. +Tobias Glaesser + + +Improved images for the shared folder +Duong-Khang NGUYEN + + +Concept: +-------- +Gown (Tux's Girlfriend) from +"Tux: A Quest For Herring" + by Steve Baker + http://tuxaqfh.sourceforge.net/ + +Originally from "xTux" +by Dave Lawrence & James Andrews + http://xtux.sourceforge.net/ + +Idea to play as Gown also +from Steve Baker. + +"Mints" upgrade based +on Penguin Mints. + http://powermint.safeshopper.com/1/3.htm?63 + +Sound Effects: +-------------- + Royalty free sound effects CDROMs and FTP sites. + +Miscellaneous: + See CHANGES.txt for bug fixers, etc. + Also, comments, suggestions and praise from: + +James Harr + +Robert S Dubinski + +Brian Stentzel + diff --git a/data/CREDITS b/data/CREDITS index c1e778fb6..8088f1049 100644 --- a/data/CREDITS +++ b/data/CREDITS @@ -3,88 +3,87 @@ CREDITS for Super Tux Version 0.0.6 (in development) January 1st, 2004 -by Bill Kendrick - - http://www.newbreedsoftware.com/supertux/ -& Tobias Glaesser - -CREDITS -------- +Developers +---------- -Game Software: --------------- +Tobias Glaesser + Maintainer and main developer Bill Kendrick - - http://www.newbreedsoftware.com/bill/ - Maintainer. - -Tobias Glaesser - - Maintainer. + Original author Duong-Khang NGUYEN - - Ricardo Cruz - - -Graphics: ---------- -Bill Kendrick - using The GIMP http://www.gimp.org/ + Contributors + + +Artists +------- -Original Tux created by Larry Ewing - - http://www.isc.tamu.edu/~lewing/linux/ +Bill Kendrick + Antartic/Geek theme -Most Tux images for Super Tux -created by Wesley Poole - - http://members.xoom.com/kokido +Wesley Poole + Most Tux images -Titlescreen Composed by Eric Windisch - +Eric Windisch + Title screen -Images for the darkstone theme & -a icons for the level-editor. Tobias Glaesser - - -Improved images for the shared folder Duong-Khang NGUYEN - - -Concept: --------- -Gown (Tux's Girlfriend) from -"Tux: A Quest For Herring" - by Steve Baker - http://tuxaqfh.sourceforge.net/ - -Originally from "xTux" -by Dave Lawrence & James Andrews - http://xtux.sourceforge.net/ - -Idea to play as Gown also -from Steve Baker. - -"Mints" upgrade based -on Penguin Mints. - http://powermint.safeshopper.com/1/3.htm?63 - -Sound Effects: --------------- - Royalty free sound effects CDROMs and FTP sites. - -Miscellaneous: - See CHANGES.txt for bug fixers, etc. - Also, comments, suggestions and praise from: - -James Harr - -Robert S Dubinski - -Brian Stentzel - + Graphics improvements + + +Designing +--------- + +Ingo Ruhnke + This guy is a not ever end of ideas and + a good constructive criticist + Author and maintainer of the webpage + Basically he makes suggestions for everything from + the engine itself to the gameplay. + +Sound Effects +------------- + +Royalty free sound effects + CDROMs and FTP sites + + +Thanks to +--------- + +Larry Ewing + Creator of Tux, the Linux penguin + +SDL and OpenGL + For giving such a great gaming experience + possible in Linux + + +We hope you enjoy this game! ,-) +- SuperTux team + + +Visit our webpage at + http://super-tux.sf.net + +Have a nice flaming with us at + #supertux at irc.freenode.net + +Comments, ideas and suggestions +go to our mailing list + super-tux-devel(at)lists.sourceforge.net + +If you want to contribute; + graphics, sounds, levels, + coding and + even ideas are allways + appreciated! + + + + I'm sure nobody will read + this until the end... !-) diff --git a/src/leveleditor.c b/src/leveleditor.c index 5ec2e854b..c8cd34800 100644 --- a/src/leveleditor.c +++ b/src/leveleditor.c @@ -1068,7 +1068,7 @@ void le_checkevents() if(le_mouse_pressed[RIGHT] == YES) { fprintf(stderr, "mouse scrolling\n"); - pos_x += 1 * event.motion.xrel; + pos_x += -1 * event.motion.xrel; } } break; @@ -1456,37 +1456,33 @@ void le_showhelp() SDL_Event event; int i, done; char *text[] = { - "X/x - Brick0", - "Y/y - Brick1", - "A/B/! - Box full", - "a - Box empty", - "C-F - Cloud0", - "c-f - Cloud1", - "G-J - Bkgd0", - "g-j - Bkgd1", - "# - Solid0", - "[ - Solid1", - "= - Solid2", - "] - Solid3", - "$ - Distro", - "^ - Waves", - "* - Poletop", - "| - Pole", - "\\ - Flag", - "& - Water", - "0-2 - BadGuys", - "./Del - Remove tile", - "F9 - Show/Hide Grid", - "F3 - Change Selection Mode", - "Esc - Menu"}; + " - This is SuperTux's built-in level editor -", + "The level editor was made to be light, as well as, easy from", + "the start, so probabily i am just wasting my English ,-)", + "", + "At your right, you have the button bar, that allows you", + "to select tiles, both background and foregrounds, as", + "well as enemies. A-Z keys can be used as shortcuts.", + "The button bar can be used also to do level actions,", + "just as changing, save, setup and test the level. It", + "also allows you to choose between two selection cursors.", + "Scrolling the level is possible by pointing at the arrows", + "buttons or by using the right-mouse button.", + "Use the Esc key to go to the menu, in order to", + "manage subsets or just quit the level editor.", + "", + "Have fun with it and don't forget to send your levels", + "to us (using the mailing list) %-)", + "- SuperTux team" + }; text_drawf(&blue_text, "- Help -", 0, 30, A_HMIDDLE, A_TOP, 2, NO_UPDATE); for(i = 0; i < sizeof(text)/sizeof(char *); i++) - text_draw(&white_text, text[i], 40, 90+(i*16), 1, NO_UPDATE); + text_draw(&white_small_text, text[i], 5, 80+(i*12), 1, NO_UPDATE); - text_drawf(&gold_text, "Press Any Key to Continue", 0, 460, A_HMIDDLE, A_TOP, 1, NO_UPDATE); + text_drawf(&gold_text, "Press Any Key to Continue", 0, 440, A_HMIDDLE, A_TOP, 1, NO_UPDATE); flipscreen();