Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | Merge pull request #25627 from clayjohn/visual_shader_texture_bug | Rémi Verschelde | |
Change hint_color to hint_albedo for sampler2ds | |||
2019-02-08 | Merge pull request #25509 from bojidar-bg/25504-update-bitmask-crash | Rémi Verschelde | |
Fix crashes when calling update_bitmask_area | |||
2019-02-04 | change hint_color to hint_albedo for sampler2ds | clayjohn | |
2019-01-31 | Fix crashes when calling update_bitmask_area | Bojidar Marinov | |
Fixes #25504 | |||
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee | |
2019-01-28 | Fix recursive assignment of Textures and BitMapFont | Rémi Verschelde | |
Fixes #24213. | |||
2019-01-27 | Merge pull request #25366 from clayjohn/visual_shader_builtins | Rémi Verschelde | |
Updated visual shader builtins | |||
2019-01-27 | Document AnimatedTexture and bind MAX_FRAMES constant | Rémi Verschelde | |
Closes #24935. | |||
2019-01-27 | updated visual shader builtins | clayjohn | |
2019-01-26 | doc: Sync classref with current source | Rémi Verschelde | |
2019-01-26 | Changed ImageTexture image cache type to the correct one, fixes #24971 | Daniel Rakos | |
The original attempt to fix the issue was accidentally using the wrong type for the image cache. This change fixes that. | |||
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky | |
2019-01-25 | Added copy_theme and fixed bugs in copy theme introduced by #2e0a94e | Fabian | |
2019-01-24 | Removed dangerous and useless function, closes #22884 | Juan Linietsky | |
2019-01-24 | Ability to get the current canvas item being drawn from stylebox. | Juan Linietsky | |
2019-01-23 | Fixing textures not triggering _change_notify | groud | |
2019-01-23 | Fix warning when setting out of range outline_size | Marcin Zawiejski | |
Fixes the warning mentioned in #25046 | |||
2019-01-22 | Fix collision margin being wrongly read by default, fixes #25181 | Juan Linietsky | |
2019-01-21 | Modified code generation to be more friendly to previews, fixes #25094 | Juan Linietsky | |
2019-01-18 | Fix capture interpolation mode in Animation, closes #24015 | Juan Linietsky | |
2019-01-18 | -Re-added margins in one way collision (made in a more user friendly way ↵ | Juan Linietsky | |
than in Godot 2.1), fixes #23860 -Fixed potential bug in OWC (i dont think anyone had it but..) | |||
2019-01-17 | Fix keying resource properties, closes #24690 | Juan Linietsky | |
2019-01-17 | Fix functions to get direct contacts from shapes, closes #19618 | Juan Linietsky | |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias | |
2019-01-15 | Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaque | Stanislav | |
Fixes #24946 | |||
2019-01-14 | Hide worldenvironment settings not relevant in GLES2. Fixes #23281 | Juan Linietsky | |
2019-01-10 | Fix showing AnimatedTexture frame_* properties in editor | Rémi Verschelde | |
Regression from cd0b82fd56bdba5a4f1a057fd2d50854c1f503ef, it must be hidden from docs (PROPERTY_USAGE_INTERNAL) but not from the editor. Supersedes and fixes #24880. Co-authored-by: QbieShay <cislaghi.ilaria@gmail.com> | |||
2019-01-05 | Fix font kerning | volzhs | |
2019-01-04 | Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaque | Rémi Verschelde | |
Fix #24470 Atlas Texture with margin setting cause error in editor. | |||
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer | |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-20 | Fix #24470 Atlas Texture with margin setting cause error in editor. | harrisyu | |
2018-12-20 | Fix TextureLayered::create not retaining format | Shinryuuji | |
2018-12-19 | Fix colored font rendered in wrong size | volzhs | |
Fix #24456 The character->rect.size is properly update at DynamicFontAtSize::_bitmap_to_character so no need to multiply scale again. It was changed with 5cd12f6649387f91d08fd17bf3c70e732798ab58 | |||
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-17 | Merge pull request #24422 from guilhermefelipecgs/fix_z_index_atlas | Rémi Verschelde | |
Add z-index to ATLAS_TILE | |||
2018-12-17 | Add z-index to ATLAS_TILE | Guilherme Felipe | |
2018-12-17 | Fix maybe-uninitialized warnings from GCC 4.8.x | Rémi Verschelde | |
Fixes the following warnings in `p=server target=release_debug` builds on Travis CI: ``` ./core/os/memory.h: In function 'MainLoop* TestOAHashMap::test()': ./core/os/memory.h:108:111: warning: 'dummy' may be used uninitialized in this function [-Wmaybe-uninitialized] #define memnew_placement(m_placement, m_class) _post_initialize(new (m_placement, sizeof(m_class), "") m_class) ^ main/tests/test_oa_hash_map.cpp:98:7: note: 'dummy' was declared here int dummy; ^ scene/resources/bit_mask.cpp:447:3: warning: 'next_i' may be used uninitialized in this function [-Wmaybe-uninitialized] scene/resources/bit_mask.cpp:448:4: warning: 'next_j' may be used uninitialized in this function [-Wmaybe-uninitialized] ``` | |||
2018-12-16 | Merge pull request #24366 from BastiaanOlij/adjust_sky_orientation | Rémi Verschelde | |
Adding option to re-orient our sky | |||
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Adding option to re-orient our sky | Bastiaan Olij | |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |
2018-12-12 | Merge pull request #24267 from YeldhamDev/buttongroup_remove_panel_theme | Rémi Verschelde | |
Remove "panel" theme property from ButtonGroup | |||
2018-12-11 | Merge pull request #23361 from mrcdk/wav_loop_backward | Rémi Verschelde | |
Add backward looping support to AudioStreamSample (wav files) | |||
2018-12-11 | Merge pull request #23887 from ibrahn/dirty-material-list-lifetime | Rémi Verschelde | |
Moved dirty material lists from static to lifetime controlled by main. | |||
2018-12-11 | Merge pull request #22461 from dlasalle/#10480 | Rémi Verschelde | |
Hide shading options in SpatialMaterial when 'FLAG_UNSHADED' is set. | |||
2018-12-11 | Merge pull request #24224 from BastiaanOlij/flip_bitangent | Rémi Verschelde | |
Reverse bitangent on everythings | |||
2018-12-10 | Remove "panel" theme property from ButtonGroup | Michael Alexsander Silva Dias | |