aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename BlendSpace to BlendSpace2DThomas Herzog2018-06-257-151/+151
* State machine animation nodeJuan Linietsky2018-06-2530-13/+3660
* Remove extra addition to tree of editor autoloadsGeorge Marques2018-06-251-8/+0
* Merge pull request #19744 from marcelofg55/profiler_clearRémi Verschelde2018-06-252-4/+17
|\
| * Add a Clear button to the profilerMarcelo Fernandez2018-06-232-4/+17
* | Merge pull request #19728 from Chaosus/theme_stringsRémi Verschelde2018-06-253-51/+49
|\ \
| * | Changed themes presets to String formatChaosus2018-06-233-51/+49
| |/
* | Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde2018-06-252-37/+57
|\ \
| * | Move Theme options to submenuChaosus2018-06-212-37/+57
* | | Merge pull request #19718 from thduynguyen/bug_fixesRémi Verschelde2018-06-251-1/+11
|\ \ \
| * | | bugfix: correct #ifdef for TOUCH_ENABLED and OPENGL_ENABLEDDuy-Nguyen Ta2018-06-221-1/+11
* | | | Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-257-21/+40
|\ \ \ \
| * | | | Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-277-21/+40
* | | | | Merge pull request #19743 from Calinou/remove-appimage-structureRémi Verschelde2018-06-253-12/+0
|\ \ \ \ \
| * | | | | Remove the old AppImage structureHugo Locurcio2018-06-243-12/+0
| | |_|_|/ | |/| | |
* | | | | Merge pull request #19730 from BastiaanOlij/fix_y_shiftRémi Verschelde2018-06-251-5/+5
|\ \ \ \ \
| * | | | | Fix typo in y shiftBastiaan Olij2018-06-231-5/+5
| |/ / / /
* | | | | Merge pull request #19745 from BastiaanOlij/fix_frustum_msgRémi Verschelde2018-06-251-4/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fight off some error spam in the editorBastiaan Olij2018-06-241-4/+16
|/ / / /
* | | | Merge pull request #19016 from neikeq/wIgnacio Etcheverry2018-06-222-20/+56
|\ \ \ \
| * | | | Mono: Module build improvementsIgnacio Etcheverry2018-06-222-20/+56
* | | | | i18n: Sync translations with WeblateRémi Verschelde2018-06-2237-1669/+1755
* | | | | Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde2018-06-226-14/+20
|\ \ \ \ \
| * | | | | add NoCache wrapper to CommandRhody Lugo2018-06-216-14/+20
| | |_|_|/ | |/| | |
* | | | | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-217-12/+341
* | | | | Remove error messagesJuan Linietsky2018-06-212-2/+2
* | | | | Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-216-48/+112
* | | | | Animation Blend SpacesJuan Linietsky2018-06-2112-45/+1807
* | | | | Merge pull request #19690 from rodolforg/fix-gltf-import-parametersRémi Verschelde2018-06-211-2/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes2018-06-211-2/+5
|/ / / /
* | | | Merge pull request #19662 from marcelofg55/profiler_updateRémi Verschelde2018-06-201-2/+2
|\ \ \ \
| * | | | Fix profiler not updating on realtimeMarcelo Fernandez2018-06-191-2/+2
* | | | | Merge pull request #19663 from marcelofg55/add_child_below_nodeMax Hilbrunner2018-06-201-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add missing NULL checks for add_child_below_nodeMarcelo Fernandez2018-06-191-0/+4
|/ / / /
* | | | Merge pull request #19654 from maksloboda/color-bugRémi Verschelde2018-06-201-13/+13
|\ \ \ \
| * | | | Fixed float Color conversions to int typesMax2018-06-191-13/+13
|/ / / /
* | | | Merge pull request #19591 from BastiaanOlij/gdnative_androidRémi Verschelde2018-06-194-0/+152
|\ \ \ \
| * | | | Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-194-0/+152
|/ / / /
* | | | -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-1825-49/+4043
* | | | Merge pull request #19632 from vnen/fix-editor-autoload-registerGeorge Marques2018-06-181-2/+22
|\ \ \ \
| * | | | Fix order to register autoloads in-editorGeorge Marques2018-06-181-2/+22
* | | | | Merge pull request #19631 from guilhermefelipecgs/fix_animation_player_crashRémi Verschelde2018-06-181-1/+1
|\ \ \ \ \
| * | | | | Prevent animation player crashGuilherme Felipe2018-06-181-1/+1
* | | | | | Merge pull request #19612 from Zylann/get_ticks_usecRémi Verschelde2018-06-183-0/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Expose OS.get_ticks_usec()Marc Gilleron2018-06-183-0/+14
| |/ / / /
* | | | | Merge pull request #19626 from romlok/viewporttexturedocMax Hilbrunner2018-06-181-0/+2
|\ \ \ \ \
| * | | | | Add longer description to ViewportTexture docMel Collins2018-06-181-0/+2
|/ / / / /
* | | | | Added description for abs function in Rect2unknown2018-06-181-0/+1
* | | | | Merge pull request #19573 from guilhermefelipecgs/fix_animation_previewRémi Verschelde2018-06-181-6/+34
|\ \ \ \ \
| * | | | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe2018-06-141-6/+34