Chaos Project

Featured Projects => Tasks => Advanced RPG Creator => Finished Tasks => Topic started by: Blizzard on April 06, 2011, 03:54:14 pm

Title: [Finished] [RGSS] Basic Implementations of all RGSS classes
Post by: Blizzard on April 06, 2011, 03:54:14 pm
Basic Implementations of all RGSS classes




Description

Almost 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:



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.



Priority

High.



Prerequisites

Ruby/C++ Interfaces (http://forum.chaos-project.com/index.php/topic,8982.0.html) (finished)



Assigned

ForeverZer0



Everything else

There are a few already fully implemented classes (Color, Rect, Tone, Table) that you can refer to for help.
Title: Re: Basic Implementations of all RGSS classes
Post by: Blizzard on July 30, 2011, 06:41:07 am
*cough* <_<;

Is this task done? I removed the rb_initialize_copy method from the list because it is part of another class.
Title: Re: Basic Implementations of all RGSS classes
Post by: ForeverZer0 on July 30, 2011, 01:48:35 pm
 :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.
Title: Re: Basic Implementations of all RGSS classes
Post by: Blizzard on July 30, 2011, 01:52:32 pm
Alright. Let me know then if it's done yet or if you finished it so this can be marked as done.