Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-18 | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids ↵ | Juan Linietsky | |
scenarios like single-texture tilemap tiles leaking pixels to the next tile when filter is enabled on it. | |||
2017-06-18 | -Added AudioStreamPlayer2D, for 2D positional sound | Juan Linietsky | |
-Added ability for Area2D to redirect positional sound to a specific audio bus | |||
2017-06-18 | Added normalmap support to stylebox and animated sprite. | Juan Linietsky | |
2017-06-17 | Add normalmap support for drawing in all low level primitives. Only added ↵ | Juan Linietsky | |
support in Sprite so far. | |||
2017-06-18 | Merge pull request #9246 from karroffel/gdnative-header-export-thingy | Thomas Herzog | |
[GDNative] added GDN_EXPORT macro for libraries | |||
2017-06-18 | [GDNative] added GDN_EXPORT macro for libraries | Karroffel | |
Up until now there only was GDAPI which was used for the procedures Godot exposes. | |||
2017-06-17 | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ↵ | Juan Linietsky | |
make it more GLSL compatible -Fixed referencing of world_transform in fragment shader not working -Fixed unsycn bug related to getting shader param list from the server -Fixed getting all textures from shader properly, fixes #8353 | |||
2017-06-17 | Fix transparent background rendering, closes #8703 | Juan Linietsky | |
Properly implemented UPDATE_WHEN_VISIBLE mode for viewports | |||
2017-06-17 | Merge pull request #9230 from supagu/normals-fix | Rémi Verschelde | |
Fixed decompression of normals | |||
2017-06-17 | Merge pull request #9235 from Kryptocron/issue-9232 | Rémi Verschelde | |
Added option to not save a scene when played. | |||
2017-06-17 | Particles properly update the shadow maps, closes #8815 | Juan Linietsky | |
2017-06-17 | Added option to not save a scene when played. | Kryptocron | |
2017-06-17 | doc: Sync classref with current source | Rémi Verschelde | |
2017-06-17 | etc: Do not overestimate number of CPU threads | Rémi Verschelde | |
The *2 factor between cores and threads of most modern CPUs is already taken into account in get_processor_count(). | |||
2017-06-17 | Merge pull request #9228 from BastiaanOlij/fix_primitive_slider | Rémi Verschelde | |
Fix sliders for primitives | |||
2017-06-17 | Fixed decompression of vertex colors | Fabian Mathews | |
2017-06-16 | Merge pull request #9231 from dumitru-stama/constimg | George Marques | |
Fixed a bug in get_pixel not being const | |||
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky | |
-Normalmaps are now detected and imported as RGTC, both in S3TC and ETC2, this improves their quality. | |||
2017-06-16 | Fixed a bug in get_pixel not being const | dumitru.stama | |
2017-06-17 | Fixed decompression of normals | Fabian Mathews | |
2017-06-17 | fix sliders for primitives | BastiaanOlij | |
2017-06-16 | Merge pull request #9225 from bojidar-bg/attempt-fix-fs-dock | Rémi Verschelde | |
Fix EditorFileSystem duplicating root folder in new folders | |||
2017-06-16 | Fix EditorFileSystem duplicating root folder in new folders | Bojidar Marinov | |
Also, add some uninitialized variables into constructors (I like to applease cppcheck). Also, remove unused md_count. Fixes #3662. | |||
2017-06-16 | Merge pull request #9221 from volzhs/fix-scene-tab-theme | Andreas Haas | |
Fix scene tab color not updated when theme changed | |||
2017-06-16 | Complete changing of resource extensions | George Marques | |
Some places were missing in e42d59f. | |||
2017-06-17 | Fix scene tab color not updated when theme changed | volzhs | |
2017-06-16 | Add more recent contributors to AUTHORS | Rémi Verschelde | |
2017-06-16 | Fixed ‘CreateNewAnimation’ window wrong size. | ageazrael | |
2017-06-16 | Merge pull request #9212 from BastiaanOlij/add_primitive_hints | Rémi Verschelde | |
Add sensible hints to properties for primitive meshes | |||
2017-06-16 | Merge pull request #9208 from Calinou/tweak-default-fov | Rémi Verschelde | |
Increase the default perspective camera FOV | |||
2017-06-16 | Add sensible hints to properties | BastiaanOlij | |
2017-06-16 | Merge pull request #9211 from karroffel/gdnative-macos-typo | Thomas Herzog | |
[GDNative] corrected typo for Mac library ext. | |||
2017-06-16 | [GDNative] corrected typo for Mac library ext. | Karroffel | |
Seems like the extension is .dylib and not .dynlib. This should make it easier to select files from the editor. | |||
2017-06-16 | Merge pull request #8661 from BastiaanOlij/primitives_3.0 | Rémi Verschelde | |
Godot 3.0 primitives as resources for use with MeshInstance | |||
2017-06-16 | Godot 3.0 primitives as resources for use with MeshInstance | BastiaanOlij | |
Adds the following resources: - CapsuleMesh: a capsule object - CubeMesh: a cube that can be subdivided - CylinderMesh: a cylinder - PlaneMesh: a horizontal plane that can be subdivided - PrismMesh: a prism shape - SphereMesh: a sphere - QuadMesh: reintroduction of the original quadmesh Removes the old Quad and TestCube nodes | |||
2017-06-16 | TIME constant reverted to a single float, fixes #9123 | Juan Linietsky | |
2017-06-16 | Cleaned up Screen Space Reflections, closes #8119 | Juan Linietsky | |
2017-06-16 | Fixes to SSR, WIP. | Juan Linietsky | |
2017-06-16 | Merge pull request #9201 from vnen/rename-extensions | Rémi Verschelde | |
Rename Godot-specific resource extensions | |||
2017-06-16 | Increase the default perspective camera FOV | Hugo Locurcio | |
This does not affect existing projects, but will affect newly-created editor settings and Camera nodes. | |||
2017-06-16 | Merge pull request #9196 from volzhs/scene-tab | Rémi Verschelde | |
Enhance scene tabs | |||
2017-06-16 | Enhance scene tabs | volzhs | |
- show scene thumbnail on hover - resize if has many tabs - show full scene file name with current edited scene - can be customized EditorSettings > Interface > Scene Tab - close scene with mouse middle button | |||
2017-06-15 | Merge pull request #9204 from Zylann/fix_mesh_poolvector_leak | George Marques | |
Fixed memory leaks | |||
2017-06-16 | Fixed memory leaks | Marc Gilleron | |
- PoolVector leak - mesh_remove_surface leak | |||
2017-06-15 | Rename Godot-specific resource extensions | George Marques | |
2017-06-15 | doc: Sync classref with current source | Rémi Verschelde | |
Tried to salvage what I could of the Image and InputEvent changes. | |||
2017-06-15 | Merge pull request #9177 from tagcup/gcc5_isinf | Rémi Verschelde | |
Use inline code for isinf with gcc versions <6. | |||
2017-06-15 | Merge pull request #9192 from remorse107/master | Rémi Verschelde | |
Color Picker Fixed Appearance | |||
2017-06-15 | Merge pull request #9198 from vnen/fix-wheel-pos | Rémi Verschelde | |
Fix MouseWheel position on Windows | |||
2017-06-15 | Fix MouseWheel position on Windows | George Marques | |