aboutsummaryrefslogtreecommitdiff
path: root/assets/blender/ks/signal_ks_splt.blend
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2020-12-22 23:15:04 +0100
committerywang <yw05@forksworld.de>2020-12-22 23:15:04 +0100
commit0395e81b79c8be008fe288f57cc099e902652ed5 (patch)
tree8546c94552351c305433d6ee5d39e7ba6bb16658 /assets/blender/ks/signal_ks_splt.blend
parent4405bbc57a736f0ae35822971b88e9b8a257b025 (diff)
downloadadvtrains-0395e81b79c8be008fe288f57cc099e902652ed5.tar.gz
advtrains-0395e81b79c8be008fe288f57cc099e902652ed5.tar.bz2
advtrains-0395e81b79c8be008fe288f57cc099e902652ed5.zip
HUD improvements
Diffstat (limited to 'assets/blender/ks/signal_ks_splt.blend')
0 files changed, 0 insertions, 0 deletions
class='nohover-highlight'>| | | | * Migrate cpp headers to pragma once * VoxelManip cleanups (const ref, const move) + function removal (#6169)Loïc Blot2017-07-26 | | | | | | | | | | * VoxelManip cleanups (const ref, const move) permitting to improve a little bit performance * VoxelArea: precalculate extent (performance enhancement) This permits to reduce extend high cost to zero and drop many v3s16 object creation/removal to calculate extent It rebalance the client thread update to updateFastFaceRow instead of MapBlockMesh generation This will also benefits to mapgen * Cpp11 initializers: last src root changeset (#6022)Loïc Blot2017-06-21 | | | | | | * Cpp11 initializers: last src root changeset Finish to migrate all src root folder files to C++11 constructor initializers * Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26 | | | | MacOSX build fix + cleanups * For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins2015-03-07 | | | | NDEBUG is defined), replace those usages with persistent alternatives * Optimise MapBlockMesh related functionsgregorycu2015-02-23 | | | | | | | | | Directely or indirectly optimises the following functions: * MapBlockMesh::MapBlockMesh * MapBlockMesh::getTileInfo * MapBlockMesh::makeFastFace * MapBlockMesh::getSmoothLightCombined * Add VoxelArea::hasEmptyExtentunknown2015-01-13 | * Optimise functions from CNodeDefManager and VoxelManipulatorCraig Robbins2014-11-21 | | | | | CNodeDefManager::get() VoxelManipulator::addArea() * Remove emerge and speedup addArea by using memcopy instead of one by one ↵sapier2014-06-23 | | | | assignment * Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14 | * Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-11 | * Update Copyright YearsSfan52013-02-24 |