10-21-2016, 10:54 PM
Yes, it's somewhat flaky, some comments didn't want to go through.
Random Chitchat 2012-2016
|
10-21-2016, 10:54 PM
Yes, it's somewhat flaky, some comments didn't want to go through.
10-21-2016, 10:56 PM
Okay issue is opened, only saw the unicorn
10-21-2016, 11:36 PM
Found another nice bug and reported it
10-22-2016, 08:26 AM
Best reception in all of Prague.
10-24-2016, 05:22 AM
(This post was last modified: 10-24-2016, 05:23 AM by Seadragon91.)
@xoft I looked at cNetwork Bindings. I have done the changes in this commit. Created a instance of cTestclass and get now this error. Looks like I still forget something...
Code: [21:18:48] LUA: error in function '?'.
10-24-2016, 06:27 AM
Your constructor param checking is wrong.
In function tolua_cTestclass_new, you're checking if the first parameter is an instance of a cTestclass. Of course it can't be, it's the class table itself, so you need to use L.CheckParamUserTable(...) instead of L.CheckparamUserType(...). See the manual binding for cLuaWindow's constructor for inspiration. Thanks given by: Seadragon91
10-25-2016, 03:46 AM
(This post was last modified: 10-25-2016, 03:49 AM by Seadragon91.)
@PureTryOut This a mc client in rust https://github.com/Thinkofname/steven and this in go https://github.com/Thinkofname/steven-go
10-25-2016, 04:12 AM
Yeah I just found it after posting, embarassing
I really, really, really want a FOSS Minecraft client... Minetest looked interesting but they're focussing too much on it being an engine rather then being fun to play, it's quite annoying. Truecraft is good, but stuck on Beta 1.7 (intentional): not what I want. Maybe Steven will become something one day...
10-25-2016, 08:17 PM
Minetest however looks like the only viable canidate for a proper FOSS Minecraft clone. I guess it'll have to be completely forked though if it wants to be user-friendly and an exact clone (but with the bonusses Minetest provides of course, such as near infinite world height, Lua api for mods, etc).
10-27-2016, 04:24 AM
Dear tinkerers and electronic enthusiasts on kickstarter.
Please give me a Compilation Boost module: a USB stick that contains a processor and can run a C++ compiler; sticking several such sticks into the PC would speed up compilation depending on the number of sticks used, by compiling things in parallel. Of course this would need some support software on the PC side of things, but then it'd be awesome! |
« Next Oldest | Next Newest »
|