notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/renpy/Makefile
SVNWeb

Number of commits found: 63

Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Sat, 2 Jun 2018
[ 16:21 jbeich search for other commits by this committer ] Original commit   Revision:471376
devel/renpy: update to 7.0.0

Changes:	https://www.renpy.org/release/7.0 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#renpy-7-0
MFH:		2018Q2 (stabilization, no in-tree consumers)
Wed, 16 May 2018
[ 22:50 jbeich search for other commits by this committer ] Original commit   Revision:470157
devel/renpy: unbreak with cython 0.28

PR:		228235
Obtained from:	upstream
[ 19:59 jbeich search for other commits by this committer ] Original commit   Revision:470147
devel/renpy: mark BROKEN after r470010

Error compiling Cython file:
------------------------------------------------------------
...
IMAGEDISSOLVE = 2
PIXELLATE = 3

cdef class Render:

    def __init__(Render self, float width, float height, draw_func=None,
layer_name=None, bint opaque=None): #@DuplicatedSignature
                                                                                
                    ^
------------------------------------------------------------

/wrkdirs/usr/ports/devel/renpy/work-py27/renpy-6.99.14.3-sdk/renpy/display/render.pyx:575:102:
Cannot assign None to bint
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 11 May 2018
[ 15:26 amdmi3 search for other commits by this committer ] Original commit   Revision:469645
- Fix build when python3 is the default

Approved by:	portmgr blanket
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Fri, 6 Apr 2018
[ 12:14 jbeich search for other commits by this committer ] Original commit   Revision:466640
devel/renpy: update to 6.99.14.3

Changes:	https://www.renpy.org/release/6.99.14.3 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-3
MFH:		2018Q2 (mainly regression fixes, no in-tree consumers)
Wed, 28 Mar 2018
[ 09:16 jbeich search for other commits by this committer ] Original commit   Revision:465786
devel/renpy: update to 6.99.14.2

Changes:	https://www.renpy.org/release/6.99.14.2 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-2
MFH:		2018Q1 (minor changes, no in-tree consumers)
Mon, 5 Feb 2018
[ 12:46 jbeich search for other commits by this committer ] Original commit   Revision:460969
devel/renpy: update to 6.99.14.1

Changes:	https://www.renpy.org/release/6.99.14.1 (see Announcment)
Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14-1
MFH:		2018Q1
Mon, 15 Jan 2018
[ 11:59 jbeich search for other commits by this committer ] Original commit   Revision:459038
devel/renpy: drop oldtutorial in favor of renpy6

