This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
mkxp-z
Watch
1
Star
0
Fork
You've already forked mkxp-z
0
mirror of
https://github.com/mkxp-z/mkxp-z.git
synced
2025-04-29 19:44:49 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5382cc11a3
mkxp-z
/
binding-mri
/
module_rpg.cpp
5 lines
94 B
C++
Raw
Normal View
History
Unescape
Escape
MRI-Binding: Add RGSS3 RPG module
2014-08-15 23:05:39 +02:00
Merge separate RGSS version build configs into one Setup active RGSS version at runtime. Desired version can be specified via config, or as default, auto detected from the game files. This removes the need to build specifically for each version, which should help packaging a lot. This also greatly reduces the danger of introducing code that wouldn't compile on all RGSS version paths (as certain code paths were completely ifdef'd out). This can be optimized more, eg. not compiling shaders that aren't needed in the active version.
2014-08-28 23:11:10 +02:00
#
include "module_rpg1.rb.xxd"
MRI-Binding: Add RGSS2 RPG module
2014-08-16 01:25:42 +02:00
#
include "module_rpg2.rb.xxd"
Merge separate RGSS version build configs into one Setup active RGSS version at runtime. Desired version can be specified via config, or as default, auto detected from the game files. This removes the need to build specifically for each version, which should help packaging a lot. This also greatly reduces the danger of introducing code that wouldn't compile on all RGSS version paths (as certain code paths were completely ifdef'd out). This can be optimized more, eg. not compiling shaders that aren't needed in the active version.
2014-08-28 23:11:10 +02:00
#
include "module_rpg3.rb.xxd"
Reference in a new issue
Copy permalink