Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-15 | Merge pull request #30590 from clayjohn/particle_life | Rémi Verschelde | |
Added individual particle random lifetime | |||
2019-07-15 | Completed documentation for BakedLightmap node. | Nathan Warden | |
2019-07-14 | added individual particle random lifetime | clayjohn | |
2019-07-11 | doc: Mention `Input.MOUSE_MODE_CAPTURED` is raw on Windows and Linux | Hugo Locurcio | |
2019-07-10 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-09 | Merge pull request #30304 from DavidSichma/remote_cache | Rémi Verschelde | |
Exposed update_cache() of RemoteTransform and RemoteTransform2D | |||
2019-07-09 | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()` | Hugo Locurcio | |
This also removes some duplicated editor code which is now obsoleted by the new parameters in `draw_rect()`. | |||
2019-07-09 | Added force_update_cache() to RemoteTransform and RemoteTransform2D | David Sichma | |
2019-07-09 | Merge pull request #30449 from hbina/fix_issue_30260 | Rémi Verschelde | |
Clarify what %APPDATA% expands to in Windows | |||
2019-07-09 | Clarify what %APPDATA% expands to in Windows | hbina085 | |
Linux users should be familiar with "~" so I think it might be unnecessary. Also changed the file separator in the description to use Windows' instead. | |||
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde | |
Follow-up to #30408. Also sync classref with current source. | |||
2019-07-09 | Merge pull request #30125 from akien-mga/docdata-expose-parametric-setget | Rémi Verschelde | |
DocData: Re-expose parametric setters and getters | |||
2019-07-08 | Merge pull request #30380 from KoBeWi/controlraiser | Rémi Verschelde | |
Clarify better what Node.raise does | |||
2019-07-08 | Merge pull request #30412 from Larpon/docs/string-hex_to_int-improve | Rémi Verschelde | |
Improve hex_to_int documentation | |||
2019-07-07 | Provide documentation for String http_escape() and http_unescape() methods | lmp | |
2019-07-07 | Clearify how hex_to_int expects a '0x' prefixed string. Provide a small ↵ | lmp | |
hex_to_int example | |||
2019-07-06 | Merge pull request #30363 from YeldhamDev/viewport_size_stretch_property | Rémi Verschelde | |
Make 'size_override_stretch' a property in 'Viewport' | |||
2019-07-06 | Merge pull request #30337 from Chaosus/vs_depth_texture | Rémi Verschelde | |
Added DEPTH_TEXTURE to visual shaders | |||
2019-07-06 | Clarify better what Node.raise does | Tomasz Chabora | |
2019-07-05 | Make 'size_override_stretch' a property in 'Viewport' | Michael Alexsander Silva Dias | |
2019-07-05 | Added DEPTH_TEXTURE to visual shaders | Chaosus | |
2019-07-05 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-04 | Document constants in Transform/Transform2D | Marco Costa | |
2019-07-04 | Merge pull request #30263 from Faless/ws/wslay_pr | Rémi Verschelde | |
Use wslay as a WebSocket library | |||
2019-07-04 | DocData: Re-expose parametric setters and getters | Rémi Verschelde | |
Setters and getters have been hidden from the documentation when the matching properties have been exposed, but some of them are parametric and require the name or index of a given parameter to be used. So they need to be properly documented with the type and name of the arguments they take. For example, CPUParticles' `set_param(Parameter param, float value)`. | |||
2019-07-04 | Merge pull request #30049 from randall-fulton/docs/spatial-transform | Rémi Verschelde | |
Call out scaling in Spatial.translate docstring | |||
2019-07-04 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-04 | Call out scaling in Spatial.translate docstring | Randall Fulton | |
This fixes issue #26938. | |||
2019-07-03 | Add TCP Server is_listening method | Fabio Alessandrelli | |
2019-07-02 | Merge pull request #30231 from Ranoller/master | Rémi Verschelde | |
Tilemap fix displaced textures and shapes and added center texture and compatibility mode | |||
2019-07-02 | Tilemap fix displaced textures and shapes and added center texture and ↵ | Ranoller | |
compatibility mode This commit fix #22989 #15249 #28206. Main problem is that tilemap displace textures in different tile origins in a strange way and doesn´t respect coincidence between texture and shapes in not uniform tiles. This issue is present in godot 3.0 and godot 3.1. To maintain compatibility are added a compatibility mode and a center texture option. Other related issues and pull request: #28896 #29487 #29519 #29961. Idications of #30204 are added | |||
2019-07-02 | doc: Sync classref with current source | Rémi Verschelde | |
2019-07-01 | Merge pull request #29413 from YeldhamDev/global_rate_scale | Rémi Verschelde | |
Add 'global_rate_scale' to the AudioServer | |||
2019-07-01 | Fix Nintendo buttons in the @GlobalScope documentation | Hugo Locurcio | |
These were mistakenly referred to as DualShock buttons. | |||
2019-07-01 | Merge pull request #28565 from CedNaru/CurvedWidthLine2D | Rémi Verschelde | |
Added a Width Curve to Line2D + UVs fix | |||
2019-07-01 | Merge pull request #30202 from akien-mga/doc-globalscope | Rémi Verschelde | |
doc: Complete GlobalScope documentation | |||
2019-06-30 | Added example on how to use RandomNumberGenerator | tree786 | |
2019-06-30 | doc: Complete GlobalScope documentation | Rémi Verschelde | |
2019-06-30 | doc: Enforce default values for OS properties | Rémi Verschelde | |
Otherwise we end up fetching values from the current OS instance when running doctool, so they would change based on the system or even simply due to changes to the system clipboard. | |||
2019-06-30 | doc: Mark PhysicsBody bounce/friction as deprecated | Rémi Verschelde | |
2019-06-30 | Fix uninitialized variables in Line2D, JSONParseResult and TileMap | Rémi Verschelde | |
2019-06-30 | CPUParticles2D: Fix gravity to be the same as in Particles2D and Area2D | Rémi Verschelde | |
This was likely a typo, 10 times the standard gravity is 98.0665 (ca. 98), not 98.8. | |||
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde | |
Applying #30187. | |||
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde | |
They are now generated automatically by doctool. | |||
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde | |
Thanks to @bojidar-bg's impressive work in #29380. | |||
2019-06-30 | Merge pull request #30062 from zaksnet/fix-referencerect-node | Rémi Verschelde | |
Adds ReferenceRect an option to be visible inside the game | |||
2019-06-29 | Added descriptions to OS.get_splash_tick_msec() and OS.get_window_safe_area() | unknown | |
2019-06-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-29 | Merge pull request #29923 from zaksnet/Document-Spinbox | Rémi Verschelde | |
Document SpinBox Node | |||
2019-06-29 | Merge pull request #30162 from KoBeWi/doc-ready | Rémi Verschelde | |
Clarify docs for _ready and request_ready |