Commit graph

1893 commits

Author SHA1 Message Date
Struma
51c7f8410e Add optional header parameter to HTTP functions 2020-12-30 18:14:01 -05:00
Struma
e511d71875 Housecleaning 2020-12-30 16:45:03 -05:00
Struma
9964b0fb7f Enable JIT in Hardened Runtime 2020-12-30 14:25:49 -05:00
Struma
69ab476b26 Force JIT for Ruby > 3 2020-12-30 13:48:13 -05:00
Struma
ec8b4d8160 clone mkxp-z branch of Ruby 3.0 2020-12-30 13:32:50 -05:00
Struma
f9b6f95708 fix include conflict between ruby and json5pp 2020-12-30 13:32:33 -05:00
Struma
d448d996f5 Add JSON parse/stringify methods to HTTPLite::JSON 2020-12-30 01:43:40 -05:00
Struma
523ad26fdf Check for ports when reconstructing url strings 2020-12-30 00:20:38 -05:00
Struma
e52ce335c4 Add HTTPLite module (built-in simple GET/POST) 2020-12-30 00:06:15 -05:00
Struma
b0a64cd43e Update fluidsynth settings to 3.0's API 2020-12-29 13:52:30 -05:00
Struma
d6325abedb Add fluidsynth to Xcode build 2020-12-29 13:21:31 -05:00
Struma
76e7c9e142 Rename Xcode schemes for better sorting 2020-12-27 12:54:01 -05:00
Struma
7953feac37 Set data dir back to Contents/Resources by default 2020-12-27 12:26:55 -05:00
Struma
682b8c4716 Re-enable resizable window by default
It was this way before dropping ObjFW.
Must have flubbed it while rewriting config.cpp
2020-12-27 12:15:46 -05:00
Struma
73cac7695d define AL_LIBTYPE_STATIC when necessary on Windows 2020-12-27 03:28:13 -05:00
Struma
056f4dcf0c Use -fdeclspec when building with Ruby 3 2020-12-27 03:27:38 -05:00
Struma
d476aa98f3 Remove ObjFW from Linux scripts 2020-12-26 22:39:48 -05:00
Struma
c5f8ebef2e Fix Apple M1 OpenGL->Metal and SDL2_sound crashes 2020-12-26 17:46:01 -05:00
Struma
4e3b7483a2 Remove --with-static-linked-ext from Ruby 1.8 2020-12-26 13:56:26 -05:00
Struma
a2a0a05301 Move FileInt.desensitize to System.desensitize 2020-12-26 13:29:33 -05:00
Struma
3d84529dbc Xcode, start GL in new thread depending on build OS version 2020-12-26 10:50:35 -05:00
Struma
8ccc053e0b Disable blitting option for arm64 macOS (post-revert) 2020-12-26 10:30:20 -05:00
Struma
182389ba1d Fix paths with backslashes in Game.ini 2020-12-25 21:32:53 -05:00
Struma
aaae11b67d Normalize paths during calls to FileSystem::openReadRaw 2020-12-25 20:20:17 -05:00
Struma
0179e6a75b Revert "Remove haptics code"
Some part of this completely breaks the frame limiter.
I do not know which part
2020-12-25 19:41:16 -05:00
Struma
c099d8efc1 Force disable blitting option on Apple Silicon 2020-12-25 12:13:55 -05:00
Struma
d565650975 Remove haptics code
It never worked anyway, as far as anyone knew, and is probably
not a feature anyone particularly needs.
2020-12-25 12:01:41 -05:00
Struma
cd2c375e2d Set Xcode macOS Deployment Target to 10.12 2020-12-25 11:10:34 -05:00
Struma
6e0ba12ae7 Always codesign app to run locally in Meson 2020-12-25 10:31:09 -05:00
Struma
bed287376c Build Ruby 3.0 by default 2020-12-25 10:30:44 -05:00
Struma
68424c7784 Load game data from outside app directory on macOS 2020-12-25 08:20:20 -05:00
Struma
c1044c6f1f add legacy-ruby rule to macOS makefile 2020-12-25 07:15:20 -05:00
Struma
92c494f0b0 Add openal-soft to Brewfile 2020-12-25 06:54:41 -05:00
Struma
c06e739113 Finish adding Xcode schemes 2020-12-25 06:50:37 -05:00
Struma
99c91ad057 typo city 2020-12-17 16:06:34 -05:00
Struma
132f67150b Always use correct path separator when normalizing 2020-12-17 15:47:18 -05:00
Struma
6653605e7b autopilot typo 2020-12-17 07:52:09 -05:00
Struma
46e6d22ec2 Avoid including -mwindows flag from SDL2 2020-12-17 07:49:04 -05:00
Struma
2580a6cb63 Fix #35 (Audio.bgm_play does not honour playback position) 2020-12-17 05:50:11 -05:00
Struma
c8f86f6ffa AudioToolbox is a macOS-specific dependency 2020-12-16 16:03:59 -05:00
Struma
b6f6a214ef Update Xcode project to 12.3 (remove update project nag) 2020-12-15 03:38:01 -05:00
Struma
c34f985c5f Add Xcode build scheme for (ARM64) legacy mkxp-z
Homebrew isn't quite ready for M1 Macs yet, but the Xcode project is.
Requires setting up the ruby 1.8 dependency manually.
(the `custom-ruby` rule in the makefile)
2020-12-14 11:45:45 -05:00
Struma
45e224626e Form normalized paths from absolutes with ObjC 2020-12-14 11:42:31 -05:00
Struma
dffbe682f1 Build for ARM Macs 2020-12-12 08:38:46 -05:00
Struma
e497d5a4d9 Update readme a bit 2020-11-27 00:32:32 -05:00
Struma
a7d65eba24 Fix SDL_image for Xcode build 2020-11-26 21:18:56 -05:00
Struma
5e9fd420a1 Fix building SDL for iOS 2020-11-26 00:30:37 -05:00
Struma
929df36f3a More edits to Xcode build 2020-11-23 05:43:54 -05:00
Struma
c4ce877186 Use experimental/ghc filesystem for meson builds 2020-11-23 02:25:02 -05:00
Struma
84c5662ef2 Edits to macOS dependency makefiles 2020-11-22 23:54:01 -05:00