18 Commits

Author SHA1 Message Date
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
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