Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | Merge pull request #18928 from BastiaanOlij/fix_viewport_flags | Rémi Verschelde | |
Store flags so it isn't lost when viewport isn't setup yet | |||
2018-05-16 | Store flags so it isn't lost when viewport isn't setup yet | Bastiaan Olij | |
2018-05-16 | Allow editing of some unbound properties when hinted (or no range hinted) | Juan Linietsky | |
2018-05-16 | Add note about color picker deferred initialization | Juan Linietsky | |
2018-05-16 | Merge pull request #18922 from volzhs/fix-segfault | Juan Linietsky | |
Fix segfault at quiting editor | |||
2018-05-16 | Merge pull request #18917 from ReyAnthony/master | Rémi Verschelde | |
Fix Camera2D drag margin property is affected by zoom property #18912 | |||
2018-05-16 | Fix segfault at quiting editor | volzhs | |
2018-05-16 | Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-param | Rémi Verschelde | |
Fix missing registration for new param of TextEdit::cursor_set_line. | |||
2018-05-16 | Merge pull request #18909 from ianb96/getcharwidthfix | Rémi Verschelde | |
fix get_char_width for non-latin characters | |||
2018-05-16 | Fix Camera2D drag margin property is affected by zoom property #18912 | Anthony Rey | |
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-15 | Fix missing registration for new param of TextEdit::cursor_set_line. | Pieter-Jan Briers | |
This caused Mono glue gen to fail and other bugs to appear (such as in Visual Script) | |||
2018-05-15 | fix get_char_width for non-latin characters | ianb96 | |
2018-05-14 | TextEdit word wrap | Ian | |
2018-05-14 | Merge pull request #18851 from groud/fix_animatedsprite | Rémi Verschelde | |
Updates frame timeout when changing speed scale | |||
2018-05-14 | Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixes | Rémi Verschelde | |
Fixed some warnings found with Cppcheck | |||
2018-05-14 | Merge pull request #18782 from toger5/fix_no_a_input_script_editor_osx | Rémi Verschelde | |
fixed 'A' input not registered in osx script editor | |||
2018-05-14 | Fixed some warnings found with Cppcheck. | Michael Alexsander Silva Dias | |
2018-05-13 | Updates frame timeout when changing speed scale | groud | |
2018-05-13 | Revert "Use fake audio playing property in editor" | Hein-Pieter van Braam | |
2018-05-13 | Merge pull request #17367 from ShyRed/audio_playing_ | Hein-Pieter van Braam | |
Use fake audio playing property in editor | |||
2018-05-13 | Merge pull request #18764 from AndreaCatania/rag | Juan Linietsky | |
Improved API to active / deactive ragdoll | |||
2018-05-11 | Update oversampling of outlines after window size change | Ruslan Mustakov | |
Fixes #18774. | |||
2018-05-11 | fixed a input not registered in osx script editor | toger5 | |
2018-05-10 | Improved API to active / deactive ragdoll | Andrea Catania | |
2018-05-09 | Consider TextEdit paste operation complex. | Charly Mourglia | |
Not considering a paste operation as a complex one ends up adding an unneeded extra step when pasting over a selection. This fixes issue #18325 | |||
2018-05-08 | Fix some enums missing its bind | Marcelo Fernandez | |
2018-05-09 | Merge pull request #18709 from Faless/multiplayer_docs | Max Hilbrunner | |
Rename multiplayer_api to multiplayer, add docs | |||
2018-05-08 | Change from "search dialog" to "search bar" on help screen | Guilherme Silva | |
2018-05-08 | Merge pull request #18374 from JFonS/fix_particles_animation | Juan Linietsky | |
Fix particle animation controls | |||
2018-05-08 | Merge pull request #17578 from endragor/ft-outlines | Rémi Verschelde | |
Perfect FreeType-based outlines for DynamicFonts | |||
2018-05-08 | Merge pull request #15258 from RyanStein/bugfix-15241 | Juan Linietsky | |
Use exact positioning for the ItemList::get_tooltip method. | |||
2018-05-08 | Merge pull request #15119 from poke1024/visible-subwindows | Juan Linietsky | |
More efficient subwindow handling | |||
2018-05-08 | Merge pull request #15074 from ↵ | Juan Linietsky | |
PJB3005/17-12-26-remove_gui_focus_on_visibility_loss Hiding a Control now fires NOTIFICATION_FOCUS_EXIT. | |||
2018-05-08 | Always emit dynamic font change in update_oversampling | Ruslan Mustakov | |
Fixes #15787. The issue occurred when two (or more) separate DynamicFont instances used the same DynamicFontAtSize instance due to having equal properties. The first instance updated its data_at_size and emitted "changed" signal, but the second did not because it considered the data_at_size to be up to date, even though it has just been updated. | |||
2018-05-08 | Rename multiplayer_api to just multiplayer. | Fabio Alessandrelli | |
Only the class name retain the MultiplayerAPI name | |||
2018-05-08 | Merge pull request #17559 from simedis/joint_motors | Rémi Verschelde | |
Implemented interface for bullet linear motors | |||
2018-05-08 | Merge pull request #18619 from mateusak/master | Rémi Verschelde | |
Add more flexibility to 3X3 autotiles | |||
2018-05-08 | Perfect FreeType-based outlines for DynamicFonts | Ruslan Mustakov | |
- Implement outlines based on FreeType Stroker API. This allows artifact-free results, similar to what you will see in Web or any text editing tools. Outline is a part of DynamicFont rather than Label, because outlines have to be baked into the font's atlas. Font has a default outline_color and a Label can specify font_outline_modulator that will be multiplied with the Font's color to get the final result. - draw_char now has to be called twice to fully render a text - first with p_outline == true for each character and then with p_outline == false for each character. - Number of draw-calls is reduced from 5 to 2 per outlined character. - Overall cleanup of DynamicFont code, extracted duplicated code pieces into separate methods. - The change is backward-compatible - Labels still have outline properties that work exactly as they worked before. Closes #16279. | |||
2018-05-08 | Merge pull request #18701 from GodotExplorer/fix-#18685 | Max Hilbrunner | |
Fix double free for drag preview control in viewport | |||
2018-05-08 | Merge pull request #18700 from GodotExplorer/fix-#18686 | Max Hilbrunner | |
Add default paramater value for OptionButton::add_icon_item | |||
2018-05-08 | Fix double free for drag preview control in viewport | Geequlim | |
2018-05-08 | Add default paramater value for OptionButton::add_icon_item | Geequlim | |
2018-05-08 | Merge pull request #15928 from StateOff/feature_batch_rename | Rémi Verschelde | |
Implements "Batch Rename" editor tool. | |||
2018-05-08 | Merge pull request #18453 from groud/add_speed_factor | Max Hilbrunner | |
Adds a speed factor to AnimatedSprite | |||
2018-05-07 | Merge pull request #16122 from ibrahn/sprite-region-with-frames | Juan Linietsky | |
Allow use of frames in sprites with texture region enabled. | |||
2018-05-07 | Merge pull request #17295 from eon-s/instance-placeholder | Juan Linietsky | |
Make InstancePlaceholder more flexible by allowing to instance without removing it. | |||
2018-05-07 | Added a simpler way to flip faces, closes #17373 and closes #17369 | Juan Linietsky | |
2018-05-07 | Merge pull request #17451 from Goutte/feat-base-button-mask | Juan Linietsky | |
Allow configuration of which mouse buttons the BaseButton responds to |