-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14905c4
commit 9043713
Showing
19 changed files
with
543 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
|
||
# changelog 1.3.0 | ||
* #### Established Versioning system | ||
* #### moved the following fields | ||
* `inventory_image_magless` -> `inventory.inventory_image_magless` | ||
* `inventory_image_magless` -> `inventory.inventory_image_magless` | ||
* `firemode_inventory_overlays` - > `inventory.firemode_inventory_overlays` | ||
* `ammo_handler` -> `subclasses.ammo_handler` | ||
* `sprite_scope` -> `subclasses.sprite_scope` | ||
* `crosshair` -> `subclasses.crosshair` | ||
* #### create the following classes | ||
* `Part_handler` | ||
* completed (expansion later) | ||
* facilitates attachments | ||
* `Physics_system` | ||
* inactive | ||
* future implementation for automatic translation | ||
* `Reflector_sight` | ||
* work in progress | ||
* simulates a reflector sight with an entity | ||
* #### added the following changes to the gun class | ||
* made `consts` and `properties` proxy tables for protection of data (and reworked the LEEF class lib for this) | ||
* created a system for property modification | ||
* added `subclasses` property to replace hardcoded subclasses with modular system | ||
* added `subclass_instances` field (see above). These will be automatically updated if their index is in the subclasses list. | ||
* added `visuals.attached_objects` property to define attached entities | ||
* added `attached_objects` field | ||
* made `get_pos` capable of accounting for animation translations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.