Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-01 | Filled blanks and normalized documentation on RayCast[2D] | Karol Walasek | |
2016-10-01 | Classref: Sync template with current source | Rémi Verschelde | |
2016-09-19 | Add docs for XMLparser, VideoPlayer and most of Tree | George Marques | |
2016-09-16 | Add a function to plugin get the main screen parent | George Marques | |
- Fix a bug where the main screen button did not disappear when the plugin was deactivated. | |||
2016-09-16 | Update documentation on joystick vibration. | Andreas Haas | |
Added a note that long vibration durations are not recommended because of hardware limitations. For example, my ps4 controller can only vibrate for ~3s on linux. | |||
2016-09-10 | fix get_selected_nodes() | Juan Linietsky | |
2016-09-10 | -Added bindings to the resource filesystem for editor | Juan Linietsky | |
-Added set_child_rect, which was unavailable for script | |||
2016-09-10 | small clarification in doc | Juan Linietsky | |
2016-09-10 | Made it possible to properly draw over the 2D canvas for 2D objects. ↵ | Juan Linietsky | |
Arranged some functions to achieve this. | |||
2016-09-10 | -Added way to generate resource previews from script plugin. | Juan Linietsky | |
-Updated documentation | |||
2016-09-10 | Merge pull request #5879 from gau-veldt/subarray_patch | Juan Linietsky | |
Subarray patch | |||
2016-09-10 | Merge pull request #5942 from pkowal1982/scroll | Juan Linietsky | |
ScrollContainer expand children bug fix | |||
2016-09-09 | Added ItemList get_v_scroll to docs | Paulb23 | |
2016-09-07 | Change the documentation to reflect that Directory.list_dir_begin() | Gastronok | |
returns true (not false) when a stream could not be initialized. (See, for example, https://github.com/godotengine/godot/blob/master/drivers/windows/dir_access_windows.cpp#L76 ) | |||
2016-09-07 | Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240 | Rémi Verschelde | |
Itemlist tooltip disable issue 6240 | |||
2016-09-07 | Document itemlist disable tooltip | Paulb23 | |
2016-09-07 | classref: Sync with current source | Rémi Verschelde | |
2016-08-31 | classref: Sync with recent changes | Rémi Verschelde | |
2016-08-30 | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothing | Rémi Verschelde | |
Add an option to smooth camera limits when camera smoothing is enabled. | |||
2016-08-30 | Merge pull request #5262 from vnen/button-signals | Rémi Verschelde | |
Add button_down and button_up signals | |||
2016-08-29 | Merge pull request #6159 from touilleMan/issue-6148 | Rémi Verschelde | |
Add Node2d global rot/rotd/scale methods | |||
2016-08-27 | Merge pull request #6187 from TheHX/pr-pinfo-function | Rémi Verschelde | |
Added add_property_info function to Globals and EditorSettings classes | |||
2016-08-26 | Better document the BaseButton signals | George Marques | |
2016-08-18 | Documentation for most of ItemList control. | Gau o fthe Veldt | |
The icon stuff is incomplete since I haven't used icons. | |||
2016-08-16 | Update Globals and EditorSettings docs | Franklin Sobrinho | |
2016-08-15 | Update EditorPlugin doc | Franklin Sobrinho | |
2016-08-15 | Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd ↵ | Emmanuel Leblond | |
set_global_scale get_global_scale methods. | |||
2016-08-10 | classref: Sync with current source | Rémi Verschelde | |
2016-08-05 | Some additions to the OS documentation (#6037) | MSC | |
2016-08-03 | [ci skip] update Raycast documentation | Hubert Jarosz | |
clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point | |||
2016-07-30 | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | |
2016-07-27 | ScrollContainer expand children bug fix | Pawel Kowal | |
2016-07-27 | Array has() documentation | Pawel Kowal | |
2016-07-25 | Update Tween class documentation | Javier López Úbeda | |
2016-07-24 | Update documentation. | MarianoGNU | |
2016-07-23 | Added slicing operation to DVector via DVector.subarray(int start,int end) ↵ | Gau o fthe Veldt | |
method. Negative indices index from the end of the array. Indices are range checked before attempting and return appropriate error when out of range. Binding for RawArray in gdscript to access DVector.subarray() provided. Documentation of RawArray.subarray() in classes.xml provided. | |||
2016-07-23 | Add some doc to ImmediateGeometry | Juan Linietsky | |
2016-07-22 | Merge pull request #5851 from 29jm/typo-scroll | Rémi Verschelde | |
Fix typo in ScrollContainer documentation | |||
2016-07-22 | Fix typo in ScrollContainer documentation | Johan Manuel | |
2016-07-22 | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | |
Expose virtual keyboard functions to GDScript | |||
2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel | |
2016-07-21 | Added examples to RegEx doc | Zher Huei Lee | |
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | |
Add OS.request_attention() for Windows | |||
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | classref: WIP improved docs for Node | Rémi Verschelde | |
Also clarified the purpose of Input.get_mouse_speed (see #1355) | |||
2016-07-19 | classref: Sync classes with source | Rémi Verschelde | |
2016-07-18 | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | |
Color picker fixes | |||
2016-07-18 | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | |
2016-07-18 | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | |
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 |