diff --git a/doc/index.html b/doc/index.html index ce54b6e..175102b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,42 +31,42 @@
stringutil | -Various utility functions for working with strings. | +interpolate | +Various mathematical functions for interpolating values. |
random | -Random is a static utility that provides fast and easy access to - random numbers. | +tableutil | +Various utility functions for working with tables. |
noisemanager | -The NoiseManager manages seeds and creates PRNG of various kinds, always - with a new, unique seed. | +stopwatch | +Allows to easily time blocks of code. |
nodeutil | -Various functions related to nodes. | +facedirutil | +Various functions and constants for working with the facedir value. |
posutil | Various functions for working with positions. | ||
pathutil | +Various utility functions for working with paths. | +||
objectrefutil | Provides various utility methods for manipulating ObjectRefs. | ||
mapmanipulator | -The MapManipulator is a thin wrapper around the VoxelManip object - provided by minetest. | -||
fisheryates | -An implementation of the Fisher-Yates algorithm, which allows to access - an array in a random or pseudo-random order. | -||
textureutil | -Util for various functions regarding textures. | -||
blockutil | -Various functions related to blocks/chunks. | -||
tango | -The tango color scheme. | -||
arraymanipulator | -The ArrayManipulator is similiar to the MapManipulator, except that it - does not use the VoxelManip object, but has an internal array which contains - all set values. | -||
inventoryutil | A util for working with inventories. | ||
entityutil | -Provides various utility methods for manipulating entities. | +wallmountedutil | +Various functions and constants for working with the wallmounted + value. |
scheduler | -The Scheduler allows you to easily schedule functions for execution. | -||
blockedcache | -A simple cache for caching values based on x and z coordinates. | -||
mathutil | -Various mathematical functions. | -||
log | -A simple utility for logging purposes. | -||
arrayutil | -Various utility functions for working with arrays. | +tango | +The tango color scheme. |
directmapmanipulator | @@ -165,28 +124,37 @@ does not use the VoxelManip object, but the Minetest get_node/set_node functions.|||
random | +Random is a static utility that provides fast and easy access to + random numbers. | +||
log | +A simple utility for logging purposes. | +||
rotationutil | Various functions for rotating nodes. | ||
textureutil | +Util for various functions regarding textures. | +||
mapmanipulator | +The MapManipulator is a thin wrapper around the VoxelManip object + provided by minetest. | +||
stringutil | +Various utility functions for working with strings. | +||
settings | Encapsulates the settings API of minetest and extends it with further functions. | ||
pathutil | -Various utility functions for working with paths. | -||
wallmountedutil | -Various functions and constants for working with the wallmounted - value. | -||
interpolate | -Various mathematical functions for interpolating values. | -||
transform | Various mathematical functions for transforming values. | @@ -196,40 +164,72 @@Various functions for working with numbers. | |
test | -A simple utility for testing values and running unit tests. | +scheduler | +The Scheduler allows you to easily schedule functions for execution. |
facedirutil | -Various functions and constants for working with the facedir value. | -||
constants | -Various constants. | -||
minetestex | -Provides various extensions to the builtin functions. | -||
list | -A simple list that keeps the order in which the items are added to it. | -||
stopwatch | -Allows to easily time blocks of code. | -||
itemutil | -Provides various utility functions for working with items. | +mathutil | +Various mathematical functions. |
color | A simple container for a color and its hex string representation. | ||
tableutil | -Various utility functions for working with tables. | +blockutil | +Various functions related to blocks/chunks. | +
nodeutil | +Various functions related to nodes. | +||
arrayutil | +Various utility functions for working with arrays. | +||
itemutil | +Provides various utility functions for working with items. | +||
noisemanager | +The NoiseManager manages seeds and creates PRNG of various kinds, always + with a new, unique seed. | +||
arraymanipulator | +The ArrayManipulator is similiar to the MapManipulator, except that it + does not use the VoxelManip object, but has an internal array which contains + all set values. | +||
constants | +Various constants. | +||
list | +A simple list that keeps the order in which the items are added to it. | +||
blockedcache | +A simple cache for caching values based on x and z coordinates. | +||
entityutil | +Provides various utility methods for manipulating entities. | +||
fisheryates | +An implementation of the Fisher-Yates algorithm, which allows to access + an array in a random or pseudo-random order. | +||
test | +A simple utility for testing values and running unit tests. | +||
minetestex | +Provides various extensions to the builtin functions. |