Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-30 | Merge pull request #4931 from CowThing/classref-edit | Rémi Verschelde | |
Filling in documentation | |||
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-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 | |||
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 | Various improvements to doc_status.py | Rémi Verschelde | |
- Make comments opt-in (smaller table in width) - Reduce length of Brief Description and Description (also smaller table as output) - Make names cyan (blue is too dark on black terminal) - Drop some redundant synonyms for the flags |