Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |||
2017-12-07 | Merge pull request #14353 from TheAspiringHacker/fix-lineedit-eat | Rémi Verschelde | |
Check for icon in LineEdit::set_cursor_position | |||
2017-12-07 | Merge pull request #14360 from mrcdk/fix_win_mingw | Rémi Verschelde | |
Fix windows compilation when using MinGW | |||
2017-12-07 | Travis: Install libxi-dev after #14347 | Rémi Verschelde | |
2017-12-07 | Merge pull request #13362 from groud/fix_folding | Rémi Verschelde | |
Fixes folding of blank lines | |||
2017-12-07 | [DOCS] ARVR, AStar, AtlasTexture, Basis | Will Nations | |
2017-12-07 | Fix windows compilation when using MinGW | MrCdK | |
2017-12-07 | Add 'copy script path' to script editor plugin | sersoong | |
2017-12-07 | use application:didFinishLaunchingWithOptions: instead of ↵ | volzhs | |
applicationDidFinishLaunching: for iOS | |||
2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | |
Fixes #14340 | |||
2017-12-06 | fixes horizontal scrolling over hidden lines | Ian | |
2017-12-06 | Reduce some graphics memory usage by disabling unnecesary modes, closes #12831 | Juan Linietsky | |
2017-12-07 | Merge pull request #14350 from willnationsdev/miscellaneous-docs | Rémi Verschelde | |
[DOCS] Camera2D, EditorScript, EditorFileSystemDirectory [ci skip] | |||
2017-12-07 | Merge pull request #13827 from sersoong/master-addopenselection | Rémi Verschelde | |
Enhanced 'open' menu in filesystemdock | |||
2017-12-07 | Merge pull request #13958 from jjjuande/fix_revert_button | Rémi Verschelde | |
Fix the revert button issue with instanced nodes |