9037 Commits

Author SHA1 Message Date
cron
6697a9e235 tchat: add team clear and chat clear 2021-08-28 22:32:39 -05:00
cron
4a12c4b818 tchat: fix duplicate player online bug 2021-08-28 22:32:39 -05:00
cron
2454a8f496 Merge dragonfire changes
Replicate the following commit (with cherry-picked parents on left
side):

    commit 106fab976209f15ee2120b169f9757fd458935cd
    Merge: 7652a30c7 0a2c90f4c
    Author:     cron <example@example.local>
    AuthorDate: Mon Oct 5 22:43:01 2020 +0000
    Commit:     cron <example@example.local>
    CommitDate: Mon Oct 5 22:43:01 2020 +0000

	Merge dragonfire changes
2021-08-28 22:30:52 -05:00
cron
871c36f2f1 Merge branch 'master' of repo.or.cz:waspsaliva
Replicate the following commit (with cherry-picked parents on both
sides):

    commit 7652a30c72d89f158bbfbb1d80a1a16f462696e1
    Merge: 4a1b7bd37 096ce84ab
    Author:     cron <example@example.local>
    AuthorDate: Mon Oct 5 19:33:14 2020 +0000
    Commit:     cron <example@example.local>
    CommitDate: Mon Oct 5 19:33:14 2020 +0000

	Merge branch 'master' of repo.or.cz:waspsaliva
2021-08-28 22:25:07 -05:00
flyc0r
54ee9d32aa hpchange: actually set dmg %) 2021-08-28 22:23:42 -05:00
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
cron
2530004afb Merge October 5th Dragonfire changes 2020-10-07 22:15:33 +00:00
cron
a5245322c0 clientmod API: add API to get nearby entities 2020-10-07 19:43:03 +00:00
cron
01eb35645c tracers: remove include iostream 2020-10-07 00:20:54 +00:00
cron
e7bb8d8cee tracers: add option to only trace to players 2020-10-07 00:16:08 +00:00
cron
fde77217cb hignore: fix server names and duplicate messages 2020-10-07 00:13:40 +00:00
cron
69da194461 quotebot: fix typo 2020-10-06 18:24:54 +00:00
cron
887b18936e Merge remote-tracking branch 'origin/master' 2020-10-06 18:13:30 +00:00
cron
dd1e75bd82 quotebot: create quote saying bot (includes import/exporting quotesets) 2020-10-06 18:09:45 +00:00
cron
9afa61a55d hignore: add mode to strip user titles 2020-10-06 18:08:19 +00:00
flyc0r
be40b3da54 autfly: add wp-gui menu entry 2020-10-06 12:42:27 +02:00
cron
750120c494 hignore: remove debug prints 2020-10-06 03:16:03 +00:00
cron
e5f220693a Merge branch 'master' of repo.or.cz:waspsaliva 2020-10-06 02:49:17 +00:00
cron
57a1f944c9 hignore: create highlight/ignore player messages clientmod 2020-10-06 02:48:02 +00:00
flyc0r
5bc3b727af Merge https://repo.or.cz/waspsaliva into master 2020-10-06 03:13:59 +02:00
flyc0r
c8d90d5f85 autominer: cleanup 2020-10-06 03:13:11 +02:00
cron
51e32ac5ba tchat: add team clear and chat clear 2020-10-05 23:27:30 +00:00
cron
95c10965d5 tchat: fix duplicate player online bug 2020-10-05 23:22:14 +00:00
cron
106fab9762 Merge dragonfire changes 2020-10-05 22:43:01 +00:00
Elias Fleckenstein
cb1915efa7 Added minetest.drop_selected_item(), Improved AutoEject 2020-10-05 22:33:32 +02:00
Elias Fleckenstein
43ee069dbf Improved X-Ray, added AutoEject 2020-10-05 22:25:36 +02:00
cron
7652a30c72 Merge branch 'master' of repo.or.cz:waspsaliva 2020-10-05 19:33:14 +00:00
cron
4a1b7bd37a itemcount: initial semiworking prototype 2020-10-05 19:32:34 +00:00