8 Commits

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