Commit graph

98 commits

Author SHA1 Message Date
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
4ef6b3c337 Do FilesystemImpl for meson builds 2020-11-22 04:51:36 -05:00
Struma
0e278c3e5c Drop ObjFW as a dependency 2020-11-22 03:48:03 -05:00
Struma
a399059f8c Update xcodeproj 2020-11-21 22:37:46 -05:00
Struma
f98b1e031f Reorganize src dir 2020-11-21 01:36:24 -05:00
Struma
7e21066a70 Experimental Xcode builds (dependencies included) 2020-11-19 03:56:35 -05:00
Struma
bd549a65ad Support building with Ruby 1.9 2020-11-15 18:47:21 -05:00
Aeodyn
050da27ca0 Brought the tilemap class mostly in line with Essential's CustomTilemap wrt animations, though at the cost of backwards compatibility.
(This could be rescued by per-tile animation lentghs in tilemap.vert, but this should suffice for now.)
2020-07-14 19:34:38 +00:00
Struma
baae369f07 use getcwd to push to loadpath 2020-05-03 21:08:23 -04:00
Struma
90274b435f Add pwd to loadpath if rubyLoadpath not set 2020-05-02 22:33:58 -04:00
Struma
adeb1b2f88 Add more Essentials overrides 2020-04-23 05:33:00 -04:00
Struma
5e001c79c5 rename fake_api easypoke
Really the only reason it even exists at this point is
Pokemon Essentials, so I might as well stick all the dumb Essentials
fixes together
2020-04-23 02:19:24 -04:00
Struma
282bd9b03e Happy Nth sleep-deprived oversight, Zoro! 2020-04-22 08:55:28 -04:00
Struma
211bbecde0 Bump version to 1.3.0 2020-04-22 08:52:54 -04:00
Struma
e96ffb13a2 Add Essentials 16384px tileset limit workaround 2020-04-22 08:09:13 -04:00
Struma
88abd71dfb Integrate Steamshim
GPL doesn't actually allow direct linking with Steam.
Thank god for OneShot.
2020-03-02 03:52:42 -05:00
Struma
c4ac1b2ec7 Remove Discord support
I'm a moron. GPL, yo.
2020-03-02 00:42:04 -05:00
Struma
bc7709fb53 Implement SteamUserStatsLite 2020-02-28 03:23:16 -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
dd0f3ade91 Allow specifying ruby install manually 2020-02-25 05:35:30 -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
66d06941a7 Dispose of Boost, switch to JSON5 for configuration 2019-12-15 17:37:24 -05:00
Inori
3ee8659dda Begin using Objective-C (ObjFW), remove cwalk 2019-12-14 13:31:48 -05:00
Inori
d63f9958a3 misc additions 2019-09-21 19:47:51 -04:00
Inori
7af4026999 Play nice with Marin's experiments 2019-09-19 03:32:50 -04:00
Inori
4e7e7b740a Add MKXP.show_settings 2019-09-17 01:42:50 -04:00
Inori
083f277e32 Redirect IO to /dev/null on each reset 2019-09-06 18:38:50 -04:00
Inori
2515f66270 Set $TEMP to $TMPDIR if using fakeapi on macOS/Linux 2019-09-06 18:34:53 -04:00
Inori
2724934436 Redirect stdout to /dev/null when using console=false 2019-09-06 13:03:14 -04:00
Inori
147dc4dab0 add NOT support to script platform identifiers 2019-09-06 05:54:50 -04:00
Inori
967fca8daa Execute/skip scripts based on a platform marker 2019-09-06 05:29:50 -04:00
Inori
17b07a41e8 Add MKXP.power_state 2019-09-06 02:36:19 -04:00
Inori
0111175c45 Add MKXP.set_window_title 2019-09-05 21:44:11 -04:00
Inori
b53fcbb9e4 Actually init new bindings 2019-09-04 18:02:08 -04:00
Inori
7ad27345fd Add code snippet for Discord in README 2019-09-04 17:43:29 -04:00
Inori
9b70f18c8c Implement MKXP.user_language, return more LANGIDs 2019-08-31 14:41:21 -04:00
Inori
ae405c26fb Normalize paths returned from MKXP.data_directory 2019-08-29 19:53:32 -04:00
Inori
eadb093b12 Add MKXP.platform 2019-08-24 23:16:58 -04:00
Inori
35b7ef0b3f Changes to runtime configuration options 2019-08-20 13:22:07 -04:00
Inori
9c08249992 Remove 'fix_essentials', add 'use_fakeapi' 2019-08-20 05:21:30 -04:00
Inori
eae537097a Silence stderr if built without console 2019-08-10 04:35:37 -04:00
Inori
6c233ce1d4 Rename MiniDL to MiniFFI 2019-08-03 08:31:04 -04:00
Inori
5e41f16851 Ignore RGSS Linker, fix(?) Essentials mouse 2019-08-03 07:45:36 -04:00
Inori
18bd8084ec Use proper Ruby 1.8 header path 2019-08-01 14:55:45 -04:00
Inori
9606fa54d2 Try to start fixing Essentials 2019-07-31 15:33:02 -04:00
Inori
a08bb5de00 Fix conflict with X 2019-07-31 09:45:12 -04:00
Inori
7f3a548755 Remove mruby and null bindings 2019-07-31 08:47:44 -04:00
Renamed from binding-mri/binding-mri.cpp (Browse further)