aboutsummaryrefslogtreecommitdiff
path: root/demos/gui/input_mapping
Commit message (Collapse)AuthorAgeFilesLines
* Removed demosJuan Linietsky2016-06-034-74/+0
| | | | they go to their own project now
* Fix last two bindings in input_mapping demoRémi Verschelde2016-04-012-1/+3
| | | | | Also connect the signal from script, as it makes it easier to understand than by having to check the connected signals via the GUI.
* Use upper-cased first letter at the start of comment sentencesRémi Verschelde2015-12-091-3/+4
|
* Improve code formatting and update to 2.0Rémi Verschelde2015-12-092-0/+4
| | | | | | | | | | | The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - space around weak operators (+, -), no space around strong operators (*, /) - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
* Better hidden folders display preferences for editor file dialogsFranklin Sobrinho2015-12-061-0/+0
|
* Add icons to all demos that can have a meaningful oneRémi Verschelde2015-11-192-0/+1
|
* fix icon locations in demo projectsfirefly24422015-10-211-1/+0
|
* Add input mapping GUI demoRémi Verschelde2015-05-203-0/+67