Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-15 | styleBoxFlat removed light, dark color entirely | toger5 | |
2017-08-15 | new StyleBoxFlat removed multiBorderColor | toger5 | |
- removed only the bindings because the drawing code is not done yet - kept c++ functions for setting individual border color for future implementation | |||
2017-08-15 | new StyleBoxFlat limits for drawing | toger5 | |
- corner and border are decreased if necassary to achoieve clean stylboxes - prohibits wired drawing artifacts when using wrong values - corner radius are relative to the partner corner when they would result in glitches | |||
2017-08-15 | new StyleBoxFlat added more drawing features | toger5 | |
- corner radius bindings - shadow - antiAliasing - CornerDetail | |||
2017-08-15 | Adapted godot to the new StyleBoxFlat | toger5 | |
2017-08-15 | NEW Style Box Flat Implementation | toger5 | |
- now use polygons! - renamed blend -> blend_border - draw_center -> filled - GDScript biding | |||
2017-08-15 | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622 | Juan Linietsky | |
2017-08-14 | Merge pull request #10339 from bojidar-bg/x-fix-scale-conflict | Ignacio Etcheverry | |
Rename Light2D::scale to texture_scale, so it doesn't conflict | |||
2017-08-14 | Rename Light2D::scale to texture_scale, so it doesn't conflict | Bojidar Marinov | |
2017-08-13 | Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107 | Rémi Verschelde | |
Fix missing and incorrect values in return value of _move method | |||
2017-08-12 | Disabling Particles::one_shot restarts emission | Zher Huei Lee | |
Fixes #10181 | |||
2017-08-12 | Fix missing and incorrect values in return value of _move method | Nathan Hold | |
2017-08-11 | Merge pull request #10198 from jjay/f/stretch_aspect_expand | Rémi Verschelde | |
Add "expand" option for stretch aspect, no more black bars | |||
2017-08-11 | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | |
Fixes to buses editor | |||
2017-08-11 | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | |
Inspector: Right click on resource opens sub-menu. | |||
2017-08-11 | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde | |
Updated default values in SpatialMaterial and Environment | |||
2017-08-11 | Merge pull request #10193 from kubecz3k/tab-click-signal | Rémi Verschelde | |
tab_clicked signal for Tabs | |||
2017-08-11 | Merge pull request #10142 from bruvzg/3.0-osx-ime | Rémi Verschelde | |
Add IME support (macOS) | |||
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde | |
Moved member variables from constructor to initialization list | |||
2017-08-11 | Merge pull request #10202 from neikeq/how-do-you-turn-this-on | Rémi Verschelde | |
Improves method bind's detecting of signarute types | |||
2017-08-10 | Fixes to buses editor | Daniel J. Ramirez | |
Fixed unselectable bus Added bus options button | |||
2017-08-10 | Inspector: Right click on resource opens sub-menu. | Andreas Haas | |
Fixes #9052 | |||
2017-08-10 | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-10 | Adds missing type information to virtual method binds | Ignacio Etcheverry | |
2017-08-09 | Implement NSTextInputClient protocol for IME | bruvzg | |
2017-08-09 | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky | |
2017-08-09 | Add expand stretch/ascpect - no more black bars | Yakov Borevich | |
2017-08-09 | Updated default values in SpatialMaterial and Environment | Rasmus Ketelsen | |
2017-08-09 | tab_clicked signal for Tabs | Jakub Grzesik | |
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez | |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material | |||
2017-08-08 | Fixes node selection, and properly ignore mouse on inner comment node body, ↵ | Juan Linietsky | |
closes #6298 | |||
2017-08-07 | -Fixed BoneAttachment delay, closes #3966 | Juan Linietsky | |
-Fixed skeleton crash, probably fixes other issues | |||
2017-08-07 | Ability to pause particles, closes #3675 | Juan Linietsky | |
2017-08-07 | Merge pull request #10136 from MednauN/master | Thomas Herzog | |
Add handling of touch events in _gui_input_event | |||
2017-08-07 | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde | |
Makes all Godot API's Methods lower_case | |||
2017-08-07 | Merge pull request #10113 from kubecz3k/tab-signal | Rémi Verschelde | |
'tab_changed' signal after using 'set_current_tab' | |||
2017-08-07 | Merge pull request #10109 from eska014/init-particles2d-draw-order | Rémi Verschelde | |
Initialize Particles2D draw order property | |||
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia | |
2017-08-07 | Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thx | Rémi Verschelde | |
Texture: Fix wrong method bind instance type | |||
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | |
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde | |
Queue RPC packet before calling method locally to ensure correct RPC … | |||
2017-08-07 | Add handling of touch events in _gui_input_event | Evgeny Zuev | |
Fixes #10039 | |||
2017-08-06 | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky | |
2017-08-06 | Merge pull request #10123 from bojidar-bg/7695-key-kp-enter | Juan Linietsky | |
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | |||
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | |
2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | |
explicit bool constructor has thus now been removed, as it served it's mission! |