| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-12-08 | Fix TileSet::AutotileData::ocludder_map typo | PJB3005 | 2 | -9/+9 | |
| 2017-12-08 | Fixes TileMap occluder offsets. | PJB3005 | 1 | -4/+1 | |
| 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 | Fix thekla_atlas build | Hein-Pieter van Braam | 2 | -2/+2 | |
| clang doesn't like c++ versions being supplied to build c source files. | |||||
| 2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | 127 | -0/+31441 | |
| 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 | 1 | -6/+8 | |
| perfect, closes #13986 | |||||
| 2017-12-07 | [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) | Will Nations | 6 | -3/+45 | |
| 2017-12-07 | Finished off the RayCast documentation. | Nathan Warden | 1 | -1/+4 | |
| 2017-12-07 | Removed style override inside the Localization tab in the Project Settings. | Michael Alexsander Silva Dias | 1 | -13/+7 | |
| 2017-12-08 | Fix Manage Export Templates link | MattUV | 3 | -0/+3 | |
| 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 | 2 | -3/+3 | |
| 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 | 1 | -1/+1 | |
| 2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | 7 | -9/+24 | |
| 2017-12-07 | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵ | Juan Linietsky | 11 | -10/+190 | |
| converters more easily. | |||||
| 2017-12-07 | [DOCS] AnimationPlayer prop API fixed | Will Nations | 2 | -6/+9 | |
| 2017-12-07 | Implement orbit velocity in particles (this is for 2D only, like in 2.1), ↵ | Juan Linietsky | 1 | -5/+27 | |
| closes #12764 Fixed tangential velocity (was broken) | |||||
| 2017-12-07 | Added some clean up in camera/viewport management. Fixes #12279, Fixes #12774 | Juan Linietsky | 2 | -4/+8 | |
| 2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | 4 | -4/+46 | |
| 2017-12-07 | Add uppercase and lowercase to rightclickmenu in scripteditor | sersoong | 1 | -0/+2 | |
| 2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | 33 | -169/+350 | |
| 2017-12-07 | doc: Sync classref with current source | Rémi Verschelde | 12 | -197/+69 | |
| 2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 199 | -875/+954 | |
| 2017-12-07 | Style: Update definitions for clang-format 5.0.0 | Rémi Verschelde | 3 | -19/+37 | |
| This will be the new standard from now on. | |||||
| 2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | 13 | -23/+20 | |
| Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||||
| 2017-12-07 | Travis: Install libxi-dev after #14347 | Rémi Verschelde | 1 | -0/+1 | |
| 2017-12-07 | [DOCS] ARVR, AStar, AtlasTexture, Basis | Will Nations | 5 | -21/+28 | |
| 2017-12-07 | Fix windows compilation when using MinGW | MrCdK | 1 | -1/+1 | |
| 2017-12-07 | Add 'copy script path' to script editor plugin | sersoong | 2 | -0/+15 | |
| 2017-12-07 | use application:didFinishLaunchingWithOptions: instead of ↵ | volzhs | 1 | -1/+2 | |
| applicationDidFinishLaunching: for iOS | |||||
| 2017-12-06 | Check for icon in LineEdit::set_cursor_position | TheAspiringHacker | 1 | -0/+4 | |
| Fixes #14340 | |||||
| 2017-12-06 | fixes horizontal scrolling over hidden lines | Ian | 2 | -6/+12 | |
| 2017-12-06 | Reduce some graphics memory usage by disabling unnecesary modes, closes #12831 | Juan Linietsky | 1 | -0/+2 | |
| 2017-12-06 | [DOCS] EditorScript methods | Will Nations | 1 | -1/+3 | |
| 2017-12-06 | [DOCS] EditorFileSystemDirectory methods | Will Nations | 1 | -0/+13 | |
| 2017-12-06 | [DOCS] Camera2D methods/constants | Will Nations | 1 | -0/+10 | |
| 2017-12-07 | Use run-time dynamic linking for AddDllDirectory and RemoveDllDirectory to ↵ | bruvzg | 1 | -5/+12 | |
| support mingw-w64 build and Windows 7 with KB2533623. | |||||
| 2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky | 7 | -17/+55 | |
| -Fixed material previews (dont show sphere unless for spatial) | |||||
| 2017-12-06 | Remove guards for the now targeted Windows 7+ | Pedro J. Estébanez | 2 | -16/+4 | |
| 2017-12-06 | Add build param for targeted Windows version | Pedro J. Estébanez | 1 | -6/+5 | |
| 2017-12-06 | Improve/fix multitouch on Windows | Pedro J. Estébanez | 2 | -15/+48 | |
| - Fix logic error. - Track touches to enable defensive handling and releasing on focus out. - Change comment-out by preprocessor `#if`. - Track/report coordinates as float. | |||||
| 2017-12-06 | Implement multitouch on X11 | Pedro J. Estébanez | 3 | -0/+180 | |
| 2017-12-06 | Add method to set main screen plugin icon | Waldson Patrício | 3 | -2/+25 | |
| 2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | 4 | -40/+26 | |
| 2017-12-06 | Make "Search Help" more responsive | poke1024 | 2 | -71/+86 | |
| 2017-12-06 | Particles2D: Fix normal map rid. | Andreas Haas | 1 | -1/+1 | |
| Looks like a Copy & Paste error, fixes #14334. | |||||
| 2017-12-06 | Fixes to some thread safety situations to avoid GIProbe from freezing on ↵ | Juan Linietsky | 2 | -2/+17 | |
| save. Fixes #13338 | |||||
| 2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | 2 | -3/+4 | |
| #13334 | |||||
| 2017-12-06 | Fix Windows-to-Linux export error | Pedro J. Estébanez | 2 | -1/+4 | |
| Now chmod() returns ERR_UNAVAILABLE by default, to signal the caller the problem is lack of support instead of a failed operation. | |||||
| 2017-12-06 | Attempt to see if this can solve the problem with #13338 | Juan Linietsky | 1 | -4/+11 | |
| 2017-12-06 | Fix missing stylebox for LinkButton's hover states | Waldson Patrício | 1 | -0/+2 | |
| 2017-12-06 | Fixed PopupMenu's submenus not showing up in certain situations. | Michael Alexsander Silva Dias | 1 | -3/+3 | |
