Releases: pewpewlive/PewPewSnippets
2.2.3
This update is available in the Visual Studio Code marketplace! Check it out here.
This update is also available for Neovim!
Added new missing APIs and enums.
2.1.0
This update is available in the Visual Studio Code marketplace! Check it out here.
This update is also available for Neovim!
This update brings minor improvements for the snippets, and also updates the generator to use the new PPL Docs repository.
2.0.1
This update is available in the Visual Studio Code marketplace! Check it out here.
This update adds missing BonusType enums.
2.0.0
This update is available in the Visual Studio Code marketplace! Check it out here.
This update implements snippet generator.
Snippets have been updated to support Era 2 APIs, such as pewpew.new_bonus()
, pewpew.new_pointonium()
, etc.
1.2.4
This update is available in the Visual Studio Code marketplace! Check it out here.
This update fixes fmath.to_int()
.
1.2.3
This update is available in the Visual Studio Code marketplace! Check it out here.
This update adds pewpew.get_all_entities()
API.
1.2.2
This update is available in the Visual Studio Code marketplace! Check it out here.
This update adds missing EntityType enums courtesy of @jyaif.
1.2.0
This release adds:
- special snippets for mesh and sound files
manifest.json
support- snippets for colors
1.1.0
-
Add following APIs:
pewpew.customizable_entity_set_mesh_xyz
pewpew.customizable_entity_skip_mesh_attributes_interpolation
pewpew.configure_player_hud
-
Prefixes now have
pewpew.
at the beginning and no longer have()
at the end
1.0.5
Add missing get_entity_type()
api.