summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-02-10Merge pull request #25428 from GlaDos28/masterRémi Verschelde
[DOCS] Added warnings about Dictionary element erasure while iterating over it
2019-02-10added warnings about Dictionary element erasure while iterating over itEvgeny Savelyev
2019-02-10doc: Misc formatting fixesRémi Verschelde
2019-02-10doc: Sync classref with current sourceRémi Verschelde
2019-02-10Merge pull request #25412 from toger5/Doc_impulse_foreRémi Verschelde
[DOCS] rephrased impulse
2019-02-10Merge pull request #25728 from clayjohn/doc_multimeshRémi Verschelde
[DOC] Filled in MultiMesh doc
2019-02-09filled in multimesh docclayjohn
2019-02-09Merge pull request #25685 from Calinou/doc-improve-resourcepreloaderRémi Verschelde
Improve the ResourcePreloader documentation
2019-02-08Merge pull request #25517 from Zylann/doc_expressionRémi Verschelde
Explain how to use Expression inputs
2019-02-08Merge pull request #25506 from homer666/docs-update-cast-motionRémi Verschelde
[DOCS] Update PhysicsDirectSpaceState.cast_motion
2019-02-07Improve the ResourcePreloader documentationHugo Locurcio
2019-01-31Explain how to use Expression inputsMarc Gilleron
2019-01-31[DOCS] Update PhysicsDirectSpaceState.cast_motionhomer666
2019-01-29[DOCS] rephrase impulsetoger5
- improove coordinate system explanation - define usecase
2019-01-28Fix non-compiling typo in Expression.xml exampleKyle Szklenski
Slight typo in Expression.xml prevented compilation when copy/pasted.
2019-01-28Prevent upscaled SVG from exceeding Image boundsRémi Verschelde
Also expose Image MAX_WIDTH and MAX_HEIGHT. Fixes #24455.
2019-01-27Merge pull request #25372 from JFonS/add_gizmo_docsRémi Verschelde
Minor fixes and documentation for Spatial Gizmos
2019-01-27Minor fixes and documentation for Spatial GizmosJFonS
2019-01-27Document AnimatedTexture and bind MAX_FRAMES constantRémi Verschelde
Closes #24935.
2019-01-26doc: Sync classref with current sourceRémi Verschelde
2019-01-26doc: Add caveat for File.file_exists for imported resourcesRémi Verschelde
Fixes #25347.
2019-01-21Update Control.xmldanboo
The mouse_filter documentation was biased towards button click events, so add more mention of its impact on mouse_entered and mouse_exited signals as well.
2019-01-19Docs: Fix TileMap::world_to_map descriptionDemiu
2019-01-19Merge pull request #25059 from TheCoderNextdoor/TheCoderNextdoor-patch-1Rémi Verschelde
doc: Add missing descriptions to Particles2D
2019-01-19Added missing descriptions to Particles2DAditya Banerjee
Missing descriptions of property: normal_map, fract_delta, fixed_fps and method: restart(), capture_rect() of Particles2D were added
2019-01-18Improve docs for KinematicBody linear_velocity, fixes #23927Aaron Franke
2019-01-18Merge pull request #25093 from akien-mga/lerp-returns-variantRémi Verschelde
GDScript: Fix return value of "lerp" builtin
2019-01-18GDScript: Fix return value of "lerp" builtinRémi Verschelde
Fixes #25082, fixes #24709.
2019-01-18[Docs] Fixed a typing glitch in ARVRServer.xmlM. Huri
2019-01-16DOCS: correction to move_and_slide descriptionChris Bradfield
2019-01-16Merge pull request #24924 from danilo2205/rename-oriented-path-followRémi Verschelde
Merge OrientedPathFollow into PathFollow
2019-01-16Rename OrientedPathFollow to PathFollowOrientedDanilo Villa (Davi)
2019-01-16Docs: Language fixes in ARVR referencecorrigentia
2019-01-15GLES2: Fix typo in project settingRémi Verschelde
It used a different name than the equivalent GLES3 parameter.
2019-01-14GLES2: Make Nvidia flicker workaround opt-inRémi Verschelde
It has a big impact on 2D and text rendering performance (cf. #24466) so the solution seems worse than the bug it aims to work around. It's now opt-in via "rendering/quality/2d/gles2_use_nvidia_rect_flicker_workaround" for those who need it and have a simple enough game for the performance drop not to be an issue. Fixes #24466.
2019-01-11Docs: fix arg name of toggled signal in BaseButtonPoommetee Ketson
arg was renamed in #15530 but the description wasn't updated
2019-01-10doc: Sync classref with current source + AUTHORS editRémi Verschelde
2019-01-07clarified and filled out particles material docclayjohn
2019-01-07doc: Fix wrong references found by Sphinx and new makerst.pyRémi Verschelde
2019-01-07Merge pull request #24640 from PJB3005/18-12-28-makerst-2Rémi Verschelde
makerst.py refactor.
2019-01-07doc: Fix wrong references found by new makerst.pyRémi Verschelde
Thanks @PJB3005
2019-01-06Add missing documentation for @GDScriptTimo Schwarzer
2019-01-06Merge pull request #24608 from PJB3005/18-12-26-control-docsRémi Verschelde
Improve documentation of Control.
2019-01-04Improve documentation of Control.Pieter-Jan Briers
2019-01-03Docs: Fix "equal to" and code markup in float.xmlcorrigentia
Docs: Fix "be [equal to](https://www.thefreedictionary.com/equal%20to)" in float.xml. Attempt correction of code snippet markup.
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
Expose the new gizmo plugin system to scripting
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-29doc: Fix references to setters and misc formattingRémi Verschelde
2018-12-28makerst.py refactor.Pieter-Jan Briers
It's now smart and keeps track of every entity in the doc files. Now it can pick up on broken references and such inside the doc files. Eventually we'll be able to run it on Travis and check for errors automatically. General file cleanup. References to elements of classes now have a prefix for their type. class_Control_minimum_size_changed becomes class_Control_method_minimum_size_changed, or signal_, because the reason I did this was to fix reference conflicts. You can also reference constants now with BBCode. Also made it use argparse, adding an --output and a --dry-run argument. I did not fix all the errors it's reporting in the documentation files, there's about 150+ of them but that's outside of the scope of this commit.
2018-12-27Merge pull request #24607 from PJB3005/18-12-26-makerst-cleanupRémi Verschelde
Clean up & improve makerst.py