summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-06-14Merge pull request #29768 from cbscribe/kcc_particles_docRémi Verschelde
[DOCS] Update CPUParticles[2D] classref
2019-06-14[DOCS] Update CPUParticles[2D] classrefChris Bradfield
2019-06-14Changes to OS.has_feature() docs:Ken Paulson
- Added link to the Feature Tags documentation - Added note that tag names are case-sensitive
2019-06-14Merge pull request #29712 from GDquest/doc-bone2dRémi Verschelde
Add documentation for Bone2D
2019-06-13Merge pull request #29754 from BastiaanOlij/vr_button_mappingRémi Verschelde
Added constants for the main buttons and axis used in VR
2019-06-13Added constants for the main buttons and axis used in VRBastiaan Olij
2019-06-13Implement missing orbit velocity for CPUParticles and CPUParticles2DRémi Verschelde
The relevant code was copied from (GPU) ParticlesMaterial but commented out initially, and never ported. Closes #29580.
2019-06-13Add documentation for Bone2DNathan Lovato
2019-06-12Merge pull request #29592 from Lisapple/patch-3Rémi Verschelde
Fixing returned alpha component for inverted method
2019-06-12Merge pull request #29658 from clayjohn/docs_meshRémi Verschelde
Filled out docs for various mesh types
2019-06-12filled out docs for various mesh typesclayjohn
2019-06-12Merge pull request #29605 from Lisapple/patch-4Rémi Verschelde
Adding details about `Image.lock()` function
2019-06-12Merge pull request #29601 from NilsIrl/hiding_enabledRémi Verschelde
Treat hiding_enabled as bool throughout
2019-06-12Merge pull request #29646 from tree786/patch-2Rémi Verschelde
'get_skidinfo()' misleading description
2019-06-12Merge pull request #29465 from bruvzg/per_pixel_transp_imprRémi Verschelde
Removes redundant "splash" setting, improves per pixel transparency documentation.
2019-06-11Merge pull request #29467 from zaksnet/patch-1Rémi Verschelde
replaced "divisor" with "delimiter" for methods split,rsplit and split_floats.
2019-06-11Improved documentation of rsplit Method for String class.Zak
Improved documentation of rsplit Method for String class. Removed "divisor" (i will also change variants_call.cpp) and added "delimiter" in its place. Also moved the example at the bottom of the description.
2019-06-11Merge pull request #29669 from akien-mga/doc-url-formatRémi Verschelde
makerst: Fix format of [url] links in reST
2019-06-11makerst: Fix format of [url] links in reSTRémi Verschelde
Moved some logic to make_url in an attempt to reuse it in the parser, but it proved too complex so I ended up not using it. I kept it as a separate method nevertheless.
2019-06-11Corrected spelling errorErtain
2019-06-10Update VehicleWheel.xmltree786
It seems (please correct me if you understand it otherwise) that the description for the `get_skidinfo()` function is the inverse of what actually happens. I have run some simple tests, and it looks like setting low `Friction Slip` (e.g. try `1` or `2`) causes more skidding and returns smaller values for `get_skidinfo()`, while when the `Friction Slip` is increased, the car skids less and values printed to the console increase (get closer to `1.0`). So it seems that a value of `0.0` means skidding, while a value of `1.0` means no skidding (the description says the exact opposite to this, from what I understood).
2019-06-08Adding details about `Image.lock()` functionMaxime Leroy
2019-06-08Treat hiding_enabled as bool throughoutNils ANDRÉ-CHANG
2019-06-08Fixing returned alpha component for inverted methodMaxime Leroy
See `core/color.cpp:217`, alpha channel is not changed.
2019-06-04Merge pull request #29411 from clayjohn/multimesh_instance_2dRémi Verschelde
Added MultiMeshInstance2D node for using MultiMesh in 2D
2019-06-04Merge pull request #29464 from bruvzg/macos_fix_non_ime_unicode_inputRémi Verschelde
[macOS] Fixes unicode input with IME input mode inactive.
2019-06-04[macOS] Fixes unicode input with IME mode inactive, Improves IME mode ↵bruvzg
documentation.
2019-06-04Removes redundant "display/window/per_pixel_transparency/splash" setting, ↵bruvzg
improves per pixel transparency documentation.
2019-06-04Merge pull request #29427 from GDquest/doc-gdscript-assertRémi Verschelde
Improve @GDScript.assert documentation
2019-06-04Adding missing description for method and fixing typoMaxime Leroy
2019-06-04Improve @GDScript.assert documentationNathan Lovato
Mention that assert only runs in debug builds, closes #29154
2019-06-03added MultiMeshInstance2D node for using MultiMesh in 2Dclayjohn
2019-06-03Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde
MeshLibrary export improvements
2019-06-03Merge pull request #29428 from akien-mga/docdata-merge-propertiesRémi Verschelde
doc: Fix DocData.merge_from copying old setters and getters
2019-06-03Merge pull request #29426 from GDquest/object-docs-improvementsRémi Verschelde
Improve the documentation of the Object class
2019-06-03doc: Fix DocData.merge_from copying old setters and gettersRémi Verschelde
This is not necessary and means that some setters and getters can end up wrong if they are changed in the bindings but DocData does not update them when running --doctool. Fixes #29425. Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com>
2019-06-03Improve the documentation of the Object classNathan Lovato
I edited the main description to remove parentheses and split long sentences. Closes #29382 Closes #29384
2019-06-03Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterialRémi Verschelde
Fixes #29419.
2019-06-02Add configurable strength value to InputEventActionGilles Roudiere
2019-06-02Merge pull request #28390 from KoBeWi/smaller_bigger_gizmoRémi Verschelde
Allow to change Position2D gizmo size
2019-06-01doc: Sync classref with current sourceRémi Verschelde
2019-06-01Allow to change Position2D gizmo sizeTomasz Chabora
2019-06-01Merge pull request #29372 from akien-mga/docs-tutorials-track-latestRémi Verschelde
doc: Make all tutorial links track "latest" in master branch
2019-06-01Merge pull request #27789 from Giacom/move_towardsRémi Verschelde
Added move_toward functions for float, Vector2 and Vector3
2019-06-01Merge pull request #28841 from KoBeWi/option_button_optionsRémi Verschelde
Improvements to incremental search
2019-06-01doc: Make all tutorial links track "latest" in master branchRémi Verschelde
While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104.
2019-05-31Fix and expose String::strip_escapes(), use it in LineEdit pasteRémi Verschelde
Supersedes #27736.
2019-05-31Improvements to incremental searchTomasz Chabora
2019-05-31Merge pull request #29331 from KoBeWi/animation_time_machineRémi Verschelde
Add track_set_key_time() to Animation
2019-05-31Correct typos in RigidBody axis lock documentationCheeseness