Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material | |||
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | |
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | |
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | |
Texture region now updates when changing an Atlas region rect | |||
2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) | |
These include: * generate_tangents() * add_to_format() * create_from() * append_from() Reordered and grouped the bindings to match the header for improved readability. Removed commented out `generate_flat_normals()` method which wasn't present in the header. Fixes #9946 | |||
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde | |
Thus fixing some invalid changes that had still made it to the master branch. | |||
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | |
2017-07-25 | Good bye chunky fonts, closes #9441 | Juan Linietsky | |
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Add object type hint for docs | Poommetee Ketson | |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-19 | Fix "vertical" property of StyleBoxLine | George Marques | |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Merge pull request #9703 from Noshyaar/docs | Rémi Verschelde | |
Add object type hint for docs | |||
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-18 | Merge pull request #9689 from djrm/theme_fixes | Rémi Verschelde | |
Added separators using StyleBoxLine, some theme style fixes | |||
2017-07-18 | Added separators using StyleBoxLine, some theme style fixes, added variant icon | Daniel J. Ramirez | |
2017-07-18 | Merge pull request #9482 from Noshyaar/pr-ramp | Rémi Verschelde | |
Fix shrunk ColorPickers | |||
2017-07-18 | Fix ColorPicker to use theme constants | Poommetee Ketson | |
2017-07-17 | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | |
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too) | |||
2017-07-18 | Merge pull request #9639 from rminderhoud/primitives | Rémi Verschelde | |
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | |||
2017-07-16 | Improvements and fixes for the default theme. | Daniel J. Ramirez | |
Added customizable border size and window highlight. | |||
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky | |
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D. | |||
2017-07-14 | Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh | Ralph Minderhoud | |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-11 | Slider: add set/is_editable | Poommetee Ketson | |
2017-07-08 | Merge pull request #9564 from Noshyaar/pr-threshold | Rémi Verschelde | |
Refactor 'treshold' to 'threshold' | |||
2017-07-08 | Some adjustments to toon material to make it more flexible | Juan Linietsky | |
Ability to also disable specular | |||
2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. ↵ | Juan Linietsky | |
Added multipass support for materials. | |||
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-08 | -Added triplanar mapping modes | Juan Linietsky | |
-Some fixes to shader lang | |||
2017-07-05 | Use the gravity constant to calculate weights | Johan Manuel | |
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | |
increase is enormous. | |||
2017-07-03 | Merge pull request #9481 from BastiaanOlij/prim_capsule_flat | Rémi Verschelde | |
Re-orient capsule to collision shape | |||
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-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 | Revert "Fix Tileset/tilemap issues related to my adding of one-way ↵ | Juan Linietsky | |
collisions to them" | |||
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 | 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-29 | Texture region now updates when changing an Atlas | Robert Hernandez | |
- Removed atlas_changed signal for AtlasTexture - Changes are now handled by _notify_change - Removed unneccesary signal connections - Texture preview now updates in real-time Fixed TextureRegionEditor constantly regenerating | |||
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 | Fix build error on master | Poommetee Ketson | |
2017-06-28 | Fix curve saving, refined undo/redo | Marc Gilleron | |
2017-06-27 | Merge pull request #9404 from Zylann/curve_improvement | Juan Linietsky | |
Curve improvement | |||
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | |
-Fixded BackBuffercopy object |