| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-06-26 | Implement OpenGL ES rasterizer selection logic for Android. | geequlim | 4 | -14/+38 | |
| 2018-06-26 | Optimize _recreate_quadrants | Marcelo Fernandez | 2 | -4/+8 | |
| 2018-06-26 | ensure BlendSpace1D syncs animations | Thomas Herzog | 1 | -8/+20 | |
| 2018-06-25 | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | 16 | -119/+124 | |
| 2018-06-25 | removed print | Juan Linietsky | 1 | -4/+0 | |
| 2018-06-25 | added BlendSpace1D editor plugin | Thomas Herzog | 10 | -54/+914 | |
| This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin. | |||||
| 2018-06-25 | added AnimationBlendSpace1D | Thomas Herzog | 5 | -3/+346 | |
| 2018-06-25 | rename BlendSpace to BlendSpace2D | Thomas Herzog | 7 | -151/+151 | |
| 2018-06-25 | State machine animation node | Juan Linietsky | 30 | -13/+3660 | |
| 2018-06-25 | Remove extra addition to tree of editor autoloads | George Marques | 1 | -8/+0 | |
| Fix #19675 | |||||
| 2018-06-25 | Fix vsync initialization | Chaosus | 1 | -0/+2 | |
| 2018-06-24 | Fight off some error spam in the editor | Bastiaan Olij | 1 | -4/+16 | |
| 2018-06-23 | Add a Clear button to the profiler | Marcelo Fernandez | 2 | -4/+17 | |
| 2018-06-24 | Remove the old AppImage structure | Hugo Locurcio | 3 | -12/+0 | |
| These files did not serve a real purpose since `icon.png` can be used as the AppImage icon, and a .desktop file can be found at `misc/dist/linux/godot.desktop` with the same contents. | |||||
| 2018-06-23 | Changed themes presets to String format | Chaosus | 3 | -51/+49 | |
| 2018-06-23 | Fix typo in y shift | Bastiaan Olij | 1 | -5/+5 | |
| 2018-06-22 | Mono: Module build improvements | Ignacio Etcheverry | 2 | -20/+56 | |
| - Add (Csc/Vbc/Fsc)ToolExe environment variables when running Mono's MSBuild. - Fix directory for the 'mono_assemblies_output_dir' argument being created with the '#' top level directory token as part of its name. - Allow to build with 'mono_static=yes' on Unix without specifying a mono prefix. The build script will try to find the mono prefix using the output from pkg-config. | |||||
| 2018-06-22 | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLED | Duy-Nguyen Ta | 1 | -1/+11 | |
| 2018-06-22 | i18n: Sync translations with Weblate | Rémi Verschelde | 37 | -1669/+1755 | |
| (cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41) | |||||
| 2018-06-21 | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky | 7 | -12/+341 | |
| 2018-06-21 | Remove error messages | Juan Linietsky | 2 | -2/+2 | |
| 2018-06-21 | Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵ | Juan Linietsky | 6 | -48/+112 | |
| with delete key | |||||
| 2018-06-21 | Animation Blend Spaces | Juan Linietsky | 12 | -45/+1807 | |
| 2018-06-21 | Move Theme options to submenu | Chaosus | 2 | -37/+57 | |
| 2018-06-21 | add NoCache wrapper to Command | Rhody Lugo | 6 | -14/+20 | |
| 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 | |
