Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | Add option to keep margins when changing anchors, closes #3979 | Bojidar Marinov | |
Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times | |||
2016-03-09 | Merge pull request #3928 from Marqin/whitespace | Rémi Verschelde | |
remove trailing whitespace - sorry for the broken PRs, please rebase :) | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-08 | Merge pull request #3991 from JoshuaGrams/issue-3711 | Rémi Verschelde | |
Issue 3711 | |||
2016-03-08 | AnimationTreePlayer: distinguish value tracks. | Josh Grams | |
If the node had a 3D Transform, the transform would always get written, even if the tracks on that node were supposed to be value tracks. | |||
2016-03-08 | Merge pull request #3958 from SaracenOne/cpu_skinning_path_fix | Juan Linietsky | |
Fix to CPU skinning path when using GPU skinning (meshes with morphs) | |||
2016-03-08 | Merge pull request #3969 from Paulb23/scroll_past_end_of_file | Juan Linietsky | |
Enabled scrolling past end of file in text editor. | |||
2016-03-08 | Merge pull request #3981 from SaracenOne/shadow_casting_features | Juan Linietsky | |
Added extra controls to GeometryInstances for controlling how shadows are cast. | |||
2016-03-08 | Merge pull request #3833 from AlexHolly/feature-file-md5 | Rémi Verschelde | |
expose md5 for file(s) to gdscript | |||
2016-03-08 | Variant::blend: add Quat, fix Vector3. | Josh Grams | |
2016-03-08 | Merge pull request #3982 from RegalMedia/patch-1 | Rémi Verschelde | |
Update version in Info.plist | |||
2016-03-07 | Update version in Info.plist | RegalMedia | |
Getting info on Godot.app still shows version 1.0.0. Would be nice to have this reflect the real version number via the build system. | |||
2016-03-07 | Added extra controls to GeometryInstances to control how they should cast ↵ | Saracen | |
shadows: double-sided and shadows only. Conflicts: servers/visual/visual_server_raster.h | |||
2016-03-07 | Merge pull request #3919 from chuckeles/open-lines-below-above | Rémi Verschelde | |
Open line below and above | |||
2016-03-07 | Merge pull request #3978 from Hinsbart/fix_erase_event | Rémi Verschelde | |
fix InputMap::action_erase_event() | |||
2016-03-07 | fix InputMap::action_erase_event() | hondres | |
fixes #3976 | |||
2016-03-07 | Merge pull request #3975 from volzhs/compile-png-on-windows | Rémi Verschelde | |
fix compiling android templates on windows | |||
2016-03-07 | This will disable png arm neon optimizing for android template if compile on ↵ | volzhs | |
windows, but make compiling successful. And arm neon opt is enabled if not on windows. | |||
2016-03-07 | Merge pull request #3974 from Marqin/master | Rémi Verschelde | |
migrate to container-based Travis CI | |||
2016-03-07 | migrate to container-based Travis CI | Hubert Jarosz | |
2016-03-07 | Merge pull request #3972 from Hinsbart/fix_hscroll | Rémi Verschelde | |
osx: fix inverted horizontal scrolling | |||
2016-03-07 | osx: fix inverted horizontal scrolling | hondres | |
2016-03-07 | Enabled scrolling past end of file | Paulb23 | |
2016-03-06 | Fix to CPU skinning path when using GPU skinning (meshes with morphs) ↵ | Saracen | |
causing modifications to root bone to have doubled offset and wasted performance. | |||
2016-03-06 | Merge pull request #3951 from TheHX/issue-3857 | Rémi Verschelde | |
Fix Project Settings dialog add/delete global variable | |||
2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | |
2016-03-06 | Merge pull request #3949 from Hinsbart/fix_trigger_doc | Rémi Verschelde | |
doc: fix joystick left/right trigger axis description | |||
2016-03-06 | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5) | hondres | |
2016-03-06 | Merge pull request #3939 from chuckeles/gdscript-doc | Rémi Verschelde | |
Built-in functions and global scope doc | |||
2016-03-06 | Add more verbose build-in functions descriptions | Martin Chuckeles | |
Add descriptions for some global constants | |||
2016-03-06 | Merge pull request #3927 from TheHX/issue-3645 | Rémi Verschelde | |
Added search box in Class List dialog (Script Editor) | |||
2016-03-06 | Merge pull request #3931 from TheHX/issue-3876 | Rémi Verschelde | |
Fix Sprite doesn't updating region_rect value in certain conditions | |||
2016-03-06 | Merge pull request #3932 from TheHX/issue-807 | Rémi Verschelde | |
The help page now show the entire object hierarchy | |||
2016-03-05 | The help page now show the entire object hierarchy | Franklin Sobrinho | |
2016-03-05 | Merge pull request #3930 from TheHX/issue-3801 | Rémi Verschelde | |
Removed "__editor_plugin_screen__" metadata creation | |||
2016-03-05 | Fix Sprite doesn't updating region_rect value in certain conditions | Franklin Sobrinho | |
2016-03-05 | Removed "__editor_plugin_screen__" metadata creation | Franklin Sobrinho | |
2016-03-05 | Merge pull request #3922 from chuckeles/doc | Rémi Verschelde | |
GDScript Documentation | |||
2016-03-05 | Write GDScript documentation | Martin Chuckeles | |
2016-03-05 | Merge pull request #3893 from leezh/diraccess_fix | Rémi Verschelde | |
Added relative paths for DirAccess::remove() | |||
2016-03-05 | Merge pull request #3920 from Hinsbart/js_echo_keys | Rémi Verschelde | |
html5: workaround for echo key events. | |||
2016-03-05 | Added search box in Class List dialog (Script Editor) | Franklin Sobrinho | |
2016-03-04 | html5: workaround for echo key events. | hondres | |
2016-03-04 | Add special new line opening | Martin Chuckeles | |
2016-03-04 | -Work on addon editor plugin (disabled by default) | Juan Linietsky | |
-New HTTPRequest node, to make HTTP requests simpler. | |||
2016-03-04 | Merge pull request #3910 from chuckeles/completion-tooltip | Rémi Verschelde | |
Completion tooltip | |||
2016-03-04 | Add editor settings for call hint placement | Martin Chuckeles | |
Added settings: text_editor/put_callhint_tooltip_below_current_line and text_editor/callhint_tooltip_offset | |||
2016-03-03 | Hide hint if completion is active | Martin Chuckeles | |
2016-03-03 | Move the call hint under the current line | Martin Chuckeles | |
2016-03-03 | Merge pull request #3907 from Stabington/master | Rémi Verschelde | |
set_time_scale docs |