summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky
2017-07-05Merge pull request #9497 from 29jm/gravity-fixRémi Verschelde
Use the gravity constant to calculate weights
2017-07-05Use the gravity constant to calculate weightsJohan Manuel
2017-07-05Merge pull request #8943 from RandomShaper/fix-error-handlingRémi Verschelde
Implement well-defined handling of unrecoverable errors
2017-07-05Merge pull request #9476 from marcelofg55/masterRémi Verschelde
Implemented borderless fullscreen code on OSX.
2017-07-05Merge pull request #9492 from kubecz3k/subscene-click-fixRémi Verschelde
fix for redundant RMB options for toplevel node
2017-07-05Merge pull request #9496 from Noshyaar/pr-itemlistRémi Verschelde
ItemList: expose methods, in-editor items editing support
2017-07-05Merge pull request #9498 from Noshyaar/pr-licenseRémi Verschelde
About: Add License info
2017-07-05Merge pull request #9502 from anakimluke/remove_outdated_commentRémi Verschelde
Removed outdated comment.
2017-07-05Implement well-defined handling of unrecoverable errorsPedro J. Estébanez
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.
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality ↵Juan Linietsky
increase is enormous.
2017-07-04Removed outdated comment.anakimluke
closes #78
2017-07-04Add project names as Comment fields in copyright fileRémi Verschelde
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
2017-07-04About: Add License infoPoommetee Ketson
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson
2017-07-04fix for redundant RMB options for toplevel nodeJakub Grzesik
2017-07-03Merge pull request #9396 from sowfelicity/x11-ime-echoRémi Verschelde
Workaround for IME and echo events on Linux (fixes #29 #7106 #9381):
2017-07-03Merge pull request #9447 from Noshyaar/prRémi Verschelde
EditorNode: mark opened deleted scenes as unsaved
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-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez
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