summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* removed svg's in icons/darktoger52017-08-30588-4194/+0
|
* Implement color conversion for dark SVG iconstoger52017-08-302-35/+71
|
* moved 'scale import setting' into svg sectiontoger52017-08-301-1/+1
|
* Merge pull request #10771 from neikeq/pr-improve-build-callbacksJuan Linietsky2017-08-292-10/+15
|\ | | | | Improve build callbacks
| * Improve build callbacksIgnacio Etcheverry2017-08-292-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-stuffJuan Linietsky2017-08-295-76/+76
|\ \ | | | | | | DocData and virtual method type hints fixes
| * | Makes built-in vararg methods actual vararg methodsIgnacio Etcheverry2017-08-291-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 fixesIgnacio Etcheverry2017-08-295-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 iconsDaniel J. Ramirez2017-08-2970-271/+157
| |
* | removed DISCARD built in variable, replaced by actual discard GLSL ↵Juan Linietsky2017-08-291-2/+2
| | | | | | | | instruction, fixes #9677
* | -Fixes to how collada generates tangents (use SurfaceTool), closes #9562Juan Linietsky2017-08-291-202/+48
| | | | | | | | -Fix to gridmap cell size (wrong property type)
* | Merge pull request #10716 from Noshyaar/pr-updateRémi Verschelde2017-08-291-4/+9
|\ \ | | | | | | Change editor update_mode to boolean (update_always)
| * | Change editor update_mode to booleanPoommetee Ketson2017-08-291-4/+9
| | | | | | | | | | | | | | | Fix potential issues when MenuOptions enum or the entry in project metadata file is altered.
* | | Merge pull request #10704 from Noshyaar/pr-sceneRémi Verschelde2017-08-292-12/+43
|\ \ \ | | | | | | | | EditorNode: enhance open scene error dialog
| * | | EditorNode: enhance open scene error dialogPoommetee Ketson2017-08-292-12/+43
| | | |
* | | | Merge pull request #10705 from djrm/pr_gizmo_iconsRémi Verschelde2017-08-2916-8/+85
|\ \ \ \ | | | | | | | | | | Added missing gizmo icons and fixed ugly looking gizmo icons.
| * | | | Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez2017-08-2816-8/+85
| | | | |
* | | | | Merge pull request #10731 from Noshyaar/pr-saveRémi Verschelde2017-08-291-5/+12
|\ \ \ \ \ | | | | | | | | | | | | EditorNode: fix scene save over others
| * | | | | EditorNode: fix scene save over othersPoommetee Ketson2017-08-291-5/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #10614 from poke1024/realtime-polygon-2dRémi Verschelde2017-08-282-0/+23
|\ \ \ \ \ | |_|/ / / |/| | | | Adds realtime updates to polygon 2d editing
| * | | | polygon2d realtime editingBernhard Liebl2017-08-262-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_improvementsRémi Verschelde2017-08-282-24/+57
|\ \ \ \ \ | | | | | | | | | | | | Highlight currently selected gizmo.
| * | | | | Improved directional light arrow and gizmo highlightingDaniel J. Ramirez2017-08-281-24/+23
| | | | | |
| * | | | | Highlight currently selected gizmo.Daniel J. Ramirez2017-08-282-0/+34
| | |/ / / | |/| | | | | | | | | | | | | Work with, GIProbe, ReflectionProbe and Particles.
* | | | | Fix the channels gltf importer uses for metallic and AO textures.Ferenc Arn2017-08-281-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 settingsRémi Verschelde2017-08-282-1/+9
|/ / / / | | | | | | | | | | | | Regression from 565600e8445a3073e4188a1a2bde1f47dd299c5a, fixes #10712.
* | / / -Some fixes to code completion.Juan Linietsky2017-08-283-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-csv2Rémi Verschelde2017-08-281-3/+12
|\ \ \ | | | | | | | | ImporterCSV: add delimiter options , ; or \t
| * | | ImporterCSV: add delimiter options , ; or \tPoommetee Ketson2017-08-271-3/+12
| | | |
* | | | Merge pull request #10667 from Zylann/freelook_inertiaRémi Verschelde2017-08-283-18/+30
|\ \ \ \ | | | | | | | | | | Added freelook inertia
| * | | | Added freelook inertiaMarc Gilleron2017-08-273-18/+30
| | | | |
* | | | | Merge pull request #10662 from hoelzl/python3-v3Rémi Verschelde2017-08-282-23/+23
|\ \ \ \ \ | | | | | | | | | | | | Make build scripts Python 3 compatible
| * | | | | Make build scripts Python3 compatibleMatthias Hoelzl2017-08-272-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 filesMatthias Hoelzl2017-08-271-1/+1
| | |_|_|/ | |/| | |
* / | | | -Moved script run to editor, removed from projectJuan Linietsky2017-08-274-27/+30
|/ / / / | | | | | | | | | | | | | | | | -fixed to code completion -fix shader crash bug reported by tagcup
* | | | Dead code tells no talesRémi Verschelde2017-08-2767-19743/+11
| | | |
* | | | -Largely rewrote gridmap to simplify itJuan Linietsky2017-08-271-13/+8
| |/ / |/| | | | | | | | | | | -Got editor working again -Added a current-floor marker on selection
* | | Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-27252-252/+252
| | |
* | | Buildsystem: Reduce verbosity of font and translation generationRémi Verschelde2017-08-271-4/+0
| | |
* | | ImporterCSV: print error condition to consolePoommetee Ketson2017-08-271-6/+3
| | |
* | | Merge pull request #10591 from Rubonnek/possible-null-ptr-dereferenceRémi Verschelde2017-08-273-4/+4
|\ \ \ | | | | | | | | Added/Fixed null pointer checks
| * | | Added/Fixed null pointer checksWilson E. Alvarez2017-08-263-4/+4
| |/ /
* | | Merge pull request #10625 from Rubonnek/fixed-leaksRémi Verschelde2017-08-276-1/+11
|\ \ \ | | | | | | | | Fixed several memory leaks
| * | | Fixed several memory leaksWilson E. Alvarez2017-08-256-15/+11
| | |/ | |/|
* | | Merge pull request #10657 from Noshyaar/pr-debugRémi Verschelde2017-08-271-3/+6
|\ \ \ | | | | | | | | Monitor: add hint, fix certain graph not drawn
| * | | Monitor: add hint, fix certain graph not drawnPoommetee Ketson2017-08-261-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_modeRémi Verschelde2017-08-271-2/+11
|\ \ \ \ | | | | | | | | | | Editor: Remember update mode.
| * | | | Save update mode in project metadata.Andreas Haas2017-08-261-2/+11
| | |_|/ | |/| |
* | | | Merge pull request #10669 from hpvb/fix-6118Rémi Verschelde2017-08-271-0/+3
|\ \ \ \ | | | | | | | | | | Add several missing Null checks in _notification
| * | | | Add several missing Null checks in _notificationHein-Pieter van Braam2017-08-261-0/+3
| |/ / / | | | | | | | | | | | | This fixes #6118