summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-06ability to adjust propagation in gi probeJuan Linietsky
2017-02-06Several bugfixes, improving the import workflowJuan Linietsky
2017-02-04Ensure proper config version when reading the new configuration file.Juan Linietsky
2017-02-04Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky
2017-02-04completed scene importing (I hope?)Juan Linietsky
2017-02-04fix continous reimport bug (i hope)Juan Linietsky
2017-02-04Scene import more or less working, needs some missing features.Juan Linietsky
2017-02-03Changed OGG Vorbis type to be imported, so it's possible to specify loopJuan Linietsky
2017-02-03OBJ file importing!Juan Linietsky
2017-02-02wav file importing!Juan Linietsky
2017-02-02Merge pull request #7708 from volzhs/match-errRémi Verschelde
Match ERROR_QUERY_FAILED enum with others [ci skip]
2017-02-02Match ERROR_QUERY_FAILED enum with othersvolzhs
2017-02-02Fix crash when saving root node by "Save Branch as Scene" with unsaved scenevolzhs
Fix #7667 (cherry picked from commit 43a2599801be348dfd41d928c7a66a590dbe8745)
2017-02-02Fix #7011 ScrollContainer takes into account child's EXPAND flag when ↵Pawel Kowal
scrolling is enabled (cherry picked from commit e9316a009e08e8fe9aa961a0ccef2a77ba7133fc)
2017-02-02Merge pull request #7578 from baekdahl/masterRémi Verschelde
x11: don't wait for window to be mapped
2017-02-02Merge pull request #7689 from eska014/webgl2Rémi Verschelde
Enable WebGL2 in web export, start fixing build
2017-02-02Merge pull request #7683 from marcelofg55/masterRémi Verschelde
Fix issues with set_window_resizable on x11
2017-02-02Merge pull request #7681 from karroffel/classdb_typeRémi Verschelde
corrected ClassDB::instance() return type
2017-02-02Merge pull request #7672 from Hinsbart/drag_crashRémi Verschelde
SceneTreeDock: Fix crash when dragging invalid nodes.
2017-02-02Merge pull request #7670 from RandomShaper/load-placeholder-dupRémi Verschelde
Replicate load-as-placeholder state on node duplication
2017-02-02Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde
Fixed line lenght guideline, and added colour option
2017-02-02Merge pull request #7649 from Faless/fix_input_masterRémi Verschelde
Keyboard Input modifiers do not block actions.
2017-02-02Merge pull request #7648 from RayKoopa/add_remove_animation_warningRémi Verschelde
Added warning when removing animations
2017-02-02Merge pull request #7645 from tagcup/x11_optimization_flags_v2Rémi Verschelde
Use -Ofast on x11. Also introduced use_lto option.
2017-02-02Merge pull request #7704 from volzhs/fix-compile-errorRémi Verschelde
Fix compile error
2017-02-02Fix compile errorvolzhs
2017-02-01CSV translation import pluginJuan Linietsky
2017-02-01Lot of work in new importer, importing textures now works.Juan Linietsky
2017-02-01Enable WebGL2 in web export, start fixing buildeska
Will not yet compile
2017-01-30Fix issues with set_window_resizable on x11marcelofg55
2017-01-30corrected ClassDB::insatnce() return typeKarroffel
2017-01-30Merge pull request #7680 from cbscribe/masterRémi Verschelde
grammar fixes, it's -> its [ci skip]
2017-01-29grammar fixes, it's -> itsChris Bradfield
2017-01-29SceneTreeDock: Fix crash when dragging invalid nodes.Andreas Haas
Fixes #7529
2017-01-29Replicate load-as-placeholder state on node duplicationPedro J. Estébanez
Cherry-picked from 936f2e3b4e9fb657f6c874020428f8159356d923
2017-01-28Fixed line lenght guideline drawing with color optionPaulb23
2017-01-26Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn
debug_release doesn't turn off optimizations for release target now. Ensure that sanitizer options apply to both C and C++ files. Built-in optimization/debug flags are prepended such that user-specified flags can override them. Based on and around the discussion in PR #5194.
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-25Added warning when removing animationsRay Koopa
2017-01-25Keyboard Input modifiers do not block actions.Fabio Alessandrelli
This means, if you press "F" while holding "shift" and there is and action registered for "F" that action should be pressed. This commit restore this behaviour, lost when implementing is_action_just_pressed. If you want "blocking modifiers" you should code it via script. Fixes 6826
2017-01-25Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde
Fix weird scrollbar appearance on 2D editor (3.0 master)
2017-01-25Merge pull request #7563 from RayKoopa/extended_list_dir_beginRémi Verschelde
Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries
2017-01-25Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde
Add run/output category [ci skip]
2017-01-25Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde
Show transparency and accurate color for modulate
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse ↵Ilija Boshkov
mode (#7162)
2017-01-25Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky
Greater VCS friendliness
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-25Add run/output categoryGuilherme Felipe
2017-01-25Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs
2017-01-25Merge pull request #7635 from RandomShaper/fs-split-layoutRémi Verschelde
Include filesystem dock split offset in editor layouts