cron
|
96861cbe4f
|
turtle: initial turtle mod
Don't use turtle.quarry or the mining features, they are experimental
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
d201dcca1b
|
goddess mode: detect splash potions, core: new font test
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
056d3d48de
|
goddess mode: detect all arrows
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
c995b35346
|
gooddess mode: added harming arrows and more bad blocks
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
31fb77cb9f
|
goddess mode: bugfix
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
4803341750
|
goddess mode: some cleanup, 3d coords
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
2c3f917aba
|
goddess mode: add evade arrows
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
4e5fbf9d33
|
goddess mode: safety kinda works
|
2021-08-28 23:01:08 -05:00 |
|
cora
|
176500adbb
|
goddess mode: some safety
|
2021-08-28 23:01:08 -05:00 |
|
cron
|
f99525f9af
|
Merge branch 'master' of repo.or.cz:waspsaliva
Replicate the following commit (with cherry-picked parents on both
sides):
commit e4f986e99d04fa8ae3ff71297372f5878e4fc460
Merge: de4da91f2 fff6a37e7
Author: cron <example@example.local>
AuthorDate: Mon Oct 12 02:29:26 2020 +0000
Commit: cron <example@example.local>
CommitDate: Mon Oct 12 02:29:26 2020 +0000
Merge branch 'master' of repo.or.cz:waspsaliva
|
2021-08-28 22:58:21 -05:00 |
|
cora
|
24fcdc628e
|
goddess mode: tweak the constants
|
2021-08-28 22:49:04 -05:00 |
|
cora
|
193c5c2753
|
actually add goddessmode ..
|
2021-08-28 22:49:04 -05:00 |
|
cora
|
c2145684bd
|
add: goddessmode alpha
|
2021-08-28 22:49:04 -05:00 |
|
cron
|
e3a0458c3f
|
peek: add shulker box peek command
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
2aefaaee92
|
tchat: prevent /commands from being sent unintentionally
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
7613a0d6f9
|
LuaLocalPlayer: add CAO getter
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
70dcd75369
|
ClientObjectRef: add more getters
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
b1089317d9
|
ClientObjectRef: add some more functions
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
8d8d778fa5
|
devtest: weird texture additions?
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
62e123db2b
|
autoaim: add basic autoaim
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
b386220ffb
|
supernotes: create local wiki clientmod
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
b7df47c00a
|
hignore: fix 'higlight' typo
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
2879ea58a1
|
ClientObjectRef: fix get_pos() being off by an order of magnitude
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
1f53b639a5
|
tracers: fix typo in the merged code
|
2021-08-28 22:48:09 -05:00 |
|
cron
|
6807c46a27
|
Merge October 5th Dragonfire changes
Replicate the following commit (with cherry-picked parents on left
side):
Author: cron <example@example.local>
AuthorDate: Wed Oct 7 22:15:33 2020 +0000
Commit: cron <example@example.local>
CommitDate: Wed Oct 7 22:15:33 2020 +0000
Merge October 5th Dragonfire changes
44 files changed, 295 insertions(+), 174 deletions(-)
builtin/client/cheats.lua | 1 +
builtin/mainmenu/tab_credits.lua | 9 ++--
builtin/settingtypes.txt | 2 +
clientmods/dragonfire/autosneak/init.lua | 13 +++++
clientmods/dragonfire/autosneak/mod.conf | 3 ++
clientmods/dragonfire/autosneak/settingtypes.txt | 1 +
clientmods/dragonfire/chat/leak.lua | 2 +
clientmods/dragonfire/chat/status.lua | 2 +
clientmods/dragonfire/inventory/autoeject.lua | 19 +++++++
clientmods/dragonfire/inventory/init.lua | 9 ++--
clientmods/dragonfire/inventory/mod.conf | 1 +
clientmods/dragonfire/inventory/settingtypes.txt | 2 +
clientmods/dragonfire/list/init.lua | 47 +++++++++++++++++
clientmods/mods.conf | 2 +
doc/client_lua_api.txt | 2 +
src/activeobjectmgr.h | 7 ++-
src/client/client.cpp | 21 +++++---
src/client/clientenvironment.h | 5 ++
src/client/game.cpp | 19 ++-----
src/client/game.h | 2 -
src/client/localplayer.cpp | 6 +--
src/client/mapblock_mesh.cpp | 65 ++++++++++++++++++------
src/client/render/core.cpp | 57 ++++++++++++++++++---
src/client/render/core.h | 10 ++--
src/client/render/factory.cpp | 16 +++---
src/client/render/factory.h | 2 +-
src/client/render/interlaced.cpp | 4 +-
src/client/render/interlaced.h | 2 +-
src/client/render/plain.cpp | 4 +-
src/client/render/plain.h | 2 +-
src/client/render/sidebyside.cpp | 4 +-
src/client/render/sidebyside.h | 2 +-
src/client/render/stereo.cpp | 4 +-
src/client/render/stereo.h | 2 +-
src/client/renderingengine.cpp | 8 +--
src/client/renderingengine.h | 12 ++---
src/collision.cpp | 5 +-
src/collision.h | 2 +-
src/defaultsettings.cpp | 3 +-
src/gui/CMakeLists.txt | 1 -
src/gui/tracers.cpp | 46 -----------------
src/gui/tracers.h | 28 ----------
src/script/lua_api/l_client.cpp | 8 +++
src/script/lua_api/l_client.h | 7 ++-
|
2021-08-28 22:43:14 -05:00 |
|
cron
|
3af4dacd60
|
clientmod API: add API to get nearby entities
|
2021-08-28 22:39:39 -05:00 |
|
cron
|
7fde73b8ec
|
tracers: remove include iostream
|
2021-08-28 22:39:39 -05:00 |
|
cron
|
7383dc7853
|
tracers: add option to only trace to players
|
2021-08-28 22:39:39 -05:00 |
|
cron
|
88d1149d7e
|
hignore: fix server names and duplicate messages
|
2021-08-28 22:39:39 -05:00 |
|
cron
|
e293e1edcc
|
quotebot: fix typo
|
2021-08-28 22:39:39 -05:00 |
|
flyc0r
|
8d947351e3
|
autfly: add wp-gui menu entry
|
2021-08-28 22:39:31 -05:00 |
|
cron
|
abaa0d78d6
|
quotebot: create quote saying bot (includes import/exporting quotesets)
|
2021-08-28 22:39:23 -05:00 |
|
cron
|
3fa305c42b
|
hignore: add mode to strip user titles
|
2021-08-28 22:39:23 -05:00 |
|
cron
|
d499503213
|
hignore: remove debug prints
|
2021-08-28 22:39:23 -05:00 |
|
cron
|
15d7d69ca1
|
Merge branch 'master' of repo.or.cz:waspsaliva
Replicate the following commit (with cherry-picked parents on both
sides):
Author: cron <example@example.local>
AuthorDate: Tue Oct 6 02:49:17 2020 +0000
Commit: cron <example@example.local>
CommitDate: Tue Oct 6 02:49:17 2020 +0000
Merge branch 'master' of repo.or.cz:waspsaliva
1 file changed, 8 insertions(+), 81 deletions(-)
clientmods/autominer/init.lua | 89 ++++---------------------------------------
|
2021-08-28 22:37:18 -05:00 |
|
flyc0r
|
007f5f0047
|
autominer: cleanup
|
2021-08-28 22:33:45 -05:00 |
|
cron
|
41bc1562ff
|
hignore: create highlight/ignore player messages clientmod
|
2021-08-28 22:32:39 -05:00 |
|
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 |
|