aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-10-05Added minetest.drop_selected_item(), Improved AutoEjectElias Fleckenstein
2020-10-05Improved X-Ray, added AutoEjectElias Fleckenstein
2020-10-05Added ESP, fixed Tracers, improved JesusElias Fleckenstein
2020-10-04Improved TracersElias Fleckenstein
2020-10-04Added AutoSneak and improved X-Ray MapBlock updatingElias Fleckenstein
2020-10-04Only draw tracers to objects that are not attached (that fixes tracers to armor)Elias Fleckenstein
2020-10-04Added Tracers, NoSlow and NoForceRotate; GUI Colors changedElias Fleckenstein
2020-10-04The Robot UpdateElias Fleckenstein
2020-08-22Unrestricted HTTP API for Client, Server and Main MenuElias Fleckenstein
2020-08-22Added minetest.get_inventory(location)Elias Fleckenstein
2020-08-22Removed console output spammed by minetest.find_node_nearElias Fleckenstein
2020-08-22Added Documentation for Additional APIElias Fleckenstein
2020-08-18idk20-08-2020Elias Fleckenstein
2020-08-16Improved World Hacks, added API functionsElias Fleckenstein
2020-08-15Imporoved set_wield_index() to include camera updateElias Fleckenstein
2020-08-15UI Update; Added AutoToolElias Fleckenstein
2020-08-14Added DestroyWater (:P anon)Elias Fleckenstein
2020-08-14Some UpdatesElias Fleckenstein
2020-08-01Added CoordsElias Fleckenstein
2020-08-01Added BrightNightElias Fleckenstein
2020-07-31Added more cheatsElias Fleckenstein
2020-07-30Improved Xray and FullbrightElias Fleckenstein
2020-07-28Improved FreecamElias Fleckenstein
2020-07-28Added cheat MenuElias Fleckenstein
2020-07-26Improved Killaura and Chat positionElias Fleckenstein
2020-07-26Added autodig, moved chatElias Fleckenstein
2020-07-20Added EntitySpeedElias Fleckenstein
2020-07-18Added customizable keybindings, improved freecam, added special inventory ↵Elias Fleckenstein
keybind (by default ender inventory)
2020-07-18Fixed 5.4.0-dev buildElias Fleckenstein
2020-07-18Update to minetest 5.4.0-devElias Fleckenstein
2020-07-18Removed fast killauraElias Fleckenstein
2020-07-18Added Anti KnockbackElias Fleckenstein
2020-07-16Revert "Auto delete MetaData when = 0 (#8770)" (#10183)Lars Müller
This reverts commit 808eb4c5714da5ac36f4a70653d6b3805060828c.
2020-07-16Fixed CrashElias Fleckenstein
2020-07-16Auto disable smooth lighting when fullbright is activeElias Fleckenstein
2020-07-14Formspecs: 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-14Implement grouped mode for find_nodes_in_area (#9888)sfan5
plus general improvements to find_node_* functions
2020-07-14Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT
Adds new object crosshair base pack texture
2020-07-14Cleanup ClientLauncher structure (#10160)SmallJoker
Remove duplicated variables and unify the startup data into a new (inherited) struct.
2020-07-12Add FormSpec font styling options (#9763)v-rob
* Add FormSpec font styling options * Change multiplication to stof * Remove extraneous check
2020-07-12Add reconnect button on error: Too many players (#9405)Lejo
2020-07-12Allow 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-10Bump animation frame count from u8 to u16 (#10054)Lars Müller
2020-07-10Remove std::shared_ptr use in TileLayer (#10090)sfan5
2020-07-10Formspec: Make dropdowns optionally return event based on index, not value ↵v-rob
(#9496)
2020-07-09Quick workaround for crashing destructor on Mingw32sfan5
closes #10137
2020-07-08DefaultsettingsElias Fleckenstein
2020-07-07Fix build due to revert errorrubenwardy
2020-07-07Fix player controls only being applied for the first moveTheTermos
2020-07-07Revert "Verify database connection on interval (#9665)"rubenwardy
Fixes #10113 This reverts commit 5c588f89e79e02cba392abe3d00688772321f88b.