aboutsummaryrefslogtreecommitdiff
path: root/data/textures/furnace_side.png
diff options
context:
space:
mode:
Diffstat (limited to 'data/textures/furnace_side.png')
0 files changed, 0 insertions, 0 deletions
ove device from guiEngine Make irrlichtdevice & scene manager less exposed * Code style fixes * Move porting::getVideoDriverName, getVideoDriverFriendlyName, getDisplayDensity, getDisplaySize to RenderingEngine Fix XORG_USED macro -> RenderingEngine + create_engine_device from RenderingEngine constructor directly * enum paralax => enum parallax * C++11 patchset 9: move hardcoded init parameters to class definitions (part ↵Loïc Blot2017-06-16 | | | | | | | | | | | | | | | | | | | | | | | | 1) (#5984) * C++11 patchset 9: move hardcoded init parameters to class definitions C++11 introduced the possibility to define the default values directly in class definitions, do it on current code Also remove some unused attributes * CollisionInfo::bouncy * collisionMoveResult::collides_xy * collisionMoveResult::standing_on_unloaded * Clouds::speed * More constructor cleanups + some variables removal * remove only write guiFormSpecMenu::m_old_tooltip * move header included inside defintions in genericobject.h * remove some unused since years exception classes * remove unused & empty debug_stacks_init * remove unused & empty content_nodemeta_serialize_legacy * remove forgotten useless bool (bouncy) in collision.cpp code * Remove superfluous pointer null checksQrchackOfficial2017-06-10 | * C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-04 | * Tooltips: Unify the tooltip[] and list[] description tooltip display ↵SmallJoker2017-06-03 | | | | | | functions (#5848) * Tooltips: Unify the tooltip[] and list[] description tooltip display functions * Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-26 | | | | MacOSX build fix + cleanups * Clean up getTime helpersShadowNinja2017-04-28 | | | | | | This increases size of the getTime return values to 64 bits. It also removes the TimeGetter classes since the getTime functions are now very precise. * Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-25 | | | | | | | | | | | |