Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-05 | Added minetest.drop_selected_item(), Improved AutoEject | Elias Fleckenstein | |
2020-10-05 | Improved X-Ray, added AutoEject | Elias Fleckenstein | |
2020-10-05 | Added ESP, fixed Tracers, improved Jesus | Elias Fleckenstein | |
2020-10-04 | Improved Tracers | Elias Fleckenstein | |
2020-10-04 | Added AutoSneak and improved X-Ray MapBlock updating | Elias Fleckenstein | |
2020-10-04 | Only draw tracers to objects that are not attached (that fixes tracers to armor) | Elias Fleckenstein | |
2020-10-04 | Added Tracers, NoSlow and NoForceRotate; GUI Colors changed | Elias Fleckenstein | |
2020-10-04 | The Robot Update | Elias Fleckenstein | |
2020-08-22 | Unrestricted HTTP API for Client, Server and Main Menu | Elias Fleckenstein | |
2020-08-22 | Added minetest.get_inventory(location) | Elias Fleckenstein | |
2020-08-22 | Removed console output spammed by minetest.find_node_near | Elias Fleckenstein | |
2020-08-22 | Added Documentation for Additional API | Elias Fleckenstein | |
2020-08-18 | idk20-08-2020 | Elias Fleckenstein | |
2020-08-16 | Improved World Hacks, added API functions | Elias Fleckenstein | |
2020-08-15 | Imporoved set_wield_index() to include camera update | Elias Fleckenstein | |
2020-08-15 | UI Update; Added AutoTool | Elias Fleckenstein | |
2020-08-14 | Added DestroyWater (:P anon) | Elias Fleckenstein | |
2020-08-14 | Some Updates | Elias Fleckenstein | |
2020-08-01 | Added Coords | Elias Fleckenstein | |
2020-08-01 | Added BrightNight | Elias Fleckenstein | |
2020-07-31 | Added more cheats | Elias Fleckenstein | |
2020-07-30 | Improved Xray and Fullbright | Elias Fleckenstein | |
2020-07-28 | Improved Freecam | Elias Fleckenstein | |
2020-07-28 | Added cheat Menu | Elias Fleckenstein | |
2020-07-26 | Improved Killaura and Chat position | Elias Fleckenstein | |
2020-07-26 | Added autodig, moved chat | Elias Fleckenstein | |
2020-07-20 | Added EntitySpeed | Elias Fleckenstein | |
2020-07-18 | Added customizable keybindings, improved freecam, added special inventory ↵ | Elias Fleckenstein | |
keybind (by default ender inventory) | |||
2020-07-18 | Fixed 5.4.0-dev build | Elias Fleckenstein | |
2020-07-18 | Update to minetest 5.4.0-dev | Elias Fleckenstein | |
2020-07-18 | Removed fast killaura | Elias Fleckenstein | |
2020-07-18 | Added Anti Knockback | Elias Fleckenstein | |
2020-07-16 | Revert "Auto delete MetaData when = 0 (#8770)" (#10183) | Lars Müller | |
This reverts commit 808eb4c5714da5ac36f4a70653d6b3805060828c. | |||
2020-07-16 | Fixed Crash | Elias Fleckenstein | |
2020-07-16 | Auto disable smooth lighting when fullbright is active | Elias Fleckenstein | |
2020-07-14 | Formspecs: volume and key settings windows can now be closed by ↵ | Zughy | |
doubleclicking/tapping (#10128) Co-authored-by: Xx_Crazyminer_xX <carlo.digioia@hotmail.it> Co-authored-by: Marco <4279489-marco_a@users.noreply.gitlab.com> | |||
2020-07-14 | Implement grouped mode for find_nodes_in_area (#9888) | sfan5 | |
plus general improvements to find_node_* functions | |||
2020-07-14 | Add object crosshair, disable entity selectionboxes by default (#9523) | LoneWolfHT | |
Adds new object crosshair base pack texture | |||
2020-07-14 | Cleanup ClientLauncher structure (#10160) | SmallJoker | |
Remove duplicated variables and unify the startup data into a new (inherited) struct. | |||
2020-07-12 | Add FormSpec font styling options (#9763) | v-rob | |
* Add FormSpec font styling options * Change multiplication to stof * Remove extraneous check | |||
2020-07-12 | Add reconnect button on error: Too many players (#9405) | Lejo | |
2020-07-12 | Allow FormSpec elements to be focused with `set_focus` (#9353) | v-rob | |
This allows you to specify a FormSpec element to set the focus of with "set_focus[<name>;<always set>]". | |||
2020-07-10 | Bump animation frame count from u8 to u16 (#10054) | Lars Müller | |
2020-07-10 | Remove std::shared_ptr use in TileLayer (#10090) | sfan5 | |
2020-07-10 | Formspec: Make dropdowns optionally return event based on index, not value ↵ | v-rob | |
(#9496) | |||
2020-07-09 | Quick workaround for crashing destructor on Mingw32 | sfan5 | |
closes #10137 | |||
2020-07-08 | Defaultsettings | Elias Fleckenstein | |
2020-07-07 | Fix build due to revert error | rubenwardy | |
2020-07-07 | Fix player controls only being applied for the first move | TheTermos | |
2020-07-07 | Revert "Verify database connection on interval (#9665)" | rubenwardy | |
Fixes #10113 This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b. |