Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-24 | Merge pull request #30016 from randall-fulton/docs/object-set-deferred | Rémi Verschelde | |
Add docstring for Object.set_deferred | |||
2019-06-24 | Area2D: Fix argument type of body_* signals | Rémi Verschelde | |
Those signals receive either a PhysicsBody2D or a TileMap object, and what the emitting method checks internally is only that the object is a Node. In theory any Node could go through these signals if they talk directly to the PhysicsServer2D. Also updated docs. Fixes #27076. Might need further (compat breaking) improvement as this API is a bit confusing, cf. #24739. | |||
2019-06-24 | Add docstring for Object.set_deferred | Randall Fulton | |
2019-06-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-21 | Improve the `Engine.get_version_info()` documentation | Hugo Locurcio | |
This documents some keys that were missing and improves formatting. | |||
2019-06-21 | Merge pull request #29935 from Faless/net/get_if_multicast_pr | Rémi Verschelde | |
Multicast, more network interfaces info | |||
2019-06-21 | Multicast support in NetSocket/PacketPeerUDP | Fabio Alessandrelli | |
2019-06-21 | Implement IP.get_local_interfaces. | Fabio Alessandrelli | |
Allow getting interfaces names and assigned names. On UWP this is not supported, and the function will return one interface for each local address (with interface name the local address itself). | |||
2019-06-20 | Document ReferenceRect Node | Zak | |
Added missing documentation for ReferenceRect Node | |||
2019-06-20 | Merge pull request #24249 from zorbathut/zorbathut/animimmediate | Rémi Verschelde | |
Implement AnimationPlayer call modes as per #23498. | |||
2019-06-19 | Merge pull request #29901 from BastiaanOlij/fix_cameraserver_const | Rémi Verschelde | |
Made constants fully upper case in camera server | |||
2019-06-19 | Merge pull request #27237 from Chaosus/astar_2d | Rémi Verschelde | |
Added 2D functions to AStar | |||
2019-06-19 | Merge pull request #27389 from YeldhamDev/acceptdiag_label_wrap | Rémi Verschelde | |
Add option to enable autowrapping for label inside 'AcceptDialog' | |||
2019-06-19 | Made constants fully upper case in camera server | Bastiaan Olij | |
2019-06-19 | Merge pull request #28648 from KoBeWi/substr-1 | Rémi Verschelde | |
Make second parameter of substr optional | |||
2019-06-19 | Merge pull request #28659 from KoBeWi/rainbow_mode | Rémi Verschelde | |
Add HSV mode to color picker | |||
2019-06-19 | Merge pull request #29851 from akien-mga/doc-resource | Rémi Verschelde | |
doc: Improve docs for Resource* classes | |||
2019-06-18 | Merge pull request #29870 from Anutrix/docup1 | Rémi Verschelde | |
Added description to is_pixel_opaque() in Sprite.xml | |||
2019-06-18 | doc: Improve docs for Resource* classes | Rémi Verschelde | |
Also move module-specific classes to their own module's `doc_classes` folder. | |||
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | |
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden to add support for different formats in ResourceLoader and ResourceSaver. Those should be exposed as they can be overridden in plugins. On the other hand, all predefined subclasses of those two base classes are only meant to register support for new file and resource types, but should not and cannot be used directly from script, so they should not be exposed. Also unexposed ResourceImporterOGGVorbis (and thus its base class ResourceImporter) which are editor-only. | |||
2019-06-18 | Added description to is_pixel_opaque() in Sprite.xml | unknown | |
2019-06-18 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few bugs. | |||
2019-06-18 | Merge pull request #29840 from Anutrix/master | Rémi Verschelde | |
Added description in TranslationServer and OpenSimplexNoise | |||
2019-06-18 | Merge pull request #29676 from zaksnet/ItemList-Imrovements | Rémi Verschelde | |
Document ItemList control | |||
2019-06-18 | Document ItemList control | Zak | |
2019-06-17 | change emit shape circle to sphere in CPUParticles2D | clayjohn | |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde | |
Add ability to limit maximum/minimum window size. | |||
2019-06-17 | Merge pull request #29743 from zaksnet/document-textedit | Rémi Verschelde | |
Document TextEdit node | |||
2019-06-17 | Added description to get_loaded_locales() in TranslationServer | unknown | |
2019-06-16 | Document TextEdit node | Zak | |
2019-06-16 | doc: Sync classref with current source, fix formatting issues | Rémi Verschelde | |
2019-06-16 | Merge pull request #29764 from Calinou/boot-splash-no-filter-option | Rémi Verschelde | |
Add an option to disable boot splash filtering | |||
2019-06-16 | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde | |
CameraServer class | |||
2019-06-15 | Add an option to disable boot splash filtering | Hugo Locurcio | |
Disabling filtering is usually desired in projects using a pixel art style. This closes #19415. | |||
2019-06-15 | Merge pull request #29643 from GDquest/doc-animation-nodes | Rémi Verschelde | |
Add documentation for AnimationNode* resources | |||
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij | |
This is a new singleton where camera sources such as webcams or cameras on a mobile phone can register themselves with the Server. Other parts of Godot can interact with this to obtain images from the camera as textures. This work includes additions to the Visual Server to use this functionality to present the camera image in the background. This is specifically targetted at AR applications. | |||
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg | |
2019-06-15 | Add documentation for AnimationNode* resources | Nathan Lovato | |
I haven't put [code] bbcode around the amount of the AnimationNodeAdd* classes because it's not exposed to GDScript. Same for the +add, -add, etc. labels: they're just labels you can find in the AnimationTree bottom panel. | |||
2019-06-15 | doc: Fix formatting, typos and some descriptions in new docstrings | Rémi Verschelde | |
2019-06-14 | Merge pull request #29768 from cbscribe/kcc_particles_doc | Rémi Verschelde | |
[DOCS] Update CPUParticles[2D] classref | |||
2019-06-14 | [DOCS] Update CPUParticles[2D] classref | Chris Bradfield | |
2019-06-14 | Changes to OS.has_feature() docs: | Ken Paulson | |
- Added link to the Feature Tags documentation - Added note that tag names are case-sensitive | |||
2019-06-14 | Merge pull request #29712 from GDquest/doc-bone2d | Rémi Verschelde | |
Add documentation for Bone2D | |||
2019-06-13 | Merge pull request #29754 from BastiaanOlij/vr_button_mapping | Rémi Verschelde | |
Added constants for the main buttons and axis used in VR | |||
2019-06-13 | Added constants for the main buttons and axis used in VR | Bastiaan Olij | |
2019-06-13 | Implement missing orbit velocity for CPUParticles and CPUParticles2D | Rémi Verschelde | |
The relevant code was copied from (GPU) ParticlesMaterial but commented out initially, and never ported. Closes #29580. | |||
2019-06-13 | Add documentation for Bone2D | Nathan Lovato | |
2019-06-12 | Merge pull request #29592 from Lisapple/patch-3 | Rémi Verschelde | |
Fixing returned alpha component for inverted method | |||
2019-06-12 | Merge pull request #29658 from clayjohn/docs_mesh | Rémi Verschelde | |
Filled out docs for various mesh types | |||
2019-06-12 | filled out docs for various mesh types | clayjohn | |