Ruby Development Tools
Not for novices!
Not for novices!
Welcome to my first ever script compilation posted here on RRR. This is a big deal for me because usually I spend all my time in java or what have you, or if I am not busy at work I am busy working on War of the Souls trying to make that the first game I ever finish in RPG maker VX
So lets get down to what this is all about:
Version: 0.2.2 -> Download
Latest and Greatest: Development Branch
Author: Adam Balan (Adrien.)
License: GPL 3.0
History Lesson
- Version 0.1.0 Init Release
- Version 0.1.1 Bug Fixes
- Version 0.2.0 Updated API, Deleted Files, Cleaned up the Project
- Version 0.2.1 Finally Deleted Convert To Array
- Version 0.2.2 - Added Sort, Recursive, exists?(object) - to vector, Data Types Impl, Abstract methods
Why/What?
RPG Maker VX RGSS Development Tools or RGSS Dev Tools is a set of scripts that are meant to be used by developers that ports some functionality from the core code base that is Ruby over to the existing RGSS2, 3 and 1 framework. Things like Vector Class, Singleton Module, Sync Enumerator and so on.
Some Scripts are of my own creation like the error Module and the sort module. This compilation of scripts is meant to be used by developers to bring over into their own scripts to create, enhance and extend their development experience in creating scripts for the average person to use.
The reason for its development is very, very simple: To create tools for developers to make their lives easier.
What do I get when I download Version: 0.2.1
When you go and download the project up above you get the following files along with all test files and the license and even the core source code its self. If you download from the Latest and Greatest You get the source, the license and the test suites but not the project.
- Vector Class
- Singleton Module
- Error Module
- Synce Enum Class
- Data Types Impl
- Abstract Methods
- Sort Module
- Recursive Module
API: API Blog
Blog: RGSS Dev
Contribute?: Helping Out
Credits: (please credit me when using) along with: night5h4d3, Ruby Core
Special Thanks: YanFly, Yami, Kread-EX for: Inspiration.
Questions? Comments? Concerns?
Note: This set of scripts is no longer supported on RMRK.
