]> git.lizzy.rs Git - minetest.git/history - src
Enable stencil shadows
[minetest.git] / src /
2023-04-13 Lizzy FleckensteinEnable stencil shadows stencil_shadows
2023-04-11 rubenwardyRemove formspec_default_bg_color/opacity settings ...
2023-04-11 DesourGet rid of global dummySoundManager
2023-04-11 DesourUse smart-ptrs in GUIEngine
2023-04-11 DesourAdd make_irr
2023-04-10 Riley AdamsAdd node pos to node damage HP change reason (#13196)
2023-04-09 LarsDo not call updateDrawList, updateDrawListShadow, and...
2023-04-09 LarsAdd a default direction light for shadows
2023-04-08 sfan5Drop ENABLE_GLES option
2023-04-08 sfan5Move video_driver default selection to runtime
2023-04-08 DesourGet rid of wgettext
2023-04-08 VitaliyRemove fast faces (#13216)
2023-04-08 SmallJokerParticle spawner: Fix missing parameters
2023-04-08 SmallJokerParticle spawner: Move definitions to source
2023-04-07 SmallJokerLua API: Catch serialization error for chat messages...
2023-04-07 SmallJokerLimit formspec fields to 640K (#13380)
2023-04-03 LarsTake mesh-bounding-sphere into account in updateDrawLis...
2023-04-03 LarsRevert "Add mesh-holding blocks to shadow drawlist...
2023-04-02 SmallJokerRevert "Enable connected glass by default (#13242)"
2023-04-01 x2048Corrections to loops and BFS cullers (#13375)
2023-04-01 sfan5Do not rely on ZSTD_CLEVEL_DEFAULT define
2023-03-30 lhofhanslRestart map-send cycle if visible blocks are soon to...
2023-03-29 x2048Return 'loops' occlusion culler under a setting (#13352)
2023-03-29 sfan5Bump protocol version
2023-03-27 DSFix safeLoadFile() skipping 2 chars too much from the...
2023-03-24 DSSafely handle block deletion (#13315)
2023-03-24 x2048Return shadow_sky_body_orbit_tilt setting
2023-03-20 x2048Move rendering engine reset after deletion of game...
2023-03-19 x2048Move drawing of wield tool into a dedicated step of...
2023-03-19 luk3yxFix server-side formspec state keeping issue (#13332)
2023-03-19 x2048Remove obsolete rendering core init code (#13341)
2023-03-16 Gregor ParzefallRemove default keybind for pitchmove (#13319)
2023-03-16 x2048Fix occasional black screen on startup
2023-03-13 Jude Melton-HoughtonUpdate nodes in LBM loop
2023-03-13 DSImprovement of #12974: better linear independent vector...
2023-03-12 DSFix rendertarget size being saved as screensize (#13313)
2023-03-12 lhofhanslFix infinite viewing_range (#13225)
2023-03-11 DSFix ChatPrompt crash in very narrow windows (#13305)
2023-03-11 x2048Scale culler steps proportionally to the mesh sizes...
2023-03-09 updatepo.shUpdate minetest.conf.example and translation file
2023-03-06 lhofhanslReduce server CPU consumed by occlusion culling. (...
2023-03-05 ROllerozxaMinor adjustments now that OpenGLES 2 is the default...
2023-03-05 SmallJokerTile: Fix segfault caused by invalid PNG data
2023-03-04 LarsRemove accidental emacs files.
2023-03-04 lhofhanslLog server map send cycle time. (#13259)
2023-03-02 sfan5Re-enable verbose logging on Android
2023-03-02 PrairieWindEnable connected glass by default (#13242)
2023-03-01 numzeroDrop dependency on IrrCompileConfig
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2023-02-27 lhofhanslFix for #13255: Check if client has a block even if...
2023-02-26 lhofhanslDon't expire blocks visible to the client. (#13255)
2023-02-26 sofarSky: transmit body_orbit_tilt to client. (#13193)
2023-02-22 DSFix a -Wreorder warning
2023-02-22 lhofhanslReduce client's packet processing budget per iteration...
2023-02-20 x2048Fix rounding errors when slicing the shadow draw list...
2023-02-20 AlexAdd chat HUD flag (#13189)
2023-02-18 paradust7Fix typo and missing entry in serveropcodes
2023-02-18 sfan5Remove dead code behind Irrlicht version checks
2023-02-17 20kdcSource image tracking in tile generation (#12514)
2023-02-17 lhofhanslAdd mesh-holding blocks to shadow drawlist. (#13203)
2023-02-08 lhofhanslGeneralize mesh chunking, and make it configurable...
2023-02-01 lhofhanslSeparate drawlist from non-rendered blocks. (#13176)
2023-01-31 x20488x block meshes (#13133)
2023-01-25 lhofhanslDisplay whole profiler numbers up to 999999 without...
2023-01-23 x2048Remove the 'loops' occlusion culler (#13169)
2023-01-22 DSDecrease minimum for repeat_place_time (#13165)
2023-01-22 sfan5Implement --debugger option to improve UX when debuggin...
2023-01-22 x2048Clear exposure compensation state textures on creation...
2023-01-19 x2048Fix concurrency in texture source (#13150)
2023-01-16 SmallJokerRevisit F6 statistics formatting (#13126)
2023-01-14 Jude Melton-HoughtonImprove chat history (#12975)
2023-01-14 sfan5Disable Prometheus in singleplayer mode
2023-01-12 Jude Melton-HoughtonImprove `MetaDataRef:{get,set}_float` precision (#13130)
2023-01-12 Jude Melton-HoughtonIncrease `ftos` precision (#13141)
2023-01-12 Jude Melton-HoughtonBreak long lines of option help (#13136)
2023-01-09 x2048Remove mapblock cache for mesh generation. (#13124)
2023-01-08 ROllerozxaFix crash on Android with IrrlichtMt9 (#13123)
2023-01-08 iliekprogrammarClamp player wieldindex when processing hotbar item...
2023-01-08 lhofhanslReport collisionMoveSimple for client and server. ...
2023-01-06 ROllerozxaRemove old rollback migration code (#13082)
2023-01-06 x2048Add dynamic exposure correction (#12959)
2023-01-06 x2048Occlusion culling algorithm based on recursive descend...
2023-01-05 sfan5Use consistent optimization flags for *BSD
2022-12-27 x2048Use multiple threads for mesh generation (#13062)
2022-12-26 SmallJokerLua API: Document shader dependencies of set_lighting...
2022-12-26 lhofhanslAllow saturation to be controlled by the server. (...
2022-12-25 ROllerozxaFully remove pageflip 3D mode (#13074)
2022-12-24 Jean-Patrick GuerreroFix progress bar look on HiDPI displays (#13055)
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-12-24 Jude Melton-HoughtonAdd callback on_mapblocks_changed
2022-12-24 Jude Melton-HoughtonMake MapEditEvent more complete
2022-12-24 ndrenSet and unset relative mouse mode where necessary ...
2022-12-15 Jude Melton-HoughtonUse a Lua error handler that calls tostring (#11913)
2022-12-12 Jude Melton-HoughtonFix `plantlike_rooted` world-aligned node base textures...
2022-12-10 updatepo.shUpdate minetest.conf.example
2022-12-10 Jude Melton-HoughtonPrevent air acceleration with 0 jump speed (#13036)
2022-12-10 Jude Melton-HoughtonAvoid out-of-bounds memory access in attached node...
2022-12-04 sfan5Expose dtime_s to LBM handler
2022-12-03 Jude Melton-HoughtonAdd `minetest.get_mapgen_edges` (#12999)
2022-11-30 lhofhanslRemove shader caching hack. (#12991)
next