12-27-2012, 05:31 AM
made a video.
Random Chitchat 2012-2016
|
12-27-2012, 05:31 AM
made a video.
12-27-2012, 06:15 AM
12-27-2012, 11:56 AM
Yeah, i have some bugs in the redstone simulator. That's why I am rewriting it as an event-based simulator
12-27-2012, 02:00 PM
Also, it says in World.h that DoWithDispenserAt() and ForEachDispenserInChunk() that they are exported in ManualBindings.cpp, but that file doesn't seem to have changed since rev 996. You should either really export those functions (takes some Lua bindings experience) or remove that comment.
foud a bug: in creative if you place a half slab, and then place another one ontop of that so it will become a double slab, the slab in your hand will be used.
(12-27-2012, 11:56 AM)keyboard Wrote: Yeah, i have some bugs in the redstone simulator. That's why I am rewriting it as an event-based simulator realy? cool. does that mean the delays etc will be better?
12-28-2012, 01:11 AM
(12-27-2012, 02:00 PM)xoft Wrote: Also, it says in World.h that DoWithDispenserAt() and ForEachDispenserInChunk() that they are exported in ManualBindings.cpp, but that file doesn't seem to have changed since rev 996. You should either really export those functions (takes some Lua bindings experience) or remove that comment.Ok. I've removed those comments for now. (12-27-2012, 08:49 PM)STR_Warrior Wrote: foud a bug: in creative if you place a half slab, and then place another one ontop of that so it will become a double slab, the slab in your hand will be used.Thanks, fixed in r1112. (12-27-2012, 11:56 AM)keyboard Wrote: Yeah, i have some bugs in the redstone simulator. That's why I am rewriting it as an event-based simulatorGreat! I'm really looking forward to this.
12-30-2012, 02:43 AM
R1116: the Cauldrons consumes items in creative mode.
01-06-2013, 08:12 AM
Wow, I somehow managed to get SVN Revision numbers assigned not in sequence - Commit 1123 says it was done 2 minutes later than commit 1124
That's what happens with the unstable net connection here and me trying to commit to several places at once.
01-08-2013, 03:23 PM
I'm currently working on the BlockMeta parameter to the OnPlayerPlacingBlock() and OnPlayerPlacedBlock() hooks. Unfortunately that means a lot of rewriting, I need to rewrite most cItemHandler and cBlockHandler classes, because they don't report the meta, they just apply it internally.
01-08-2013, 05:44 PM
Thanks
|
« Next Oldest | Next Newest »
|