]> git.lizzy.rs Git - dragonfireclient.git/history - src/nodedef.cpp
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / nodedef.cpp
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-04-24 Giuseppe BilottaFix some textures not being sent correctly to older...
2022-03-02 sfan5Fix segfault with autoscale_mode (again)
2022-02-16 pecksinUse absolute value for bouncy in collision (#11969)
2022-01-12 SmallJokerFix NodeDef backwards compatibility to 5.3.0 (#11942)
2021-10-22 WuzzyFix no_texture.png activation w/ simple leaves
2021-10-20 WuzzyAdd no_texture.png as fallback for unspecified textures
2021-10-01 WuzzySplit liquid_viscosity to liquid_viscosity and move_res...
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-03 Loic Blotrefacto: remove get_gui_env & draw_load_screen from...
2021-05-03 Loic Blotrefacto: RenderingEngine::get_scene_manager() is now...
2021-04-05 sfan5Reserve vectors before pushing and other code quality...
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-20 SmallJokerSchematic: Properly deal with before/after node resolvi...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-29 sfan5Drop never documented 'alpha' property from nodedef
2021-01-20 WuzzyAllow "liquid" and "flowingliquid" drawtypes even if...
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-19 VitaliyCleanup shader generation code (#10663)
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-17 LarsRemove all bump mapping and parallax occlusion related...
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-08-12 sfan5Render nodeboxes with opaque material if possible ...
2020-08-04 Hugues RossImplement override.txt support for special tiles (...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-10 sfan5Remove std::shared_ptr use in TileLayer (#10090)
2020-07-06 Elias FleckensteinInitial Commit
2020-06-23 Elias Fleckensteintest
2020-06-01 sfan5Fix autoscale_mode segfault if tile doesn't have texture
2020-05-20 VitaliyCache liquid alternative IDs (#8053)
2020-05-19 WuzzyRework functionality of leveled nodes (#9852)
2020-05-13 Elias FleckensteinHacked Client
2020-05-05 sfan5Allow ObjDefManager instances to be cloned
2020-04-14 Hugues RossRefactor texture overrides and add new features (#9600)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-04-08 Elias FleckensteinGalwayGirl Client
2019-08-12 BehaClear old item groups when they are overridden. (#8753)
2019-05-25 David Goverride.txt: Fix crash due to CRLF endings (#8439)
2019-03-27 ParamatRequire 'waving = 3' in a nodedef to apply the liquid...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-05-20 youFix missing ignore textures (#7326)
2018-04-20 ParamatNode resolver: Make error on fallback optional, disable...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-03 Thomas--SConnected Nodeboxes: Add `disconnected` boxes
2017-10-26 Esteban I. Ruiz... Add missing? include
2017-10-15 VitaliyReal global textures (#6105)
2017-09-12 KahrlMake INodeDefManager::getIds return a vector, not a set
2017-09-11 Auke KokImplement client node dig prediction
2017-08-29 Loic BlotPushing typo fix introduced in b7ee608e70f8e031e3e01c96...
2017-08-29 SmallJokerBump minimal protocol version to 36 (#6319)
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-19 Loïc BlotCode modernization: src/n*, src/o* (#6280)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-07-26 Loïc BlotTileLayer: use shared_ptr for FrameSpec vector (#6171)
2017-07-11 number ZeroAdd 'plantlike_rooted' drawtype
2017-07-01 stujones11Tile material: Add 'TILE_MATERIAL_OPAQUE', use for...
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-11 RuiFix the serialization error by ff73c7a (#5964)
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-05-19 Dániel JuhászFix alpha for liquid nodes (#5494)
2017-05-08 paramatShaders: Remove unused water surface shader
2017-04-28 Auke KokAllow mesh and nodeboxes to wave like plants or leaves...
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-13 Dániel JuhászOnly use palette if param_type2 is correct
2017-04-09 Dániel JuhászHardware coloring for itemstacks
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-02-10 paramatPlantlike: Fix visual_scale being applied squared
2017-02-10 Craig RobbinsRevert "Plantlike visual scale: Send sqrt(visual_scale...
2017-01-30 paramatPlantlike visual scale: Send sqrt(visual_scale) to...
2017-01-24 number ZeroAdd smooth lighting for all nodes
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-18 sfan5Add particle animation, glow
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-02 sfan5Add 2D sheet animation for nodes
2017-01-02 sfan5Move TileAnimation code to seperate file
2016-11-28 juhdanadLimit light_source in the engine (#4814)
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-10-08 gregorycuSpeed up emerge thread by using unordered map in a...
2016-10-07 SmallJokerTextures: Ignore unknown node in override.txt
next