Updated some packages
This commit is contained in:
@@ -724,7 +724,6 @@ done
|
||||
if [ -z "$FirstStartMenuOptions" ]; then
|
||||
FirstStartMenuOptions="$FirstStartMenuOptionsDefault"
|
||||
fi
|
||||
echo FirstStartMenuOptions "$FirstStartMenuOptions"
|
||||
|
||||
ReadmeText="`echo $ReadmeText | sed 's/\"/\\\\\\\\\"/g' | sed 's/[&%]//g'`"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ AppFullName=net.olofson.ballfield
|
||||
ScreenOrientation=h
|
||||
InhibitSuspend=n
|
||||
AppDataDownloadUrl="Game data is 1 Mb|ballfield.zip"
|
||||
VideoDepthBpp=24
|
||||
VideoDepthBpp=16
|
||||
NeedDepthBuffer=n
|
||||
NeedStencilBuffer=n
|
||||
NeedGles2=n
|
||||
@@ -16,6 +16,7 @@ SdlVideoResizeKeepAspect=n
|
||||
CompatibilityHacks=n
|
||||
AppUsesMouse=y
|
||||
AppNeedsTwoButtonMouse=y
|
||||
ForceRelativeMouseMode=n
|
||||
AppNeedsArrowKeys=n
|
||||
AppNeedsTextInput=n
|
||||
AppUsesJoystick=n
|
||||
@@ -27,7 +28,7 @@ AppTouchscreenKeyboardKeysAmount=0
|
||||
AppTouchscreenKeyboardKeysAmountAutoFire=0
|
||||
RedefinedKeysScreenKb="1 2 3 4 5 6 1 2 3 4"
|
||||
StartupMenuButtonTimeout=3000
|
||||
HiddenMenuOptions=''
|
||||
HiddenMenuOptions='OptionalDownloadConfig'
|
||||
FirstStartMenuOptions=''
|
||||
MultiABI=n
|
||||
AppVersionCode=101
|
||||
|
||||
@@ -9,6 +9,8 @@
|
||||
* software, or work derived from it, under other terms.
|
||||
*/
|
||||
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
@@ -346,7 +348,7 @@ int main(int argc, char* argv[])
|
||||
SDL_Surface *temp_image;
|
||||
SDL_Surface *back, *logo, *font;
|
||||
SDL_Event event;
|
||||
int bpp = 24,
|
||||
int bpp = 16,
|
||||
flags = SDL_DOUBLEBUF | SDL_SWSURFACE,
|
||||
alpha = 1;
|
||||
int x_offs = 0, y_offs = 0;
|
||||
@@ -598,5 +600,8 @@ int main(int argc, char* argv[])
|
||||
SDL_FreeSurface(back);
|
||||
SDL_FreeSurface(logo);
|
||||
SDL_FreeSurface(font);
|
||||
std::ostringstream os;
|
||||
os << "lalala" << std::endl << "more text" << std::endl;
|
||||
std::cout << os.str() << std::endl << "text text" << std::endl;
|
||||
exit(0);
|
||||
}
|
||||
|
||||
@@ -16,6 +16,7 @@ SdlVideoResizeKeepAspect=n
|
||||
CompatibilityHacks=n
|
||||
AppUsesMouse=y
|
||||
AppNeedsTwoButtonMouse=y
|
||||
ForceRelativeMouseMode=n
|
||||
AppNeedsArrowKeys=n
|
||||
AppNeedsTextInput=n
|
||||
AppUsesJoystick=n
|
||||
@@ -30,8 +31,8 @@ StartupMenuButtonTimeout=3000
|
||||
HiddenMenuOptions='KeyboardConfigMainMenu ScreenKeyboardThemeConfig ScreenKeyboardTransparencyConfig'
|
||||
FirstStartMenuOptions=''
|
||||
MultiABI=n
|
||||
AppVersionCode=245017
|
||||
AppVersionName="2450.17"
|
||||
AppVersionCode=250517
|
||||
AppVersionName="2505.17"
|
||||
CompiledLibraries="sdl_net sdl_mixer sdl_image sdl_ttf png intl"
|
||||
CustomBuildScript=n
|
||||
AppCflags='-finline-functions -O2 -DWITH_ZLIB -DWITH_MIXER -DWITH_XML -DWITH_IMAGE -DWITH_TTF -DWITH_AI=simple -DWITH_NET'
|
||||
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
../../../../../PUAE/
|
||||
@@ -1 +1 @@
|
||||
puae
|
||||
openal-demo
|
||||
Reference in New Issue
Block a user