Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-03 | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | |
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | |||
2017-07-03 | Merge pull request #9462 from Noshyaar/pr2 | Rémi Verschelde | |
SceneTab: MMB or double LMB to create new scene | |||
2017-07-03 | Merge pull request #9465 from Zylann/curve_preview | Rémi Verschelde | |
Added Curve preview thumbnail | |||
2017-07-03 | Merge pull request #9468 from BastiaanOlij/osx_export_dmg | Rémi Verschelde | |
On OSX export to DMG and optionally code sign the app bundle | |||
2017-07-03 | Merge pull request #9473 from Noshyaar/pr-author | Rémi Verschelde | |
Authors/About: support for multiple sections | |||
2017-07-03 | Merge pull request #9481 from BastiaanOlij/prim_capsule_flat | Rémi Verschelde | |
Re-orient capsule to collision shape | |||
2017-07-03 | Merge pull request #9484 from kubecz3k/subscene-single-click | Rémi Verschelde | |
Clicking on subscene icon will open it | |||
2017-07-03 | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | |
2017-07-03 | Merge pull request #9486 from TwistedTwigleg/Node2D_set_global_scale_fix | Rémi Verschelde | |
Fixed set_global_scale in Node2D. | |||
2017-07-03 | Fixed set_global_scale in Node2D. | TwistedTwigleg | |
2017-07-03 | Clicking on subscene icon will open it | Jakub Grzesik | |
All options are moved into RMB menu | |||
2017-07-03 | Re-orient capsule to colission shape | BastiaanOlij | |
2017-07-03 | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | |
2017-07-03 | Merge pull request #9471 from volzhs/visibility-changes | Rémi Verschelde | |
Update visibility icon properly | |||
2017-07-03 | Authors/About: support for multiple sections | Poommetee Ketson | |
2017-07-03 | Update visibility icon properly | volzhs | |
2017-07-02 | On OSX export to DMG and optionally code sign the app bundle | BastiaanOlij | |
2017-07-02 | EditorNameDialog: Remove unnecessary move_child | Rémi Verschelde | |
Fixes #9377. | |||
2017-07-02 | Script editor help: Prevent loading empty instances from layout | Rémi Verschelde | |
2017-07-02 | Added Curve preview thumbnail | Marc Gilleron | |
2017-07-01 | Merge pull request #9463 from bojidar-bg/9461-fix-backcompat | Rémi Verschelde | |
Readd tilemap's shape_transform and bugfixes | |||
2017-07-01 | Animation Editor: Fix trying to stop playback without player. | Andreas Haas | |
Fixes #9280 | |||
2017-07-01 | Readd shape_offset as an editor-only and backcompat property | Bojidar Marinov | |
2017-07-01 | Readd tilemap's shape_transform and bugfixes | Bojidar Marinov | |
This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717. | |||
2017-07-01 | SceneTab: MMB or double LMB to create new scene | Poommetee Ketson | |
2017-07-01 | Merge pull request #9461 from ↵ | Juan Linietsky | |
godotengine/revert-9454-9409-fix-collisionshape2d-return Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions to them" | |||
2017-07-01 | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵ | Juan Linietsky | |
collisions to them" | |||
2017-07-01 | Script create diag: Show extensions for currently selected language only. | Andreas Haas | |
2017-07-01 | Merge pull request #9455 from akien-mga/buildsystem-fixes | Rémi Verschelde | |
Buildsystem: Improve detect.py readability and fix issues | |||
2017-07-01 | Buildsystem: Improve detect.py readability and fix issues | Rémi Verschelde | |
Tried to organize the configure(env) calls in sections, using the same order for all platforms whenever possible. Apart from cosmetic changes, the following issues were fixed: - Android: cleanup linkage, remove GLESv1_CM and GLESv2 - iPhone: Remove obsolete "ios_gles22_override" option - OSX: * Fix bits detection (default to 64) and remove obsolete "force_64_bits" option (closes #9449) * Make "fat" bits argument explicit - Server: sync with X11 - Windows: clean up old DirectX 9 stuff - X11: * Do not require system OpenSSL for building (closes #9443) * Fix typo'ed use_leak_sanitizer option * Fix .llvm suffix overriding custom extra_suffix | |||
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | |
-Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458 | |||
2017-06-30 | Merge pull request #9448 from Noshyaar/pr1 | Rémi Verschelde | |
EditorNode: request attention when quit while minimized | |||
2017-06-30 | Merge pull request #9454 from bojidar-bg/9409-fix-collisionshape2d-return | Rémi Verschelde | |
Fix Tileset/tilemap issues related to my adding of one-way collisions to them | |||
2017-06-30 | Disable etc2comp and tinyexr modules on non-tools build | Rémi Verschelde | |
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273. | |||
2017-06-30 | Fix #9409, fixup #9370; tileset now has shape transform instead of offset | Bojidar Marinov | |
Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370) | |||
2017-06-30 | EditorNode: request attention when quit while minimized | Poommetee Ketson | |
2017-06-28 | Merge pull request #9437 from robertdhernandez/NinePatch-HTML5-Fix | Juan Linietsky | |
[3.0] Fixed NinePatches not working on HTML5 | |||
2017-06-28 | Fixed NinePatches not working on HTML5 | Robert Hernandez | |
2017-06-28 | Reworked translation system | Juan Linietsky | |
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale | |||
2017-06-28 | Merge pull request #7947 from RandomShaper/fix-vis-notifier-2d | Rémi Verschelde | |
Fix VisibilityNotifier2D viewport offset issue | |||
2017-06-28 | Merge pull request #9416 from marcelofg55/master | Rémi Verschelde | |
Implemented borderless window code for OSX. | |||
2017-06-28 | Merge pull request #9419 from eska014/native-run | Rémi Verschelde | |
Subtle native-run buttons | |||
2017-06-28 | Merge pull request #9424 from vnen/fix-import-plugin | Rémi Verschelde | |
Fix filesystem update for import plugins | |||
2017-06-28 | Merge pull request #9428 from Noshyaar/master | George Marques | |
Fix build error on master, commit aaf6ae3 | |||
2017-06-28 | Fix build error on master | Poommetee Ketson | |
2017-06-27 | Merge pull request #9425 from Zylann/curve_iteration3 | Juan Linietsky | |
Fix curve saving, refined undo/redo | |||
2017-06-28 | Fix curve saving, refined undo/redo | Marc Gilleron | |
2017-06-27 | Fix filesystem update for import plugins | George Marques | |
2017-06-27 | Implemented borderless window code for OSX. | Marcelo Fernandez | |
2017-06-27 | Hide HTML5 native-run icon without runnable preset | L. Krause | |