16 Commits

Author SHA1 Message Date
cora
37efa169d1 removed df chatcommand fuckery 2021-08-28 23:03:45 -05:00
cora
472f99d81e invA: add more missing lua 2021-08-28 23:01:49 -05:00
cora
aa693c1fbd merge dragonfire inventoryAction 2021-08-28 23:01:49 -05:00
cora
b1b9f89be3 autotool: actually fix reset wield index lol 2021-08-28 23:01:49 -05:00
cora
a28240deb0 autotool: little fix 2021-08-28 23:01:49 -05:00
cora
10c6294fa8 autotool: reset old wield index when node dug 2021-08-28 23:01:49 -05:00
cora
d201dcca1b goddess mode: detect splash potions, core: new font test 2021-08-28 23:01:08 -05:00
cron
76b1095268 autotool: fix broken reference (now works on non mcl2 servers) 2021-08-28 22:15:49 -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
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
3bed0981d0 UI Update; Added AutoTool 2020-08-15 15:45:28 +02:00