Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Filling in documentation | CowThing | |
Documentation for BoneAttachment, KinematicBody, ParallaxBackground, ParallaxLayer, and TestCube | |||
2016-06-07 | Merge pull request #4861 from brakhane/negative-indexing | Juan Linietsky | |
Add support for Python-like negative indexing | |||
2016-06-07 | Classref for: ImageTexture, Image, LargeTexture | J08nY | |
2016-06-07 | Sync classref | J08nY | |
2016-06-05 | Add support for Python-like negative indexing | Dennis Brakhane | |
Negative indexing is a useful feature in Python, especially when combined with array slicing. Array slicing will hopefully be implemented later, but negative indexing is useful in its own right. A negative index is indexing from the end of an array, "array[-1] == array[array.size()-1]", using a negative index larger/smaller than the length of the array is still an error. While primarily useful for arrays and strings, support is also added to "array like" structures like Vector3 and Color. This is done just to be consistent; vector3[2] is much clearer than vector3[-1], but disallowing it while allowing it for an array with 3 elements seems confusing. | |||
2016-06-05 | Added Dictionary.values() | J08nY | |
2016-06-05 | Document Viewport and ViewportSprite classes | Bojidar Marinov | |
2016-06-05 | Sync with -doctool | Bojidar Marinov | |
2016-06-04 | Added InputMap.get_actions() | J08nY | |
get_actions() lists all actions in the InputMap. | |||
2016-06-04 | Merge pull request #5027 from J08nY/gdscript | Rémi Verschelde | |
Add Array.find_last() and Array.count() | |||
2016-06-04 | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde | |
Exposed Control::focus_mode to the scene editor | |||
2016-06-03 | Added Array.find_last() and Array.count() | J08nY | |
2016-06-03 | Added classref for HTTPClient and HTTPRequest | J08nY | |
2016-06-03 | Sync classref | J08nY | |
2016-06-01 | StaticBody documentation | P-GLEZ | |
Documented StaticBody. Also corrected an error in StaticBody2D documentation | |||
2016-06-01 | Merge pull request #4933 from J08nY/classref | Rémi Verschelde | |
Added RigidBody and finished Resource class-reference | |||
2016-05-31 | classref: Area documentation | P-GLEZ | |
One method was missing. | |||
2016-05-31 | Area Documentation | P-GLEZ | |
Ported the Area2D documentation into its 3D counterpart. Also fixed some typos | |||
2016-05-30 | Merge pull request #4931 from CowThing/classref-edit | Rémi Verschelde | |
Filling in documentation | |||
2016-05-30 | Added classref for RigidBody, and finished classref for Resource | J08nY | |
2016-05-30 | Sync class-ref with code base. | J08nY | |
2016-05-30 | Filling in documentation | CowThing | |
VisibilityNotifier and VisibilityEnabler (2D and 3D). | |||
2016-05-29 | Merge pull request #4845 from vnen/pr-magnetometer | Rémi Verschelde | |
Add magnetometer sensor support for Android | |||
2016-05-29 | Documented Light2D and LightOccluder2D | Julian Murgia - StraToN | |
2016-05-28 | Documented BackBufferCopy. Need validation for the different copy modes ↵ | Julian Murgia - StraToN | |
(constants) | |||
2016-05-27 | Add documentation for Input.get_magnetometer() | George Marques | |
2016-05-23 | GUI Focus mode improvements | Zher Huei Lee | |
Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled | |||
2016-05-21 | VehicleBody: Cosmetic fixes to previous commit | Rémi Verschelde | |
2016-05-21 | Add get_linear_velocity() method to VehicleBody class | Agustin Benavidez | |
Doc added also. | |||
2016-05-20 | Document the FileDialog and partial OS methods | Geequlim | |
2016-05-20 | Fix a XML error with the documentation | Bojidar Marinov | |
2016-05-15 | Filling in documentation. | CowThing | |
AABB, Color, Rect2, Transform, Vector2, and Vector3. | |||
2016-05-13 | Merge pull request #4563 from djrm/classref-edit | Rémi Verschelde | |
Documented @GlobalScope singletons and some keys | |||
2016-05-12 | Fix some errors in some rotation functions, also clarify that certain ↵ | Daniel J. Ramirez | |
parameters are expressed in radians | |||
2016-05-12 | classref: Fixed return types in Area and Area2D (#4635) | MattUV | |
2016-05-12 | classref: Directory and ConfigFile | Rémi Verschelde | |
2016-05-12 | classref: Sync with current source | Rémi Verschelde | |
2016-05-11 | Updated caret blink method documentation | Paulb23 | |
2016-05-09 | Sync classes.xml with current sources | Rémi Verschelde | |
Also fix a typo in the binding of Control::set_drag_forwarding. | |||
2016-05-05 | Documented @GlobalScope singletons and some keys | Daniel J. Ramirez | |
2016-05-05 | Partial documentation for OS methods | Daniel J. Ramirez | |
2016-05-05 | Documented LinkButton | Daniel J. Ramirez | |
2016-05-03 | Input Documentation | CowThing | |
Input Documentation | |||
2016-05-03 | Sync class reference | Rémi Verschelde | |
2016-05-02 | Documented bool methods | Daniel J. Ramirez | |
2016-05-02 | Merge pull request #4529 from djrm/classref-float | Rémi Verschelde | |
Documented float | |||
2016-05-02 | Documented float | Daniel J. Ramirez | |
2016-05-02 | Documented int methods | Daniel J. Ramirez | |
2016-05-02 | Finished AnimationPlayer Documentation | CowThing | |
Finished AnimationPlayer Documentation | |||
2016-05-02 | Finished Timer Documentation | CowThing | |
Finished Timer Documentation |