Age | Commit message (Collapse) | Author |
|
|
|
|
|
-fixed bug in tilemap collision debug
|
|
Also sync the doc accordingly
|
|
|
|
|
|
|
|
Fix bug in Body(2D)SW::add_area
|
|
fixes #3374
|
|
Consider texture offset when rotating tiles
|
|
|
|
fix: TouchScreenButton should stop propagating action when button is …
|
|
|
|
|
|
from scene
|
|
|
|
|
|
|
|
bugs, closes #2115
|
|
|
|
closes #2286
|
|
Update copyright to 2016 in headers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed
-Created a VariantWriter helper to unify all variant to text writing
-Moved SceneFormatText writing to VariantWriter
-Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
|
|
|
|
|
|
|
|
|
|
get_relative_transform_to_parent(), makes more sense
-fixed newly introduced bug in onready keyword, fixes #3155
|
|
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
|
|
New and corrected area override modes.
|
|
|
|
|
|
|
|
|
|
|
|
Fixed the mouse position for control when it is in a canvas_layer.
|
|
|
|
|
|
|
|
(fix bug causing eg. CircleShape2D.set_radius to generate multiple shapes)
|
|
|
|
|
|
Cosmetic fixes to SCons buildsystem
|