aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some explanations that should make it easier to use the ↵Grosskopf2018-01-121-8/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AnimationTreePlayer
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15623 from kubecz3k/param-name-renameRémi Verschelde2018-01-123-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modify default param names in couple of signals
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | modify default param names in couple of signalsUnknown2018-01-123-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'name' default param should not be used since there is problem with name shadowing
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15628 from endragor/fix-gdnative-charstringsRémi Verschelde2018-01-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GDNative procedures returning godot_char_string
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GDNative procedures returning godot_char_stringRuslan Mustakov2018-01-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15629 from endragor/fix-shader-propertyRémi Verschelde2018-01-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Material's shader property binding
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Material's shader property bindingRuslan Mustakov2018-01-121-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShaderGraph doesn't exist in 3.0.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mat2 alignmentJuan Linietsky2018-01-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix uniform alignment, closes #14962Juan Linietsky2018-01-121-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15625 from bruvzg/osx-open-withRémi Verschelde2018-01-123-1/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Adds ability to open files with "Open With" or double-click from Finder
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [macOS] Adds ability to open files with "Open With" or double-click from Finderbruvzg2018-01-123-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make burley default for materials, fixes #15054Juan Linietsky2018-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky2018-01-121-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this may make import times slower though, will have to wait for 3.1 for background texture import and compressonator.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make members a bit more visible color wiseJuan Linietsky2018-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-124-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15622 from Paulloz/fix-mono-buildRémi Verschelde2018-01-123-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mono build
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_target_fps and set_target_fps now both use an intPaul Joannon2018-01-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix set_stream_peer binding in PacketPeerPaul Joannon2018-01-121-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15606 from RandomShaper/fix-inherited-coll-shapesRémi Verschelde2018-01-128-15/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collision shapes data on tree entered
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collision shapes data on tree enteredPedro J. Estébanez2018-01-118-15/+74
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed because the final startup values for shapes may change between parenting and entering the scene tree. For instance, if the collision shape belongs to a inherited scene. Fixes #13835.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instance dependency for particles was not being get rid of. Again fixes #15591Juan Linietsky2018-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15620 from AndreaCatania/p4Rémi Verschelde2018-01-121-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset collider on ray node
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset collider on ray nodeAndreaCatania2018-01-121-0/+2
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky2018-01-1216-41/+51
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of tree notification. Updated doc accordingly.
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix malformed doc after #15611Rémi Verschelde2018-01-122-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde2018-01-12169-3563/+1257
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind many more properties to scripts
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Update docsBojidar Marinov2018-01-1271-3092/+695
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Bind many more properties to scriptsBojidar Marinov2018-01-1298-471/+562
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15613 from eska014/html5-feature-tagsRémi Verschelde2018-01-123-13/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix HTML5 feature tags
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix HTML5 feature tagsLeon Krause2018-01-123-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'HTML5' is the platform tag, the 'JavaScript' tag indicates availability of the JavaScript.eval singleton. Also report texture compression support.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵Juan Linietsky2018-01-125-63/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Restored multiplication by textureJuan Linietsky2018-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed extra multiplication in bakerJuan Linietsky2018-01-111-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15610 from groud/fix_node_resize_setting_anchorsRémi Verschelde2018-01-111-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes nodes being resized or moved when changing an anchor
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes nodes being resized or moved when changing an anchorGilles Roudiere2018-01-111-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly fix blend equations for both transparent and non transparent ↵Juan Linietsky2018-01-111-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | framebuffers. Closes #15047
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15609 from groud/script_button_updateRémi Verschelde2018-01-112-13/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes add script button update
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes add script button updateGilles Roudiere2018-01-112-13/+16
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15528 from AndreaCatania/p1Rémi Verschelde2018-01-111-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed viewport node error on editor
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed resource setup handlingAndreaCatania2018-01-111-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15531 from AndreaCatania/p2Juan Linietsky2018-01-114-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed crash on duplicate GIProbe baking
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Forced no duplication of animation dataAndreaCatania2018-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-113-2/+12
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15605 from volzhs/fix-android-build-27volzhs2018-01-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Android build error
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Android build errorvolzhs2018-01-121-0/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15603 Fix #15513
* | | | | | | | | | | | | | | | | | | | | | | | | | | | solved particle memory leak, fixes #15591Juan Linietsky2018-01-111-0/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15571 from RandomShaper/fix-crash-save-branchRémi Verschelde2018-01-111-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash on save-branch-as-scene
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash on save-branch-as-scenePedro J. Estébanez2018-01-101-1/+8
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15580 from karroffel/gdnative-api-fixesRémi Verschelde2018-01-115-165/+221
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] updates to string API and const fixes
| * | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] updates to string API and const fixeskarroffel2018-01-115-165/+221
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |