Releases: DRincs-Productions/DS-toolkit
v2.0.4
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Updating dependencies
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- 21 character relationships become none after loading a save by @BlackRam-oss in #25
- 23 improve the value sex actions by @BlackRam-oss in #26
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Fix Menu Close
Full Changelog: v2.0.0...v2.0.1
v2.0.0
There have been many changes for this reason I advise you to be very careful if you intend to update your version
Install Manual
You can install this version only manually:
- Download the zip and extract it in your project folder.
- install renpy-utility-lib
- install renpy-screens-style
Or you can use git submodule, but for install Install LTS Version
Migrations
Migrations
Use search and replace of vscode with regex functionality enabled
updateFlags
updateFlags\((.*)\)
update_flags($1)
getFlags
getFlags\((.*)\)
get_flags($1)
setFlags
setFlags\((.*)\)
set_flags($1)
notifyEx
notifyEx\((.*)\)
notify_add($1)
notifyExPreventsLoops
notifyExPreventsLoops\((.*)\)
notify_prevents_loops($1)
notifyExClean
notifyExClean\((.*)\)
notify_remove($1)
GENDER_TYPE
GENDER_TYPE
GenderEnum
gender_attracted
gender_attracted
attraction_genders
What's Changed
- 2 relaction class improvement by @BlackRam-oss in #3
- 4 characterinfo class improvement by @BlackRam-oss in #5
- 6 statistic class improvement by @BlackRam-oss in #8
- max_values and getAll by @BlackRam-oss in #11
- 9 character screens by @BlackRam-oss in #12
- 13 convert all class in library py by @BlackRam-oss in #15
- 16 use property decorator by @BlackRam-oss in #17
- 18 improve installation by @BlackRam-oss in #19
New Contributors
- @BlackRam-oss made their first contribution in #3
Full Changelog: https://github.com/DRincs-Productions/DS-toolkit/commits/v2.0.0
Code Snippets v2.0.0
This is the release of code-snippets designed for VS Code.
Download it and extract the files in the project folder. so /.vscode/***.code-snippets
v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
Varius Fix
v1.0.0
git checkout -b DS-toolkit
git checkout DS-toolkit
git pull https://github.com/DRincs-Productions/DS-toolkit.git v1.0.0 --allow-unrelated-histories
What's Changed
- 2 relaction class improvement by @donrp in #3
- 4 characterinfo class improvement by @donrp in #5
- 6 statistic class improvement by @donrp in #8
New Contributors
Full Changelog: https://github.com/DRincs-Productions/DS-toolkit/commits/v1.0.0