dracoblue.net

DModule public released

Today with version dmodule 0.12, this is first public dmodule release.

Check out

official page at dev.dracoblue.net.

The welcome post at samp-forums has been mode, so lets see how you guys like it.

It alredy has dini and dutils included in latest version.

In DModule, dini, dutils, open source, pawn by DracoBlue @ 2007-12-10 | 44 Words

DModule supports .defines now

Today I added support for support for .defines.txt and projectfolder/cfg/.txt files.

That should be very handy if you are using defines and want to overwrite them for a special project.

In DModule, open source, pawn by DracoBlue @ 2007-12-07 | 33 Words

DModule development started

Today I started to develop on DModule. Concepts and architecture was already ready but today started the implementation.

Check out the dmodule official wiki page at dev.dracoblue.net

In DModule, open source, pawn by DracoBlue @ 2007-11-30 | 27 Words

DCallbacks 1.1 released

Today I have a little update for the DCallbacks library. Its been about one year since it was updated last time, so 0.2 of samp is released and the user [em]NeedAName[/em] found an issue, while using the library.

So I took some minutes, fixed that issue, and released DCallbacks 1.1.

In dcallbacks, open source, pawn by DracoBlue @ 2007-11-25 | 51 Words

Fast in_array or in_list implemented Lua?

On lua mailing list somebody asked if there is any way to check very short if an element is in a specific list of elements.

In php you would do for example

if (in_array("A",array("A","B","C")) ) { echo "hello"; }

Of course, everyone can write a short in_table function in lua:

Continue reading ...

In Lua, open source by DracoBlue @ 2007-11-11 | 223 Words

Page 37 - Page 38 - Page 39