Skip to content
This repository has been archived by the owner. It is now read-only.

Releases: uyjulian/renpy-switch

Version 1.7.5

e41dfbe
Compare
Choose a tag to compare
  • Add required pygame_sdl2 modules

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

68573bd
Compare
Choose a tag to compare
  • Revert usage of virtmemFindAslr and svcMapPhysicalMemory

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

315726f
Compare
Choose a tag to compare
  • Update to libnx 4.0.0
  • Sync renpysound module and related files to upstream
  • Use virtmemFindAslr and svcMapPhysicalMemory for 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

63d5e26
Compare
Choose a tag to compare
  • 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

8435dd3
Compare
Choose a tag to compare
  • 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

22217e2
Compare
Choose a tag to compare
  • 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 libnx bindings
  • _socket, _hotshot, and imageop modules added
  • pymalloc now 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

7de22ed
Compare
Choose a tag to compare
  • 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

2d7b360
Compare
Choose a tag to compare
  • 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

c1d4a43
Compare
Choose a tag to compare
  • 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

305ecbb
Compare
Choose a tag to compare
  • Enable optimization mode; now uses .pyo files instead of .pyc files
  • Reverted changes to threading; now using pthread again
  • Use pthread_exit when 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.