Commit Graph

737 Commits

Author SHA1 Message Date
Eric Gallager
64d8cbad5e Merge 9bf9c71f24 into 02058eba73 2024-02-17 12:16:02 -05:00
elasota
02058eba73 Fix incorrect RIFF tag size check on 32-bit systems 2024-02-07 19:08:43 -05:00
elasota
65a6e06ce1 Update Android to API 33, version 1.1.4, add build instructions 2023-09-09 11:17:12 -04:00
Eric Gallager
9bf9c71f24 Merge branch 'master' into imgbot 2023-09-04 23:19:14 -04:00
ImgBotApp
3b143a6a75 [ImgBot] Optimize images
*Total -- 2,257.75kb -> 1,885.42kb (16.49%)

/rapidjson/doc/diagram/iterative-parser-states-diagram.png -- 90.21kb -> 45.68kb (49.36%)
/rapidjson/doc/logo/rapidjson.svg -- 4.13kb -> 2.10kb (49.2%)
/AerofoilAndroid/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -- 0.94kb -> 0.62kb (34.37%)
/rapidjson/doc/diagram/utilityclass.png -- 97.65kb -> 70.33kb (27.98%)
/rapidjson/doc/logo/rapidjson.png -- 5.14kb -> 3.72kb (27.53%)
/rapidjson/doc/diagram/architecture.png -- 16.18kb -> 12.10kb (25.23%)
/rapidjson/doc/diagram/insituparsing.png -- 36.41kb -> 27.39kb (24.76%)
/rapidjson/doc/diagram/simpledom.png -- 42.65kb -> 32.58kb (23.6%)
/rapidjson/doc/diagram/normalparsing.png -- 32.12kb -> 24.63kb (23.32%)
/rapidjson/doc/diagram/move1.png -- 15.70kb -> 12.10kb (22.96%)
/rapidjson/doc/diagram/move3.png -- 35.52kb -> 27.45kb (22.7%)
/ReleasePackageInstaller/DialogBanner.png -- 8.21kb -> 6.46kb (21.32%)
/rapidjson/doc/diagram/tutorial.png -- 43.59kb -> 34.76kb (20.25%)
/AerofoilAndroid/app/src/main/res/mipmap-mdpi/ic_launcher.png -- 1.94kb -> 1.56kb (19.64%)
/rapidjson/doc/diagram/move2.png -- 40.54kb -> 32.75kb (19.23%)
/AerofoilMac/AerofoilMac/Assets.xcassets/AppIcon.appiconset/1024.png -- 1,214.29kb -> 1,005.03kb (17.23%)
/SDL2-2.0.12/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png -- 2.10kb -> 1.77kb (15.52%)
/SDL2-2.0.12/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png -- 2.10kb -> 1.77kb (15.52%)
/FreeType/freetype/docs/reference/site/assets/images/icons/gitlab.6dd19c00.svg -- 1.61kb -> 1.37kb (15.18%)
/FreeType/freetype/docs/reference/site/assets/images/icons/github.f0b8504a.svg -- 1.17kb -> 1.04kb (11.66%)
/FreeType/freetype/docs/reference/site/assets/images/icons/bitbucket.1b09e088.svg -- 1.39kb -> 1.24kb (11.1%)
/SDL2-2.0.12/Xcode-iOS/Template/SDL iOS Application/Default-568h@2x.png -- 81.83kb -> 73.16kb (10.59%)
/AerofoilAndroid/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -- 0.73kb -> 0.68kb (6.03%)
/AerofoilAndroid/app/src/main/res/mipmap-hdpi/ic_launcher.png -- 4.39kb -> 4.16kb (5.16%)
/AerofoilMac/AerofoilMac/Assets.xcassets/AppIcon.appiconset/512.png -- 342.98kb -> 326.81kb (4.71%)
/AerofoilMac/AerofoilMac/Assets.xcassets/AppIcon.appiconset/256.png -- 98.33kb -> 98.26kb (0.07%)
/SDL2-2.0.12/Xcode-iOS/Template/SDL iOS Application/Default.png -- 17.95kb -> 17.94kb (0.05%)
/SDL2-2.0.12/Xcode-iOS/Demos/Default.png -- 17.95kb -> 17.94kb (0.05%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-09-04 10:17:07 +00:00
elasota
f8f0b5e4f9 Update Android to API 33, version 1.1.4, add build instructions 2023-08-26 15:39:43 -04:00
elasota
a6d93f8daa Update to VS2022 2023-08-26 14:06:14 -04:00
Eric Lasota
549e1ec3e6 Merge pull request #17 from WickedSmoke/master
Fix Linux build
2023-05-24 22:43:03 -04:00
Karl Robillard
141b176574 AerofoilX: Print missing files to stderr. 2023-05-24 07:40:51 -04:00
Karl Robillard
18a0d3a42a Fix Linux compile errors. 2023-05-24 07:40:45 -04:00
elasota
af6d18829e Fix compile failure on systems where pthread_t isn't a pointer, and possibly also systems where it isn't pointer-sized either 2023-05-21 21:53:18 -04:00
elasota
4182a1a107 Bump version to 1.1.3 2022-06-22 21:31:46 -04:00
elasota
5643f464cc Discard security exception on getSerialNumber, fixes Android USB gamepad crash. 2022-06-22 21:29:55 -04:00
elasota
a04c5f10df Reject zip archives with non-zero file count but empty central directory 2022-06-22 21:28:28 -04:00
Eric Lasota
3e13877788 Merge pull request #11 from ryandesign/stdlib
Include stdlib.h where its functions are used
2022-03-17 13:10:33 -04:00
Ryan Schmidt
53ff18d337 Include stdlib.h where its functions are used
Fixes build failure on OS X 10.10 and 10.11:

error: use of undeclared identifier 'free'
error: use of undeclared identifier 'malloc'
error: use of undeclared identifier 'qsort'
2022-03-17 02:54:37 -05:00
elasota
e33c01cc40 Change line endings to UNIX 2022-03-17 02:00:06 -04:00
Eric Lasota
0c891d3117 Merge pull request #10 from ryandesign/mac
Improve CMake macOS build
2022-03-17 01:58:13 -04:00
elasota
e4d2d9f9a4 Fix bad null compares 2022-03-17 01:50:19 -04:00
elasota
41c0312921 Add more nullptr_t operators 2022-03-17 01:48:16 -04:00
Ryan Schmidt
e78b01a5f3 Improve CMake macOS build
Now actually builds on macOS.

Closes #9
2022-03-17 00:39:55 -05:00
elasota
d470bb5eeb Add nullptr_t constructor to THandle 2022-03-16 21:24:47 -04:00
elasota
1fe94e4f06 Split AerofoilTools package 1.1.2 2021-11-10 18:05:19 -05:00
elasota
5f2f73e176 Bump to API 30 2021-11-10 17:51:59 -05:00
elasota
7c5864d59b Update installer to VS2019 C++ runtime. 2021-11-10 17:22:01 -05:00
elasota
d698ff23db Bump version to 1.1.2 2021-11-10 17:21:45 -05:00
elasota
92cb961208 Update credits 2021-11-10 17:21:29 -05:00
elasota
545798600e Fix gamepads not working, enable on Android 2021-10-22 22:01:33 -04:00
elasota
9ba15c6d78 Update C++ projects to VS2019, fix warnings/errors 2021-10-22 22:01:14 -04:00
elasota
0706640bc9 Merge branch 'master' of https://github.com/elasota/GlidePort 2021-10-22 13:07:56 -04:00
Eric Lasota
bdb7ddbdbb Create README.md 2021-10-10 11:28:36 -04:00
Eric Lasota
c5dee3ce9e Update README.md 2021-10-10 11:25:21 -04:00
elasota
7e3569500a Handle RGB15BE blit 2021-09-02 04:13:43 -04:00
elasota
376fdf16c4 Add name-to-comment support to GPAs 2021-09-01 22:06:43 -04:00
Eric Lasota
40b38046b9 Merge pull request #6 from pmarell/mac
Mac-specific improvements
2021-08-25 10:06:53 -04:00
Phil Marell
5b5fb15780 Send events through queue instead of calling game methods directly 2021-08-08 16:59:27 +10:00
Phil Marell
744b06796d Remove no longer true comment 2021-08-08 16:57:25 +10:00
Phil Marell
7ba11df286 Add quit event to queue without using private SDL method 2021-08-08 16:57:24 +10:00
Phil Marell
9f5699a61e Return correct value for macOS 2021-08-08 16:56:19 +10:00
Phil Marell
5ab966ea98 Fix build errors 2021-08-08 16:56:19 +10:00
Phil Marell
42ec9e3646 Use #pragma once 2021-08-05 18:46:36 +10:00
Phil Marell
83978d0397 Merge branch 'master' into mac
# Conflicts:
#	AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp
#	PortabilityLayer/MenuManager.cpp
2021-08-05 18:46:18 +10:00
elasota
82fe38dfc7 Fix about dialog misalignments 2021-08-04 02:34:54 -04:00
elasota
2c90110668 Fix key names not lining up correctly, bump prefs version since new key specials don't match old prefs 2021-08-02 01:19:20 -04:00
elasota
eac270670d Add command/meta key support 2021-08-02 01:04:22 -04:00
elasota
c04aeeb962 Add Inter font, map Chicago system symbol reservations using it, use Command symbol on macOS 2021-08-01 22:24:41 -04:00
elasota
f9109850a6 Remove tools from install package so they can be split off into a separate download. 2021-08-01 22:23:56 -04:00
elasota
71955ac729 Fixed GenerateFonts bugs 2021-07-31 17:40:57 -04:00
Phil Marell
f36a8da95f Allow native menu to unhighlight 2021-07-28 20:14:34 +10:00
Phil Marell
0e3534d902 Wire objects/actions in nib 2021-07-28 19:44:07 +10:00