Community

SCI Programming => SCI Development Tools => Topic started by: rulaman on April 19, 2016, 01:08:24 PM

Title: Unfinished scicorelib
Post by: rulaman on April 19, 2016, 01:08:24 PM
https://bitbucket.org/rulaman/scicorelib
https://github.com/Rulaman/scicorelib

Hi!

A few month after i discontinued this project, I feel, that the already written code should be posted somewhere.
I don't have the time, nor I am in the mood to develop this project any futher.

Its a basic implementation of decoding and saving a sci project. Its far from finished, but if someone wants to do this,
feel free. (STACpack and LZS are finiseh, as far as I could test it, DCL is untested.)

This project is organized in the same way as the mscorelib of the .NET framework.
Do as you like with it. Fork it, contribute, ?

Since the SCI Copmanion project is very good developed the necessary for this is maybe 0.

But perhaps someone want to put this code to use.

(The checkin comment are in german, but the code comments are in english. ( I hope all of it. :) )


And a few Ideas of mine:
- Implement a language service for Visual Studio (like C#)
- Implement a gdb stub in scummvm and a debugger in Visual Studio to debug the scripts, while the game runs.


Greetings
Rulaman


Edit 2021-09-09: Change Bitbucket to GitHub
Title: Re: Unfinished scicorelib
Post by: MusicallyInspired on April 19, 2016, 03:17:10 PM
Thanks!
Title: Re: Unfinished scicorelib
Post by: Collector on April 19, 2016, 06:25:17 PM
Downloaded it and will take a look when I get some time.