Chaos Project

Featured Projects => Tasks => Advanced RPG Creator => Finished Tasks => Topic started by: Blizzard on August 13, 2011, 07:12:02 am

Title: [Finished] [RGSS] MsgPack Serialization Implementation in Zer0 RGSS
Post by: Blizzard on August 13, 2011, 07:12:02 am
MsgPack Serialization Implementation in Zer0 RGSS




Description

MsgPack::Dump and MsgPack::Load need to be implemented.
Because datafiles will be in the msgpack format, load_data in Ruby needs to be implemented through usage of the MsgPack::Load method.



Priority

Medium.



Prerequisites

MsgPack serialization modules for Python and Ruby (http://forum.chaos-project.com/index.php/topic,9485.0.html)



Assigned

Blizzard



Everything else

The task is not directly dependent on the implementation of the MsgPack serialization modules for Python and Ruby but on the definition of how the data will be serialized.
Title: Re: MsgPack Serialization Implementation in Zer0 RGSS
Post by: G_G on August 13, 2011, 07:17:41 am
The tag [rul] doesn't seem to exist.
Title: Re: RGSS: MsgPack Serialization Implementation in Zer0 RGSS
Post by: Ryex on September 05, 2011, 02:35:41 am
so if I'm right you were going to try and convert the pure ruby module to c++ that invokes ruby? I know I did that with something else but I can't remember what. it was annoying and tedious, good luck!
Title: Re: RGSS: MsgPack Serialization Implementation in Zer0 RGSS
Post by: Blizzard on September 05, 2011, 04:05:50 am
Don't worry. It's not a big deal to port it myself. I don't have to use a special tool or something.
I might get this time done even today, depends on how tired I'll be after work.
Title: Re: [Finished] [RGSS] MsgPack Serialization Implementation in Zer0 RGSS
Post by: Blizzard on September 11, 2011, 05:21:59 pm
I am marking this task as finished because I have implemented the C++ version of our own serialization procedure.