It's not shown in the launcher, anyway.
[ 11:58 jbeich search for other commits by this committer ] Original commit   Revision:459037
devel/renpy: update to 6.99.14

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-14
MFH:		2018Q1 (compat with new games; all 6.99.* are unstable until 7.0)
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 18 Nov 2017
[ 19:32 zeising search for other commits by this committer ] Original commit   Revision:454454 (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump portrevision to chase graphics/glew shard library version update.

PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
Wed, 8 Nov 2017
[ 01:54 jbeich search for other commits by this committer ] Original commit   Revision:453715
devel/renpy6: unbreak after r453509

find: gui: No such file or directory

Reported by:	pkg-fallout
Sun, 5 Nov 2017
[ 01:18 jbeich search for other commits by this committer ] Original commit   Revision:453509
devel/renpy: partially unbreak creating a project after r421471

/usr/local/share/renpy/gui/game does not appear to be a Ren'Py game
Mon, 30 Oct 2017
[ 19:22 jbeich search for other commits by this committer ] Original commit   Revision:453207
devel/renpy6: unbreak after r453203

find: tutorial/recrop.py: No such file or directory
find: oldtutorial: No such file or directory
[ 18:36 jbeich search for other commits by this committer ] Original commit   Revision:453203
devel/renpy: update to 6.99.13

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-13
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Mon, 8 May 2017
[ 00:57 jbeich search for other commits by this committer ] Original commit   Revision:440396
devel/renpy: switch to HTTPS

Homepage link "http://www.renpy.org/" is a permanent redirect to
"https://www.renpy.org/" and should be updated

Reported by:	Repology
Tue, 25 Apr 2017
[ 08:20 riggs search for other commits by this committer ] Original commit   Revision:439367 (Only the first 10 of 701 ports in this commit are shown above. View all ports for this commit)
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Thu, 2 Mar 2017
[ 11:16 jbeich search for other commits by this committer ] Original commit   Revision:435229
devel/renpy: update to 6.99.12.4

  6.99.12.4.2187: February 28, 2017
      This release fixes a number of bugs, including one that would
      cause the renpy.input function to crash. It improves the console
      (accessed with shift+O), and updates translations.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-4
MFH:		2017Q1
Wed, 15 Feb 2017
[ 03:35 jbeich search for other commits by this committer ] Original commit   Revision:434151
devel/renpy: update to 6.99.12.3

  6.99.12.3.2123: February 12, 2017
      This release fixes a number of bugs. It also adds and renames gui
      variables so that every text property can be controlled by a gui
      variable, and adds support for the new Ren'Py Interactive Director.

Changes:	https://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-3
MFH:		2017Q1
Sat, 31 Dec 2016
[ 16:06 jbeich search for other commits by this committer ] Original commit   Revision:430138
devel/py-game_sdl2, devel/renpy: update to 6.99.12.2

  6.99.12.2.2029: December 31, 2016
      This fixes a bug that could prevent viewport children from becoming
      focused, and a bug that prevented the RAPT and Renios DLC from being
      downloaded properly. It also adds functionality to support the
      interactive director.

Changes:	http://www.renpy.org/latest.html (see Announcement)
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-2
MFH:		2016Q4 (no consumers apart from bug 195975)
Sun, 25 Dec 2016
[ 07:28 jbeich search for other commits by this committer ] Original commit   Revision:429397
devel/py-game_sdl2, devel/renpy: update to 6.99.12.1

  6.99.12.1.2012: December 23, 2016
      This fixes a major issue that could cause MultiPersistent data to
      not work on systems using non-ASCII character sets. It also fixes
      other bugs, and updates the Indonesian translation.

Changes:	http://www.renpy.org/latest.html (see Announcement)
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12-1
MFH:		2016Q4 (no consumers apart from bug 195975)
Tue, 20 Dec 2016
[ 14:49 jbeich search for other commits by this committer ] Original commit   Revision:428991
devel/py-game_sdl2, devel/renpy: update to 6.99.12

Changes:	http://www.renpy.org/latest.html (see Announcement)
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-12
MFH:		2016Q4 (no consumers apart from bug 195975)
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Tue, 6 Sep 2016
[ 23:44 jbeich search for other commits by this committer ] Original commit   Revision:421472
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo

PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7".
[ 23:44 jbeich search for other commits by this committer ] Original commit   Revision:421471
devel/renpy: update to 6.99.11

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-11

Temporarily mark games/katawa-shoujo as BROKEN. Other games may work fine.

  $ katawa-shoujo
  ValueError('list.remove(x): x not in list',)

  Full traceback:
    File "game/ui_settings.rpy", line 2, in script
    File "/usr/local/share/renpy/renpy/ast.py", line 805, in execute
      renpy.python.py_exec_bytecode(self.code.bytecode, self.hide,
store=self.store)
    File "/usr/local/share/renpy/renpy/python.py", line 1641, in
py_exec_bytecode
      exec bytecode in globals, locals
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 23:44 jbeich search for other commits by this committer ] Original commit   Revision:421470
Fix bin/renpy's shebang after r410677 and appease stage-qa

Warning: Bad symlink '/usr/local/bin/renpy' pointing to an absolute pathname
'/usr/local/share/renpy/renpy.py'
Fri, 25 Mar 2016
[ 15:36 jbeich search for other commits by this committer ] Original commit   Revision:411855
devel/py-game_sdl2, devel/renpy: update to 6.99.10

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-10
Wed, 16 Mar 2016
[ 12:58 jbeich search for other commits by this committer ] Original commit   Revision:411229 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Drop default directory from _DEPENDS in my ports

