Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-06 | Add a "contentdb_url_static" setting to allow unparameterized requestssimple_cheatdb | cora | |
2022-06-07 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-06-06 | Remove invalid fps_max on Mac | paradust7 | |
2022-06-05 | Add register dialog to separate login/register (#12185) | rubenwardy | |
New users find Minetest's account system confusing. This change moves username/password to a new dialog, with login and register buttons added to the Join Game tab. The old registration confirmation dialog is removed in favour of the new dialog. Fixes #8138 | |||
2022-05-22 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-05-21 | Improve shadow filters (#12195) | x2048 | |
* Rewrite shadow filtering for the new distortion * Calculate penumbra radius using a single sample * Avoid peter-panning effect due to filtering of short shadows * Add adaptive filter quality for soft shadows * Avoid sharp shadows on surfaces without normals (e.g. plants) * Increase default and maximum soft shadow radius * Make line numbers in shader errors match the code | |||
2022-05-17 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2022-05-17 | Add spider | Elias Fleckenstein | |
2022-05-06 | Enable chat clickable weblinks by default (#12115) | Froggo | |
Co-authored-by: rubenwardy <rw@rubenwardy.com> | |||
2022-04-02 | Add depth sorting for node faces (#11696) | x2048 | |
Use BSP tree to order transparent triangles https://en.wikipedia.org/wiki/Binary_space_partitioning | |||
2022-03-26 | Add API to control shadow intensity from the game/mod (#11944) | x2048 | |
* Also Disable shadows when sun/moon is hidden. Fixes #11972. | |||
2022-02-08 | Increase max objects per block defaults (#12055) | Lars Müller | |
2022-01-30 | Raise max mapgen limit constant to align with mapblock size | sfan5 | |
2022-01-08 | Fully remove bitmap font support (#11863) | sfan5 | |
Freetype is now a build requirement. | |||
2021-12-30 | Improve TTF support for pixel-style fonts (#11848) | Vincent Robinson | |
2021-12-29 | Add more neighbors on mesh update (#6765) | Vitaliy | |
2021-09-26 | Touch UI support for desktop builds (#10729) | TheBrokenRail | |
2021-09-19 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-08-31 | Switch MapBlock compression to zstd (#10788) | lhofhansl | |
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-08-30 | add airjump and remove unused headers | Minetest-j45 | |
2021-07-25 | Distribute shadow map update over multiple frames to reduce stutter (#11422) | x2048 | |
Reduces stutter and freezes when playing. * Maintains double SM and SM Color textures * Light frustum update triggers incremental generation of shadow map into secondary 'future' textures. * Every incremental update renders a portion of the shadow draw list (split equally). * After defined number of frames (currently, 4), 'future' and 'current' textures are swapped, and DirectionalLight 'commits' the new frustum to use when rendering shadows on screen. Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-06-20 | Make chat web links clickable (#11092) | pecksin | |
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser. | |||
2021-06-16 | Drop --videomodes, fullscreen_bpp and high_precision_fpu settings | sfan5 | |
These have been pointless for a while. | |||
2021-06-06 | Shadow mapping render pass (#11244) | Liso | |
Co-authored-by: x2048 <codeforsmile@gmail.com> | |||
2021-05-13 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-05-13 | Change default cheat menu entry height | Elias Fleckenstein | |
2021-04-20 | Add a key to toggle map block bounds (#11172) | Seth Traverse | |
It's often useful to know where the map block boundaries are for doing server admin work and the like. Adds three modes: single mapblock, range of 5, and disabled. | |||
2021-04-02 | Sort out cURL timeouts and increase default | sfan5 | |
2021-03-29 | Replace fallback font nonsense with automatic per-glyph fallback (#11084) | sfan5 | |
2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-02-24 | Use "Aux1" key name consistently everywhere | Wuzzy | |
2021-02-18 | Update buildbot to new MineClone2 repo and set the game name to MineClone2 ↵ | Elias Fleckenstein | |
rather than mineclone2 | |||
2021-02-17 | Add nametag background setting and object property (#10937) | rubenwardy | |
2021-02-10 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-02-07 | Use consistent temp folder path (#10892) | rubenwardy | |
2021-01-29 | Settings: Proper priority hierarchy | SmallJoker | |
Remove old defaults system Introduce priority-based fallback list Use new functions for map_meta special functions Change groups to use end tags Unittest changes: * Adapt unittest to the new code * Compare Settings objects | |||
2021-01-22 | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2021-01-07 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2021-01-07 | Make the Cheat Menu size configureable | Elias Fleckenstein | |
2020-12-19 | Fix some more joystick issues (#10624) | Markus | |
2020-12-15 | Allow configuring block disk and net compression. Change default disk level. | Lars | |
2020-12-13 | Fixed crash by adding legacy stuff to defaultsettings (for now)20-12-2020 | Elias Fleckenstein | |
2020-12-13 | Fixed crash due to missing entry in defaultsettings.cpp | Elias Fleckenstein | |
2020-12-12 | Rework Range | Elias Fleckenstein | |
2020-12-12 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
2020-12-11 | New Cheat Philosophy | Elias Fleckenstein | |
2020-12-11 | World Cheats improvements; Add BlockLava; Readd minetest.request_http_api ↵ | Elias Fleckenstein | |
for Compatibility | |||
2020-12-04 | Revert "Increase limit for simultaneous blocks sent per client and the ↵ | sfan5 | |
meshgen cache." This reverts commit 2f6393f49d5ebf21abfaa7bff876b8c0cf4ca191. | |||
2020-12-01 | Update CheatDB URL again03-12-2020 | Elias Fleckenstein | |
2020-12-01 | Update defaults for ContentDB (->CheatDB) | Elias Fleckenstein | |