Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-08 | Merge pull request #43245 from HaSa1002/docs-object | Rémi Verschelde | |
Docs: Object: Use new signal syntax and port to C# | |||
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-04 | Docs: Object: Use new signal syntax and port to C# | HaSa1002 | |
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> Co-authored-by: Aaron Franke <arnfranke@yahoo.com> Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com> | |||
2020-09-14 | Document how to remove metadata from an Object | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4010. | |||
2020-08-31 | doc: Sync classref with current source | Rémi Verschelde | |
2020-08-19 | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. | SkyJJ | |
2020-08-19 | Updated Translation architecture to have TranslationPO, did some commit ↵ | SkyJJ | |
fixes and updated class Reference. | |||
2020-07-27 | Improve the Object, Reference and Resource class documentations | Hugo Locurcio | |
2020-07-14 | Mention C# gotchas in Object's dynamic call/set/connect methods | Hugo Locurcio | |
This closes #34015. | |||
2020-06-12 | Document the `in` operator in String, Array and Dictionary classes | Hugo Locurcio | |
This also clarifies the `in` operator behavior in Object. | |||
2020-05-18 | Update description of Object.free() method | Remi Rampin | |
Clarify that variables pointing to an object don't become `null` when that object is freed, it just makes them invalid. (cherry picked from commit ccf5703568ab7c33723f322088c83a7d9ebcf5a8) | |||
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. | |||
2020-03-23 | Added has_signal method for Object | PouleyKetchoupp | |
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-23 | Remove unnecessary extra spaces before comments in code examples. | Michael Alexsander | |
2020-01-06 | doc: Document what happens to old script with Object.set_script() | rainlizard | |
2020-01-04 | Document the return value of `Object.get()` with a nonexistent property | Hugo Locurcio | |
2020-01-02 | Allows to doc vararg method return type as void | Haoyu Qiu | |
2019-12-26 | [Docs] Description updates for Node2D & Object | Chris Bradfield | |
2019-11-21 | Better description of the binds parameter of connect | Benjamin Navarro | |
Now states how binds are handled if they are used together with parameters passed to emit_signal | |||
2019-08-08 | Add FuncRef.call_funcv | Bojidar Marinov | |
Closes #31143 | |||
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | |
They are now generated automatically by doctool. | |||
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde | |
2019-06-26 | doc: Proofread and complete various nodes | Rémi Verschelde | |
All 100% completed: MainLoop, Node, Object, Path, Performance, Reference, Resource, SceneState, SceneTree, UndoRedo. Also fixed some en_GB occurrences as the reference spelling is en_US. | |||
2019-06-26 | doc: Document EncodedObjectAsID, expose its property | Rémi Verschelde | |
2019-06-24 | Add docstring for Object.set_deferred | Randall Fulton | |
2019-06-03 | Improve the documentation of the Object class | Nathan Lovato | |
I edited the main description to remove parentheses and split long sentences. Closes #29382 Closes #29384 | |||
2019-05-21 | doc: Sync classref with current source | Rémi Verschelde | |
2019-05-20 | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde | |
Allow overriding how scripted objects are converted to strings | |||
2019-05-03 | Allow overriding how scripted objects are converted to strings | Leonard Meagher | |
solves #26796 - ADD `String to_string()` method to Object which can be overriden by `String _to_string()` in scripts - ADD `String to_string(r_valid)` method to ScriptInstance to allow langauges to control how scripted objects are converted to strings - IMPLEMENT to_string for GDScriptInstance, VisualScriptInstance, and NativeScriptInstance - ADD Documentation about `Object.to_string` and `Object._to_string` - Changed `Variant::operator String` to use `obj->to_string()` | |||
2019-04-30 | doc: Sync classref with current source | Rémi Verschelde | |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | |
Consistently wrap booleans in [code] | |||
2019-04-19 | doc: Drop unused <demos> tag | Rémi Verschelde | |
2019-04-17 | Consistently wrap booleans in [code] | Tomasz Chabora | |
2019-04-01 | doc: Bump version to 3.2 | Rémi Verschelde | |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-13 | Docs: Add mention to Object constructors in scripting languages | Davide Cristini | |
Fixes godotengine/godot-docs#1968. | |||
2018-11-20 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-08-21 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-11 | [DOCS] get_indexed, tween | Fluffel | |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | |
-Documented all properties of project settings Update documentation for ProjectSettings | |||
2018-04-19 | Docs update for several classes | Craigory V Coppola | |
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||
2018-02-27 | doc: Remove status from hardcoded version string | Rémi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | Rémi Verschelde | |
2018-01-25 | doc: Sync with current source | Rémi Verschelde | |
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage). |