We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adding troubleshooting for initially missing resources/dependencies that are generated.
minor typo
Folder/file naming exceptions to allow for smaller filepaths.
Update: feature freeze
Adding information about GDDialog
Updates since the recent merge
Updated Troubleshooting (markdown)
Troubleshooting page link
subheaders
Initial wiki page creation
Specifying how far to indent multiple lines of if conditions.
Mainly adding mac info
Tutorial on adding a signature to your commits.
Renaming to include translations
Adds a basic guide to reviewing pull requests.
Adding an exception to unique names in the project.
URL update
Adding an exception to variables at the top of functions regarding defensive returns.
Godot now allows for adding documentation to its help section. Adding to style guidelines.
This rule about comments stinks, removing.
Adding exceptions to signal function placement.
Signals generally go into a special node for separation purposes.
Placement of preloaded PackedScene variables.
Preloaded PackedScene variables
Removal of "public" variables, all variables are public.
Further refinement of autoload rules
Autoload definitions.