Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-22 | classref: Sync with current source | Rémi Verschelde | |
Also fix hyperlink references to same class as per the guidelines. [ci skip] | |||
2017-10-22 | Merge pull request #12150 from Grosskopf/2D-joints-docs | Nathan Lovato | |
[DOCS] 2D joints docs | |||
2017-10-22 | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | |
Added snapping to spatial drag and drop. | |||
2017-10-22 | Added description to Audio Filter Effects | Henrique Campos | |
Also doccumented Filter member variables and methods. [ci skip] | |||
2017-10-22 | Added descriptions to some members of Camera2D | Stephen Ednave | |
2017-10-22 | Change theme button name to edit theme | Alexander Holland | |
[ci skip] | |||
2017-10-22 | Merge pull request #12273 from willnationsdev/tabcontainer-doc-edit | Rémi Verschelde | |
[DOCS] Updated the TabContainer docs for depth and readability [ci skip] | |||
2017-10-22 | Merge pull request #11882 from Noshyaar/pr-filedialog | Rémi Verschelde | |
FileDialog: enlarge the file list a bit | |||
2017-10-22 | Merge pull request #12296 from tagcup/ggx_rename | Rémi Verschelde | |
Rename Schlick GGX to GGX. | |||
2017-10-22 | Merge pull request #12300 from RandomShaper/fix-tilemap-editor | Andreas Haas | |
Fix TileMap editor not getting input | |||
2017-10-22 | Merge pull request #12303 from Noshyaar/db | Poommetee Ketson | |
AudioEffectFilter: lowercase dB property to db | |||
2017-10-22 | Bind MainLoop.notif_wm_go_back_request | Poommetee Ketson | |
2017-10-22 | updated the TabContainer docs for depth and readability. | Will Nations | |
2017-10-22 | Merge pull request #12302 from Noshyaar/cubemap | Poommetee Ketson | |
CubeMap: fix duplicate flags property | |||
2017-10-22 | AudioEffectFilter: lowercase dB property to db | Poommetee Ketson | |
2017-10-22 | CubeMap: fix duplicate flags property | Poommetee Ketson | |
2017-10-22 | FileDialog: enlarge the file list a bit | Poommetee Ketson | |
2017-10-22 | Fix TileMap editor not getting input | Pedro J. Estébanez | |
Fixes #12265. | |||
2017-10-21 | Rename Schlick GGX to GGX. | Ferenc Arn | |
Schlick's approximation and GGX are orthogonal concepts. Furthermore, it's usage so far has been inconsistent: we don't even use it with anisotropic SchlickGGX, and Burley (Disney) diffuse does use it while its name doesn't indicate it. The use of Schlick's approximation in Burley and GGX is an implementation detail and doesn't need to be reflected to the namig. | |||
2017-10-21 | Merge pull request #11982 from tagcup/get_quat | Rémi Verschelde | |
Added Basis::get_quat(). | |||
2017-10-21 | Merge pull request #12291 from RandomShaper/fix-raycast-naming | Rémi Verschelde | |
Rename RayCasts collision_layer to collision_mask | |||
2017-10-21 | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde | |
Added properties for CubeMap. | |||
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] | |||
2017-10-21 | Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_font | Rémi Verschelde | |
Fix recent scenes layout when resizing font | |||
2017-10-21 | Merge pull request #12290 from Noshyaar/enum | Rémi Verschelde | |
Bind unbound enums, rearrange some by value [ci skip] | |||
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-21 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | |
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed. | |||
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-21 | Added properties for CubeMap. | Nathan Warden | |
2017-10-21 | Merge pull request #12287 from tagcup/pass_metallic | Rémi Verschelde | |
Corrections to #11807. [ci skip] | |||
2017-10-21 | Corrections to #11807. | Ferenc Arn | |
Added missing metallic parameter, also fixed a missed a case where wrong roughness condition was used. | |||
2017-10-21 | Merge pull request #12282 from tagcup/path_fix | Rémi Verschelde | |
Fix PathFollow rotations. [ci skip] | |||
2017-10-21 | Fix PathFollow rotations. | Ferenc Arn | |
Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258. | |||
2017-10-21 | Merge pull request #11807 from tagcup/roughness_metallic_limiting_cases | Juan Linietsky | |
Fix the condition when specular light calculation is avoided (should … | |||
2017-10-21 | Merge pull request #12283 from AntiSC2/master | Rémi Verschelde | |
File names for scripts can include '-' [ci skip] | |||
2017-10-21 | Added the 2D Joint docs | Grosskopf | |
2017-10-21 | Fix drop-down size when resizing font #12207 | Felipe Seixas | |
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||
2017-10-21 | File names for scripts can include '-' | Jakob Sinclair | |
Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-21 | Merge pull request #12281 from Noshyaar/fixed2physics | Rémi Verschelde | |
Refactor Fixed to Physics | |||
2017-10-21 | Refactor Fixed to Physics | Poommetee Ketson | |
2017-10-21 | makerst: Remove stray spaces in method signatures | Rémi Verschelde | |
2017-10-21 | makerst: Add support for [member] and [signal] | Rémi Verschelde | |
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet. | |||
2017-10-21 | makerst: Fix rst-ization of members and escaping of [Class]s | Rémi Verschelde | |
Fixes #11517. | |||
2017-10-21 | classref: Sync with current source | Rémi Verschelde | |
2017-10-21 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2017-10-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2017-10-21 | Merge pull request #12221 from Jerome67000/docs_input | Nathan Lovato | |
[DOCS] InputEvent* | |||
2017-10-21 | Merge pull request #12270 from cbscribe/kcc_rb2d_doc | Rémi Verschelde | |
[DOCS] Updates and clarifications to RigidBody2D [ci skip] | |||
2017-10-21 | Merge pull request #12276 from djrm/pr_vp_fixes | Rémi Verschelde | |
Fixed viewport transparent bg when clear mode is enabled. |