Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-20 | Merge pull request #11783 from endragor/ios-export-frameworks | Rémi Verschelde | |
Allow exporting third-party iOS Frameworks | |||
2017-11-20 | Merge pull request #11940 from GodotExplorer/debugger | Rémi Verschelde | |
Enhanced debugger for godot 3.0 | |||
2017-11-20 | Add simple spacebar panning setting for 2D editor | Ricardo Maes | |
2017-11-20 | Merge pull request #13105 from Krakean/master | Rémi Verschelde | |
Files list: Add "New Folder.." popup when nothing under mouse cursor | |||
2017-11-20 | Merge pull request #12645 from Zylann/custom_aabb | Rémi Verschelde | |
Implement per-instance custom bounding box | |||
2017-11-20 | Implement per-instance custom bounding box | Marc Gilleron | |
# Conflicts: # servers/visual/visual_server_scene.h | |||
2017-11-20 | Merge pull request #13102 from djrm/pr_fixes | Rémi Verschelde | |
Fixed runtime EDITOR_DEFs being dropped. | |||
2017-11-20 | Merge pull request #13108 from djrm/pr_visual_improvements | Rémi Verschelde | |
Visual fixes | |||
2017-11-20 | Merge pull request #13106 from muiroc/btfixes | Rémi Verschelde | |
bullet cast_motion: reordered null check | |||
2017-11-20 | Visual fixes | Daniel J. Ramirez | |
Added some icons (Including the onion one) Fixed text editor ellipsis style and editor tabs | |||
2017-11-20 | Add "New Folder.." to right mouse button click on project fileslist panel ↵ | Dmitry Koteroff | |
_WHEN_ no any file/folder is under mouse cursor. | |||
2017-11-21 | Allow configuring iOS export | Ruslan Mustakov | |
- EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently). | |||
2017-11-20 | bullet cast_motion: reordered null check | muiroc | |
2017-11-20 | Fixed runtime EDITOR_DEFs being dropped. | Daniel J. Ramirez | |
2017-11-20 | Merge pull request #13097 from ianb96/scene_tab_crash_fix | Poommetee Ketson | |
Fixes a crash on linux regarding scene tabs | |||
2017-11-20 | fix linux crash in _update_scene_tabs | Ian | |
2017-11-20 | Merge pull request #12359 from kubecz3k/spatial-lock | Rémi Verschelde | |
ability to lock spatial nodes transform in editor | |||
2017-11-20 | Merge pull request #12387 from santouits/x1111 | Rémi Verschelde | |
Fix x11 boot logo position in fullscreen and in maximized | |||
2017-11-20 | Merge pull request #13094 from karroffel/gdnative-api-register-nativecall | Thomas Herzog | |
[GDNative] add a way to register call types | |||
2017-11-20 | Merge pull request #13093 from karroffel/gdnative-static-linking-is-kill | Thomas Herzog | |
[GDNative] removed static linking fields | |||
2017-11-20 | Merge pull request #12421 from TheSofox/parallax-overhaul | Rémi Verschelde | |
Overhauled the ParallaxBackground system | |||
2017-11-20 | Merge pull request #12555 from kosz78/export-pck | Rémi Verschelde | |
Add command line support to export pck or zip | |||
2017-11-20 | [GDNative] add a way to register call types | Karroffel | |
2017-11-20 | [GDNative] removed static linking fields | Karroffel | |
2017-11-20 | Merge pull request #13092 from godotengine/revert-12644-ogg_loop | Juan Linietsky | |
Revert "Added loop_begin and loop_end to OggVorbisStream" | |||
2017-11-20 | Revert "Added loop_begin and loop_end to OggVorbisStream" | Juan Linietsky | |
2017-11-20 | Merge pull request #13006 from hoelzl/pr-placement-delete | Rémi Verschelde | |
Add placement deletes to avoid warnings on VC++ | |||
2017-11-20 | Make old scenes readable again | Juan Linietsky | |
2017-11-20 | Merge pull request #13082 from groud/fix_err_class_registration | Poommetee Ketson | |
Fixes a double class registration error | |||
2017-11-20 | Fixes a double class registering error | Gilles Roudiere | |
2017-11-20 | Merge pull request #13060 from karroffel/gdnative-version-error | Thomas Herzog | |
[GDNative] (version-) error reporting + small API change | |||
2017-11-20 | [GDNative] removed godot_string_c_str | Karroffel | |
2017-11-20 | [GDNative] loading error and version error procs | Karroffel | |
2017-11-20 | Merge pull request #13023 from tom95/particles-align-y-12865 | Rémi Verschelde | |
Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865 | |||
2017-11-20 | Merge pull request #13080 from Slowgames/bugfix/10721 | Rémi Verschelde | |
Basis accepts Vector3 as constructor argument. | |||
2017-11-20 | Basis accepts Vector3 as constructor argument. | Chip Collier | |
2017-11-20 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added as AUTHORS: @AndreaCatania, @sheepandshepherd, @poke1024, @DmitriySalnikov, @ianb96, @hoelzl, @mhilbrunner, @n-pigeon. [ci skip] | |||
2017-11-20 | Merge pull request #12644 from mrcdk/ogg_loop | Rémi Verschelde | |
Added loop_begin and loop_end to OggVorbisStream | |||
2017-11-20 | Merge pull request #12717 from NathanWarden/material_import_fix | Rémi Verschelde | |
Fixed a bug where materials and/or meshes weren't assigned to scene on first import. | |||
2017-11-20 | Merge pull request #12942 from sersoong/master-test | Rémi Verschelde | |
3.0 - add open feture to dependency_editor.cpp(View Owner..) | |||
2017-11-20 | Merge pull request #12952 from bojidar-bg/12392-export-enums | Rémi Verschelde | |
Allow exporting enums from GDScript | |||
2017-11-20 | Merge pull request #12983 from ianb96/scene_add_tab | Rémi Verschelde | |
Add Scene button and tab scrolling | |||
2017-11-20 | Merge pull request #12984 from willnationsdev/richtextlabel-hover-signal | Rémi Verschelde | |
RichTextLabel: Adding ability for single meta hovering | |||
2017-11-20 | Merge pull request #13008 from Chaosus/assetstorefixes | Rémi Verschelde | |
Few fixes for asset store browser | |||
2017-11-20 | Merge pull request #13075 from sersoong/master-test3 | Rémi Verschelde | |
[3.0] - Add close other tabs to Script Editor | |||
2017-11-20 | Merge pull request #13041 from RandomShaper/unify-node-duplicate | Rémi Verschelde | |
Let SceneTreeDock duplicate nodes via Node::duplicate() | |||
2017-11-20 | Merge pull request #13049 from tagcup/pathfollow2d_parallel_transport | Rémi Verschelde | |
Use parallel transport in PathFollow2D. | |||
2017-11-20 | Merge pull request #13061 from eska014/html5-export | Rémi Verschelde | |
Export boot splash image and add option for custom HTML shell file in HTML5 export | |||
2017-11-20 | Merge pull request #13053 from akien-mga/methods-mkstr | Rémi Verschelde | |
Remove need to _MKSTR version strings and rename "revision" to "build" | |||
2017-11-20 | Fix TextEdit::cursor_set_line bindings | Rémi Verschelde | |
As spotted by @neikeq - fixes #13068. |