Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

> If you create a new subdirectory 'ae' and move: Sorry, that's out of the question - it would break using `ae` as a package+submodule, which is the primary intended...

> The importpaths ".." method would work for everyone else, but only require a change on your local system. ~~Well, no, it would break building every project using ae as...

The root of the problem is that Dub is not a very good build tool. D is designed with a module system from the very beginning, and its module system...

I just hate the bureaucracy with packaging, that's all. I can't even be bothered with version numbers :P

I'd like to do one more iteration of the graphics package with better range support (exposing the image as a range of rows, or range of pixels) so it's interoperable...

> use only one multiply in Image.scanline() instead of two: the common sub-expression isn't easy to merge, and I've found this function takes significant time in benchmarks. ImageRef doesn't have...

No disagreements there. I'm actually not a fan of CHECKED though, because default parameters (template or not) don't stack. It's a holdover from ancient D1 code. Maybe it can be...

What do you mean by "sometimes"? In some games (it works in some games but not others)? Or does it sometimes work in some game and sometimes doesn't work in...

Simple way to test if it's working: open a menu or any part of the game's interface where a mouse cursor is visible. If you can't move the mouse cursor...

> However sometimes when I flicked really fast to the right it minimized. I really don't know what else it could be, but I will test it further today, and...