Releases: uyjulian/renpy-switch
Version 1.7.5
- Add required
pygame_sdl2modules
renpy-switch-the-question-v1.7.5.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.5.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.7.4
- Revert usage of
virtmemFindAslrandsvcMapPhysicalMemory
renpy-switch-the-question-v1.7.4.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.4.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.7.3
- Update to libnx 4.0.0
- Sync renpysound module and related files to upstream
- Use
virtmemFindAslrandsvcMapPhysicalMemoryfor memory allocation to reduce heap fragmentation - Re-enable applet mode (however, no guarantee that it will work properly)
- Use fixed buffer for error reporting instead of allocating memory on the heap
- Revert unbuffered file operation changes
renpy-switch-the-question-v1.7.3.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.3.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.7.2
- Use unbuffered file reading
- More allocation related checks in media subsystem
renpy-switch-the-question-v1.7.2.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.2.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.7.1
- Now actually using CPython 2.7.18 with the additional modules
- Update to libnx 3.2.0
- Correct aspect ratio when aspect ratio of project is not 16:9
- Partially automated packaging
- Added instructions on how to create nro using the files from the SDK archive
- Corrected 3rd party library build instructions
renpy-switch-the-question-v1.7.1.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.1.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.7
- Out of memory workaround removed (making it more likely that you can rollback, save, and restart the game)
- Overclock removed
- Better error messages with error applet
- Mostly complete
libnxbindings _socket,_hotshot, andimageopmodules addedpymallocnow allocates memory aligned to page boundary- Show a helpful error message and quit when launched as applet
- Update to libnx 3.1.0
- Update to CPython 2.7.18
- Python libraries are now imported from zip file using
zipimport - Integrated extra libraries into main distribution
- Update to switch-sdl2 2.0.12
renpy-switch-the-question-v1.7.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.7.7z contains the files needed to build your own game, documentation named README.html, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
Version 1.6.1
- Remove extra "renpy" directory in SDK
renpy-switch-the-question-v1.6.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch. This file has not been changed from the previous release.
renpy-switch-sdk-v1.6.1.7z contains the files needed to build your own game, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
renpy-switch-extra-libraries-v1.4.7z contains extra Python standard libraries if you are using those that are not included in Ren'Py. This file has not been changed from the previous release.
Version 1.6
- Simplified build system
- Fixed controller support
- Trimmed down executable size by using a special build of ffmpeg
- Partial libnx bindings
- Automatically change clock based on if expensive operations are being done
- Join audio playback threads after they are finished
- Updated to Ren'Py 7.3.4; includes rendering bugfixes
renpy-switch-the-question-v1.6.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.6.7z contains the files needed to build your own game, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
renpy-switch-extra-libraries-v1.4.7z contains extra Python standard libraries if you are using those that are not included in Ren'Py. This file has not been changed from the previous release.
Version 1.5
- Simplified build system
- Touch screen support
- Updated to Ren'Py 7.3.3; includes changes to reduce chance of running out of thread resources
renpy-switch-the-question-v1.5.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.5.7z contains the files needed to build your own game, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
renpy-switch-extra-libraries-v1.4.7z contains extra Python standard libraries if you are using those that are not included in Ren'Py. This file has not been changed from the previous release.
Version 1.4
- Enable optimization mode; now uses
.pyofiles instead of.pycfiles - Reverted changes to threading; now using pthread again
- Use
pthread_exitwhen exiting thread instead of doing nothing - Add gl2 subsystem modules; not fully working yet
- Add patches for video playback
- Disable Mesa debugging
- Clear some memory when loading image assets has failed; may reduce the chance of data aborts
- Compiled with libnx v2.5.0, fixing controller input on firmware 9.0.0
renpy-switch-the-question-v1.4.nro is a sample visual novel entitled "The Question" that can be run on your Nintendo Switch.
renpy-switch-sdk-v1.4.7z contains the files needed to build your own game, and an .elf file containing debugging symbols in the event an error occurs to assist in debugging.
renpy-switch-extra-libraries-v1.4.7z contains extra Python standard libraries if you are using those that are not included in Ren'Py.