Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | 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 | |
2017-12-08 | Fix Manage Export Templates link | MattUV | |
In some cases, the link to download export templates was missing. Fixes #14391 | |||
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | |
Made error reporting to opcode_set in gdscript a bit clearer | |||
2017-12-07 | Added small bit of bias depending on lenght for contact shadows, fixes #12726 | Juan Linietsky | |
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-07 | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵ | Juan Linietsky | |
converters more easily. | |||
2017-12-07 | [DOCS] AnimationPlayer prop API fixed | Will Nations | |
2017-12-07 | Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵ | Juan Linietsky | |
closes #12764 Fixed tangential velocity (was broken) | |||
2017-12-07 | Merge pull request #14348 from waldson/feature-set-main-screen-plugin-icon | George Marques | |
Add method on EditorPlugin to set main screen plugins icons | |||
2017-12-07 | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774 | Juan Linietsky | |
2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | |
2017-12-07 | Merge pull request #14356 from volzhs/ios-delegate-master | Rémi Verschelde | |
use application:didFinishLaunchingWithOptions: instead of application… | |||
2017-12-07 | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | |
Update style for clang-format 5.0.0, new min required version | |||
2017-12-07 | Merge pull request #14368 from sersoong/master-addoaandscript | Rémi Verschelde | |
Add uppercase and lowercase to rightclickmenu in scripteditor | |||
2017-12-07 | Add uppercase and lowercase to rightclickmenu in scripteditor | sersoong | |
2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | |
2017-12-07 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Update definitions for clang-format 5.0.0 | Rémi Verschelde | |
This will be the new standard from now on. | |||
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-07 | Merge pull request #14366 from willnationsdev/docs | Rémi Verschelde | |
[DOCS] ARVRController, ARVRPositionalTracker, AStar, AtlasTexture, Basis | |||
2017-12-07 | Merge pull request #14352 from ianb96/get_hidden_width | Rémi Verschelde | |
Fixes horizontal scrolling over hidden lines | |||
2017-12-07 | Merge pull request #14362 from sersoong/master-addcopypath | Rémi Verschelde | |
Add 'copy script path' to script editor plugin |