tinyboxvk
731cb8c53c
Fix typos
...
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com >
2025-02-06 18:18:43 -04:00
Tom Rothamel
74157a4ad6
Update copyright for 2025.
2025-01-02 18:48:44 -05:00
Tom Rothamel
8d38a6ae4d
Add no_launcher_links.txt.
...
If a file named ``no_launcher_links.txt`` exists in the Ren'Py base directory (the one with
renpy.exe, renpy.sh, and renpy.app in it), the launcher will disable links to renpy.org. While
not guaranteed, this is intended in educational and homeschool environments to prevent young
Ren'Py users from seeing adult sponsors.
2024-12-11 22:27:36 -05:00
Tom Rothamel
38d90a1ef0
Generate file: urls; Remove the schinese specific URL.
...
Use urllib functions to ensure file urls are quoted properly.
Remove the schinese url, because it can overwrite the main URL, and
it'll be rarely used now.
2024-01-14 01:06:54 -05:00
Gouvernathor
fc45b09ed3
Make the doc URLs local when it's available ( #5082 )
...
Rather than using the web copy.
---------
Co-authored-by: Tom Rothamel <pytom@bishoujo.us >
2024-01-13 23:51:26 -05:00
Tom Rothamel
113a60faa5
Update the copyright for 2024.
2024-01-05 00:31:12 -05:00
Tom Rothamel
c8413912d2
Add a "Skip splashscreen" preference to the launcher.
...
This sets RENPY_SKIP_SPLASHSCREEN, which causes Ren'Py to
skip the splashscreen label.
2023-10-10 22:34:30 -04:00
Tom Rothamel
e73c750ef1
launcher: Make selected text more obvious.
...
Fixes #4471 .
2023-03-22 23:00:05 -04:00
Asriel Senna
194cacf7f2
Update internal use of text_align
2023-02-02 05:37:47 +01:00
Tom Rothamel
1cb7d09b97
Update the copyright to 2023.
2023-01-07 19:21:14 -05:00
Tom Rothamel
ef5cc2dd3a
Instead of "About", display the Ren'Py version.
...
This should help people managing multiple versions.
Also, remove the link to the now-obsolete Ren'Py games list.
2022-04-30 17:29:59 -04:00
Gouvernathor
6c371b4a2a
Merge branch 'master' into patch-9
2022-01-03 10:39:10 +01:00
Tom Rothamel
c8a4cb8794
Update copyright for 2022.
2022-01-01 12:28:58 -05:00
Asriel Senna
fc2f18f9d3
remove the other bare excepts
2021-12-20 04:03:01 +01:00
Tom Rothamel
dd35de1679
Improvements to #2970 .
...
* Remove animation of update indicator. (An annoyance if the creator
wants to be informed, but isn't ready to update.)
* Check for updates in a different thread. (Prevents slow internet
from blocking launcher start.)
* Use requests to check update channels.
2021-08-25 20:59:07 -04:00
Gouvernathor
747c75a14b
Opt-out of matrixcolor when needed
2021-08-25 22:17:48 +02:00
Gouvernathor
e24f022642
Turn has_upgrade into persistent
2021-08-10 10:39:43 +02:00
Gouvernathor
fb1882e23f
Add visual feedback when there is an update
...
fixes #2961
The transform stuff makes the textbutton glow, the commented-out lines would just make it the color of the Sponsor Information textbutton.
2021-08-10 10:14:37 +02:00
Tom Rothamel
9c71146079
Update copyright.
2021-01-08 21:08:22 -05:00
Tom Rothamel
0c9dc1dcf5
Allow translation names to include numbers.
...
Making it possible to generate rot13 from the launcher.
2020-10-06 23:14:16 -04:00
Tom Rothamel
5613eb562d
Update copyright notices to 2020.
2020-05-17 14:22:47 -04:00
Andy_kl
ca6211cf0b
Mark error_handling interpolates as translatable
2019-05-20 08:41:04 +03:00
Tom Rothamel
6aaf8b6ce9
Accept copy and paste in launcher input.
2019-02-18 20:40:41 -05:00
Tom Rothamel
b1a5d587e7
launcher: Restore interface.error handling.
...
Per #1684 .
2019-01-14 22:18:00 -05:00
Tom Rothamel
f9deff6bc5
Update copyright for 2019.
2019-01-12 13:37:18 -05:00
Andy_kl
d83788fa23
Added uppercase letters for translation name
2018-11-03 20:58:21 +03:00
Andy_kl
3c2cebacef
Added underscore and space in the names of projects and files
2018-11-03 20:54:17 +03:00
Andy_kl
f7b389a5bc
Updated working of input screen
2018-11-03 09:52:07 +03:00
Tom Rothamel
3eb0bcbc3e
Update copyright to 2018.
2018-01-07 18:47:32 -05:00
Tom Rothamel
5567cf5a33
Error handling improvements.
...
* Make the buttons visible in error handling configurable.
* Use the error handling screen in the launcher.
2017-07-27 01:19:54 -04:00
Tom Rothamel
3bf4e96684
Link to the sponsor information from the launcher.
...
With a preference to turn it off, since I know people are going
to want to.
2017-07-20 21:38:57 -04:00
Tom Rothamel
9b76083a78
Update copyright for 2017.
2017-01-05 00:39:48 -05:00
Tom Rothamel
af579bf593
launcher: Back -> Return
...
This frees the word "Back" up for rollback.
2016-11-01 21:51:39 -04:00
Tom Rothamel
bab7caec95
Add a continue button to the launcher input screen.
...
Fixes #950 .
2016-06-02 23:55:55 -04:00
Tom Rothamel
58960441fd
Update copyright for 2016.
2016-01-26 22:31:25 -05:00
Tom Rothamel
3a35aca5ef
Allow enter to continue.
2015-04-08 22:21:08 -04:00
Nolanlemahn
ca1f1f1032
Update the copyright notices in the file headers for 2015.
2015-01-28 11:22:22 -08:00
Tom Rothamel
6872f3db62
Revert parameterization of launcher screens.
...
We want to be able to pass in arbitrary arguments, so we can sub
them into text.
2014-07-06 00:24:27 -04:00
Tom Rothamel
7cba90c0d0
Add the selected parameter to the common screen.
2014-07-05 21:31:36 -04:00
Tom Rothamel
6793a176e0
Launcher screens take an explicit parameter list.
...
This fixes a problem where sl2 was considering the "default"
parameter const.
2014-06-30 21:47:07 -04:00
Tom Rothamel
913a1078df
Update copyright to 2014.
...
Also:
* Include the copyright in .rpy files.
* Fix missing copyrights.
* Add the BOM to .rpy/.rpym files that were missing it.
2014-01-27 22:58:15 -05:00
Tom Rothamel
7f6c8efb57
Display blurb each time we launch a game.
...
For now, these blurbs teach users about keyboard features, like
shift+R and shift+O.
2014-01-03 23:41:22 -05:00
Tom Rothamel
63c94e7987
Allow interface.error() to work when label=None.
...
Fixes #230 .
2013-11-20 23:47:32 -05:00
Tom Rothamel
f95ff022d4
Allow the title of the input prompt to be translated.
...
Fixes #221 .
2013-11-07 18:02:25 -05:00
Tom Rothamel
bfe91ab358
Center input prompts.
2013-10-22 00:47:12 -04:00
Tom Rothamel
ba75191d37
Downloader progress & android integration.
2013-08-21 00:12:32 -04:00
Tom Rothamel
093269ebcd
Let the user cancel expensive operations.
2013-08-20 00:54:06 -04:00
Tom Rothamel
98f3488520
Display text output while running android build commands.
2013-08-19 00:14:59 -04:00
Tom Rothamel
fb37b423bd
Add the ability to tail a file to the launcher.
...
Start work on running android processes.
2013-08-06 23:45:21 -04:00
Tom Rothamel
f8ffb1641f
Create a GUI interface for Android.
...
Right now, we're able to configure an android build through the
launcher.
2013-07-29 10:56:52 -04:00