Colden Cullen

Results 33 comments of Colden Cullen

Hey guys, I know I'm late to the party, but I've been trying to get this working again in the feature/policyserialization branch. I've got all the dependency problems sorted, now...

That would be great! It looks like something changed in the vibe.d serializer framework and the YamlSerializer is complaining about something `@safe` related. If you can figure it out, I'd...

I just tweaked that page a teensie tiny bit, but honestly if all you're trying to do is build Dash, all you should need to be able to do is...

(also, you'll want latest DMD to test in that branch)

You definitely put this in the right place, thanks. I know @tmr9209 was trying to do more to track down errors in his new animation system, and this should help...

Oooh, you know what it was? 047028049651a5a1970a1ee84260cb66598e174b. It just never made it back into `develop`.

I think this is super important, but it would probably be better to do through code. Most menus would need the cursor to be visible, and I don't like the...

If we use Awesomium or similar we don't need threading, the issue is that `readln()` is blocking, so waiting for info would stop the rest of the engine from running.

Thanks for investigating this. Our current reflection solution is pretty heavy on the CTFE usage, so my guess is something changed in DMD that causes it to use a lot...

First of all, thanks again for helping with this issue! I think the `logger` issue is probably because Dash still depends on the [`logger`](http://code.dlang.org/packages/logger) package, which is conflicting with `std.exipiremental.logger`,...