]> git.lizzy.rs Git - dragonfireclient.git/history - src/client/client.h
Merge branch 'master' of https://github.com/minetest/minetest
[dragonfireclient.git] / src / client / client.h
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-04-30 sfan5Deal with compiler warnings
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-01-27 Jude Melton-HoughtonAutomatically migrate client mod storage (#11960)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
2021-12-28 JosiahWIRestore GCC 5 compatibility (#11778)
2021-09-27 SmallJokerVarious code improvements
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 sfan5Fix trivial typos
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
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-06 Loic Blotfix: extractZipFile is not part of Client but more...
2021-05-03 Loic Blotfix: some code tidy about includes & irr namespaces
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-05-03 Loic Blotrefacto: rendering engine singleton removal step 1...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-26 savilliFix hud_change and hud_remove after hud_add (#10997)
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-22 rubenwardyRemove dead code (#10845)
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-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-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-08-14 Elias FleckensteinAdded DestroyWater (:P anon)
2020-08-01 Elias FleckensteinAdded BrightNight
2020-07-30 Elias FleckensteinImproved Xray and Fullbright
2020-07-20 Elias FleckensteinAdded EntitySpeed
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-06 Elias FleckensteinInitial Commit
2020-06-23 Elias Fleckensteintest
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-17 sfan5Client: Add sum and average to packetcounter
2020-05-13 Elias FleckensteinHacked Client
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-04-08 Elias FleckensteinGalwayGirl Client
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-16 Danila ShutovBasic model shading (#9374)
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-11-25 sfan5Improve client-side packet receiving
2019-11-11 sfan5[CSM] Implement minetest.get_csm_restrictions()
2019-11-11 sfan5[CSM] Expose more env functions
2019-11-11 sfan5Refactor CSM restriction code a bit
2019-11-09 sfan5Be lenient with extra slashes for CSM paths
2019-11-09 sfan5Load client mods into memory before execution.
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 ANANDclient.h: Add missing const's
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerLoad CSM environment after the restrictions are known
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-07 ANANDClient::Interact: Use InteractAction enum instead of...
2019-08-07 SmallJokerUnify wield item handling (#8677)
2019-08-07 sfan5Optimize usage of TOSERVER_GOTBLOCKS packet
2019-03-01 Loïc BlotFix particle spawners not visible since CSM spawner...
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)