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 |
|
Inori
|
3554e2b72f
|
chdir() -> -[OFFileManager changeCurrentDirectoryPath:]
|
2019-12-15 20:51:55 -05:00 |
|
Inori
|
bc92516cff
|
Whoopsies
|
2019-12-15 17:40:32 -05:00 |
|
Inori
|
66d06941a7
|
Dispose of Boost, switch to JSON5 for configuration
|
2019-12-15 17:37:24 -05:00 |
|
Inori
|
ae3cfe9344
|
Parse INI files with OFINIFile
|
2019-12-15 05:37:06 -05:00 |
|
Inori
|
fbedf4361d
|
Use Foundation instead of CoreFoundation for get_mac_locale()
|
2019-12-14 20:08:47 -05:00 |
|
Inori
|
6e37aa15b3
|
Enable ARC on all platforms
|
2019-12-14 18:56:52 -05:00 |
|
Inori
|
21da5b74c0
|
Always search for both 32+64 bit Discord GameSDK lib
|
2019-12-14 17:12:53 -05:00 |
|
Inori
|
c0ecb6bab9
|
Add build option for objc GC type
|
2019-12-14 16:00:05 -05:00 |
|
Inori
|
8c512c5ff2
|
compiler.find_library() -> compilers['cpp'].find_library()
|
2019-12-14 13:45:56 -05:00 |
|
Inori
|
3ee8659dda
|
Begin using Objective-C (ObjFW), remove cwalk
|
2019-12-14 13:31:48 -05:00 |
|
Inori
|
ba1baef627
|
Xcode, I wanted a tab, not spaces
|
2019-10-24 03:38:50 -04:00 |
|
Inori
|
29073e5c7e
|
Widen AppImage compatibility
|
2019-10-24 03:32:56 -04:00 |
|
Inori
|
a67e6d2306
|
Fix unused-variable and sign-compare warnings
|
2019-10-23 02:31:14 -04:00 |
|
Inori
|
428c936a9c
|
Only use -Wno-virtual-dtor with Apple clang
|
2019-10-23 02:27:26 -04:00 |
|
Inori
|
0d6d69c47a
|
Suppress warnings left over from original project
|
2019-10-23 02:20:06 -04:00 |
|
Inori
|
2f3b3098c1
|
Exit rgss thread if GL initialization fails
|
2019-10-23 01:22:21 -04:00 |
|
Inori
|
0b3c49f074
|
Fix autopilot typo
|
2019-10-23 00:46:00 -04:00 |
|
Inori
|
2432aec97f
|
Only create GL context in main thread on macOS
|
2019-10-23 00:41:50 -04:00 |
|
Inori
|
74f62e26d4
|
Use /bin/bash in AppRun shebang
|
2019-10-22 04:58:01 -04:00 |
|
inori-z
|
d2bff60df5
|
Bump version to 1.1.1
|
2019-10-22 00:40:52 -07:00 |
|
Inori
|
6600bcc0ce
|
Why am I so messy
|
2019-10-22 03:03:09 -04:00 |
|
inori-z
|
97690182a8
|
Properly create AppImage
|
2019-10-22 00:00:31 -07:00 |
|
Inori
|
2603311cbc
|
Make sure to use /usr/bin when moving linux dependencies
|
2019-10-22 02:38:41 -04:00 |
|
Inori
|
0dbc2b1a21
|
Add AppImage stuff
|
2019-10-22 02:30:07 -04:00 |
|
Inori
|
1e63c65c73
|
Setup GL context in main thread (macOS 10.15 requires it)
|
2019-10-17 08:44:21 -04:00 |
|
Inori
|
f57186f7a5
|
chdir to appimage location if independent_appimage set
|
2019-10-14 00:52:08 -04:00 |
|