Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-20 | Make AnimatedSprite.animation complain when invalid animation name | Mateus Felipe C. C. Pinto | |
2018-12-19 | Merge pull request #24439 from staalduinen/mouse-motion-fix | Rémi Verschelde | |
fix near infinite loop when no previous mouse position | |||
2018-12-19 | fix near infinite loop when no previous mouse position | Arjen van Staalduinen | |
Added physics_has_last_mousepos to better deal with situations where there is no last_mousepos | |||
2018-12-19 | Merge pull request #24462 from guilhermefelipecgs/fix_copy_paste_tilemap | Rémi Verschelde | |
Fix copy/paste for TileMap | |||
2018-12-18 | Fix copy/paste for TileMap | Guilherme Felipe | |
Fix #24440 | |||
2018-12-19 | Merge pull request #24457 from volzhs/colored-font-size | Rémi Verschelde | |
Fix colored font rendered in wrong size | |||
2018-12-18 | Change how rects are drawn (and also will help batching eventually), to ↵ | Juan Linietsky | |
workaround problem in #9913 | |||
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-18 | Merge pull request #24451 from ↵ | Rémi Verschelde | |
mateusfccp/animation_editor_curve_tangent_different_color Change color of AnimationPlayer curve to "highlight" | |||
2018-12-18 | Merge pull request #24454 from YeldhamDev/animationtree_editor_small_fixes | Rémi Verschelde | |
Small fixes for the AnimationTree editor | |||
2018-12-18 | Small fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-18 | Reduce considerably the cubemap sizes on sky, to better match GLES3, fixes ↵ | Juan Linietsky | |
#21551 | |||
2018-12-18 | Actually respect the low quality cubemap filter on mobile, should fix ↵ | Juan Linietsky | |
crashes on mobile for #21551 but not sure on intel. | |||
2018-12-18 | Change color of AnimationPlayer curve to "highlight" | Mateus Felipe C. C. Pinto | |
This is to be consistent with Curve editor and to be less confusing related to tangent lines color. | |||
2018-12-18 | Merge pull request #24450 from staalduinen/fix-zlib-freetype-conflict | Rémi Verschelde | |
Disable gzip and lzw support for freetype | |||
2018-12-18 | Disable gzip and lzw support for freetype | Arjen van Staalduinen | |
This resolves #24287 that causes linking issues when using the debug target for platform iOS. | |||
2018-12-18 | Merge pull request #24447 from Paulb23/text_edit_wrap_crash | Rémi Verschelde | |
Fix Word wrap cache desync causing crash | |||
2018-12-18 | Fix Word wrap cache desync causing crash | Paulb23 | |
2018-12-18 | EditorSettings: Remove enable_code_completion_delay | Rémi Verschelde | |
It was badly named (it disables code completion, not just the delay), and also badly implemented (not preventing the timer for running, but just preventing it to show the autocompletion). It could be readded with a proper name and cleaner implementation if there's an actual need for it. Supersedes #24407 and closes #24352. | |||
2018-12-18 | Merge pull request #24408 from creikey/master | Rémi Verschelde | |
Clarify what popup_centered actually does | |||
2018-12-18 | Merge pull request #24145 from volzhs/android-version-gradle | Rémi Verschelde | |
Fix error/warning while building with android studio | |||
2018-12-18 | Merge pull request #23615 from buresu/pluginscript-new | Rémi Verschelde | |
PluginScript: Add support for the new() method | |||
2018-12-18 | Fix lint error/warning while building android template | volzhs | |
2018-12-18 | Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes | Rémi Verschelde | |
General fixes for the AnimationTree editor | |||
2018-12-18 | Merge pull request #24427 from guilhermefelipecgs/fix_bread_crumb | Rémi Verschelde | |
Fix bread crumb of AnimationTree | |||
2018-12-18 | Merge pull request #24436 from YeldhamDev/animationtree_editor_better_path | Rémi Verschelde | |
Make the AnimationTree editor's path section more obvious | |||
2018-12-18 | Merge pull request #24428 from akien-mga/label-uppercase | Rémi Verschelde | |
Label: Fix kerning when using Uppercase mode | |||
2018-12-18 | Merge pull request #24431 from mateusfccp/master | Rémi Verschelde | |
Change *_slot to *_port on get_connection_list | |||
2018-12-17 | Make the AnimationTree editor's path section more obvious | Michael Alexsander Silva Dias | |
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-17 | Change *_slot to *_port on get_connection_list | Mateus Felipe C. C. Pinto | |
2018-12-17 | Merge pull request #24430 from hpvb/fix-24424 | Hein-Pieter van Braam | |
Don't accidentally convert string content to char | |||
2018-12-17 | Don't accidentally convert string content to char | Hein-Pieter van Braam | |
Due to the right hand side of the :? trickery the rhs was cast to a char losing precision. Previously this didn't matter, but with CharProxy it does. (Previously we could just happily cast it back to a wchar_t and get the original 16 - 32 bits. Now we'll only ever get the first 8). | |||
2018-12-17 | Label: Fix kerning when using Uppercase mode | Rémi Verschelde | |
Seemingly a typo, I did not check what exact impact it had, but the x_ofs would likely have accumulated errors when using fonts with varying char widths. | |||
2018-12-17 | Fix bread crumb of AnimationTree | Guilherme Felipe | |
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-17 | Fix sometimes uninitialized variable warning raised by Xcode 9.4.1 | Rémi Verschelde | |
Fixes this warning raised by Travis CI on macOS: ``` editor/plugins/polygon_2d_editor_plugin.cpp:95:6: warning: variable 'skeleton' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] if (!node->has_node(node->get_skeleton())) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:106:7: note: uninitialized use occurs here if (!skeleton) { ^~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:95:2: note: remove the 'if' if its condition is always false if (!node->has_node(node->get_skeleton())) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ editor/plugins/polygon_2d_editor_plugin.cpp:94:22: note: initialize the variable 'skeleton' to silence this warning Skeleton2D *skeleton; ^ = NULL ``` | |||
2018-12-17 | Merge pull request #24411 from guilhermefelipecgs/fix_22389 | Rémi Verschelde | |
Fix sub-transitions not using end_node correctly | |||
2018-12-17 | Merge pull request #24410 from YeldhamDev/graph_editors_title_fix | Rémi Verschelde | |
Fix titles in graph editors being invisible when headers are enabled | |||
2018-12-17 | Merge pull request #24388 from Chaosus/fix_csv_spam | Rémi Verschelde | |
Removed error message arriving whenever csv file changed | |||
2018-12-16 | Fix sub-transitions not using end_node correctly | Guilherme Felipe | |
Fix #22389 | |||
2018-12-16 | Fix titles in graph editors being invisible when headers are enabled | Michael Alexsander Silva Dias | |
2018-12-16 | Merge pull request #22697 from LittleWhite-tb/file-reloading-fix | Rémi Verschelde | |
Change global timestamp behavior earlier | |||
2018-12-16 | Change global timestamp behaviour earlier | Alexandre LittleWhite Laurent | |
2018-12-16 | Ensure cursor is visible when EditorSpinSlider exits the tree | Rémi Verschelde | |
Supersedes and closes #22581. | |||
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 #24405 from guilhermefelipecgs/fix_undo_fsm | Rémi Verschelde | |
Fix "undo" of the state machine losing node's position | |||
2018-12-16 | Fix "undo" of the state machine losing node's position | Guilherme Felipe | |