| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-06-21 | Animation Blend Spaces | Juan Linietsky | 12 | -45/+1807 | |
| 2018-06-21 | fix default glTF metallic & roughness factor values | Rodolfo Ribeiro Gomes | 1 | -2/+5 | |
| The glTF 2.0 spec says that these pbrMetallicRoughness material properties should be set as 1.0 by default. In fact, KhronosGroup's official Blender Exporter does not even write down those parameters if they are set as 1.0. However, Godot import them as 0.0. https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness Fixes: #19613 https://github.com/godotengine/godot/issues/19613 | |||||
| 2018-06-19 | Add missing NULL checks for add_child_below_node | Marcelo Fernandez | 1 | -0/+4 | |
| 2018-06-19 | Fix profiler not updating on realtime | Marcelo Fernandez | 1 | -2/+2 | |
| 2018-06-19 | Fixed float Color conversions to int types | Max | 1 | -13/+13 | |
| 2018-06-19 | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij | 4 | -0/+152 | |
| 2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 25 | -49/+4043 | |
| -Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||||
| 2018-06-18 | Expose OS.get_ticks_usec() | Marc Gilleron | 3 | -0/+14 | |
| 2018-06-18 | Prevent animation player crash | Guilherme Felipe | 1 | -1/+1 | |
| 2018-06-18 | Fix order to register autoloads in-editor | George Marques | 1 | -2/+22 | |
| 2018-06-18 | Add longer description to ViewportTexture doc | Mel Collins | 1 | -0/+2 | |
| 2018-06-18 | Added description for abs function in Rect2 | unknown | 1 | -0/+1 | |
| 2018-06-18 | [DOCS] Builtin keywords because search is terribad | Max Hilbrunner | 1 | -1/+1 | |
| 2018-06-18 | [DOCS] TreeItem: Small fix for remove_child() | Max Hilbrunner | 1 | -1/+1 | |
| 2018-06-18 | [DOCS] InputEventMouseButton: Factor | Max Hilbrunner | 1 | -1/+1 | |
| 2018-06-17 | Add a little to ViewportTexture docs | Mel Collins | 1 | -0/+2 | |
| 2018-06-16 | Fix property hint for ReflectionProbe extents | Rémi Verschelde | 1 | -2/+2 | |
| 2018-06-15 | The build-solutions flag now forces editor mode. | Nathan Warden | 1 | -0/+1 | |
| 2018-06-15 | [Pluginscript] Fix not working exports in editor | Emmanuel Leblond | 1 | -19/+4 | |
| 2018-06-15 | Removed unused AudioServer::update function | Marcelo Fernandez | 3 | -7/+0 | |
| 2018-06-15 | Fix Vector2 doc of floor, add ceil doc | letheed | 1 | -1/+2 | |
| 2018-06-15 | Fix path typo for editor def capitalize_properties | Guilherme Felipe | 4 | -3/+15 | |
| 2018-06-15 | Travis: Build Mono module in linux tools job | Rémi Verschelde | 1 | -2/+5 | |
| 2018-06-15 | Travis: Make dependencies follow the matrix requirements | Rémi Verschelde | 1 | -39/+33 | |
| Also make the coverity addon only applied to the static checks build job. | |||||
| 2018-06-15 | Travis: Cleanup build matrix | Rémi Verschelde | 1 | -21/+12 | |
| Remove unused MinGW config, switch server build to gcc/tools. Update COVERITY_SCAN_TOKEN's secure. | |||||
| 2018-06-15 | doc: Remove extraneous empty lines in descriptions | Rémi Verschelde | 10 | -17/+0 | |
| 2018-06-14 | Added some details in skeleton docs. | tagcup | 1 | -2/+10 | |
| Workaround for #19551. | |||||
| 2018-06-14 | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D) | Guilherme Felipe | 1 | -6/+34 | |
| 2018-06-15 | Tweak adaptative guideline and completion_background color | letheed | 1 | -2/+2 | |
| 2018-06-14 | Small improvement to solarized theme | Guilherme Felipe | 1 | -2/+2 | |
| 2018-06-14 | Import morph target names from glTF | Pedro J. Estébanez | 1 | -1/+4 | |
| If mesh.extras.targetNames is available. Keep the former naming pattern as fallback. | |||||
| 2018-06-13 | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | Rémi Verschelde | 3 | -3/+7 | |
| Likely added by mistake in #19487. Should fix #19543. | |||||
| 2018-06-13 | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | 4 | -61/+46 | |
| from main editor. | |||||
| 2018-06-13 | Theme saving no longer hard coded | Paulb23 | 1 | -33/+10 | |
| 2018-06-13 | Polished 3D selection | JFonS | 10 | -83/+483 | |
| 2018-06-13 | LineEdit IME position will now ignore placeholder text. | Saracen | 1 | -4/+5 | |
| 2018-06-13 | A typo in ShaderCompilerGLES2 constructor code '==' used instead of '=' | nemerle | 1 | -1/+1 | |
| 2018-06-13 | Added Solarized Dark and Light themes | Chaosus | 3 | -15/+25 | |
| 2018-06-13 | Style fixes for commit d5bb6faa | Rémi Verschelde | 5 | -102/+117 | |
| 2018-06-12 | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe | 1 | -0/+40 | |
| Fix #19510. | |||||
| 2018-06-12 | Fixed regression making the logger not respect the max files limit. | Michael Alexsander Silva Dias | 1 | -2/+2 | |
| 2018-06-12 | Add support for tutorial links to makerst.py | robojumper | 79 | -100/+146 | |
| Also change the <tutorials> structure to make use of individual <link> tags | |||||
| 2018-06-12 | Inner classes' functions now appear in the editor's functions panel | Jairo Honorio | 1 | -0/+7 | |
| Fixes #19386 | |||||
| 2018-06-12 | Fixes a crash on draw_hover | groud | 2 | -38/+56 | |
| 2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky | 12 | -7/+813 | |
| -Documented all properties of project settings Update documentation for ProjectSettings | |||||
| 2018-06-11 | IME context detection. | Saracen | 11 | -4/+79 | |
| 2018-06-11 | Moved culling, updated lights and shadows into a prepare function so it is ↵ | Bastiaan Olij | 2 | -13/+91 | |
| only called once for stereo rendering | |||||
| 2018-06-11 | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | 4 | -39/+62 | |
| KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761. | |||||
| 2018-06-10 | updated Viewport docs to correct wrong information and fill out empty sections | clayjohn | 1 | -2/+6 | |
| 2018-06-10 | updated some particlematerial properties | clayjohn | 1 | -2/+2 | |
