Pokechu22

Results 169 comments of Pokechu22

Dolphin actually supports multiple local configs in the user directory, with the same filename patterns as those shipped with Dolphin. Although creating them isn't exposed in Dolphin's UI, you _can_...

That's not the example code. This is: https://github.com/SpongePowered/SpongeCommon/tree/8c8414c352163c5a560ad6667765e682df254e17/src/example/java/org/spongepowered (SpongePowered/SpongeCommon@8c8414c352163c5a560ad6667765e682df254e17 is just a random revision I already had locally that was part of `bleeding`; it's probably not the latest one) **EDIT**:...

Not exactly that, but there is https://github.com/SpongePowered/LaunchWrapperTestSuite which might be a good starting point.

Pistons normally become a block entity while moving ("block 36"/the moving piston block thing). That block entity knows what block is being pushed and when the push should finish (if...

> a part of the piston is destroyed or a block is placed in the way during extension I believe the answer here is that the moving piston block entity...

> and unclear is if those entities need to be sent to the client I don't think you need to send anything special to the client other than the [piston...

Actually, I remembered something else. I think the only relevant property of the moving piston/block 36 block entity for servers is that when the progress field hits its maximum, the...

I managed to dig up further context: [this video](https://web.archive.org/web/20121214131211/http://www.youtube.com/watch?v=D1IyzfEF040&gl=US&hl=en) (which is no longer public, but is archived [here](https://web.archive.org/web/20121214131235oe_/http://r1---sn-a5m7ln7s.c.youtube.com/videoplayback?upn=qlIjaJxNuco&sparams=cp%2Cgcr%2Cid%2Cip%2Cipbits%2Citag%2Cratebypass%2Csource%2Cupn%2Cexpire&fexp=926400%2C910019%2C914060%2C916625%2C922401%2C920704%2C912806%2C925703%2C928001%2C922403%2C922405%2C929901%2C913605%2C929104%2C913546%2C913556%2C920201%2C913302%2C919009%2C914903%2C911116%2C910221%2C901451%2C902556&ms=au&expire=1355515662&itag=22&ipbits=8&gcr=us&sver=3&ratebypass=yes&mt=1355490673&ip=207.241.237.184&mv=m&source=youtube&key=yt1&cp=U0hUSlVMU19LTENONF9NRldHOjJHVHZ0TFgwOWcw&id=0f5232cdf105d38d&newshard=yes&signature=87FB658D84E9B4A9B7FCB149E1B18D0C6BCA63A8.60C14D1A5B49E157D2468AB787FC6860C12DF33E) (invisible on the main page due to dependence on YouTube's flash player,...

Anything in the client log when it's happening?

Thanks for looking into this; I was aware of the problem but hadn't had time to look into it. I believe sea pickles behave similarly, but Burger currently just skips...