promotional bannermobile promotional banner

NtfLog plugin

An embedded block logging system. It supports rollback and redo.
Back to Files

Release 1.6

File namentfwc_blockLoggingPlugin_Release_1.6.zip
Uploaded
Jul 30, 2012
Downloads
883
Size
41.4 KB
File ID
607324
Type
R
Release
Supported game versions
  • CB 1.2.5-R5.0

What's new

-Changed block log database error reporting to be less verbose
-Tweaked how rollback and redo make sure only one block change is reversed/redone per location. Originally, nested maps were used to identify repeat locations. This version implements a Point3d class that overrides the "hashCode" and "equals" object methods so that it can be used in a Set to accomplish the same thing (in presumably less time).
-Built with the newer Derby 10.9.1.0

For memory efficiency, only about 10 changes will be kept for any particular block.*

*The number recorded can actually be a bit higher than 10, since the ceiling for a deletion operation is actually 14 changes. In other words,
 the system won't actually delete any recorded changes until there are 14 or more changes for a particular block.

This mod has no additional files