1
0
Fork 0
mirror of https://github.com/dragonfireclient/dragonfireclient.git synced 2024-12-13 03:54:01 -05:00

Commit graph

  • 6d7067fd37
    Implement mapblock camera offset correctly (#10702) hecks 2020-12-06 00:03:40 +0100
  • 07e0b527cf Revert "Increase limit for simultaneous blocks sent per client and the meshgen cache." sfan5 2020-12-05 00:09:12 +0100
  • 08c9d1a669
    Cross-reference the node level manipulation functions (#10633) Oblomov 2020-12-04 20:16:53 +0100
  • e73c5d4585
    Fix MSAA stripes (#9247) HybridDog 2020-12-04 20:16:12 +0100
  • ecd4f45318 Fix certain connected nodeboxes crashing when falling sfan5 2020-12-04 11:27:15 +0100
  • b91c0b947d
    Make IncreaseRange and UnlimitedRange configureable Code-Sploit 2020-12-02 06:43:47 +0000
  • 76fd23aca9
    Make IncreaseRange and UnlimitedRange configurable Code-Sploit 2020-12-02 06:42:10 +0000
  • 56d536ea5e Update CheatDB URL again 03-12-2020 Elias Fleckenstein 2020-12-01 18:22:24 +0100
  • ce47003cca Update defaults for ContentDB (->CheatDB) Elias Fleckenstein 2020-12-01 17:10:48 +0100
  • 89995efee4 CheatDB Support & Enable/Disable CSMs in Main Menu Elias Fleckenstein 2020-12-01 14:32:54 +0100
  • 3df23e23cd Small AutoTool Fix Elias Fleckenstein 2020-12-01 10:59:02 +0100
  • 8b3eaf5b05 Lua API: Particle callbacks; Add NoWeather Elias Fleckenstein 2020-11-30 11:20:07 +0100
  • 3176daee79 Input: Fix on_rightclick called when placing into air SmallJoker 2020-11-29 19:20:45 +0100
  • 0a285dd338 Remove NextItem Elias Fleckenstein 2020-11-29 19:15:41 +0100
  • 4695222bc3 Fix and Improve AutoTool Elias Fleckenstein 2020-11-29 19:08:39 +0100
  • 5bead7daaf Added minetest.close_formspec Elias Fleckenstein 2020-11-28 20:13:20 +0100
  • f825cf0e35 Fixed Minimap position Elias Fleckenstein 2020-11-28 19:40:26 +0100
  • eaa8a51323 Fixed FastPlace and AutoPlace Elias Fleckenstein 2020-11-28 16:22:30 +0100
  • 9633ad122b Improved Freecam Elias Fleckenstein 2020-11-28 15:58:19 +0100
  • b4e475726b Added configureable Colors for PlayerESP and EntityESP Elias Fleckenstein 2020-11-28 14:37:26 +0100
  • 549025f6a1 EntityESP, EntityTracers, PlayerESP, PlayerTracers Elias Fleckenstein 2020-11-28 14:23:29 +0100
  • eb6aca8b4a Merged Minetest Elias Fleckenstein 2020-11-28 13:48:33 +0100
  • 8de51dae97 Fixed crash when attempting to access nonexistant inventory from Lua API Elias Fleckenstein 2020-11-28 12:08:53 +0100
  • f1d72d212a Avoid generating the same chunk more than once with multiple emerge threads. Lars 2020-11-15 22:58:57 -0800
  • 9bb381ebd3 Change typedef to normal definitions in GUI code sfan5 2020-11-26 22:19:46 +0100
  • 868749b4f8 Return star color calculation to what it previously was sfan5 2020-11-26 22:17:11 +0100
  • 8689e00fca Fix style numzero 2020-11-23 01:04:31 +0300
  • c158e20e5b Provide fallback star color for GLES 2 with MT shaders disabled numzero 2020-11-22 19:49:38 +0300
  • cdcf7dca7c Sky: support GLES2 numzero 2020-11-22 18:25:41 +0300
  • be59668f47 Allow missing shaders numzero 2020-11-22 17:36:59 +0300
  • d7cf40a0ce Replace TriangleFan as poorly supported numzero 2020-11-22 16:44:00 +0300
  • 560627eef8 Reuse seed when updating stars numzero 2020-11-22 16:41:36 +0300
  • 3077afc0a2 Store stars in a single static mesh buffer numzero 2020-11-22 16:29:31 +0300
  • 89cc5bf537 Don't evaluate things many times numzero 2020-11-22 16:43:38 +0300
  • 095f82692d Batch cloud drawing numzero 2020-11-22 09:13:16 +0300
  • f1349be542 Avoid marking map blocks dirty upon deserialization. Lars 2020-11-25 17:16:41 -0800
  • a65251a7a8 Fixed glowing GenericCAOs being rendered completely back when Fullbright is enabled Elias Fleckenstein 2020-11-26 18:46:34 +0100
  • eaec3645b0 Added ClientObjectRef:get_hp() Elias Fleckenstein 2020-11-26 18:44:29 +0100
  • ca802d7487
    Add AutoAttack #19 Code-Sploit 2020-11-26 11:56:34 +0000
  • 267ef92444
    Add AutoAttack Code-Sploit 2020-11-26 11:55:04 +0000
  • 5dad8ccd28
    Add AutoAttack Code-Sploit 2020-11-26 11:54:33 +0000
  • 8dc70ebb93 Fix camera panning glitches (partially revert 10489.) Lars 2020-11-24 09:23:18 -0800
  • d1352b1fef
    Add CustomFallDamage and make it configurable Code-Sploit 2020-11-25 10:29:24 +0000
  • 0a2093adbd
    Add CustomFallDamage and make it configurable Code-Sploit 2020-11-25 10:22:01 +0000
  • 0cba4def82
    Rename LessFallDamage to CustomFallDamage Code-Sploit 2020-11-25 10:20:26 +0000
  • bdc1f2f32b
    Add LessFallDamage Code-Sploit 2020-11-25 10:19:19 +0000
  • 7cd9330f9e
    Renamed AntiSlip to NoSlip Code-Sploit 2020-11-25 07:14:54 +0000
  • 0679d89736
    Rename AntiSlip to NoSlip Code-Sploit 2020-11-25 07:14:11 +0000
  • 9767b8b988
    Removed OnlyTracePlayers. Rename AntiSlip to NoSlip Code-Sploit 2020-11-25 07:13:38 +0000
  • f197e09355
    Fix EntityTracers, Tracers Code-Sploit 2020-11-24 16:54:40 +0000
  • 660991353d
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 16:36:49 +0000
  • f9731875e7
    Update core.cpp Code-Sploit 2020-11-24 16:33:40 +0000
  • a26809306f
    Fix PlayerESP, PlayerTracers, ESP and Tracers Code-Sploit 2020-11-24 15:56:19 +0000
  • 8e7a809a0a
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:55:30 +0000
  • 440ce09dfc
    Make EntityESP and EntityTracers happy Code-Sploit 2020-11-24 15:48:55 +0000
  • ecc957b160
    Fixed EntityESP and EntityTracers Code-Sploit 2020-11-24 15:45:17 +0000
  • c15b3c726b
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:43:00 +0000
  • 7d4b1a7847
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:42:07 +0000
  • 9c4d42acc2
    Remove OnlyTracePlayers. Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:39:27 +0000
  • 725925db80
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:27:29 +0000
  • e1d8e89f7d
    Make ESP, Tracers, EntityESP and EntityTracers configurable Code-Sploit 2020-11-24 15:24:44 +0000
  • 2eaa325f2f
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:23:30 +0000
  • f95bb3a52c
    Add EntityESP and EntityTracers Code-Sploit 2020-11-24 15:22:34 +0000
  • ef1621d67d
    Fixed colors of: EntityTracers and EntityESP #18 Code-Sploit 2020-11-24 14:57:25 +0000
  • c84b49f75e
    Fixed EntityESP and EntityTracers Code-Sploit 2020-11-24 14:42:03 +0000
  • e83a7baacb
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:36:43 +0000
  • cd03d87d33
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:36:11 +0000
  • 3a2d3ed88c
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:33:59 +0000
  • 88d25575fb
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:32:26 +0000
  • 74f20ee294
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:31:05 +0000
  • 2f68b9d614
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:27:55 +0000
  • 1e90827b20
    Remove PlayerESP, PlayerTracers. Add EntityESP, EntityTracers Code-Sploit 2020-11-24 14:26:57 +0000
  • fb4d54ee30 Added minetest.register_on_play_sound Elias Fleckenstein 2020-11-24 15:01:52 +0100
  • 50629cc6a1 Improved Scaffold Elias Fleckenstein 2020-11-24 14:24:32 +0100
  • 3d74e17cc2 Added AutoSlip (-> Credit to Code-Sploit) Elias Fleckenstein 2020-11-24 13:54:57 +0100
  • f9c6324666 Added JetPack and AutoHit (-> Credits to Code-Sploit and cora) Elias Fleckenstein 2020-11-24 13:38:11 +0100
  • 843239c0ba Added Speed/Jump/Gravity Override Elias Fleckenstein 2020-11-24 13:20:30 +0100
  • 5920af37a0
    Make PlayerTracers happy Code-Sploit 2020-11-24 10:34:07 +0000
  • c887a81802
    Make PlayerESP happy Code-Sploit 2020-11-24 09:48:52 +0000
  • cc1f506bdd
    Changed colors of: Tracers and ESP to original Code-Sploit 2020-11-24 09:48:22 +0000
  • 598e9bdbce Update Credits Elias Fleckenstein 2020-11-24 09:49:04 +0100
  • 7d327def82 Improved AutoSneak Elias Fleckenstein 2020-11-24 09:48:16 +0100
  • 4045aec324
    Rename AntiSlip to NoSlip Code-Sploit 2020-11-24 08:18:57 +0000
  • 48db3b2440
    Make ESP, tracers, only highlight objects, but no players Code-Sploit 2020-11-24 07:54:38 +0000
  • 78273027bf Add sound to press event of some formspecs elements (#10402) Pierre-Yves Rollo 2020-09-16 17:10:17 +0200
  • 82216e1476 LocalPlayer:set_physics_override; minetest.register_on_recieve_physics_override Elias Fleckenstein 2020-11-23 19:10:56 +0100
  • 4e19388323
    Change colors of: Tracers and ESP Code-Sploit 2020-11-23 17:15:09 +0000
  • 7c941313d6
    Fixed PlayerTracers, PlayerESP Code-Sploit 2020-11-23 16:59:32 +0000
  • 4767324295
    Fixed PlayerESP, PlayerTracers Code-Sploit 2020-11-23 16:42:59 +0000
  • 1af6ca649f
    Add PlayerTracers Code-Sploit 2020-11-23 16:16:45 +0000
  • 6f199e1512
    Add PlayerTracers Code-Sploit 2020-11-23 16:16:13 +0000
  • c688679b02
    Add PlayerTracers Code-Sploit 2020-11-23 16:14:50 +0000
  • c699e32ea8
    Add PlayerTracers Code-Sploit 2020-11-23 16:14:10 +0000
  • 4de63f0bec
    Add PlayerTracers Code-Sploit 2020-11-23 16:13:13 +0000
  • 73368354f7
    Add PlayerTracers Code-Sploit 2020-11-23 16:12:26 +0000
  • b1bc36e662
    Add PlayerTracers Code-Sploit 2020-11-23 16:11:49 +0000
  • f078f2e3d2
    Add PlayerESP Code-Sploit 2020-11-23 16:10:33 +0000
  • c5ed15e826
    Add PlayerESP Code-Sploit 2020-11-23 16:09:08 +0000
  • d6e68d93be
    Add PlayerESP Code-Sploit 2020-11-23 16:05:52 +0000
  • 6b65481d1c
    Add PlayerESP Code-Sploit 2020-11-23 16:05:06 +0000