Skip to content

Commit

Permalink
Revert "Add items feature"
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePedroo authored Oct 22, 2023
1 parent eca05ee commit 51a445a
Show file tree
Hide file tree
Showing 20 changed files with 156 additions and 940 deletions.
10 changes: 4 additions & 6 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PerformanC's PerforVNMaker Custom License
PerformanC's Custom License

Copyright (c) 2023 PerformanC <performancorg@gmail.com>

Expand All @@ -8,12 +8,10 @@ and it can even be used for commercial purposes.
However, the software code neither can be used to train a neural network,
nor any part of the code can be copied in any way without the permission
of the PerformanC Organization team members. An exception is made for the
generated code, which can be used with one exception: the generated
code cannot be used for or any type of software that creates softwares
of any kind.
generated code, which can be used without only one exception: the generated
code cannot be used for other code generations or any software that creates apps.

The license must included at the source code of the PerformanC software
outside the official PerformanC repository.
The license can be included at the source code of the PerformanC software, although it is not required.

The Software is given "as is" and without any warranties,
and its developers disclaim all liability for any harm it (The Software) may cause.
10 changes: 1 addition & 9 deletions OS_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ Achievements are a way to reward the player for doing something in the game, lik

\>= `1.23.0 & v1.21.0`: Supported

##### Items

Items are a way to reward the player for doing something in the game, like finishing the game, or finding a secret. Allows also to unlock custom paths.

###### Version support

\>= `1.23.0 & v1.21.0`: Supported

### Menu

The menu is the place where the player can access the settings, the About menu, and start the VN.
Expand Down Expand Up @@ -256,9 +248,9 @@ This is the list of features that we're planning to add (or modify) to PerforVNM
- [x] Custom paths (Completed)
- [x] Custom Views (Completed)
- [x] Achievements (Completed)
- [x] Items (Completed)
- [x] Menu (Missing vertical footer)
- [x] Settings (Misses some additional configurations)
- [ ] Inventory

## Code generation support

Expand Down
5 changes: 3 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ This is the Security Policy of the PerforVNMaker project. Made to ensure the qua

| Version | Supported |
| --------------------------- | ------------------ |
| >= v1.22.0 - v1.20.0 | :white_check_mark: |
| < v1.22.0 - v1.20.0 | :x: |
| > 1.16.2-b.0 (1.14.8-b.0) | :white_check_mark: |
| 1.16.2-b.0 (1.14.7-b.0) | :white_check_mark: |
| < 1.16.2-b.0 (1.14.6-b.0) | :x: |

Observation: This can be dismissed if it's proved that the newest versions don't fix the vulnerability.

Expand Down
5 changes: 5 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# TODO

- (Customizability) Allow to remove footer and add buttons manually.
- (Code quality) Only add necessary `import`s.
- (Optimization) Create functions for stopping the music and sound effects.
Loading

0 comments on commit 51a445a

Please sign in to comment.