Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | Merge pull request #13310 from Grosskopf/visual-server-docs | Rémi Verschelde | |
[DOCS] Added documentation for VisualServer | |||
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Merge pull request #13341 from scayze/interp_v2 | Rémi Verschelde | |
Added interpolation qualifiers to shaderlang | |||
2017-12-09 | Merge pull request #13347 from Noshyaar/hang_in_there | Rémi Verschelde | |
Rect2: add function returning same rect with positive w and h | |||
2017-12-09 | Defer the scan filesystem call when adding import plugins | George Marques | |
This ensures every plugin is added before the scan is made. Fix #12749 | |||
2017-12-09 | Merge pull request #13166 from Krakean/change_addrootifnone_v2 | Rémi Verschelde | |
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2) | |||
2017-12-09 | Merge pull request #13424 from MillionOstrich/particles-pause-fix | Rémi Verschelde | |
Stop particles resetting on pause. | |||
2017-12-09 | Merge pull request #13446 from gad-o/duplicate_file | Rémi Verschelde | |
Add duplicate option to filesystem dock | |||
2017-12-09 | Merge pull request #13847 from YeldhamDev/filedialog_title | Rémi Verschelde | |
Added "mode_overrides_title" property to FileDialog | |||
2017-12-09 | Merge pull request #13994 from ISylvox/caret-blink | Rémi Verschelde | |
Set Caret Blinking Enabled by Default | |||
2017-12-09 | Document MeshInstance::create_debug_tangents | Pavan Kumar | |
Also cleanup some excessive usage of hyperlinks (edit by @akien-mga). [ci skip] | |||
2017-12-09 | Merge pull request #14315 from willnationsdev/animationtreeplayer-docs | Rémi Verschelde | |
[DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods | |||
2017-12-09 | Merge pull request #14321 from ibrahn/path2d-two-style | Rémi Verschelde | |
Reworked PathFollow2D behaviour, based on such in version 2.1. | |||
2017-12-09 | Merge pull request #14358 from RandomShaper/fix-vscript | Rémi Verschelde | |
Fix function arg count not considered in VisualScript | |||
2017-12-09 | Merge pull request #14420 from MattUV/fold-shortcut | Rémi Verschelde | |
Modify shortcuts and menus to fold/unfold code | |||
2017-12-09 | Merge pull request #14434 from Smjert/fix/13447/vsync | Rémi Verschelde | |
Fixes vsync setting ignored when using a separate thread for rendering | |||
2017-12-09 | Merge pull request #14443 from akien-mga/rcedit-wine | Rémi Verschelde | |
Windows export: Use WINE to run rcedit on non-Windows host | |||
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | |
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | |||
2017-12-09 | Windows export: Use WINE to run rcedit on non-Windows host | Rémi Verschelde | |
WINE can be either run from a provided path ("export/windows/wine"), or looked up in the system PATH. Fixes #14441. | |||
2017-12-09 | Merge pull request #14437 from vnen/rcedit | Rémi Verschelde | |
Call rcedit on export for Windows desktop | |||
2017-12-09 | Merge pull request #14438 from hoelzl/pr-ignore-natvis-files | Rémi Verschelde | |
Ignore Visual Studio '*.natvis' files [ci skip] | |||
2017-12-09 | Merge pull request #14436 from sersoong/master-fixbugs | Rémi Verschelde | |
Restored two items in filesystemdock menu | |||
2017-12-09 | Merge pull request #14432 from rminderhoud/sort_custom | Rémi Verschelde | |
Added example for Array sort_custom function [ci skip] | |||
2017-12-09 | Ignore Visual Studio '*.natvis' files | Matthias Hoelzl | |
2017-12-09 | Call rcedit on export for Windows desktop | George Marques | |
- Add an editor setting to read the rcedit path. - Add settings to the export preset with icon and other exe information (version, name, copyright, etc.) | |||
2017-12-09 | Restored two items in filesystemdock menu | sersoong | |
2017-12-09 | Fixes vsync setting ignored when using a separate thread for rendering | Stefano Bonicatti | |
Setting the vsync in the main thread, after the rendering thread starts and takes the OpenGL context fails, so we need to do that before. Also, for some reason, the main thread cannot make current the context anymore. Fixes #13447 | |||
2017-12-08 | Added example for Array sort_custom function | Ralph Minderhoud | |
2017-12-09 | Merge pull request #14384 from willnationsdev/docs-api-fix | Rémi Verschelde | |
[DOCS] AnimationPlayer prop API fixed | |||
2017-12-09 | Merge pull request #14421 from PJB3005/17-12-08-fix_tilemap_occluder_offset | Rémi Verschelde | |
Fixes TileMap occluder offsets. | |||
2017-12-08 | [DOCS] EditorFileSystem method/signal | Will Nations | |
2017-12-08 | [DOCS] AnimationTreePlayer props/members/methods | Will Nations | |
2017-12-08 | Merge pull request #14423 from PJB3005/17-12-08-fix-ocludder-typo | Rémi Verschelde | |
Fix TileSet::AutotileData::ocludder_map typo | |||
2017-12-08 | Fix TileSet::AutotileData::ocludder_map typo | PJB3005 | |
2017-12-08 | Fixes TileMap occluder offsets. | PJB3005 | |
This is NOT related to #14388! This fixes a graphical bug where the light occluders used by tilemaps weren't getting offset anymore, this they'd be positioned incorrectly. I tried on all 3 tilemap positioning modes and it seemed to work on every one. | |||
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV | |
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F | |||
2017-12-08 | Merge pull request #14412 from hpvb/fix-thekla-atlas-build | Juan Linietsky | |
Fix thekla_atlas build | |||
2017-12-08 | Fix thekla_atlas build | Hein-Pieter van Braam | |
clang doesn't like c++ versions being supplied to build c source files. | |||
2017-12-08 | Merge pull request #14409 from hpvb/import-thekla-atlas | Juan Linietsky | |
Import thekla_atlas | |||
2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | |
As requested by reduz, an import of thekla_atlas into thirdparty/ | |||
2017-12-08 | After a lot of trial and error, i think rim lighting implementation is now ↵ | Juan Linietsky | |
perfect, closes #13986 | |||
2017-12-08 | Merge pull request #14014 from kosz78/scroll-container-fix | Rémi Verschelde | |
Fix scroll enabled in case of content fit in scroll container | |||
2017-12-08 | Merge pull request #14397 from YeldhamDev/localization_tab | Rémi Verschelde | |
Removed style override inside the Localization tab in the Project Settings | |||
2017-12-08 | Merge pull request #14396 from MattUV/fix-templates-link | Rémi Verschelde | |
Fix Manage Export Templates link | |||
2017-12-08 | Merge pull request #13981 from Paulb23/line_highlight_and_code_folding_color | Rémi Verschelde | |
Changed current line draw order and added code folding colour | |||
2017-12-07 | Merge pull request #14395 from willnationsdev/docs2 | Chris Bradfield | |
[DOCS] CanvasItem(Material)/Layer, ClassDB, and CollisionObject(2D) | |||
2017-12-07 | Merge pull request #14385 from NathanWarden/raycast_docs | Chris Bradfield | |
[DOCS] Finished off the RayCast documentation. | |||
2017-12-07 | [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) | Will Nations | |
2017-12-07 | Finished off the RayCast documentation. | Nathan Warden | |
2017-12-07 | Removed style override inside the Localization tab in the Project Settings. | Michael Alexsander Silva Dias | |