Game.Edit DLL Any Wishes?

Posted By: TripleX

Game.Edit DLL Any Wishes? - 04/15/06 21:37

Hey,

In the next days I'll release the DLL of Game.Edit with many new features.
Does anyone have any special feature wishes?
2D-Collision-Detection? Better registry control?
I'll think about every useful feature

have a nice night,
Timo Stark
Posted By: tuschcarsten

Re: Game.Edit DLL Any Wishes? - 04/15/06 21:52

arrays with srings inside would be very cool..

var blubb = ["Hallo","Welt","blubb","this is the 3rd element"];
Posted By: TripleX

Re: Game.Edit DLL Any Wishes? - 04/15/06 21:55

should be possible, but not as you wrote.
Would sth. like this be enough:

var Str_Array[32]; //string array
//..
Create_Str_Array(Str_array,32);
str_cpy(Str_Array[0],"Hallo");
str_cpy(str,Str_Array[0]);
Remove_Str_Array(Str_Array);

would be possible, if you want to have sth. like this
Tough for this you don't really need a DLL You only need A6.4
But if needed, i can write sth. like this also in cscript.
Posted By: tuschcarsten

Re: Game.Edit DLL Any Wishes? - 04/15/06 21:57

hmmm i didn't knew that...

is this implemented yet, or do i have to do this?
Posted By: TripleX

Re: Game.Edit DLL Any Wishes? - 04/15/06 22:19

its not implemented but you have the possibility to implement it with the latest A6 version
nevermind.. I'll implement it in my DLl
Posted By: testDummy

Re: Game.Edit DLL Any Wishes? - 04/16/06 00:14

"open source" is a "special feature", right?
Posted By: beegee

Re: Game.Edit DLL Any Wishes? - 04/16/06 06:06

Open Source is a script code, that everyone can read. This means not encrypted. You also have the right to modify the code and to give the code someone other.

Regards,
#benny#

--------
GenuineMotors.de
Posted By: testDummy

Re: Game.Edit DLL Any Wishes? - 04/17/06 03:26

Thank you for that definitive answer. Clearly from your reply, (not my favorite definition for "Open Source"), "Open Source" is a very special feature that TripleX will implement four or more times (2 languages + 2 programming languages) on the release date of the .dll. Thanks TripleX and beegee. I can't wait to try out the "Open Source".
© 2023 lite-C Forums