Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-19 | Dictionary editing does the comeback to the inspector, fixes #19046 | Juan Linietsky | |
2018-05-18 | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basis | Rémi Verschelde | |
Mono: Basis constructor for euler parameter | |||
2018-05-18 | Merge pull request #19013 from bruvzg/uwp_build_fix | Rémi Verschelde | |
Fix UWP build after #14622. | |||
2018-05-18 | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-color | Ignacio Etcheverry | |
mono: New Color methods: Darkened, Lightened and ToRgba32 | |||
2018-05-18 | Merge pull request #19017 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | |
fixed capital A osx | |||
2018-05-18 | fixed capital A osx | toger5 | |
2018-05-18 | Merge pull request #18977 from KellyThomas/c-sharp-feature-parity-plane | Ignacio Etcheverry | |
Mono: Expose Normal and D properties as properties in Plane | |||
2018-05-18 | Fix UWP build after #14622. | bruvzg | |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | |
-make curve texture preview not so large, so its easier to embed the editor | |||
2018-05-18 | Merge pull request #19004 from BastiaanOlij/fix_particles_viewport_texture | Juan Linietsky | |
Fixes issue that a viewport texture doesn't work with particle shader | |||
2018-05-18 | Fixes issue that a viewport texture doesn't work with particle shader | Bastiaan Olij | |
2018-05-18 | Merge pull request #18978 from Chaosus/cubebugfix | Rémi Verschelde | |
Fix property bug in CubeMesh which prevent it from changing in inspector | |||
2018-05-18 | Merge pull request #18989 from YeldhamDev/filter_fancy | Rémi Verschelde | |
Small visual changes for some filter bars | |||
2018-05-17 | Small visual changes for some filter bars. | Michael Alexsander Silva Dias | |
2018-05-18 | Merge pull request #18988 from godotengine/revert-18981-fix_color_picker | Rémi Verschelde | |
Revert "Fix color-picker sliders" | |||
2018-05-18 | Revert "Fix color-picker sliders" | Rémi Verschelde | |
2018-05-17 | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | |
Restore support for minimal 3x3 autotile sets | |||
2018-05-17 | Working Drag & Drop again in inspector | Juan Linietsky | |
2018-05-18 | Merge pull request #18981 from capnm/fix_color_picker | Rémi Verschelde | |
Fix color-picker sliders | |||
2018-05-18 | Merge pull request #18962 from djrm/pr_inspector_dock | Rémi Verschelde | |
Moved inspector functionality from EditorNode to InspectorDock. | |||
2018-05-17 | Moved inspector functionality from EditorNode to InspectorDock. | Daniel J. Ramirez | |
2018-05-17 | Fix color-picker sliders | Martin Capitanio | |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-17 | Merge pull request #18971 from marcelofg55/missing_return | Juan Linietsky | |
Fix missing return on Navigation2D::get_closest_point_owner | |||
2018-05-17 | Fix bug in CubeMesh | Chaosus | |
2018-05-17 | mono: Plane, expose Normal, and D | Kelly Thomas | |
2018-05-17 | Restore support for minimal 3x3 autotile sets | isaacremnant | |
2018-05-17 | mono: New Color methods: Darkened, Lightened and ToRgba32 | Kelly Thomas | |
2018-05-17 | Mono: Basis constructor for euler parameter | Kelly Thomas | |
2018-05-17 | Fix missing return on Navigation2D::get_closest_point_owner | Marcelo Fernandez | |
2018-05-17 | Merge pull request #18967 from Valentactive/fix-mono-build-linux | Rémi Verschelde | |
fixes build error on Linux after its introduction in #18949 | |||
2018-05-17 | fixes build error on Linux after its introduction in #18949 | Michele Valente | |
The function expects now a return value. Returning NULL seems to work in this case. | |||
2018-05-17 | Merge pull request #18405 from flashyincceo/gdscript-constants-help | Rémi Verschelde | |
Fix Ctrl+click on @GDScript constants | |||
2018-05-17 | Merge pull request #18529 from swarnimarun/master | Rémi Verschelde | |
Fix StaticBody2D ignore in tileset bug | |||
2018-05-17 | Merge pull request #18862 from endragor/remove-font-width-ceiling | Rémi Verschelde | |
Ceil char width within Label instead of Font | |||
2018-05-17 | Merge pull request #18949 from neikeq/alo | Rémi Verschelde | |
Mono: Project building fixes | |||
2018-05-17 | Merge pull request #18946 from nemerle/fix_poolallocator_resize | Rémi Verschelde | |
Fix PoolAllocator::resize for too large p_new_size | |||
2018-05-17 | Mono: Project building fixes | Ignacio Etcheverry | |
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full. | |||
2018-05-16 | Merge pull request #15909 from authenticate/tilemap_fix | Mariano Javier Suligoy | |
TileMap Navigation Fixes | |||
2018-05-17 | Fix PoolAllocator::resize for too large p_new_size | nemerle | |
The code had a subtle signed/unsigned bug - ```cpp if( signed - unsigned < 0) // signed - unsigned is unsigned in c++, so if( unsigned < 0) // and thus the if block will never be executed ``` Thus all the following code would be ran, including unnecessary retries of compacting the pool. | |||
2018-05-16 | Merge pull request #18889 from madadam/async-await-fix | Ignacio Etcheverry | |
Set current SynchronizationContext before the game loop starts | |||
2018-05-16 | Added Rename Context Menu Option for SceneTreeDock | Eoin O'Neill | |
2018-05-16 | Merge pull request #18804 from tagcup/vec_slerp | Rémi Verschelde | |
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation. | |||
2018-05-16 | Merge pull request #18814 from PJB3005/18-05-12-imagetexture-load-error | Rémi Verschelde | |
ImageTexture.load returns an error code. | |||
2018-05-16 | Merge pull request #18868 from bruvzg/clang_6_workaround | Rémi Verschelde | |
Workaround for clang 6.0.0 / Xcode 9.3 release (-O3) build bug. | |||
2018-05-16 | Merge pull request #18930 from samdze/master | Rémi Verschelde | |
Changed the name displayed for built-in scripts in the Script tab with a more descriptive one | |||
2018-05-16 | Merge pull request #18934 from YeldhamDev/project_metadata_expose | Rémi Verschelde | |
Exposed set/get_project_metadata in EditorSettings | |||
2018-05-16 | Merge pull request #18944 from akien-mga/appveyor-pip | Rémi Verschelde | |
Fix scons installation on AppVeyor | |||
2018-05-16 | Fix scons installation on AppVeyor | Rémi Verschelde | |
Seems like AppVeyor just upgraded pip and finally removed the deprecated --egg switch. | |||
2018-05-16 | Merge pull request #18905 from volzhs/zstd-1.3.4 | Rémi Verschelde | |
Update zstd to 1.3.4 |