https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
Wed, 9 Mar 2016
[ 01:48 jbeich search for other commits by this committer ] Original commit   Revision:410677
devel/py-game_sdl2, devel/renpy: update to 6.99.9

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-9
Sat, 27 Feb 2016
[ 19:51 jbeich search for other commits by this committer ] Original commit   Revision:409682
devel/renpy: prepare for ffmpeg 3.0 update

Obtained from:	upstream
Sun, 7 Feb 2016
[ 16:25 jbeich search for other commits by this committer ] Original commit   Revision:408421
Clarify LICENSE
Fri, 8 Jan 2016
[ 00:47 jbeich search for other commits by this committer ] Original commit   Revision:405497
devel/py-game_sdl2, devel/renpy: update to 6.99.8

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-8
MFH:		2016Q1 (on 6.99.* train since 2015Q2)
Tue, 3 Nov 2015
[ 13:01 jbeich search for other commits by this committer ] Original commit   Revision:400698
devel/py-game_sdl2, devel/renpy: update to 6.99.7

Changes:	http://www.renpy.org/latest.html
Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-7
Mon, 19 Oct 2015
[ 14:50 amdmi3 search for other commits by this committer ] Original commit   Revision:399684 (Only the first 10 of 93 ports in this commit are shown above. View all ports for this commit)
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
Sun, 20 Sep 2015
[ 01:13 jbeich search for other commits by this committer ] Original commit   Revision:397351 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Convert the rest to USE_GL

Tested by:	make describe (only touched ports)
Approved by:	portmgr blanket
Tue, 15 Sep 2015
[ 23:57 jbeich search for other commits by this committer ] Original commit   Revision:397031
devel/py-game_sdl2, devel/renpy: update to 6.99.6

Python C module build only requires pygame_sdl2 headers and they haven't
changed since initial release, so drop version from BUILD_DEPENDS.

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-6
Fri, 28 Aug 2015
[ 14:57 jbeich search for other commits by this committer ] Original commit   Revision:395493
Convert my ports to _VARS option helper
Thu, 20 Aug 2015
[ 13:12 jbeich search for other commits by this committer ] Original commit   Revision:394865
devel/py-game_sdl2, devel/renpy: adjust GENTOO mirrors

- 6.99.5 is now in the main repo thus mirrored
- they don't use/mirror -sdk tarball, only -source one

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b01b6
Wed, 29 Jul 2015
[ 22:09 antoine search for other commits by this committer ] Original commit   Revision:393196 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Fri, 24 Jul 2015
[ 00:50 jbeich search for other commits by this committer ] Original commit   Revision:392765
devel/renpy: unbreak bundled python in distributions

Don't remove *.pyo that ends up in game packages to fix

  $ tar xf foo-game-linux.tar.bz2
  $ cd foo-game-linux
  $ /compat/linux/bin/bash -x foo-game.sh
  + SCRIPT=foo-game.sh
  + '[' -L foo-game.sh ']'
  ++ dirname foo-game.sh
  + ROOT=.
  ++ cd .
  ++ pwd
  + ROOT=/path/to/foo-game-dists/foo-game-linux
  ++ basename foo-game.sh .sh
(Only the first 15 lines of the commit message are shown above View all of this commit message)
[ 00:06 jbeich search for other commits by this committer ] Original commit   Revision:392762
devel/py-game_sdl2, devel/renpy: update to 6.99.5 and switch to -sdk

- Install runtimes necessary to build game distributions for non-FreeBSD [1]
- Use vendor bytecode to avoid an issue with saves and workaround build
  now failing without X11 connection

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-5
PR:		201322 [1]
Sun, 19 Jul 2015
[ 07:42 jbeich search for other commits by this committer ] Original commit   Revision:392488
Convert my ports to target option helpers
Thu, 25 Jun 2015
[ 12:57 jbeich search for other commits by this committer ] Original commit   Revision:390566
devel/renpy: disable GENTOO mirrors until they host 6.99.*
Sun, 31 May 2015
[ 02:26 jbeich search for other commits by this committer ] Original commit   Revision:388046
devel/py-game_sdl2, devel/renpy: update to 6.99.4

