| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #9038 from AlexHolly/rect2-rename-pos | Rémi Verschelde | 2017-06-05 | 39 | -267/+267 |
| |\ | | | | | renamed all Rect2.pos to Rect2.position | ||||
| | * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 39 | -267/+267 |
| | | | |||||
| * | | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | 2017-06-04 | 3 | -7/+84 |
| | | | |||||
| * | | Added depth texture support (using parallax) to default material. | Juan Linietsky | 2017-06-04 | 2 | -36/+157 |
| |/ | |||||
| * | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 2017-06-03 | 21 | -88/+88 |
| | | | | | Make the naming consistent with other classes. | ||||
| * | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | 2017-06-02 | 2 | -5/+6 |
| | | |||||
| * | GI probes working back again | Juan Linietsky | 2017-06-01 | 1 | -2/+5 |
| | | |||||
| * | Rework shading modes and change location of light shader | Juan Linietsky | 2017-06-01 | 2 | -2/+8 |
| | | |||||
| * | Merge pull request #8982 from noshyaar/pr-anim | Andreas Haas | 2017-06-01 | 1 | -0/+1 |
| |\ | | | | | Fix autoplay animation starts from last editor state #8976 | ||||
| | * | Fix autoplay animation starts from last editor state #8976 | Poommetee Ketson | 2017-05-31 | 1 | -0/+1 |
| | | | |||||
| * | | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 2 | -83/+43 |
| |/ | |||||
| * | Several fixes related to PBR and Environment | Juan Linietsky | 2017-05-30 | 2 | -41/+41 |
| | | |||||
| * | -Added .hdr format support | Juan Linietsky | 2017-05-28 | 15 | -71/+631 |
| | | | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | ||||
| * | Fixing typo for rect_position in _change_notify call for Control | Kristupas Stumbrys | 2017-05-28 | 1 | -1/+1 |
| | | |||||
| * | Fix text warp in color blocks with CJK | Geequlim | 2017-05-27 | 1 | -1/+1 |
| | | | | | (cherry picked from commit cd778e00dc5362d00d4760c79fc301951f6f9b75) | ||||
| * | Fix item list scroll speed. | Sean Bohan | 2017-05-27 | 1 | -4/+0 |
| | | | | | | | Remove the extra `set_val` action after the proper one, so the right scroll value won’t get overrided any more. (cherry picked from commit 064dce7a4c4bdca13b5358ccc9f9829f0e1068fb) | ||||
| * | Removed skybox support, added panorama support. Skybox support may come back ↵ | Juan Linietsky | 2017-05-25 | 5 | -158/+90 |
| | | | | | eventually, but hope not. | ||||
| * | Merge pull request #8869 from Hinsbart/errors | Rémi Verschelde | 2017-05-25 | 1 | -4/+0 |
| |\ | | | | | Fix errors on engine startup. | ||||
| | * | Fix errors on engine startup. | Andreas Haas | 2017-05-22 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | Fixes a bunch of the most spammy console errors introduced by recent refactorings: - `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead. - `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one. - Some methods have been moved from `Texture` to `Image`, but the old bindings were still there. - A few `name == ""` errors related to duplicating nodes. | ||||
| * | | -Fix the "set_val" call deferred, it was the only one.. closes #8742 | Juan Linietsky | 2017-05-23 | 1 | -1/+1 |
| | | | | | | | | | -Removed redundant bind in input_event | ||||
| * | | Fix stex import into black textures when lossless and lossy are selected, ↵ | Juan Linietsky | 2017-05-23 | 2 | -2/+3 |
| |/ | | | | closes #8801 | ||||
| * | Merge pull request #8862 from volzhs/editor-theme-margin | Rémi Verschelde | 2017-05-22 | 1 | -0/+1 |
| |\ | | | | | Fit grid with label and component of editor | ||||
| | * | Fit grid with label and component of editor | volzhs | 2017-05-22 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #8832 from Zireael07/vehicle-improvs-master | Rémi Verschelde | 2017-05-22 | 2 | -0/+23 |
| |\ \ | | | | | | | Expose wheel's contact to GDScript and set roll influence in editor [3.0] | ||||
| | * | | GDScript can now tell if the wheel is in contact with the ground; change ↵ | Zireael07 | 2017-05-20 | 2 | -0/+23 |
| | | | | | | | | | | | | | roll influence of the wheel in editor | ||||
| * | | | fixed crash when dragging to change color in color picker | toger5 | 2017-05-21 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 62 | -3037/+2995 |
| | | | | | | | | | this might cause bugs I haven't found yet.. | ||||
| * | | Merge pull request #8818 from tagcup/mesh_methods | Rémi Verschelde | 2017-05-20 | 1 | -0/+5 |
| |\ \ | | | | | | | GDScript bindings for various missing Mesh functions. | ||||
| | * | | GDScript bindings for various missing Mesh functions. | Ferenc Arn | 2017-05-18 | 1 | -0/+5 |
| | |/ | | | | | | | Fixes #8041. | ||||
| * | | Merge pull request #8844 from Hinsbart/audioplayer-crash | Rémi Verschelde | 2017-05-20 | 1 | -0/+1 |
| |\ \ | | | | | | | Fix crash when saving AudioPlayer without stream. | ||||
| | * | | Fix crash when saving AudioPlayer without stream. | Andreas Haas | 2017-05-20 | 1 | -0/+1 |
| | |/ | | | | | | | Guards against calling this setter with invalid input. | ||||
| * | | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | 2017-05-20 | 176 | -5373/+444 |
| |\ \ | |/ |/| | New customizable editor theme | ||||
| | * | New customizable editor theme | volzhs | 2017-05-09 | 11 | -70/+106 |
| | | | |||||
| | * | Revert "Add new editor and default theme (WIP)" | volzhs | 2017-05-03 | 168 | -5312/+347 |
| | | | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | ||||
| * | | Merge pull request #8796 from yanorax/treecolumn_title_pressed | Rémi Verschelde | 2017-05-18 | 1 | -0/+21 |
| |\ \ | | | | | | | Add column_title_pressed signal to Tree node | ||||
| | * | | Add column_title_pressed signal to Tree node | yanorax | 2017-05-18 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Tree node column/table form is missing the ability to capture column title clicks easily. Adding this functionality will give us the ability to create functions such as sort by column, which is a common table manipulation ability in games/apps. https://godotengine.org/qa/7699 | ||||
| * | | | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -1/+1 |
| |/ / | | | | | | | Also cleanup comments on variant types. | ||||
| * | | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 22 | -2205/+127 |
| | | | |||||
| * | | Merge pull request #8778 from honix/master | Rémi Verschelde | 2017-05-16 | 1 | -0/+2 |
| |\ \ | | | | | | | Particles potential crash fix 2 | ||||
| | * | | Particles potential crash fix 2 | honix | 2017-05-16 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #8759 from AlexHoratio/master | Rémi Verschelde | 2017-05-15 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | Fixed #8526, popup menu width now responds to submenu icon | ||||
| | * | | | Fixed #8526, popup menu width now responds to submenu icon | AlexHoratio | 2017-05-14 | 1 | -0/+5 |
| | |/ / | |||||
| * / / | Fix natural sorting order in EditorFileDialog, FileDialog and ↵ | Damian Day | 2017-05-12 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712. | ||||
| * | | RayCast2D: fix detached arrow tip | Poommetee Ketson | 2017-05-08 | 1 | -4/+4 |
| | | | |||||
| * | | Implemented scrolling factor for smooth trackpad scrolling | toger5 | 2017-05-07 | 8 | -23/+61 |
| | | | | | | | | | | | Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | ||||
| * | | Fix bug in pause mode propagation | Fabio Alessandrelli | 2017-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | Pause mode was not correctly propagating effectively stopping immediately when the mode was not PAUSE_MODE_INHERIT. | ||||
| * | | Tree: Clear search string on selection. | Andreas Haas | 2017-05-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | The Tree node has the ability to jump to a specific item by typing the first few chars of it's name. But on selection ('item_activated' signal), it didn't clear the search string used for that. It was especially annoying in `FileDialog`s and has been bugging me for ages :P With this, you can traverse a directory structure in a FileDiag quickly with the keyboard (like you'd expect from pretty much any modern file browser) :) | ||||
| * | | LineEdit: fix placeholder text affected by secret | Poommetee Ketson | 2017-05-03 | 1 | -2/+2 |
| |/ | |||||
| * | Fix #8617 WindowDialog with custom panel background crashes godot | Marc Gilleron | 2017-05-02 | 1 | -12/+16 |
| | | |||||
| * | Move other lone thirdparty files to thirdparty/misc | Rémi Verschelde | 2017-04-28 | 8 | -5308/+21 |
| | | | | | | Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp. | ||||
