Age | Commit message (Collapse) | Author |
|
initialization
|
|
-Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838
|
|
|
|
|
|
|
|
without the influence from framerate
similar to animation player (idle/fixed mode), where idle mode = old timer, fixed mode = fixed process implementation:
Example of the behaviour with a stream of bullets with timers on different frame rates:
https://gfycat.com/HeartyImpressiveIndiancow
- A change for more uniform ticks on fixed/idle
without this fix:
http://i.imgur.com/0TMQ6CG.png
with this fix:
http://i.imgur.com/3zYx16c.png
|
|
|
|
-Tabs work inside built-in log window, fixes #1867
|
|
Reviewed compiler warnings: fixed some bugs and formal stuff. (2nd try)
|
|
|
|
|
|
|
|
interpolators in future.
|
|
#1803
|
|
Pr-Tween-fix
|
|
romulox_x
|
|
|
|
Wrong use of | instead of ||
|
|
|
|
-added NOTIFICATION_INSTANCED
|
|
|
|
|
|
fixes #1775
|
|
|
|
|
|
Fixed some bugs in Label.
|
|
Tripleclick now doesn't select line if clicks was done on different lines. Fix #1727
|
|
Fixed some items caught in cppcheck
|
|
|
|
|
|
|
|
|
|
|
|
-added functions to get mouse position in CanvasItem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-added tesselation function to curve and curve2d
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1462
|
|
-added a new function, Camera::is_position_behind to aid to unproject(), fixes #1725
|
|
|
|
|