Commit Graph

111 Commits

Author SHA1 Message Date
Tom Rothamel 436191ab90 Remove files used to reorder config.rst. 2024-07-23 02:06:42 -04:00
Tom Rothamel 073d54b8aa doc: Reorganize config.rst.
Fixes #5549.

Co-Authored-By: Lezalith <Lezalith@gmail.com>
2024-07-23 02:05:11 -04:00
Tom Rothamel f949c2f09a Merge branch 'fix' 2024-06-18 22:54:36 -04:00
Tom Rothamel 689ce63e85 Pull before build. 2024-06-17 20:24:38 -04:00
Ren'Py Bot f8f8a6b2d6 Merge branch 'fix' 2024-06-12 04:30:18 -04:00
Tom Rothamel db12aca24b Add a mode to show files that have changed size. 2024-06-12 01:35:35 -04:00
Tom Rothamel a04946905d Remove some obsolete TODOs. 2024-04-17 21:54:36 -04:00
Tom Rothamel c916fe311f rt: Remove guisupport when making a test game. 2023-11-16 22:28:11 -05:00
Tom Rothamel 057f69602b Avoid nicing distribute. 2023-09-14 17:57:59 -04:00
Tom Rothamel 8c21f14bf7 autotl: Better handling of lines beginning with ##. 2023-05-21 01:48:34 -04:00
Tom Rothamel c9ec07f566 Add infrastructure for single-string translations.
This is intended to allow important strings to be automatically
translated while we work on improving the quality of automatic
translations.
2023-05-21 01:47:02 -04:00
Tom Rothamel 14c06dd2e4 Add py2 before py3.
Useful in the github case, to ensure Ren'Py 8 is uploaded last,
and hence is at the top of the list of downloads at github.
2023-05-15 02:40:13 -04:00
Tom Rothamel d346e7a325 Remove more automatic translations of proper nouns. 2023-05-12 01:29:02 -04:00
Tom Rothamel ae243f44b3 tl: More translation updates. 2023-05-08 00:13:42 -04:00
Tom Rothamel fa7023c8ec tl: Revert more translations. 2023-05-07 23:51:01 -04:00
Tom Rothamel ccd2abc22b tl: Check in the automatic translation scripts. 2023-05-07 17:38:49 -04:00
Gouvernathor e9be0244ca back to LF 2023-02-19 15:15:48 +01:00
Tom Rothamel 7039ec5d34 rt: When selecting the project, select int the launcher. 2023-02-16 23:35:14 -05:00
Tom Rothamel 80b3e8236e Standardize on LF line endings. 2023-02-13 23:50:51 -05:00
Tom Rothamel 8cb0fd0670 py3: Update copyright script to work with Python 3. 2023-01-07 19:20:59 -05:00
Tom Rothamel c0de244fd9 Do not generate relative imports for renpy.common. 2022-12-29 19:38:38 -05:00
Tom Rothamel ca2e59e0a9 doc: Build with renpy3 from now on. 2022-12-03 02:28:30 -05:00
Tom Rothamel cf7df895a1 Move to notarytool to sign on mac. 2022-11-01 20:02:53 -04:00
Tom Rothamel 6cf589429d Remove the (long empty) autobuild script. 2022-10-31 02:28:21 -04:00
Tom Rothamel 3b5ac939ce Require --real to run add.py.
To remind me to use scripts/add_all.sh during the warring versions
period.
2022-08-12 22:37:41 -04:00
Tom Rothamel 7b25b2e9b9 Add a script to merge the maintenance branch to master. 2022-07-26 17:37:30 -04:00
Tom Rothamel 30dd75bb5c Update itch upload script. 2022-06-27 01:46:49 -04:00
Tom Rothamel 78a10967e8 Switch away from using Aspera to upload. 2022-05-29 20:18:24 -04:00
Tom Rothamel 9d507b0e9a More defensive coding around Apple notarization server failures. 2022-05-29 10:49:38 -04:00
Tom Rothamel 97242506f4 Merge pull request #3588 from renpy/sysmodules-copy
Iterate over a copy of sys.modules
2022-05-28 22:18:27 -04:00
Tom Rothamel 5598d4ff9c Retry notarization wait.
To better deal with Apple's flaky servers.
2022-05-28 08:08:58 -04:00
Tom Rothamel 0a4bb0af8b Add a script to rsync a minimal Ren'Py over to a computer.
This is mostly used for testing on my chromebook, but might be
good in other places.
2022-05-27 21:44:32 -04:00
Gouvernathor 2e604a4f07 Remove iteration over uncopied sys.modules 2022-05-26 13:54:16 +02:00
Tom Rothamel 559e6d81d0 py3: Port fix_translations.py 2022-05-26 01:14:24 -04:00
Tom Rothamel d32d39f010 Check in release scripts. 2022-05-22 20:31:33 -04:00
Tom Rothamel a8fc6bd42d Allow relative_imports.py to be run from anywhere. 2022-04-19 01:10:56 -04:00
Tom Rothamel 0e3dfa8ca4 Update the imports to import round. 2022-03-16 23:41:23 -04:00
Tom Rothamel 2731e08df1 installer: Start work on the installer.
The installer is a tool that will provided primitives for
installing loosely-coupled components (like editors) into
Ren'Py, and eventually, into games.

For now, this implements a download primitive.
2022-01-30 22:49:32 -05:00
Tom Rothamel 0ac623bb7e Allow exceptions to occur in androidhw/ioshw without crash.
This addresses #3247, a regression introduced in #3189.
2022-01-23 21:09:13 -05:00
Asriel Senna e1b226c562 remove last added bare excepts 2022-01-13 09:31:52 +01:00
Tom Rothamel 88fa289014 Documents, update, and removes obsolete scripts. 2022-01-09 23:59:13 -05:00
Tom Rothamel 92b47212c8 pyi: Finish triaging type errors. 2022-01-08 22:16:38 -05:00
Tom Rothamel f10c918b2a pyi: More triage of type errors. 2022-01-08 20:11:59 -05:00
Tom Rothamel d3e8e10438 pyi: Triage more type issues. 2022-01-08 00:38:48 -05:00
Tom Rothamel c920246777 pyi: More type error triage. 2022-01-07 23:27:08 -05:00
Tom Rothamel e24ddfef6f pyi: More typing. 2022-01-07 22:14:48 -05:00
Tom Rothamel d63cc4b143 pyi: Generate more types. 2022-01-07 21:44:48 -05:00
Tom Rothamel bb5bb450b8 rpi: Generate for all renpy and pygame_sdl2 modules. 2022-01-07 20:07:11 -05:00
Tom Rothamel baa5608ec8 Add a script to generate .pyi files from modules.
.pyi files contain type stubs for functions defined in cython,
which will reduce spurious type errors and make the real ones
more prominent.
2022-01-07 00:47:48 -05:00
Tom Rothamel fe5ee05388 Make the renpy.compat import use an explicit list of names.
This helps analysis quite a bit, as it's clear where those names
are coming from.
2022-01-02 17:11:16 -05:00