8881 Commits

Author SHA1 Message Date
cron
13f34556d8 itemcount: initial semiworking prototype 2021-08-28 22:22:02 -05:00
flyc0r
eb3149b0b4 autominer: more optimisation 2021-08-28 22:22:02 -05:00
flyc0r
dc9799e082 Merge https://repo.or.cz/waspsaliva into master
Replicate the following commit (with cherry-picked parents on both
sides):

    commit a269b0d5dc08f6a2ebd9e379384616f8c913a7c8
    Merge: 9363aaa25 86e96f5dc
    Author:     flyc0r <flyc0r@localhost.localdomain>
    AuthorDate: Mon Oct 5 05:11:10 2020 +0200
    Commit:     flyc0r <flyc0r@localhost.localdomain>
    CommitDate: Mon Oct 5 05:11:10 2020 +0200

	m
	Merge https://repo.or.cz/waspsaliva into master

     clientmods/inventory/autotool.lua | 1 -
     1 file changed, 1 deletion(-)
2021-08-28 22:17:02 -05:00
cron
76b1095268 autotool: fix broken reference (now works on non mcl2 servers) 2021-08-28 22:15:49 -05:00
flyc0r
f486ff7052 autominer: smaller search radius -> more efficient mining 2021-08-28 22:12:31 -05:00
flyc0r
0b130460fe autominer: further optimization. almost 0 damage now 2021-08-28 22:12:31 -05:00
flyc0r
e764cd0114 autominer: functional autotool 2021-08-28 22:12:31 -05:00
flyc0r
2ef1f3e7e9 autominer: optimizing 2021-08-28 22:12:31 -05:00
flyc0r
437c1e26d9 autominer: avoid not only lava but gravel too 2021-08-28 22:12:31 -05:00
flyc0r
b138b4f84c autominer: even better positioning 2021-08-28 22:12:31 -05:00
flyc0r
61d7366361 autominer:better positioning->less damage 2021-08-28 22:12:31 -05:00
flyc0r
948c7a6096 added autominer to mods.conf 2021-08-28 22:12:31 -05:00
flyc0r
8f6c90e456 add: autominer ALPHA 2021-08-28 22:12:31 -05:00
cron
2668e20f48 core: change cmake project name
I think Windows buildbot still uses Dragonfire
2021-08-28 22:12:31 -05:00
cron
1b45fab4c3 hpchange: add (nonworking) potential change marker 2021-08-28 22:12:31 -05:00
cron
aa40a8747a wisp: add message timeout 2021-08-28 22:12:31 -05:00
cron
d4b199f3be panicm: remove hp change diagnostic messages (superseded by hpchange) 2021-08-28 22:12:31 -05:00
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