summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-03Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde
Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
2017-07-03Merge pull request #9462 from Noshyaar/pr2Rémi Verschelde
SceneTab: MMB or double LMB to create new scene
2017-07-03Merge pull request #9465 from Zylann/curve_previewRémi Verschelde
Added Curve preview thumbnail
2017-07-03Merge pull request #9468 from BastiaanOlij/osx_export_dmgRémi Verschelde
On OSX export to DMG and optionally code sign the app bundle
2017-07-03Merge pull request #9473 from Noshyaar/pr-authorRémi Verschelde
Authors/About: support for multiple sections
2017-07-03Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde
Re-orient capsule to collision shape
2017-07-03Merge pull request #9484 from kubecz3k/subscene-single-clickRémi Verschelde
Clicking on subscene icon will open it
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg
2017-07-03Merge pull request #9486 from TwistedTwigleg/Node2D_set_global_scale_fixRémi Verschelde
Fixed set_global_scale in Node2D.
2017-07-03Fixed set_global_scale in Node2D.TwistedTwigleg
2017-07-03Clicking on subscene icon will open itJakub Grzesik
All options are moved into RMB menu
2017-07-03Re-orient capsule to colission shapeBastiaanOlij
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky
2017-07-03Merge pull request #9471 from volzhs/visibility-changesRémi Verschelde
Update visibility icon properly
2017-07-03Authors/About: support for multiple sectionsPoommetee Ketson
2017-07-03Update visibility icon properlyvolzhs
2017-07-02On OSX export to DMG and optionally code sign the app bundleBastiaanOlij
2017-07-02EditorNameDialog: Remove unnecessary move_childRémi Verschelde
Fixes #9377.
2017-07-02Script editor help: Prevent loading empty instances from layoutRémi Verschelde
2017-07-02Added Curve preview thumbnailMarc Gilleron
2017-07-01Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde
Readd tilemap's shape_transform and bugfixes
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas
Fixes #9280
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov
This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson
2017-07-01Merge 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-01Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵Juan Linietsky
collisions to them"
2017-07-01Script create diag: Show extensions for currently selected language only.Andreas Haas
2017-07-01Merge pull request #9455 from akien-mga/buildsystem-fixesRémi Verschelde
Buildsystem: Improve detect.py readability and fix issues
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRé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-30Merge pull request #9448 from Noshyaar/pr1Rémi Verschelde
EditorNode: request attention when quit while minimized
2017-06-30Merge pull request #9454 from bojidar-bg/9409-fix-collisionshape2d-returnRémi Verschelde
Fix Tileset/tilemap issues related to my adding of one-way collisions to them
2017-06-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde
They are not necessary in such configuration, and require C++11 and (on Android) the STL. Fixes #9273.
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar 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-30EditorNode: request attention when quit while minimizedPoommetee Ketson
2017-06-28Merge pull request #9437 from robertdhernandez/NinePatch-HTML5-FixJuan Linietsky
[3.0] Fixed NinePatches not working on HTML5
2017-06-28Fixed NinePatches not working on HTML5Robert Hernandez
2017-06-28Reworked translation systemJuan Linietsky
-Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
2017-06-28Merge pull request #7947 from RandomShaper/fix-vis-notifier-2dRémi Verschelde
Fix VisibilityNotifier2D viewport offset issue
2017-06-28Merge pull request #9416 from marcelofg55/masterRémi Verschelde
Implemented borderless window code for OSX.
2017-06-28Merge pull request #9419 from eska014/native-runRémi Verschelde
Subtle native-run buttons
2017-06-28Merge pull request #9424 from vnen/fix-import-pluginRémi Verschelde
Fix filesystem update for import plugins
2017-06-28Merge pull request #9428 from Noshyaar/masterGeorge Marques
Fix build error on master, commit aaf6ae3
2017-06-28Fix build error on masterPoommetee Ketson
2017-06-27Merge pull request #9425 from Zylann/curve_iteration3Juan Linietsky
Fix curve saving, refined undo/redo
2017-06-28Fix curve saving, refined undo/redoMarc Gilleron
2017-06-27Fix filesystem update for import pluginsGeorge Marques
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause