8864 Commits

Author SHA1 Message Date
cron
da884b463b hpchange: create hpchange clientmod 2021-08-28 22:12:31 -05:00
cron
3efe147d8d wisp: add diagnostic error messages when installation is broken 2021-08-28 22:12:31 -05:00
cron
519575a9b3 tchat: make message prefixes consistent 2021-08-28 22:12:31 -05:00
cron
c5fef6cdc4 Update README 2021-08-28 22:12:31 -05:00
flyc0r
51408076dc updated wisp and tchat 2021-08-28 22:12:31 -05:00
flyc0r
2551ddbf1d Add changes from waspsaliva initial commit
This commit contains changes best credited to flyc0r
<flyc0r@localhost.localdomain>, although the changes were separated
out from waspsaliva's original initial commit rev. 0e9e1f352, which
added the files from DFC work tree, and squashed in numerous additions
by flyc0r and collaborators.  That commit log:

    commit 0e9e1f3528c3d2fa1f1e9a79d4a00576be8552f5
    Author: flyc0r <flyc0r@localhost.localdomain>
    Date:   Sun Oct 4 03:37:08 2020 +0200

        init

This rebase had the effect of griefing the git history xD, so
for example `git blame` of DFC and even upstream Minetest sources
appear to be originally authored by `flyc0r` in that commit.

To fix this, I will recommit only the changes onto the appropriate
commit in DFC, and recreate the following git history (incl. merges).
After this, the git history will be at least visually the same as the
original Waspsaliva, even if commit sha1sums have changed.

AFAICT, the closest commit from DFC was af085acbd.  That commit was
found simply by running `git diff wsc-master <some_DFC_rev>`, and
locating the commit with the smallest number of differences.

This commit was then created as follows:

    # Check out the DFC base commit
    git checkout af085acbd
    # Check out the *files* from WSC's initial commit
    git checkout 0e9e1f352 -- .
    # Make sure everything is added and commit the changes
    git add -A
    git commit
2021-08-28 21:58:59 -05:00
Elias Fleckenstein
af085acbd3 Added Schematicas 2020-08-24 19:49:42 +02:00
Elias Fleckenstein
0730ed2162 Delete my stupid test mod lol 2020-08-22 19:39:06 +02:00
Elias Fleckenstein
772c9629eb Unrestricted HTTP API for Client, Server and Main Menu 2020-08-22 19:38:36 +02:00
Elias Fleckenstein
9b1030cac4 Added minetest.get_inventory(location) 2020-08-22 15:45:06 +02:00
Elias Fleckenstein
2321e3da4c Removed console output spammed by minetest.find_node_near 2020-08-22 14:30:52 +02:00
Elias Fleckenstein
90f66dad82 Removed experimental code 2020-08-22 14:28:08 +02:00
Elias Fleckenstein
8b4d27141c Fixed typo in clientmods/inventory/mod.conf 2020-08-22 14:27:17 +02:00
Elias Fleckenstein
d8b8c1d313 Added Documentation for Additional API 2020-08-22 14:24:58 +02:00
Elias Fleckenstein
6e6c68ba04 Added Chat Spam, Replace and settingtypes.txt for Clientmods 2020-08-22 13:51:50 +02:00
Elias Fleckenstein
79d0314d79 Update Buildbots 2020-08-20 18:29:36 +02:00
Elias Fleckenstein
770bde9c64 idk 2020-08-18 19:15:19 +02:00
Elias Fleckenstein
e245151c5b Improved World hacks 2020-08-16 20:34:32 +02:00
Elias Fleckenstein
19205f6b33 Improved World Hacks, added API functions 2020-08-16 18:09:27 +02:00
Elias Fleckenstein
73b89703f9 Improved World hacks, added fill 2020-08-16 16:39:29 +02:00
Elias Fleckenstein
248dedaba3 Added floationg water to BlockWater 2020-08-15 21:16:43 +02:00
Elias Fleckenstein
9dc3eb7770 Fixed broken Chatcommands 2020-08-15 16:32:16 +02:00
Elias Fleckenstein
80371bc165 Added .listwarps 2020-08-15 16:00:26 +02:00
Elias Fleckenstein
1c29f21e0a Imporoved set_wield_index() to include camera update 2020-08-15 15:51:24 +02:00
Elias Fleckenstein
3bed0981d0 UI Update; Added AutoTool 2020-08-15 15:45:28 +02:00
Elias Fleckenstein
622d547262 Added DestroyWater (:P anon) 2020-08-14 20:34:21 +02:00
Elias Fleckenstein
9019e18b94 Some Updates 2020-08-14 19:12:14 +02:00
Elias Fleckenstein
107dec6c0f Added Coords 2020-08-01 14:46:37 +02:00
Elias Fleckenstein
f1760622ec Added BrightNight 2020-08-01 11:55:48 +02:00
Elias Fleckenstein
2675bcca1a Added more cheats 2020-07-31 19:23:29 +02:00
Elias Fleckenstein
3d980cf575 Improved Xray and Fullbright 2020-07-30 12:19:03 +02:00
Elias Fleckenstein
85574cb53c Improved Freecam 2020-07-28 16:47:27 +02:00
Elias Fleckenstein
f7a042223f Added cheat Menu 2020-07-28 13:51:32 +02:00
Elias Fleckenstein
344fddc172 Improved Killaura and Chat position 2020-07-26 15:35:02 +02:00
Elias Fleckenstein
678559bb63 removed leagcy clientmods 2020-07-26 14:43:02 +02:00
Elias Fleckenstein
9194165cf1 Added autodig, moved chat 2020-07-26 14:42:33 +02:00
Elias Fleckenstein
064c25caa1 Added EntitySpeed 2020-07-20 16:43:11 +02:00
Elias Fleckenstein
5a8610c2f4 Added customizable keybindings, improved freecam, added special inventory keybind (by default ender inventory) 2020-07-18 20:01:17 +02:00
Elias Fleckenstein
83f59484d3 Fixed 5.4.0-dev build 2020-07-18 14:16:47 +02:00
Elias Fleckenstein
ffe3c2ae0d Update to minetest 5.4.0-dev 2020-07-18 13:53:15 +02:00
Elias Fleckenstein
45aa2516b2 Added settings 2020-07-18 13:20:08 +02:00
Elias Fleckenstein
f22339ed89 Removed fast killaura 2020-07-18 10:37:54 +02:00
Elias Fleckenstein
408e39a1d2 Added Anti Knockback 2020-07-18 10:33:14 +02:00
Lars Müller
82731d0d3d
Revert "Auto delete MetaData when = 0 (#8770)" (#10183)
This reverts commit 808eb4c5714da5ac36f4a70653d6b3805060828c.
2020-07-16 19:11:24 +02:00
Elias Fleckenstein
eee0f960b1 Removed minetest.conf.old 2020-07-16 15:42:55 +02:00
Elias Fleckenstein
39d7567c1f Fixed Crash 2020-07-16 15:42:16 +02:00
Elias Fleckenstein
305e0e0d31 Auto disable smooth lighting when fullbright is active 2020-07-16 15:36:39 +02:00
Zughy
cfaef5b1cf
Formspecs: volume and key settings windows can now be closed by 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 22:37:28 +02:00
sfan5
4b4513a67d
Implement grouped mode for find_nodes_in_area (#9888)
plus general improvements to find_node_* functions
2020-07-14 22:36:53 +02:00
LoneWolfHT
88ffd64124 Add object crosshair, disable entity selectionboxes by default (#9523)
Adds new object crosshair base pack texture
2020-07-14 19:13:04 +02:00