Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde | |
2018-09-09 | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde | |
They were deprecated in 2.1, but never properly identified as such and thus never removed. Fixes #21765. | |||
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various missing arguments in bindings. | |||
2018-07-17 | Merge pull request #19087 from danvalho/master | Max Hilbrunner | |
SpriteFrames: expose method to get array containing animation names | |||
2018-07-01 | Doc: Fix typos spotted by @yurchor | Rémi Verschelde | |
2018-06-05 | SpriteFrames: expose method to get array containing animation names | danvalho | |
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). | |||
2018-01-13 | doc: Update version string in XML | Rémi Verschelde | |
2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde | |
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||
2017-09-24 | [DOCS] Update SpriteFrames class ref | Chris Bradfield | |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-13 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] | |||
2017-09-12 | Changed the doc class generation to individual files per class. It is also ↵ | Juan Linietsky | |
possible to save module files in module directories and the build system will recognize them. |