| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | removed svg's in icons/dark | toger5 | 2017-08-30 | 588 | -4194/+0 |
| | | |||||
| * | Implement color conversion for dark SVG icons | toger5 | 2017-08-30 | 2 | -35/+71 |
| | | |||||
| * | moved 'scale import setting' into svg section | toger5 | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #10771 from neikeq/pr-improve-build-callbacks | Juan Linietsky | 2017-08-29 | 2 | -10/+15 |
| |\ | | | | | Improve build callbacks | ||||
| | * | Improve build callbacks | Ignacio Etcheverry | 2017-08-29 | 2 | -11/+15 |
| | | | | | | | | | | | - Build callbacks now return bool to determine if the build was successful. If the build fails, the editor won't run the game. - Makes sure build callbacks are called after saving the scene ("Save Before Running" option). | ||||
| * | | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky | 2017-08-29 | 5 | -76/+76 |
| |\ \ | | | | | | | DocData and virtual method type hints fixes | ||||
| | * | | Makes built-in vararg methods actual vararg methods | Ignacio Etcheverry | 2017-08-29 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | - Removes hardcoded parameters from built-in vararg methods and adds METHOD_FLAG_VARARG to them. - Makes EditorHelp display built-in vararg methods correctly. | ||||
| | * | | DocData and type hints fixes | Ignacio Etcheverry | 2017-08-29 | 5 | -76/+70 |
| | |/ | | | | | | | | | | | | | - Makes vararg methods automatically use PROPERTY_USAGE_NIL_IS_VARIANT on return types - Completely removes the ":type" suffix for method names. Virtual methods must use the MethodInfo constructors that takes Variant::Type or PropertyHint as the first parameter for the return type (with CLASS_INFO as a helper to get the PropertyInfo). Parameters must use PROPERTY_HINT_RESOURCE_TYPE and hint string. - PROPERTY_USAGE_NIL_IS_VARIANT is no longer needed for parameters, because parameters cannot be void. - Adds missing PROPERTY_USAGE_NIL_IS_VARIANT to virtual and built-in methods that return Variant. | ||||
| * | | Improved and added some icons | Daniel J. Ramirez | 2017-08-29 | 70 | -271/+157 |
| | | | |||||
| * | | removed DISCARD built in variable, replaced by actual discard GLSL ↵ | Juan Linietsky | 2017-08-29 | 1 | -2/+2 |
| | | | | | | | | | instruction, fixes #9677 | ||||
| * | | -Fixes to how collada generates tangents (use SurfaceTool), closes #9562 | Juan Linietsky | 2017-08-29 | 1 | -202/+48 |
| | | | | | | | | | -Fix to gridmap cell size (wrong property type) | ||||
| * | | Merge pull request #10716 from Noshyaar/pr-update | Rémi Verschelde | 2017-08-29 | 1 | -4/+9 |
| |\ \ | | | | | | | Change editor update_mode to boolean (update_always) | ||||
| | * | | Change editor update_mode to boolean | Poommetee Ketson | 2017-08-29 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | Fix potential issues when MenuOptions enum or the entry in project metadata file is altered. | ||||
| * | | | Merge pull request #10704 from Noshyaar/pr-scene | Rémi Verschelde | 2017-08-29 | 2 | -12/+43 |
| |\ \ \ | | | | | | | | | EditorNode: enhance open scene error dialog | ||||
| | * | | | EditorNode: enhance open scene error dialog | Poommetee Ketson | 2017-08-29 | 2 | -12/+43 |
| | | | | | |||||
| * | | | | Merge pull request #10705 from djrm/pr_gizmo_icons | Rémi Verschelde | 2017-08-29 | 16 | -8/+85 |
| |\ \ \ \ | | | | | | | | | | | Added missing gizmo icons and fixed ugly looking gizmo icons. | ||||
| | * | | | | Added missing gizmo icons and fixed ugly looking gizmo icons. | Daniel J. Ramirez | 2017-08-28 | 16 | -8/+85 |
| | | | | | | |||||
| * | | | | | Merge pull request #10731 from Noshyaar/pr-save | Rémi Verschelde | 2017-08-29 | 1 | -5/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | EditorNode: fix scene save over others | ||||
| | * | | | | | EditorNode: fix scene save over others | Poommetee Ketson | 2017-08-29 | 1 | -5/+12 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #10614 from poke1024/realtime-polygon-2d | Rémi Verschelde | 2017-08-28 | 2 | -0/+23 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | Adds realtime updates to polygon 2d editing | ||||
| | * | | | | polygon2d realtime editing | Bernhard Liebl | 2017-08-26 | 2 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | | | editing nodes in the polygon2d editor now updates the polygon in realtime; the previous outline is shown, but this can be disabled via a new editor setting | ||||
| * | | | | | Merge pull request #10709 from djrm/pr_gizmos_improvements | Rémi Verschelde | 2017-08-28 | 2 | -24/+57 |
| |\ \ \ \ \ | | | | | | | | | | | | | Highlight currently selected gizmo. | ||||
| | * | | | | | Improved directional light arrow and gizmo highlighting | Daniel J. Ramirez | 2017-08-28 | 1 | -24/+23 |
| | | | | | | | |||||
| | * | | | | | Highlight currently selected gizmo. | Daniel J. Ramirez | 2017-08-28 | 2 | -0/+34 |
| | | |/ / / | |/| | | | | | | | | | | | | | Work with, GIProbe, ReflectionProbe and Particles. | ||||
| * | | | | | Fix the channels gltf importer uses for metallic and AO textures. | Ferenc Arn | 2017-08-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Khronos blender gltf exporter uses red channel for occlusion and blue channel for metallic, whereas the current behavior is the opposite. Fixes #10700. | ||||
| * | | | | | Fix inability to change project settings | Rémi Verschelde | 2017-08-28 | 2 | -1/+9 |
| |/ / / / | | | | | | | | | | | | | Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712. | ||||
| * | / / | -Some fixes to code completion. | Juan Linietsky | 2017-08-28 | 3 | -81/+123 |
| | |/ / |/| | | | | | | | | | | | -Fix getter in code completion being displayed when it shouldn't -Clean up preview generation for editors and exposed it as editor plugin | ||||
| * | | | Merge pull request #10688 from Noshyaar/pr-csv2 | Rémi Verschelde | 2017-08-28 | 1 | -3/+12 |
| |\ \ \ | | | | | | | | | ImporterCSV: add delimiter options , ; or \t | ||||
| | * | | | ImporterCSV: add delimiter options , ; or \t | Poommetee Ketson | 2017-08-27 | 1 | -3/+12 |
| | | | | | |||||
| * | | | | Merge pull request #10667 from Zylann/freelook_inertia | Rémi Verschelde | 2017-08-28 | 3 | -18/+30 |
| |\ \ \ \ | | | | | | | | | | | Added freelook inertia | ||||
| | * | | | | Added freelook inertia | Marc Gilleron | 2017-08-27 | 3 | -18/+30 |
| | | | | | | |||||
| * | | | | | Merge pull request #10662 from hoelzl/python3-v3 | Rémi Verschelde | 2017-08-28 | 2 | -23/+23 |
| |\ \ \ \ \ | | | | | | | | | | | | | Make build scripts Python 3 compatible | ||||
| | * | | | | | Make build scripts Python3 compatible | Matthias Hoelzl | 2017-08-27 | 2 | -22/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted. | ||||
| | * | | | | | Fix mixed tab/whitespace in build files | Matthias Hoelzl | 2017-08-27 | 1 | -1/+1 |
| | | |_|_|/ | |/| | | | |||||
| * / | | | | -Moved script run to editor, removed from project | Juan Linietsky | 2017-08-27 | 4 | -27/+30 |
| |/ / / / | | | | | | | | | | | | | | | | | -fixed to code completion -fix shader crash bug reported by tagcup | ||||
| * | | | | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 67 | -19743/+11 |
| | | | | | |||||
| * | | | | -Largely rewrote gridmap to simplify it | Juan Linietsky | 2017-08-27 | 1 | -13/+8 |
| | |/ / |/| | | | | | | | | | | | -Got editor working again -Added a current-floor marker on selection | ||||
| * | | | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 252 | -252/+252 |
| | | | | |||||
| * | | | Buildsystem: Reduce verbosity of font and translation generation | Rémi Verschelde | 2017-08-27 | 1 | -4/+0 |
| | | | | |||||
| * | | | ImporterCSV: print error condition to console | Poommetee Ketson | 2017-08-27 | 1 | -6/+3 |
| | | | | |||||
| * | | | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference | Rémi Verschelde | 2017-08-27 | 3 | -4/+4 |
| |\ \ \ | | | | | | | | | Added/Fixed null pointer checks | ||||
| | * | | | Added/Fixed null pointer checks | Wilson E. Alvarez | 2017-08-26 | 3 | -4/+4 |
| | |/ / | |||||
| * | | | Merge pull request #10625 from Rubonnek/fixed-leaks | Rémi Verschelde | 2017-08-27 | 6 | -1/+11 |
| |\ \ \ | | | | | | | | | Fixed several memory leaks | ||||
| | * | | | Fixed several memory leaks | Wilson E. Alvarez | 2017-08-25 | 6 | -15/+11 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #10657 from Noshyaar/pr-debug | Rémi Verschelde | 2017-08-27 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | Monitor: add hint, fix certain graph not drawn | ||||
| | * | | | Monitor: add hint, fix certain graph not drawn | Poommetee Ketson | 2017-08-26 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | Add a hint that helps user discover monitor graph Fix last row drawn outside when only one graph is in that row | ||||
| * | | | | Merge pull request #10665 from Hinsbart/save_update_mode | Rémi Verschelde | 2017-08-27 | 1 | -2/+11 |
| |\ \ \ \ | | | | | | | | | | | Editor: Remember update mode. | ||||
| | * | | | | Save update mode in project metadata. | Andreas Haas | 2017-08-26 | 1 | -2/+11 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #10669 from hpvb/fix-6118 | Rémi Verschelde | 2017-08-27 | 1 | -0/+3 |
| |\ \ \ \ | | | | | | | | | | | Add several missing Null checks in _notification | ||||
| | * | | | | Add several missing Null checks in _notification | Hein-Pieter van Braam | 2017-08-26 | 1 | -0/+3 |
| | |/ / / | | | | | | | | | | | | | This fixes #6118 | ||||
