AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   Module: Vdf (key/value trees) - 1.07 (https://forums.alliedmods.net/showthread.php?t=51662)

commonbullet 10-28-2010 19:30

Re: Module: Vdf (key/value trees) - 1.05a
 
I found a bug in the node removal method. I believe it's fixed, I'm attaching the windows binary and I'll compile for linux and update pack when I get time.

commonbullet 10-28-2010 23:00

Re: Module: Vdf (key/value trees) - 1.06
 
Binary - linux/windows, source packages have been updated.

Voi 10-29-2010 03:53

Re: Module: Vdf (key/value trees) - 1.06
 
1 Attachment(s)
So far I can't get the server running. With this cfg it crashes on mapchange or when I join the team. If i remove the "Models" section it doesn't even start.

edit:

Hold on, I think I forgot to replace the old version, the new one seems to work. At least it doesn't crash for sure. Although I can't find the vdf in "meta list" command.

edit2:

Its in "amxx modules" :P.

commonbullet 11-27-2010 16:59

Re: Module: Vdf (key/value trees) - 1.07
 
This module needed an update, so here’s version 1.07; many parts have been rewritten from scratch. These are the most relevant changes:
  • Cleaner data structure, no more useless indexing and better memory handling
  • Faster parsing methods and simpler code
  • Much faster tree object creation (and also simpler code)
  • Included log messages for syntax error caught during parsing process
  • New native for traversing tree (check vdf.inc)

Arkshine 11-27-2010 17:53

Re: Module: Vdf (key/value trees) - 1.07
 
Glad to see you're still alive. Nice job !

amokossi 12-14-2010 03:27

Re: Module: Vdf (key/value trees) - 1.07
 
I put the .so file in plugins.ini of metamod but it doesn't start. Hm...

edmundobar 12-18-2012 01:57

Re: Module: Vdf (key/value trees) - 1.07
 
When a function is called it checks if node is in pointer array index bounds before picking up the pointer.


All times are GMT -4. The time now is 20:06.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.