cesss

Results 106 comments of cesss

I don't know how do you manage to know the existence of miniaudio and Soloud. I didn't know that such two jewels existed!!

Thanks a lot. Yesterday I was comparing the performance of Doom in the rm2 (https://www.youtube.com/watch?v=PFR3QHZ7kGw) compared to the rm1 (https://www.youtube.com/watch?v=wdH3GFU74sM), which is around 4x times better in the rm1. So,...

By the way, you can take a look at the weird color of the sprites here (as I said, the window appears just to play the welcome music, then it...

I was able to do some debugging: The "list index out of range" happens because the SDL key values for the cursor keys and other special keys have a high...

Workaround for the bright green paper in "left to right" sprites: increase the scale, and decrease it back, and it's fixed. I have no idea why this works. Now I...

It looks like the behaviour of pressed keys has been changed in the current Pygame versions. I even tried to call again `self.pressed_keys = list(pygame.key.get_pressed())` at line 68 of `input.py`,...

It works, thanks!! Only thing, you have to delete line 70 in the file, as well, because `ScancodeWrapper` cannot be written into. It seems to work fine now! Thanks!! Regarding...

Hi again, @skoolkid , sorry to bother you with this Python question, but as I said I'm a C/C++ programmer, and I'm having difficulty understanding how a Python class is...

Oh, thanks a lot! I skipped the CommandList source code and went directly to the Command source because I thought CommandList was just a manager that didn't add any interesting...

Reading the log, it seems like there's a student with unknown/illegal current location. IMHO, this error shouldn't quit the game, just keep the student paused, or reset the student.