29 Commits

Author SHA1 Message Date
Elkien3
9f49f3b29b fix incorrect camera pos and send contect and identity every second
with minetest 5.3.0 camera position no longer needs to be divided by 10
2020-08-06 11:35:43 -05:00
Elkien3
3c738f6720 Merge branch 'master' of https://github.com/Elkien3/minetest-mumble-wrapper 2020-06-07 11:54:11 -05:00
Elkien3
e626a4f4be Change from print to minetest.log
in minetest 5.3.0 print shows in chat, which is bad for obvious reasons
2020-06-07 11:54:06 -05:00
Elkien3
2663de394a
Merge pull request #2 from bhishp/patch-2
Update README.md
2020-04-15 12:13:59 -05:00
Bhish
7a7fea3ee8
Update README.md
Sorry, I missed the list on the auto-installer
2020-04-15 15:33:12 +01:00
Elkien3
21933f8ccd
Merge pull request #1 from bhishp/patch-1
Make README more readable
2020-04-14 09:15:17 -05:00
Bhish
63e2b6e696
Make README more readable 2020-04-14 14:41:10 +01:00
Elkien3
c9d286d2ba
improve CSM installation directions 2020-04-05 11:26:49 -05:00
Elkien3
6ec707fe17
Update README.md 2020-03-28 11:41:23 -05:00
Elkien3
5d97a89bff
Update README.md 2020-03-28 11:41:07 -05:00
Elkien3
1676288d3f
Update README.md 2020-03-28 11:40:35 -05:00
Elkien3
b8e4b33e93
Update README.md 2020-03-28 11:40:10 -05:00
Elkien3
42c2f5cfe6 Update README.md 2019-08-13 16:14:58 -05:00
Elkien3
d864bfa5e7 Merge branch 'master' of https://github.com/Elkien3/minetest-mumble-wrapper 2019-08-03 10:14:55 -05:00
Elkien3
ca1e91008a Update init.lua 2019-08-03 10:14:51 -05:00
Elkien3
c9b526f630
Create README.md 2019-05-21 09:35:00 -05:00
Elkien3
7939911995 change wording a bit 2019-05-21 09:28:06 -05:00
Elkien3
6557eee416 add warning for large debug.txt 2019-04-23 19:12:23 -05:00
Elkien3
78b5b3331e make mumble csm support both minetest v0.4 and v5 2019-04-13 08:09:20 -05:00
Elkien3
b930622d51 make better way to make relative paths absolute 2019-01-19 12:19:43 -06:00
David
0786b0823a Search for the Minetest executable in more places.
It now checks /usr/bin, /usr/games, C:/Program Files/minetest/bin, C:/Program Files (x86)/minetest/bin, the current directory, and next to the wrapper executable.
2018-12-18 22:03:44 -06:00
David
d7bc44051b Use the SharedLink struct instead of MumbleLink.
Makes it so the launch order for the wrapper and Mumble doesn't matter, previously Mumble had to be started first.
2018-12-18 20:49:36 -06:00
David
687cfa7003 Added VSCode tasks/launch settings.
New settings work with the VSCode C++ extension for for debugging. (which works great on Windows).
The old ones work with the CodeLLDB extension (which works great on Linux but doesn't work well on Windows).
2018-12-10 18:45:33 -06:00
David
f8977b8aec Tweaks to the client mod script.
It now passes a context string and the player name on connect.
(And doesn't pass the name every frame).
2018-12-05 15:58:53 -06:00
David
d7da7041b1 Allow any character in command args.
(world contexts & player names now work with more than just the alphabet)
2018-12-05 15:49:05 -06:00
David
db5850f6fd Use git version of mumble-link.
It has a commit to fix memory layout issues on Windows.
2018-12-05 15:02:37 -06:00
David
89d6f908c4 Improve error handling & feedback.
Change default path to minetest.exe on Windows.
2018-12-05 14:32:43 -06:00
David
169c8ac7e3 Stop it from recursively calling self when no target exe is passed. 2018-12-04 18:58:13 -06:00
David
4447fbafab Initial commit 2018-12-04 18:41:36 -06:00