Basic Implementations of all RGSS classes
DescriptionAlmost all RGSS classes have been interfaced with the proper methods. The next step are the implementations of the basic methods and functions. Those methods and functions are:
- wrap()
- gc_mark()
- gc_free()
- rb_new()
- rb_initialize()
- create()
Keep in mind that some classes will not have a gc_mark, some won't have a gc_free and some won't have both functions necessary.
PriorityHigh.
PrerequisitesRuby/C++ Interfaces (http://forum.chaos-project.com/index.php/topic,8982.0.html) (finished)
AssignedForeverZer0
Everything elseThere are a few already fully implemented classes (Color, Rect, Tone, Table) that you can refer to for help.
*cough* <_<;
Is this task done? I removed the rb_initialize_copy method from the list because it is part of another class.
:whistle:
If I remember correctly (its been a while...), I had done some of it, then got stuck. I was unsure what else I needed to do. I'm working on the layouts for the editor at the moment, but I'll start this one back up soon as I'm done.
Alright. Let me know then if it's done yet or if you finished it so this can be marked as done.