Translations by Stephan Woidowski

Stephan Woidowski has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

501550 of 569 results
492.
Add the :func:`AlphaBlend` displayable and the :func:`AlphaDissolve` transition. These take two displayables, and use the alpha channel of a third displayable to blend them together. (The third displayable is often an animation, allowing the effect to change over time.)
2018-10-30
Add the :func:`AlphaBlend` displayable and the :func:`AlphaDissolve` transition. These take two displayables, and use the alpha channel of a third displayable to blend them together. (The third displayable is often an animation, allowing the effect to change over time.)
493.
The new :ref:`modes` system allows one to invoke callbacks when switching from one type of interaction to another. This can be used, for example, to automatically hide the window before transitions.
2018-10-30
The new :ref:`modes` system allows one to invoke callbacks when switching from one type of interaction to another. This can be used, for example, to automatically hide the window before transitions.
494.
Imagemaps created using the screen language now only have a size equal to that of their ground image. (Previously, they took up the entire screen.) This change makes it easier to position an imagemap at a different location on screen, such as the bottom.
2018-10-30
Imagemaps created using the screen language now only have a size equal to that of their ground image. (Previously, they took up the entire screen.) This change makes it easier to position an imagemap at a different location on screen, such as the bottom.
495.
Imagemaps now take an alpha argument. If true (the default), hotspots are only focused if the mouse is over a non-transparent part of the idle or hover image. If set to false, the hotspot is focused whenever the mouse is within its boundaries.
2018-10-30
Imagemaps now take an alpha argument. If true (the default), hotspots are only focused if the mouse is over a non-transparent part of the idle or hover image. If set to false, the hotspot is focused whenever the mouse is within its boundaries.
496.
Added the :func:`renpy.focus_coordinates` function, which returns the coordinates of the currently focused displayable, when possible.
2018-10-30
Added the :func:`renpy.focus_coordinates` function, which returns the coordinates of the currently focused displayable, when possible.
497.
The new :func:`renpy.notify` function and :func:`Notify` action make it simple to flash small status messages on the screen, such as might be used to notify the user of a completed quicksave or screenshot.
2018-10-30
The new :func:`renpy.notify` function and :func:`Notify` action make it simple to flash small status messages on the screen, such as might be used to notify the user of a completed quicksave or screenshot.
498.
The new :func:`HideInterface` action allows the interface to temporarily be hidden, as a screen language action.
2018-10-30
The new :func:`HideInterface` action allows the interface to temporarily be hidden, as a screen language action.
499.
The developer menu now includes a command that will list all the files in the game directory.
2018-10-30
The developer menu now includes a command that will list all the files in the game directory.
500.
The urllib and urllib2 modules from the Python standard library are now distributed as part of Ren'Py. These modules allow data to be retrieved from web servers.
2018-10-30
The urllib and urllib2 modules from the Python standard library are now distributed as part of Ren'Py. These modules allow data to be retrieved from web servers.
501.
The launcher now includes an experimental updater, that makes it easier to update to the latest pre-release. Hitting shift+U at the launcher's main screen will cause Ren'Py to be updated.
2018-10-30
The launcher now includes an experimental updater, that makes it easier to update to the latest pre-release. Hitting shift+U at the launcher's main screen will cause Ren'Py to be updated.
502.
:func:`MoveTransition` now respects the xoffset and yoffset parameters.
2018-10-30
:func:`MoveTransition` now respects the xoffset and yoffset parameters.
503.
Fixed several bugs with screen-language imagemaps.
2018-10-30
Fixed several bugs with screen-language imagemaps.
504.
Fixed a bug (#626303) that was caused by an incorrect texture unit check. Thanks to tmrwiz for the fix.
2018-10-30
Fixed a bug (#626303) that was caused by an incorrect texture unit check. Thanks to tmrwiz for the fix.
505.
Transforms no longer cause a divide by zero exception when the zoom, xzoom, or yzoom properties are 0.
2018-10-30
Transforms no longer cause a divide by zero exception when the zoom, xzoom, or yzoom properties are 0.
506.
Clockwise and counterclockwise revolution in transforms now works.
2018-10-30
Clockwise and counterclockwise revolution in transforms now works.
507.
Fixed a bug with scaling, that occurred when switching between the scaled software and GL renderers.
2018-10-30
Fixed a bug with scaling, that occurred when switching between the scaled software and GL renderers.
508.
Hidden screens are no longer considered when assigning default focus.
2018-10-30
Hidden screens are no longer considered when assigning default focus.
509.
FieldValues with max_is_zero set to True now work properly. Thanks to SleepKirby for the fix.
2018-10-30
FieldValues with max_is_zero set to True now work properly. Thanks to SleepKirby for the fix.
510.
Ren'Py 6.11.0
2018-10-30
Ren'Py 6.11.0
511.
OpenGL Support
2018-10-30
OpenGL Support
512.
Ren'Py will now take advantage of a computer's OpenGL hardware acceleration, if supported. This OpenGL support has several user-visible changes:
2018-10-30
Ren'Py will now take advantage of a computer's OpenGL hardware acceleration, if supported. This OpenGL support has several user-visible changes:
513.
The window containing a Ren'Py game can be resized or maximized, using standard window controls. When the window's aspect ratio does not match the game's aspect ratio, black bars will be added.
2018-10-30
The window containing a Ren'Py game can be resized or maximized, using standard window controls. When the window's aspect ratio does not match the game's aspect ratio, black bars will be added.
514.
Displaying in full-screen mode should not change the monitor's resolution. This will prevent the game from being distorted when displayed on a monitor with a different aspect ratio.
2018-10-30
Displaying in full-screen mode should not change the monitor's resolution. This will prevent the game from being distorted when displayed on a monitor with a different aspect ratio.
515.
Unless disabled in the video driver configuration, Ren'Py will use vertical blank synchronization, eliminating image tearing.
2018-10-30
Unless disabled in the video driver configuration, Ren'Py will use vertical blank synchronization, eliminating image tearing.
516.
GPU rendering is used, which should make drawing the screen faster in most circumstances.
2018-10-30
GPU rendering is used, which should make drawing the screen faster in most circumstances.
517.
Software rendering is still supported, and Ren'Py will automatically fall back to software rendering if it detects an improperly configured video card.
2018-10-30
Software rendering is still supported, and Ren'Py will automatically fall back to software rendering if it detects an improperly configured video card.
518.
You can test that Ren'Py is in OpenGL mode by attempting to resize the window. If it's resizable, it's OpenGL, otherwise, software rendering is being used.
2018-10-30
You can test that Ren'Py is in OpenGL mode by attempting to resize the window. If it's resizable, it's OpenGL, otherwise, software rendering is being used.
519.
Screens and Screen Language
2018-10-30
Screens and Screen Language
520.
This release introduces a new screen system, which allows one to use the new screen language to declaratively specify portions of the user interface. The screen language supersedes layouts, overlay functions, imagemaps, and most other means of customizing the out-of-game menus and the in-game screens.
2018-10-30
This release introduces a new screen system, which allows one to use the new screen language to declaratively specify portions of the user interface. The screen language supersedes layouts, overlay functions, imagemaps, and most other means of customising the out-of-game menus and the in-game screens.
521.
The previous way of customizing the behavior of the game menu, the layout system, had problems, especially when using imagemap layouts. Screens were single-purpose, and it would be difficult to (for example) load a quick-save game from the main menu, without extensive Python code.
2018-10-30
The previous way of customizing the behavior of the game menu, the layout system, had problems, especially when using imagemap layouts. Screens were single-purpose, and it would be difficult to (for example) load a quick-save game from the main menu, without extensive Python code.
522.
The screen system addresses this by providing a pool of functionality, in the form of Actions and BarValues. This makes it possible to pick and choose functionality, and add it to screens as is deemed necessary.
2018-10-30
The screen system addresses this by providing a pool of functionality, in the form of Actions and BarValues. This makes it possible to pick and choose functionality, and add it to screens as is deemed necessary.
523.
If a transform does not define one of the position properties :propref:`xpos`, :propref:`ypos`, :propref:`xanchor`, or :propref:`yanchor`, that property will be taken from the transform's child, if the defines that property.
2018-10-30
If a transform does not define one of the position properties :propref:`xpos`, :propref:`ypos`, :propref:`xanchor`, or :propref:`yanchor`, that property will be taken from the transform's child, if the defines that property.
524.
This makes it possible to have one transform control a displayable's vertical motion, and the other control the horizontal. But this is incompatible with previous behavior, and so can be disabled with the :var:`config.transform_uses_child_position` variable.
2018-10-30
This makes it possible to have one transform control a displayable's vertical motion, and the other control the horizontal. But this is incompatible with previous behaviour, and so can be disabled with the :var:`config.transform_uses_child_position` variable.
525.
The new config.default_transform variable allows a transform to specify the initial transform properties of an image that does not have a more specific transform applied to it. Its default value is center, a transform that shows the image at the center-bottom of the screen.
2018-10-30
The new config.default_transform variable allows a transform to specify the initial transform properties of an image that does not have a more specific transform applied to it. Its default value is center, a transform that shows the image at the center-bottom of the screen.
526.
This can lead to a behavior change. When an image is shown, and then shown transforms, the transform will be initialized to the bottom center of the screen, not the top-left. The reset transform can be used to reset the position to the top-left.
2018-10-30
This can lead to a behavior change. When an image is shown, and then shown transforms, the transform will be initialised to the bottom center of the screen, not the top-left. The reset transform can be used to reset the position to the top-left.
527.
Transform (and ui.transform) have been changed so that their arguments can now be prefixed with a style prefix. One can write ui.transform(idle_rotate=30, hover_rotate=90) and have it work.
2018-10-30
Transform (and ui.transform) have been changed so that their arguments can now be prefixed with a style prefix. One can write ui.transform(idle_rotate=30, hover_rotate=90) and have it work.
528.
Added the rotate_pad transform property, which controls how Transform pads rotated displayables. When set to False, _not_ the default, it's now possible to rotate a (100, 50) displayable by 90 degrees, and have the result be (50, 100) in size.
2018-10-30
Added the rotate_pad transform property, which controls how Transform pads rotated displayables. When set to False, _not_ the default, it's now possible to rotate a (100, 50) displayable by 90 degrees, and have the result be (50, 100) in size.
529.
The Ren'Py documentation is in the process of being rewritten. This changelog is now being maintained as part of the Ren'Py documentation.
2018-10-30
The Ren'Py documentation is in the process of being rewritten. This changelog is now being maintained as part of the Ren'Py documentation.
530.
Added support for composite style properties, that allow several style properties to be set using a single parameter. The new composite style properties are:
2018-10-30
Added support for composite style properties, that allow several style properties to be set using a single parameter. The new composite style properties are:
531.
pos - takes a pair, and uses it to set xpos and ypos.
2018-10-30
pos - takes a pair, and uses it to set xpos and ypos.
532.
anchor - takes a pair, and uses it to set xanchor and yanchor.
2018-10-30
anchor - takes a pair, and uses it to set xanchor and yanchor.
533.
align - takes a pair, and uses it to set xalign and yalign. (And hence xpos, ypos, xanchor, and yanchor.)
2018-10-30
align - takes a pair, and uses it to set xalign and yalign. (And hence xpos, ypos, xanchor, and yanchor.)
534.
area - take (x, y, height, width) pair, and tries to set properties such that the displayable will be placed inside the rectangle. This sets the xpos, ypos, xanchor, yanchor, xfill, yfill, xminimum, yminimum, xmaximum, and ymaximum properties.
2018-10-30
area - take (x, y, height, width) pair, and tries to set properties such that the displayable will be placed inside the rectangle. This sets the xpos, ypos, xanchor, yanchor, xfill, yfill, xminimum, yminimum, xmaximum, and ymaximum properties.
535.
ui.add can now take transform properties as keyword arguments. If at least one transform property is present, ui.add will create a transform that wraps the displayable it's adding to the screen.
2018-10-30
ui.add can now take transform properties as keyword arguments. If at least one transform property is present, ui.add will create a transform that wraps the displayable it's adding to the screen.
536.
The new :func:`LiveTile` displayable tiles its child, without consuming a large amount of memory to do so.
2018-10-30
The new :func:`LiveTile` displayable tiles its child, without consuming a large amount of memory to do so.
537.
:var:`config.quit_action` allows one to specify an action that is run when the quit button (in the corner of the window) is pressed. config.game_menu_action allows one to specify an action that is run when entering the game menu.
2018-10-30
:var:`config.quit_action` allows one to specify an action that is run when the quit button (in the corner of the window) is pressed. config.game_menu_action allows one to specify an action that is run when entering the game menu.
538.
The :var:`config.screenshot_crop` configuration variable controls the area of the screen that it stored when the user presses the screenshot key.
2018-10-30
The :var:`config.screenshot_crop` configuration variable controls the area of the screen that it stored when the user presses the screenshot key.
539.
The :func:`renpy.music.register_channel` method now has two additional parameters, file_prefix and file_suffix. These are prepended and appended to filenames provided to the registered channel, respectively.
2018-10-30
The :func:`renpy.music.register_channel` method now has two additional parameters, file_prefix and file_suffix. These are prepended and appended to filenames provided to the registered channel, respectively.
540.
The new :func:`renpy.list_files` method returns a list of files in the game directory and archives. This can be used to write your own automatic image loading method, among other things.
2018-10-30
The new :func:`renpy.list_files` method returns a list of files in the game directory and archives. This can be used to write your own automatic image loading method, among other things.
541.
The interaction between Character and Text has been rewritten to ensure that text is only tokenized once. This required changing a few of the methods on ADVCharacter and NVLCharacter, so code that inherits from those classes should be checked.
2018-10-30
The interaction between Character and Text has been rewritten to ensure that text is only tokenized once. This required changing a few of the methods on ADVCharacter and NVLCharacter, so code that inherits from those classes should be checked.