Category: dini
Dini 1.6 released
Today we have an update for the dini library. It has been a year since the last update, because dini is doing quite well for already 14500 downloaders (awesome!), but in a technical discussion at the sampforums we noticed, that it's possible to tweak the speed of dini - so why not make a new release?
Changes:
- dini_Get uses less memory now
- All dini_set/get functions use a faster check for the evaluation of the key now
- dini_BoolSet uses less memory now
- dependency to dutils has been removed
As you can see dini does not has any new functions, but is faster now. Hope you like it!
Thank you to Magor for the positive and negative remarks on dini and the resulting changes. If you need dini 1.5.1, I mirrored the old version, too.
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.
DUDB 2.4 and DUtils 1.10
Today I updated DUDB and DUtils with new functionality.
DUDB 2.4 has now udb_renameUser(oldnick[],newnick[]) added and DUtils 1.10 has now a new function called frenametextfile(filename[],newfilename[]). I added both of them, because fputchar is still broken in sa-mp 0.2 on linux machines, so dudb uses the secure fcopytextfile instead of the fcopy which only works on windows.
Please update both, if you are using Dini, too.
Libraries ready for sa-mp 0.2 and latest pawn language compiler
Due to the 4 player script server release for samp 0.2 I updated today the widely used libraries for latest pawn compiler. Please update them all, to avoid warnings.
Other 0.2 Ready GameModes/Libraries and Filterscripts can be found at the 0.2#Ready-Page
DUDB 2.2 and DUtils 1.7 finished
I got my hands on some little new features for dutils and dudb.
DUDB 2.2: Added dUserFLOAT() and dUserSetFLOAT(), this should help when int isn't enough
DUtils 1.7: Replaced the good old strreplace with a strreplace-version without memcpy, this should beware from issues, introduced by this function. It has been tested very much with dtest, so it should work as expected.
If you use dini, don't forget to update dutils.


