Alexander Overvoorde

Results 125 comments of Alexander Overvoorde

I'm afraid then that the OSX version of `ld` is too restricted and will not work.

@drakmail I'm afraid then that this is a case where OSX simply doesn't offer the tools for a niche use case like this. When I worked on my MacBook on...

@rikusalminen That makes sense and may even explain the problems I've had running the program on other computers than my own. I'll get on it.

I looked into it a while ago, but updating it to support UEFI would require quite a lot of work. It requires rewriting a large amount of the code.

It's possible, but you'll have to implement a floppy bootloader to load the game into memory. It currently relies entirely on GRUB to load.

This might just explain why the raytracing function doesn't work on my laptop at all. Nice find!

Unfortunately I don't have a Linux machine available right now either.

This seems to be very dependent on framerate, because it's much harder to reproduce running natively or in VirtualBox. Maybe some sort of input stack should be implemented instead of...

I'm still not sure what causes this, but I've added code that prevents input from adding up, so you can at least correct the behaviour now.