salem-ok
salem-ok
Today the Doc (https://docs.libretro.com/library/hatari/) clearly states that Netplay is not supported. Some test using RetroArch 1.8.5 showed it was possible to start a Netplay server, and connect to it, even...
Check progress on this bug: *Performance degradation with Pygame 2.0.0 and 2.1.0 on Raspberry Pi [https://github.com/pygame/pygame/issues/2883](url) And test pygame 2.1.0 or higher on raspberry Pi (performance, scale window command especially)
- Need to Hit F4 several times to toggle window size - should happen at first stroke - Same for F1 - for options
When the Application is in restricted folder, the App fails to save high Scores and best laps. Make the necessary changes to save high scores in a user folder for...
https://code.google.com/archive/p/pyglibs/downloads
Not knowing anything about gamedev, I've made a very crude attempt to adapt the game speed to the host performance: ````python frame_duration = pygame.time.get_ticks() - frame_start current_fps = round(1000/frame_duration) if...
With pygame 2.1.0 full screen is fully functional, but the ratio is stretched by default. - [ ] Implement a Full Screen Toggle - [ ] Adjust full screen resolution...
It's possible to add new tracks, but several steps need to be documented: - [ ] leverage @shazz 's track manager to automatically tale new tracks into account *Document procedure...
Refactor the AI Gates system to use simple point based coordinates. It will be easier to manage and refine per track to avoid issues like #77 . That means the...
- [ ] Scrolling credits do not appear - [ ] Wheel rotation on Select Item is weird and full of artifacts