aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* About: add thirdparty license infoPoommetee Ketson2017-07-063-13/+243
|
* Merge pull request #8943 from RandomShaper/fix-error-handlingRémi Verschelde2017-07-058-45/+76
|\ | | | | Implement well-defined handling of unrecoverable errors
| * Implement well-defined handling of unrecoverable errorsPedro J. Estébanez2017-07-058-45/+76
| | | | | | | | | | | | Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros.
* | Merge pull request #9476 from marcelofg55/masterRémi Verschelde2017-07-052-9/+53
|\ \ | | | | | | Implemented borderless fullscreen code on OSX.
| * | Implemented borderless fullscreen code on OSX.Marcelo Fernandez2017-07-022-9/+53
| | |
* | | Merge pull request #9492 from kubecz3k/subscene-click-fixRémi Verschelde2017-07-051-3/+5
|\ \ \ | | | | | | | | fix for redundant RMB options for toplevel node
| * | | fix for redundant RMB options for toplevel nodeJakub Grzesik2017-07-041-3/+5
| | | |
* | | | Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde2017-07-054-0/+118
|\ \ \ \ | | | | | | | | | | ItemList: expose methods, in-editor items editing support
| * | | | ItemList: expose methods, in-editor items editing supportPoommetee Ketson2017-07-044-0/+118
| |/ / /
* | | | Merge pull request #9498 from Noshyaar/pr-licenseRémi Verschelde2017-07-052-0/+32
|\ \ \ \ | | | | | | | | | | About: Add License info
| * | | | About: Add License infoPoommetee Ketson2017-07-042-0/+32
| |/ / /
* | | | Merge pull request #9502 from anakimluke/remove_outdated_commentRémi Verschelde2017-07-051-4/+0
|\ \ \ \ | | | | | | | | | | Removed outdated comment.
| * | | | Removed outdated comment.anakimluke2017-07-041-4/+0
| | | | | | | | | | | | | | | | | | | | closes #78
* | | | | Implemented environment arrays for skybox reflection and roughness, quality ↵Juan Linietsky2017-07-048-97/+284
|/ / / / | | | | | | | | | | | | increase is enormous.
* / / / Add project names as Comment fields in copyright fileRémi Verschelde2017-07-041-5/+47
|/ / / | | | | | | | | | | | | | | | | | | This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph
* | | Merge pull request #9396 from sowfelicity/x11-ime-echoRémi Verschelde2017-07-033-9/+170
|\ \ \ | | | | | | | | Workaround for IME and echo events on Linux (fixes #29 #7106 #9381):
| * | | Workaround for IME and echo events on Linux:Jia Wang2017-06-293-9/+170
| | | | | | | | | | | | | | | | | | | | Request detectable auto-repeat (Require XKB extension) to support echo events and IME at the same time. Fixes #29, #7106 and #9381.
* | | | Merge pull request #9447 from Noshyaar/prRémi Verschelde2017-07-032-0/+26
|\ \ \ \ | | | | | | | | | | EditorNode: mark opened deleted scenes as unsaved
| * | | | EditorNode: mark opened deleted scenes as unsavedPoommetee Ketson2017-06-302-0/+26
| |/ / /
* | | | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-0313-25/+26
|\ \ \ \ | | | | | | | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped
| * | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-0313-25/+26
| | | | |
* | | | | Merge pull request #9462 from Noshyaar/pr2Rémi Verschelde2017-07-031-2/+8
|\ \ \ \ \ | | | | | | | | | | | | SceneTab: MMB or double LMB to create new scene
| * | | | | SceneTab: MMB or double LMB to create new scenePoommetee Ketson2017-07-011-2/+8
| | | | | |
* | | | | | Merge pull request #9465 from Zylann/curve_previewRémi Verschelde2017-07-032-0/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added Curve preview thumbnail
| * | | | | | Added Curve preview thumbnailMarc Gilleron2017-07-022-0/+80
| | | | | | |
* | | | | | | Merge pull request #9468 from BastiaanOlij/osx_export_dmgRémi Verschelde2017-07-031-38/+305
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | On OSX export to DMG and optionally code sign the app bundle
| * | | | | | | On OSX export to DMG and optionally code sign the app bundleBastiaanOlij2017-07-021-38/+305
| | | | | | | |
* | | | | | | | Merge pull request #9473 from Noshyaar/pr-authorRémi Verschelde2017-07-032-53/+93
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Authors/About: support for multiple sections
| * | | | | | | | Authors/About: support for multiple sectionsPoommetee Ketson2017-07-032-53/+93
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #9481 from BastiaanOlij/prim_capsule_flatRémi Verschelde2017-07-031-17/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Re-orient capsule to collision shape
| * | | | | | | | Re-orient capsule to colission shapeBastiaanOlij2017-07-031-17/+19
| | | | | | | | |
* | | | | | | | | Merge pull request #9484 from kubecz3k/subscene-single-clickRémi Verschelde2017-07-034-176/+144
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clicking on subscene icon will open it
| * | | | | | | | | Clicking on subscene icon will open itJakub Grzesik2017-07-034-176/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All options are moved into RMB menu
* | | | | | | | | | Merge pull request #9486 from TwistedTwigleg/Node2D_set_global_scale_fixRémi Verschelde2017-07-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Fixed set_global_scale in Node2D.
| * | | | | | | | | Fixed set_global_scale in Node2D.TwistedTwigleg2017-07-031-1/+1
|/ / / / / / / / /
* / / / / / / / / Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-039-99/+133
|/ / / / / / / /
* | | | | | | | Merge pull request #9471 from volzhs/visibility-changesRémi Verschelde2017-07-032-9/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Update visibility icon properly
| * | | | | | | Update visibility icon properlyvolzhs2017-07-032-9/+6
|/ / / / / / /
* | | | | | | EditorNameDialog: Remove unnecessary move_childRémi Verschelde2017-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9377.
* | | | | | | Script editor help: Prevent loading empty instances from layoutRémi Verschelde2017-07-021-0/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #9463 from bojidar-bg/9461-fix-backcompatRémi Verschelde2017-07-016-35/+61
|\ \ \ \ \ \ | | | | | | | | | | | | | | Readd tilemap's shape_transform and bugfixes
| * | | | | | Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov2017-07-011-1/+8
| | | | | | |
| * | | | | | Readd tilemap's shape_transform and bugfixesBojidar Marinov2017-07-016-37/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
* | | | | | | Animation Editor: Fix trying to stop playback without player.Andreas Haas2017-07-011-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Fixes #9280
* | | | | | Merge pull request #9461 from ↵Juan Linietsky2017-07-016-56/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | godotengine/revert-9454-9409-fix-collisionshape2d-return Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions to them"
| * | | | | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵Juan Linietsky2017-07-016-56/+37
|/ / / / / | | | | | | | | | | | | | | | collisions to them"
* | | | | Script create diag: Show extensions for currently selected language only.Andreas Haas2017-07-011-4/+2
| | | | |
* | | | | Merge pull request #9455 from akien-mga/buildsystem-fixesRémi Verschelde2017-07-0110-657/+468
|\ \ \ \ \ | | | | | | | | | | | | Buildsystem: Improve detect.py readability and fix issues
| * | | | | Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde2017-07-0110-657/+468
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-3036-293/+1089
| |/ / / |/| | | | | | | | | | | | | | | | | | | -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