Skip to content

Commit 7f3a548

Browse files
InoriInori
Inori
authored and
Inori
committed
Remove mruby and null bindings
1 parent 77b430b commit 7f3a548

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+29
-8271
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a work-in-progress fork of mkxp that is intended to run as similarly to
99
mkxp primarily targets technically versed users that are comfortable with Ruby / RGSS, and ideally know how to compile the project themselves. The reason for this is that for most games, due to Win32-API usage, mkxp is simply not a plug-and-play solution, but a building block with which a fully cross-platform version can be created in time.
1010

1111
## Bindings
12-
Bindings provide the glue code for an interpreted language environment to run game scripts in. Although mkxp-z still contains all pre-existing bindings at the moment, mkxp-z focuses on Ruby 1.8 and as such it isn't unlikely that the other bindings may even be removed completely. Please see the original README for more details.
12+
Bindings provide the glue code for an interpreted language environment to run game scripts in. mkxp-z focuses on Ruby 1.8 and as such the mruby and null bindings are not included. The original MRI bindings remain for the time being. Please see the original README for more details.
1313

1414
### MRI
1515
Website: https://www.ruby-lang.org/en/
@@ -21,7 +21,7 @@ http://stackoverflow.com/questions/21574/what-is-the-difference-between-ruby-1-8
2121

2222
This binding supports RGSS1, RGSS2 and RGSS3.
2323

24-
> Note: Support for Ruby 1.8 has been added, but the binding is unfinished and experimental. I have made sure that a game (Ao Oni) starts, but I have not tested anything extensively.
24+
> Note: Support for Ruby 1.8 has been added, but the binding is unfinished and experimental.
2525
2626
## Dependencies / Building
2727

@@ -33,7 +33,7 @@ This binding supports RGSS1, RGSS2 and RGSS3.
3333
* SDL2*
3434
* SDL2_image
3535
* SDL2_ttf
36-
* [my SDL_sound fork](https://github.com/Ancurio/SDL_sound)
36+
* [Ancurio's SDL_sound fork](https://github.com/Ancurio/SDL_sound)
3737
* vorbisfile
3838
* pixman
3939
* zlib (only ruby bindings)
@@ -43,7 +43,7 @@ This binding supports RGSS1, RGSS2 and RGSS3.
4343

4444
(* For the F1 menu to work correctly under Linux/X11, you need latest hg + [this patch](https://bugzilla.libsdl.org/show_bug.cgi?id=2745))
4545

46-
mkxp employs Qt's qmake build system, so you'll need to install that beforehand. Alternatively, you can build with cmake (FIXME: mkxp-z significantly altered the build system, fix everything in this section).
46+
mkxp employs Qt's qmake build system, so you'll need to install that beforehand. Alternatively, you can build with cmake (*FIXME: mkxp-z significantly altered the build system, fix everything in this section*).
4747

4848
qmake will use pkg-config to locate the respective include/library paths. If you installed any dependencies into non-standard prefixes, make sure to adjust your `PKG_CONFIG_PATH` variable accordingly.
4949

binding-mruby/audio-binding.cpp

-86
This file was deleted.

0 commit comments

Comments
 (0)