Commit graph

1893 commits

Author SHA1 Message Date
Struma
230f03d289 Update readme 2020-02-28 22:30:13 -05:00
Struma
983088f259 Give static build option for Windows 2020-02-28 05:35:14 -05:00
Struma
9978320db1 Windows does not like uint 2020-02-28 03:33:49 -05:00
Struma
bc7709fb53 Implement SteamUserStatsLite 2020-02-28 03:23:16 -05:00
Struma
d722c70a07 Make AppImages run on Manjaro/Fedora 2020-02-27 10:20:40 -05:00
Struma
fdaa00fb71 Restrict integer arguments to 32 bits
When built as 64-bit, use the 'i' and 'I' arguments for MiniFFI/Win32API
to specifically refer to a 32-bit integer.
'l', 'L', 'n' and 'N' continue to refer to the `long` sizes.
2020-02-26 18:47:46 -05:00
Struma
268bd5ca83 Take aspect ratio into account when screenshotting 2020-02-26 17:34:54 -05:00
Struma
c674864e53 Bump version to 1.2.1 2020-02-26 16:55:13 -05:00
Struma
655dc537f0 Make getPrivateDataCheck less strict 2020-02-26 16:50:53 -05:00
Struma
10b367f76a Properly use Ruby 2.7 rb_proc_new 2020-02-26 16:10:04 -05:00
Struma
78bf355573 Set and update scissorbox based on current render resolution 2020-02-26 13:28:51 -05:00
Struma
94e063c6c0 OLD_RUBY -> RAPI_MAJOR/RAPI_MINOR/RAPI_TEENY/RAPI_FULL 2020-02-26 12:44:37 -05:00
Struma
429bf753cc drop deprecated function calls for Ruby 2.7 2020-02-26 11:53:12 -05:00
Struma
2a046a0709 Build with Ruby 2.7 2020-02-26 11:05:46 -05:00
Struma
e2503509a8 Set screenshot resolution based on window size 2020-02-26 09:24:55 -05:00
Struma
dd0f3ade91 Allow specifying ruby install manually 2020-02-25 05:35:30 -05:00
Struma
24d6199a79 Revert OpenGL version check 2020-02-25 01:06:29 -05:00
Struma
d580c55685 Remove 'gl3' build option 2020-02-25 01:01:23 -05:00
Struma
85640a32a1 add compressedGraphics and openGL4 runtime opts 2020-02-25 01:00:12 -05:00
Struma
fbd6b0c5e5 Set macos_min_version to 10.12 by default 2020-02-24 23:34:30 -05:00
Struma
d854bc1c67 Correct GL version check 2020-02-24 23:32:56 -05:00
Struma
84fee7ac78 Create 'gl3' build option 2020-02-24 23:25:06 -05:00
Struma
d080513105 Require OpenGL 4.1 (GeForce 400+,Radeon HD5000,Intel HD4000+)
Along with setting a version for macOS to use instead of 2.1,
most if not all Essentials games require a maximum texture size
of at least 16384x16384. OpenGL 4.1 requires this as a minimum.
2020-02-24 22:48:23 -05:00
Struma
827e20db87 Use Core GL context, allow OpenGL3/4 on macOS 2020-02-24 22:29:36 -05:00
Struma
3ffad8c05f update make_appimg.sh 2020-02-23 03:54:08 -05:00
Struma
b26dd8ca84 Suppress unknown-warning-option
For older versions of Clang
2020-02-23 03:21:35 -05:00
Struma
403bcb485c Bump version to 1.2.0 2020-02-23 02:29:29 -05:00
Struma
80f2fb3677 Fix Win32API on Windows (screw Windows) 2020-02-23 02:09:55 -05:00
Struma
1ba86afbb4 rewire FileSystem::normalize() 2020-02-10 17:31:01 -05:00
Struma
1bf5f4f3da Make threaded GL initialization optional 2020-02-10 12:38:27 -05:00
Struma
0f767dbfe3 revert getPrivateDataCheck 2020-02-03 04:55:50 -05:00
Struma
0510b4d789 building with Homebrew now needs libsigc++@2 2020-01-20 16:31:39 -05:00
Struma
7740c28f6a Fix builds on Ubuntu 16.04 (probably) 2020-01-19 22:23:52 -05:00
Struma
8520c762c3 Fix Linux building, require sigc++ >= 2.10.0 2020-01-18 20:22:12 -05:00
Struma
108f85766c Actually init haptics 2020-01-15 01:18:04 -05:00
Inori
982a4594c2 Require Meson version >= 0.47.0 2020-01-04 12:47:06 -05:00
Inori
796ceabe9c Don't build MiniFFI on 64-bit Windows
MiniFFI/Win32API is now optional, and requires
sizeof(void*) == sizeof(long)
2019-12-31 13:42:44 -05:00
Inori
7ff906c507 Use dot syntax
(Also, let clang-format go wild)
2019-12-31 12:22:44 -05:00
Inori
0d0cb95e21 Remove debug message box from openRead 2019-12-26 01:07:51 -05:00
Inori
faef84e1ae always alias MiniFFI class as Win32API 2019-12-21 04:53:14 -05:00
Inori
a213b45e84 always use RGSS method of checking private data 2019-12-21 04:51:54 -05:00
Inori
9befe2b199 Update make_apping.sh 2019-12-19 02:03:17 -05:00
Inori
27af617ca8 Fix regex goofs in sample mkxp.json 2019-12-19 01:46:03 -05:00
Inori
2ce377b0d4 Require building with Clang 2019-12-17 22:23:13 -05:00
Inori
6ef5ac1d7d Update build instructions 2019-12-17 22:22:49 -05:00
Inori
a6e2f95df9 Use own Boost-Unordered 2019-12-17 19:13:10 -05:00
Inori
c07a24821d Use pkg-config with Ruby 1.8 2019-12-17 06:22:01 -05:00
Inori
fa8f9915dd Always use same typedef for MINIFFI_FUNC 2019-12-17 02:27:55 -05:00
Inori
70104f2d42 +[OFString stringWithUTF8String:] -> @() 2019-12-17 02:19:05 -05:00
Inori
e67cc9f4d0 Fix path normalization for Windows 2019-12-17 02:06:49 -05:00