Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | doc: Document default value for PhysicsBody collision layers | Rémi Verschelde | |
Supersedes #28971. Co-authored-by: Mitch Curtis <mitch.curtis@qt.io> | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-17 | Merge pull request #28959 from volzhs/doc-editor-plugin-update_overlays | Max Hilbrunner | |
Add description for EditorPlugin.update_overlays | |||
2019-05-17 | Add description for EditorPlugin.update_overlays | volzhs | |
2019-05-17 | Merge pull request #28950 from YeldhamDev/doc_string_format_link | Julian Murgia | |
Add "String Formatting" tutorial link to the 'String' doc | |||
2019-05-16 | Add "String Formatting" tutorial link to the 'String' doc | Michael Alexsander Silva Dias | |
2019-05-16 | Merge pull request #28587 from Daw11/lanczos | Max Hilbrunner | |
Implement Lanczos image filter | |||
2019-05-15 | doc: Fix issues found by the parser | Rémi Verschelde | |
2019-05-15 | doc: Sync classref with current source | Rémi Verschelde | |
2019-05-14 | Improve the CanvasItem documentation | Hugo Locurcio | |
This makes it clear that line width and antialiasing in `draw_multiline()` aren't implemented yet (see #16448). | |||
2019-05-13 | Merge pull request #28326 from BastiaanOlij/center_heightmap | Rémi Verschelde | |
Center shape according to logic Bullet applies | |||
2019-05-11 | updated description of Array.shuffle to properly describe that it uses the ↵ | hbina085 | |
same common seed at every runtime, thus being reproducible in general | |||
2019-05-08 | Docs: Add tutorials for KinematicBody2D | Guilherme Felipe | |
2019-05-07 | Improved the AnimatedSprite docs; added description to speed_scale. | Ken Paulson | |
2019-05-07 | Add transform support to deal with Bullets centering of shapes | Bastiaan Olij | |
2019-05-07 | Center shape according to logic Bullet applies | Bastiaan Olij | |
2019-05-06 | Merge pull request #28330 from BastiaanOlij/improve_multimesh | Rémi Verschelde | |
Added set_as_bulk_array, fixed transform2D saving and documentation | |||
2019-05-05 | Implement Lanczos image filter | Daw11 | |
2019-05-05 | Merge pull request #28643 from t-karcher/patch-1 | Max Hilbrunner | |
Update of RigidBody2D class description | |||
2019-05-04 | Document dictionary erase return value | lopho | |
2019-05-03 | Update of RigidBody2D class description | Thomas Karcher | |
Added a hint in the RigidBody2D class description regarding the transformation issue mentioned in https://github.com/godotengine/godot/issues/5734 | |||
2019-05-03 | Merge pull request #28636 from bojidar-bg/d2426-panel-styles | Rémi Verschelde | |
Remove unused panelf and panelnc styles | |||
2019-05-03 | Remove unused `panelf` and `panelnc` styles | Bojidar Marinov | |
Fixes godotengine/godot-docs#2426 | |||
2019-05-02 | Document CollisionObject2D pickable requires collision_layer | lopho | |
Documents CollisionObject2D mouse_entered, mouse_exited and input_event requiring at least one collision_layer to be set. | |||
2019-05-01 | Merge pull request #28542 from Anchakor/master | Max Hilbrunner | |
Small documentation improvements | |||
2019-05-01 | Expose TextEdit's drawSpaces feature to GDScript | miwanczuk | |
2019-05-01 | Small documentation improvements | Jiří Procházka | |
2019-05-01 | Merge pull request #25453 from nekomatata/button-keep-pressed-option | Rémi Verschelde | |
Add option to keep button pressed when moving cursor outside while pressing | |||
2019-04-30 | Make "decimal" functions more consistent | Aaron Franke | |
In GDScript, rename "decimals" to "step_decimals". In C#, add "StepDecimals", but keep the old functionality in a method called "DecimalCount". | |||
2019-04-30 | Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove | Rémi Verschelde | |
Disable GI probe capturing lights with bake mode disabled | |||
2019-04-30 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-30 | Merge pull request #27656 from Calinou/doc-lineedit-keybindings | Rémi Verschelde | |
Document built-in LineEdit keybindings | |||
2019-04-30 | Merge pull request #27805 from Kanabenki/line2d-add-point-idx | Rémi Verschelde | |
Add optional position argument for add_point in Line2D | |||
2019-04-30 | Merge pull request #27870 from mawenzy/pr_gotoline | Rémi Verschelde | |
Bind goto_line function for Script Editor | |||
2019-04-29 | Merge pull request #28399 from YeldhamDev/textedit_expose_tab_fold | Rémi Verschelde | |
Expose 'TextEdit's tab drawing and folding to GDScript | |||
2019-04-29 | Merge pull request #18992 from aaronfranke/mono-equal-approx | Rémi Verschelde | |
[Core] [Mono] Improve and use approximate equality methods | |||
2019-04-27 | changed references to array types in arraymesh doc | clayjohn | |
2019-04-27 | Added docs to AudioStreamPlayer for get_mix_time | Juan Linietsky | |
2019-04-26 | Added set_as_bulk_array, fixed transform2D saving and documentation to MultiMesh | Bastiaan Olij | |
2019-04-25 | [Core] Expose approximate equality methods to GDScript | Aaron Franke | |
2019-04-25 | Merge pull request #28359 from Calinou/doc-improve-projectsettings | Max Hilbrunner | |
Improve the ProjectSettings documentation | |||
2019-04-24 | Expose 'TextEdit's tab drawing and folding to GDScript | Michael Alexsander Silva Dias | |
2019-04-24 | Improve the ProjectSettings documentation | Hugo Locurcio | |
2019-04-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-23 | Added inspector plugin documentation. | Juan Linietsky | |
Fixed plugin bindings. | |||
2019-04-23 | Disable GI probe capturing lights with bake mode disabled | Daniel Rakos | |
The bake mode property of lights previously didn't affect GI probes. This change makes the GI probe ignore lights that have their bake mode set to disabled. | |||
2019-04-23 | Merge pull request #24269 from xsellier/feature/master-add-sha256 | Hein-Pieter van Braam | |
Add SHA256 for PoolByteArray | |||
2019-04-23 | Merge pull request #27724 from follower/patch-2 | Hein-Pieter van Braam | |
Add example of loading a font from .ttf file | |||
2019-04-22 | Merge pull request #26868 from NilsIrl/master | Rémi Verschelde | |
Add Attenuation Model "NO" for AudioStreamPlayer3D |