Changes:	http://www.renpy.org/doc/html/changelog.html#ren-py-6-99-4
Fri, 29 May 2015
[ 04:56 jbeich search for other commits by this committer ] Original commit   Revision:387782
devel/renpy: fix TKINTER regressing after r382557

Traceback (most recent call last):
  File "choose_directory.rpy", line 61, in choose_directory
  File "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Mon, 27 Apr 2015
[ 14:12 jbeich search for other commits by this committer ] Original commit   Revision:384835
Skip release with no changes in -source tarballs

http://lemmasoft.renai.us/forums/viewtopic.php?p=369024#p369024
Sun, 26 Apr 2015
[ 00:35 jbeich search for other commits by this committer ] Original commit   Revision:384752
- Update to 6.99.2
- py-game_sdl2 now supports python3

Changes:	http://www.renpy.org/doc/html/changelog.html
Mon, 6 Apr 2015
[ 20:15 jbeich search for other commits by this committer ] Original commit   Revision:383478
Don't extract python bytecode from the distfile

No PORTREVISION bump: distutils defaults to building without -O
and the following files aren't even installed.

  $ ls **/*.py[co]
  module/generate_styles.pyo  module/setuplib.pyo
Wed, 1 Apr 2015
[ 20:14 jbeich search for other commits by this committer ] Original commit   Revision:382950
Update distfile to re-rolled 6.99.1 (again)

Given the version is now properly announced and also exists under
/release/ directory I don't expect another re-roll.

Changes:	http://renpy.org/latest.html
Pointy hat:	jbeich
Sun, 29 Mar 2015
[ 09:34 jbeich search for other commits by this committer ] Original commit   Revision:382575
Pet portlint(1)
[ 09:32 jbeich search for other commits by this committer ] Original commit   Revision:382574
Update distfile to re-rolled 6.99.1

Lots of changes there as expected of a new prerelease snapshot until
the announcement is made. Bumping PORTREVISION instead of going back
to 6.99.0 or 6.18.3 with PORTEPOCH.

Pointy hat:	jbeich
Sat, 28 Mar 2015
[ 21:23 jbeich search for other commits by this committer ] Original commit   Revision:382557
Update to 6.99.1

Changes:	http://www.renpy.org/doc/html/changelog.html
[ 21:14 jbeich search for other commits by this committer ] Original commit   Revision:382555
Install pre-built Ren'Py bytecode
Fri, 20 Mar 2015
[ 09:27 jbeich search for other commits by this committer ] Original commit   Revision:381724
Install pre-built python bytecode
Thu, 26 Feb 2015
[ 14:50 jbeich search for other commits by this committer ] Original commit   Revision:380008
- Don't try to use files generated by old Cython versions
- Fix -Wimplicit-function-declaration warning [1] which could affect
  A/V sync due to integer overflow every 72 minutes of the day

Obtained from:	https://github.com/renpy/renpy/commit/2be0638 [1]
[ 14:50 jbeich search for other commits by this committer ] Original commit   Revision:380007
Ignore some potential updates
Mon, 16 Feb 2015
[ 08:12 jbeich search for other commits by this committer ] Original commit   Revision:379072
Improve style/consistency among the ports I maintain

- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS

Differential Revision:	https://reviews.freebsd.org/D1851
Approved by:	bapt (mentor)
Tue, 3 Feb 2015
[ 18:43 jbeich search for other commits by this committer ] Original commit   Revision:378363
Add new port devel/renpy

PR:		195768
Differential Revision:	https://reviews.freebsd.org/D1577
Reviewed by:	games (amdmi3, earlier version)
Approved by:	flo (mentor, earlier version)
Approved by:	bapt (mentor)

Ren'Py is a visual novel engine that helps you use words, images, and
sounds to tell stories with the computer. These can be both visual
novels and life simulation games. The easy to learn script language
allows you to efficiently write large visual novels, while its Python
scripting is enough for complex simulation games.

WWW: http://www.renpy.org/

Number of commits found: 63