]> git.lizzy.rs Git - dragonfireclient.git/history - src
Add guards to stop server build fail
[dragonfireclient.git] / src /
2021-05-13 Elias FleckensteinAdd guards to stop server build fail
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-13 Elias FleckensteinAdd minetest.get_send_speed
2021-05-13 Elias FleckensteinFix format
2021-05-13 Elias FleckensteinChange default cheat menu entry height
2021-05-11 Elias FleckensteinAdd on_object_add callback 2021.05
2021-05-11 Elias FleckensteinInclude tile definitions in get_node_def; Client-side...
2021-05-10 Elias FleckensteinAdd on_object_hp_change callback and nametag images
2021-05-10 Elias FleckensteinCall on_object_properties_change callback when adding...
2021-05-10 Elias FleckensteinAdd on_object_properties_change callback
2021-05-10 Elias FleckensteinAdd ClientObjectRef:set_properties
2021-05-10 Elias FleckensteinAdd ClientObjectRef.get_properties
2021-05-08 sfan5Fix overlays for 2D-drawn items
2021-05-06 lhofhanslFix build for newer versions of GCC (#11246)
2021-05-06 Loic Blotfix: extractZipFile is not part of Client but more...
2021-05-05 sfan5Use Irrlicht functions to query npot texture support
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 Blotfix: don't use RenderingEngine singleton when it's...
2021-05-03 Loic Blotrefacto: RenderingEngine::get_scene_manager() is now...
2021-05-03 Loic Blotrefacto: Hud: make driver, client, player, inventory...
2021-05-03 Loic Blotrefacto: drop unused Hud::smgr
2021-05-03 Loic Blotrefacto: don't use RenderingEngine singleton on CAO
2021-05-03 Loic Blotrefacto: protect some RenderingEngine::get_scene_manager
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-05-03 Loic Blotrefacto: hide mesh_cache inside the rendering engine
2021-05-03 Loic Blotrefacto: add RenderingEngine::cleanupMeshCache
2021-05-03 Loic Blotrefacto: rendering engine singleton removal step 1...
2021-05-03 Loic Blotfix: drop old irrlicht <1.8 compat on Client::loadMedia
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-04-21 sfan5Fix two CMake build issues
2021-04-20 sfan5Look for PostgreSQL library properly and fix CI
2021-04-20 sfan5Enable cleanTransparent filter for mipmapping and impro...
2021-04-20 WuzzyPut torch/signlike node on floor if no paramtype2 ...
2021-04-20 Seth TraverseAdd a key to toggle map block bounds (#11172)
2021-04-18 sfan5GLES fixes (#11205)
2021-04-18 sfan5Isolate library tables between sandbox and insecure env
2021-04-16 sfan5Fix ignored OpenGLES2 include path and cmake warning
2021-04-13 SmallJokerAttachments: Avoid data loss caused by set_attach(...
2021-04-11 sfan5Buildbot changes to allow out-of-tree builds (#11180)
2021-04-11 WuzzyModifying fall damage via armor group (#11080)
2021-04-09 sfan5Fix server favorites not saving when client/serverlist...
2021-04-09 WuzzyDon't reseed stars when changing star count
2021-04-05 yw05Make edit boxes respond to string input (IME) (#11156)
2021-04-05 sfan5Don't apply connection timeout limit to locally hosted...
2021-04-05 SmallJokerGame: Scale damage flash to max HP
2021-04-05 sfan5Reserve vectors before pushing and other code quality...
2021-04-01 sfan5CGUITTFont optimizations (#11136)
2021-04-01 sfan5Sort out cURL timeouts and increase default
2021-03-31 sfan5Irrlicht support code maintenance
2021-03-30 sfan5Draw items as 2D images (instead of meshes) when possible
2021-03-30 Lars MüllerBlock & report player self-interaction (#11137)
2021-03-30 SmallJokerConsistent title bar + render information in mainmenu...
2021-03-29 WuzzyFix wield image of plantlike_rooted (#11067)
2021-03-29 VitaliyDegrotate support for mesh nodes (#7840)
2021-03-29 sfan5Replace fallback font nonsense with automatic per-glyph...
2021-03-26 Loic BlotDrop irrUString from MT, it's owned by irrlicht now
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-26 Elias FleckensteinAdd ClientObjectRef:remove
2021-03-26 Elias FleckensteinFix legit_speed
2021-03-23 DesourFix attached-to-object sounds having a higher reference...
2021-03-23 sfan5Fix broken `BiomeGen` abstraction (#11107)
2021-03-21 Jean-Patrick GuerreroFix segfault for model[] without animation speed
2021-03-21 VitaliyRestore minimal normal texture support (for minimap...
2021-03-20 sfan5Serialize tool capabilities JSON without whitespace
2021-03-20 SmallJokerSchematic: Properly deal with before/after node resolvi...
2021-03-19 Elias FleckensteinCheck for duplicate login in TOSERVER_INIT handler...
2021-03-19 Elias ÅströmScale mouse/joystick sensitivity depending on FOV ...
2021-03-19 sfan5Drop old text input workarounds (#11089)
2021-03-16 Jean-Patrick GuerreroGUIScene: Clear depth buffer + replace deprecated clear...
2021-03-16 Jean-Patrick GuerreroFix deprecated calls with Irrlicht 1.9
2021-03-16 WuzzyTweak duration_to_string formatting
2021-03-12 sfan5Enable Irrlicht debug logging with --trace
2021-03-12 sfan5Avoid unnecessary copies during media/mesh loading
2021-03-12 sfan5Handle mesh load failure without crashing
2021-03-12 sfan5Clean up cmake DLL installation and other minor things
2021-03-11 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-11 Elias FleckensteinAdd noise to client CSM API
2021-03-10 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-10 Elias FleckensteinUpdate .wielded command to output the entire itemstring...
2021-03-10 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-10 Elias FleckensteinCSM: Use server-like (and safe) HTTP API instead of...
2021-03-09 sfan5Switch Irrlicht dependency to our own fork
2021-03-09 sfan5Restore Irrlicht 1.9 support
2021-03-08 sfan5Use place_param2 client-side for item appearance &...
2021-03-07 SmallJokerProtect dropping from far node inventories
2021-03-07 SmallJokerProtect per-player detached inventory actions
2021-03-06 sfan5Clean up ClientEvent hudadd/hudchange internals
2021-03-06 sfan5Fix function override warnings in mg_ore.h
2021-03-05 VitaliyPause animations while game is paused (#10658)
2021-03-05 WuzzyTranslate builtin (#10693)
2021-03-04 sfan5Protect mg_name and mg_flags from being set by Lua...
2021-03-01 SmallJokerSettings: Push groups in to_table as well
2021-02-26 hecksKeep mapblocks in memory if they're in range (#10714)
2021-02-26 savilliFix hud_change and hud_remove after hud_add (#10997)
2021-02-24 Lars MüllerSlap u64 on everything time-y (#10984)
2021-02-24 rubenwardyDeprecate not providing mod.conf
2021-02-24 WuzzyUse "Aux1" key name consistently everywhere
2021-02-23 sfan5Fix keyWasDown in input handler
next