Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-02 | Finished Timer Documentation | CowThing | |
Finished Timer Documentation | |||
2016-05-01 | Documented YSort (#4515) | CowThing | |
Documented YSort | |||
2016-05-01 | Documented ColorRamp | Daniel J. Ramirez | |
2016-05-01 | Partial documentation for Particles2D | Daniel J. Ramirez | |
2016-05-01 | Document Popup, PopupDialog, PopupMenu, and PopupPanel | Bojidar Marinov | |
2016-04-29 | classref: Run doctool and merge BitmapFont | Rémi Verschelde | |
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually. | |||
2016-04-29 | Add more documentations for this classes: | Geequlim | |
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags | |||
2016-04-29 | Merge pull request #4482 from Geequlim/master | Rémi Verschelde | |
Add more documentations and fix AcceptDialog::add_cancel | |||
2016-04-29 | Add more documentations and fix AcceptDialog::add_cancel | Geequlim | |
2016-04-29 | Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque | Rémi Verschelde | |
Hooked up RigidBody2D torque methods | |||
2016-04-29 | Fill in the blank in the Array, CenterContainer and Dictionary class ↵ | Geequlim | |
reference (#4476) | |||
2016-04-29 | Documentation for Canvas Modulate, ColorPicker, ColorPickerButton | Daniel J. Ramirez | |
2016-04-28 | Merge pull request #4451 from JoshuaGrams/anim-tree-filter | Rémi Verschelde | |
Anim tree: add filters on Animation nodes | |||
2016-04-28 | Partial documentation for Polygon2D and Raycast2D (#4467) | Daniel Ramirez | |
2016-04-28 | Classref: Document Button and ButtonArray | Rémi Verschelde | |
Also bind relevant constants and define some object types and better argument names for the docs. | |||
2016-04-27 | Merge pull request #4461 from djrm/classref-edit | Rémi Verschelde | |
Added GridContainer documentation | |||
2016-04-27 | GridContainer, CheckBox documentation, descriptions for Vector2 and ↵ | Daniel J. Ramirez | |
CenterContainer.set_use_top_left | |||
2016-04-27 | fixed some mistakes in WeakRef documentation | Jan Heemstra | |
2016-04-27 | Documented WeakRef and member functions | Jan Heemstra | |
2016-04-27 | Sync classes reference template with current code base | Jan Heemstra | |
2016-04-26 | Documented Node2D | Julian Murgia - StraToN | |
2016-04-26 | RigidBody2D (add_force, set_inertia): new methods. | Josh Grams | |
2016-04-26 | AnimationTree: add filters to Animation nodes. | Josh Grams | |
2016-04-26 | Edited classes.xml : GraphEdit finished (#4450) | Julian Murgia | |
2016-04-20 | RigidBody2D: add and bind get_inertia() method. | Josh Grams | |
You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply. | |||
2016-04-20 | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | |
2016-04-17 | string ends_with | Alexander Holland | |
2016-04-07 | Sync docs with source | Rémi Verschelde | |
2016-03-27 | doc/base/classes.xml: String.match, Node.find_node | Josh Grams | |
Clarify wildcard behavior. | |||
2016-03-16 | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | |
- Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038 | |||
2016-03-13 | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | |
- Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | |||
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | |
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||
2016-03-08 | Merge pull request #3833 from AlexHolly/feature-file-md5 | Rémi Verschelde | |
expose md5 for file(s) to gdscript | |||
2016-03-06 | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5) | hondres | |
2016-03-06 | Add more verbose build-in functions descriptions | Martin Chuckeles | |
Add descriptions for some global constants | |||
2016-03-05 | Write GDScript documentation | Martin Chuckeles | |
2016-03-03 | set_time_scale docs | Stabington | |
This is correct? | |||
2016-03-01 | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | |
This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d. | |||
2016-03-01 | Quick fixes to tween documentation formatting | Rémi Verschelde | |
Maybe the reST parser should be improved instead though ;) | |||
2016-02-28 | Merge pull request #3864 from leezh/editorplugin_extras | Juan Linietsky | |
Adds EditorPlugin::remove_control_from_bottom_panel() | |||
2016-02-28 | Add xrange builtin function | est31 | |
Also update classes.xml in order to document xrange | |||
2016-02-28 | Updated the docs for EditorPlugin | Zher Huei Lee | |
One thing to note is that visibilty of the bottom panel items are automatically managed by the buttons along the bottom. | |||
2016-02-28 | Document Tween class | Bojidar Marinov | |
2016-02-27 | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | |
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | |||
2016-02-25 | expose md5 for file(s) to gdscript | Alexander Holland | |
2016-02-24 | applied some typo fixes. see godotengine/godot-docs#18 | David | |
2016-02-22 | doc (NodePath): Rewrite description and all methods. | Josh Grams | |
2016-02-20 | docs: RigidBody2D._integrate_forces: Explain in more detail. | Josh Grams | |
2016-02-20 | update doc on HTTPClient headers case-sensitivity | Alexander Holland | |
2016-02-19 | Remove broken [image] usage in classref | Rémi Verschelde | |