Struma
|
94657eaed5
|
Add Ruby functions for mounting/unmounting paths
|
2021-01-09 00:49:31 -05:00 |
|
Aeodyn
|
a08fea1574
|
Add exception handling to rubyArgs.
|
2021-01-08 23:32:30 -05:00 |
|
Aeodyn
|
63b92d3815
|
Add support for passing commandline arguments set in mkxp.json to the Ruby environment.
|
2021-01-08 19:48:41 -05:00 |
|
Struma
|
f25acdd7e9
|
all settings should be fine on M1 now
|
2021-01-08 11:09:12 -05:00 |
|
Struma
|
dde28c2c6d
|
Remove flags GCC doesn't support from meson build
|
2021-01-08 09:59:39 -05:00 |
|
Struma
|
eeea51c17a
|
Move from native OpenGL to ANGLE on macOS
|
2021-01-08 07:13:07 -05:00 |
|
Struma
|
45abde59a9
|
Get ANGLE working on macOS, fixes crashes on ARM
|
2021-01-08 06:49:11 -05:00 |
|
Struma
|
8503378599
|
Disable SSE2 extensions in Pixman
|
2021-01-06 22:14:48 -05:00 |
|
Struma
|
8edd1739d6
|
Try to load Zlib when the Ruby VM is initialized
|
2021-01-06 21:03:30 -05:00 |
|
Struma
|
d9f6218565
|
lexically_normal RETURNS the path
|
2021-01-06 17:24:36 -05:00 |
|
Struma
|
c9a5638451
|
Use compiler default convention on x64 Windows
|
2021-01-06 14:45:15 -05:00 |
|
Struma
|
36e2c7508b
|
Fix x64 Windows asm -- again
|
2021-01-06 04:42:40 -05:00 |
|
Struma
|
487bc4b7ed
|
Mistakes in configuration options
|
2021-01-06 04:05:51 -05:00 |
|
Struma
|
93d8cdf418
|
Add dsound to Windows dependency list
|
2021-01-06 03:51:47 -05:00 |
|
Struma
|
9a65dca14e
|
Include fluidsynth with windows build setup
|
2021-01-06 03:18:38 -05:00 |
|
Struma
|
1bc05a9b62
|
fix inappropriate if statement
|
2021-01-06 01:13:19 -05:00 |
|
Struma
|
92f92dc480
|
lParam size should be architecture dependent
|
2021-01-05 01:31:27 -05:00 |
|
Struma
|
418ec7b2f7
|
Export MKXPZ_PREFIX as full path
|
2021-01-03 09:33:15 -05:00 |
|
Struma
|
7b6d3073a5
|
Set ESSENTIALS_DEBUG define from xcconfig
|
2021-01-03 08:11:56 -05:00 |
|
Struma
|
a05f8a6d10
|
set cwd properly when running vars.sh
|
2021-01-03 05:06:55 -05:00 |
|
Struma
|
362b6c17c3
|
leave PKG_CONFIG_LIBDIR unset on Windows
|
2021-01-03 05:04:31 -05:00 |
|
Struma
|
eb6fb9ce61
|
Make sure to build OpenSSL before Ruby
|
2021-01-03 04:46:35 -05:00 |
|
Struma
|
fd8cfb922d
|
Search app parent directory for steam_appid.txt
|
2021-01-03 04:27:14 -05:00 |
|
Struma
|
607e28df5e
|
Always deep-sign Steam target
|
2021-01-03 03:19:27 -05:00 |
|
Struma
|
9cc3313f31
|
Add Steam targets to Xcode build
|
2021-01-03 03:07:06 -05:00 |
|
Struma
|
340672f835
|
Un-Meson-ify Xcode app names
|
2021-01-03 01:17:13 -05:00 |
|
Struma
|
a7331517c3
|
Streamline dependency building on macOS
|
2021-01-03 00:32:58 -05:00 |
|
Struma
|
cc337afb81
|
fix whoopsie
|
2021-01-02 23:28:27 -05:00 |
|
Struma
|
4069863fa9
|
When debugging from Xcode, prompt for target path
|
2021-01-02 23:24:20 -05:00 |
|
Struma
|
5cc49efe2c
|
"throw new Exception" -> "throw Exception"
I don't know why I had it this way tbh
|
2021-01-02 21:41:11 -05:00 |
|
Struma
|
f45705f5c6
|
appropriate Info.plist and Xcode configs
|
2021-01-02 21:35:41 -05:00 |
|
Struma
|
d7b2a7d4a3
|
Update Xcode project
|
2021-01-02 20:43:01 -05:00 |
|
Struma
|
b6c1617628
|
update dependency build procedure
|
2021-01-02 20:29:15 -05:00 |
|
Struma
|
3e85446d7a
|
separate Windows dependencies by architecture
|
2021-01-02 06:15:23 -05:00 |
|
Struma
|
866430c40d
|
Don't include readline+dbm on Windows
|
2021-01-02 00:24:08 -05:00 |
|
Struma
|
c9bf6f2887
|
Actual single-Ruby-DLL Windows build
|
2021-01-01 23:07:28 -05:00 |
|
Struma
|
262b62b10b
|
Add dependency makefile for Windows
|
2021-01-01 07:44:25 -05:00 |
|
Struma
|
be051461e5
|
Fix calling convention for Win64 MiniFFI calls
|
2021-01-01 02:02:47 -05:00 |
|
Struma
|
19f04599b7
|
Revert "Detect DLL architecture at runtime"
This reverts commit 3106df636a .
|
2021-01-01 00:26:37 -05:00 |
|
Struma
|
1785d7c2dd
|
Detect DLL architecture at runtime
|
2021-01-01 00:08:28 -05:00 |
|
Struma
|
9a4c53e6fe
|
Reflect custom ruby branch changes
|
2020-12-31 22:37:26 -05:00 |
|
Struma
|
8f78a4cf17
|
Fix Windows build errors
|
2020-12-31 19:59:53 -05:00 |
|
Struma
|
961a8fb63b
|
Use __MINGW64__ instead of _WIN64
|
2020-12-31 18:35:04 -05:00 |
|
Struma
|
59078356ac
|
add System::VERSION
|
2020-12-31 17:26:14 -05:00 |
|
Struma
|
69514de7c6
|
Attept 64-bit MiniFFI on Windows
|
2020-12-31 16:58:47 -05:00 |
|
Struma
|
7db1c1219e
|
Prefix mkxp-z preprocessor definitions with MKXPZ_
|
2020-12-31 14:50:07 -05:00 |
|
Struma
|
f7449ab7e6
|
add '-masm=intel' when building using GCC
|
2020-12-31 14:26:12 -05:00 |
|
Struma
|
d65cecf4ac
|
Set bundle identifier to match default data dir
|
2020-12-30 18:40:47 -05:00 |
|
Struma
|
774b288a68
|
Update README slightly
|
2020-12-30 18:39:45 -05:00 |
|
Struma
|
5d4758edaa
|
Bump version, update Meson build
|
2020-12-30 18:21:59 -05:00 |
|