diff --git a/source/sw/src/menus.cpp b/source/sw/src/menus.cpp index 060f315a8..f5a82838d 100644 --- a/source/sw/src/menus.cpp +++ b/source/sw/src/menus.cpp @@ -1270,7 +1270,7 @@ MNU_OrderCustom(UserCall call, MenuItem *item) //5261, //5262 - 5114 // JBF: for my credits + 5120 // 5114 // JBF: for my credits }; static short SWOrderScreen[] = { @@ -1282,7 +1282,7 @@ MNU_OrderCustom(UserCall call, MenuItem *item) 5118, 4979, - 5114 // JBF: for my credits + 5120 // 5114 // JBF: for my credits }; short *OrderScreen, OrderScreenSiz; @@ -1410,7 +1410,8 @@ MNU_OrderCustom(UserCall call, MenuItem *item) on_screen = 0; // CTW MODIFICATION END - rotatesprite(0,0,RS_SCALE,0,OrderScreen[on_screen],0,0, + int const shade = on_screen == OrderScreenSiz-1 ? 8 : 0; + rotatesprite(0,0,RS_SCALE,0,OrderScreen[on_screen], shade, 0, (ROTATE_SPRITE_CORNER|ROTATE_SPRITE_SCREEN_CLIP|ROTATE_SPRITE_NON_MASK|ROTATE_SPRITE_IGNORE_START_MOST), 0, 0, xdim-1, ydim-1); @@ -1421,38 +1422,31 @@ MNU_OrderCustom(UserCall call, MenuItem *item) static const char *jtitle = "^Port Credits"; static const char *jtext[] = { - "*GAME AND ENGINE PORT", + "*Developers", + " Richard \"TerminX\" Gobeille", + " Evan \"Hendricks266\" Ramos", + " Alex \"pogokeen\" Dawson", + "*Retired developers", + " Pierre-Loup \"Plagman\" Griffais", + " Philipp \"Helixhorned\" Kutin", + "*Special thanks to", " Jonathon \"JonoF\" Fowler", - "-", - "*\"POLYMOST\" 3D RENDERER", - "*NETWORKING, OTHER CODE", + "*Uses BUILD Engine technology by", " Ken \"Awesoken\" Silverman", + "*Additional thanks to", + " Alexey \"Nuke.YKT\" Skrybykin", + " Jordon \"Striker\" Moss", + " Par \"Parkar\" Karlsson", // "Pär \"Parkar\" Karlsson", + " Ben \"ProAsm\" Smit", + " NY00123", "-", - " Visit http://www.jonof.id.au/jfsw for the", - " source code, latest news, and updates of this port." + " Visit eduke32.com for news and updates" }; +#if 0 static const char *scroller[] = { - "This program is free software; you can redistribute it", - "and/or modify it under the terms of the GNU General", - "Public License as published by the Free Software", - "Foundation; either version 2 of the License, or (at your", - "option) any later version.", - "", - "This program is distributed in the hope that it will be", - "useful but WITHOUT ANY WARRANTY; without even the implied", - "warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR", - "PURPOSE. See the GNU General Public License (GPL.TXT) for", - "more details.", - "", - "", - "", - "", "Thanks to these people for their input and contributions:", "", - "Richard \"TerminX\" Gobeille,", - "Par \"Parkar\" Karlsson", // "Pär \"Parkar\" Karlsson", - "Ben \"ProAsm\" Smit", "", "and all those who submitted bug reports and ", "supported the project financially!", @@ -1464,9 +1458,9 @@ MNU_OrderCustom(UserCall call, MenuItem *item) "", "" }; - const int numscrollerlines = SIZ(scroller); +#endif short dimx, dimy; - int ycur = 54; + int ycur = 20; unsigned ji; dimy = 0; MNU_MeasureString(jtitle, &dimx, &dimy); @@ -1496,6 +1490,8 @@ MNU_OrderCustom(UserCall call, MenuItem *item) } } +#if 0 + const int numscrollerlines = SIZ(scroller); int m,i; for (m=0, i=((int32_t) totalclock/104)%numscrollerlines; m<4; m++,i++) { @@ -1505,6 +1501,7 @@ MNU_OrderCustom(UserCall call, MenuItem *item) MNU_MeasureSmallString(scroller[i], &dimx, &dimy); MNU_DrawSmallString(160-(dimx>>1), 154+(m*7), scroller[i], 0, 8); } +#endif } //inputState.ClearKeysDown();