Commit Graph

6317 Commits (master)

Author SHA1 Message Date
cora a63b0e40db core: add zoom to privbypass 2021-09-21 00:26:36 +02:00
cora 987276fde6 lua api: add register_on_particlespawner 2021-09-08 02:58:45 +02:00
cora bf4d991852 clientobject: add null checks 2021-06-19 12:39:18 +02:00
cora 3a31ae0d47 lua api: add register_on_item_activate 2021-02-09 21:55:48 +01:00
cora ce9f7b488c add noPosUpdate 2021-02-07 05:17:21 +01:00
cora da5cc43acd optimize:add noparticles 2021-01-26 04:13:43 +01:00
cron 3f7f0855d5 CheatMenu: fix bottom entry being cut off sometimes
PS: cora <3 <3 <3 <3
2021-01-17 01:11:05 +00:00
cron 8125809730 CheatMenu: add circular menu mode for large categories
If the items in a category runs off the screen the category will switch into a circular mode where only the items around the cursor are displayed.
This makes the cheat menu usable on smaller screens when large amounts of items are in a category, or if the category is low on the menu.

PS: cora <3 <3
2021-01-16 06:54:41 +00:00
cron 94d8561e73 formspec API: add on_sending_*_fields
(register/ed)_on_sending_(inventory/nodemeta)_fields
Could be useful for translating field values? No clue, sure we'll find a use :]
2021-01-12 23:27:12 +00:00
cora 00e605c0f9 clientobject: add get_id() 2020-12-22 17:55:22 +01:00
cron b382d5e48d Add fastdig to defaultsettings
Not sure if fastdig does anything.
2020-12-13 00:50:57 +00:00
cron dc91a9f782 InventoryAction: make to_table 1 indexed 2020-12-11 02:57:36 +00:00
cora 0ec1470fdd fix cheat menu design ^^ 2020-12-10 03:32:50 +01:00
cron be80a15bad Merge Dragonfire
Dragonfire commit: 56d536ea5e
2020-12-09 20:36:09 +00:00
cron 33a69f694a Prepare for merge
Move builtin cheats to Dragonfire modpack
2020-12-09 07:06:09 +00:00
cron be8e8b9066 optimize: add optimization script to remove water drops, improve ClientObjectRefs 2020-12-08 20:49:57 +00:00
Elias Fleckenstein 56d536ea5e Update CheatDB URL again 2020-12-01 18:22:24 +01:00
Elias Fleckenstein ce47003cca Update defaults for ContentDB (->CheatDB) 2020-12-01 17:10:48 +01:00
Elias Fleckenstein 89995efee4 CheatDB Support & Enable/Disable CSMs in Main Menu 2020-12-01 14:32:54 +01:00
Elias Fleckenstein 8b3eaf5b05 Lua API: Particle callbacks; Add NoWeather 2020-11-30 11:20:07 +01:00
Elias Fleckenstein 0a285dd338 Remove NextItem 2020-11-29 19:15:41 +01:00
Elias Fleckenstein 5bead7daaf Added minetest.close_formspec 2020-11-28 20:13:20 +01:00
Elias Fleckenstein f825cf0e35 Fixed Minimap position 2020-11-28 19:40:26 +01:00
Elias Fleckenstein eaa8a51323 Fixed FastPlace and AutoPlace 2020-11-28 16:22:30 +01:00
Elias Fleckenstein 9633ad122b Improved Freecam 2020-11-28 15:58:19 +01:00
Elias Fleckenstein b4e475726b Added configureable Colors for PlayerESP and EntityESP 2020-11-28 14:37:26 +01:00
Elias Fleckenstein 549025f6a1 EntityESP, EntityTracers, PlayerESP, PlayerTracers 2020-11-28 14:23:29 +01:00
Elias Fleckenstein eb6aca8b4a Merged Minetest 2020-11-28 13:48:33 +01:00
Elias Fleckenstein 8de51dae97 Fixed crash when attempting to access nonexistant inventory from Lua API 2020-11-28 12:08:53 +01:00
Lars f1d72d212a Avoid generating the same chunk more than once with multiple emerge threads. 2020-11-26 20:31:20 -08:00
sfan5 9bb381ebd3 Change typedef to normal definitions in GUI code 2020-11-26 22:42:19 +01:00
sfan5 868749b4f8 Return star color calculation to what it previously was 2020-11-26 22:17:11 +01:00
numzero 8689e00fca Fix style 2020-11-26 12:49:10 -08:00
numzero c158e20e5b Provide fallback star color for GLES 2 with MT shaders disabled 2020-11-26 12:49:10 -08:00
numzero cdcf7dca7c Sky: support GLES2
IrrLicht built-in shader is broken, have to write my own
2020-11-26 12:49:10 -08:00
numzero be59668f47 Allow missing shaders 2020-11-26 12:49:10 -08:00
numzero d7cf40a0ce Replace TriangleFan as poorly supported 2020-11-26 12:49:10 -08:00
numzero 560627eef8 Reuse seed when updating stars
The only currently relevant parameter is scale which can now be changed
without resetting stars position
2020-11-26 12:49:10 -08:00
numzero 3077afc0a2 Store stars in a single static mesh buffer 2020-11-26 12:49:10 -08:00
numzero 89cc5bf537 Don't evaluate things many times 2020-11-26 12:49:10 -08:00
numzero 095f82692d Batch cloud drawing 2020-11-26 12:49:10 -08:00
Lars f1349be542 Avoid marking map blocks dirty upon deserialization. 2020-11-26 11:41:55 -08:00
Elias Fleckenstein a65251a7a8 Fixed glowing GenericCAOs being rendered completely back when Fullbright is enabled 2020-11-26 18:46:34 +01:00
Elias Fleckenstein eaec3645b0 Added ClientObjectRef:get_hp() 2020-11-26 18:44:29 +01:00
Lars 8dc70ebb93 Fix camera panning glitches (partially revert 10489.) 2020-11-25 14:22:36 -08:00
cora f39e61b9e5 automt: add exit to os and exit to menu support 2020-11-25 00:25:24 +01:00
Elias Fleckenstein fb4d54ee30 Added minetest.register_on_play_sound 2020-11-24 15:01:52 +01:00
Elias Fleckenstein 50629cc6a1 Improved Scaffold 2020-11-24 14:24:32 +01:00
Elias Fleckenstein 3d74e17cc2 Added AutoSlip (-> Credit to Code-Sploit) 2020-11-24 13:54:57 +01:00
Elias Fleckenstein f9c6324666 Added JetPack and AutoHit (-> Credits to Code-Sploit and cora) 2020-11-24 13:38:11 +01:00