Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Fix a inherited transform bug with Camera2D preview drawing | Bojidar Marinov | |
Closes #5339 | |||
2016-06-20 | fix CanvasItem.get_global_transform() and CanvasItem.get_local_transform(), ↵ | Juan Linietsky | |
closes #4075 | |||
2016-06-20 | Remove unused connection. ShaderEditor should'nt handle ShaderGraphs. | MarianoGNU | |
Fixes #4678 && #4745 | |||
2016-06-19 | -Added trigger mode to tracks, useful for properties that work as triggers, ↵ | Juan Linietsky | |
such as playing a sample, an animation, etc. -Better interpolation of discrete tracks, fixes #4417 | |||
2016-06-18 | Drop empty files that are not used anywhere | Rémi Verschelde | |
Part of #5272 | |||
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-17 | Send body inout notifications after state is applied, fixes #4683 | Juan Linietsky | |
2016-06-13 | added a function CanvasItem.get_item_and_children_rect() , fixes #4738 | Juan Linietsky | |
2016-06-07 | Fix indentation issues in last commits | Rémi Verschelde | |
Ping @reduz. | |||
2016-06-06 | -Fix small bug regarding to canvas layer detection, closes #4381 | Juan Linietsky | |
2016-05-23 | Modified damp ranges | Daniel J. Ramirez | |
2016-05-23 | Clamped some light2D ranges | Daniel J. Ramirez | |
2016-05-23 | Polygon2D now exposes vertex colors. | Ovnuniarchos | |
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde | |
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | |||
2016-05-18 | fix compile failure when tools=no | volzhs | |
2016-05-17 | CanvasModulate: fix build issue with GCC | Rémi Verschelde | |
Bug from c195c0d. | |||
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-05-17 | remove old bind for add_frame of SpriteFrames | volzhs | |
it causes ``ERROR: Method already bound: SpriteFrames::add_frame`` | |||
2016-05-14 | New reworked AnimatedSprite! | Juan Linietsky | |
-New SpriteFrames editor, with support for drag&drop, multiple animation sets, animation speed and loop. -New AnimatedSprite, with support for all the new features! AnimatedSprite3D has not been updated yet. -Added support for drag&drop to other editors, such as resourcepreload, sample library, etc. | |||
2016-05-12 | classref: Fixed return types in Area and Area2D (#4635) | MattUV | |
2016-05-06 | Rotation APIs: Better exposure for degrees methods | Rémi Verschelde | |
Made public the various set/getters for rotations in degrees. For consistency, renamed the exposed method names to remove the leading underscore, and kept the old names with a deprecation warning. Fixes #4511. | |||
2016-05-04 | Fix wrong return and argument types in documentation | Ignacio Etcheverry | |
2016-04-29 | Merge pull request #4387 from JoshuaGrams/rigidbody2d-torque | Rémi Verschelde | |
Hooked up RigidBody2D torque methods | |||
2016-04-26 | RigidBody2D (add_force, set_inertia): new methods. | Josh Grams | |
2016-04-24 | RigidBody2D: rename apply_impulse(pos) to offset. | Josh Grams | |
2016-04-23 | Fix continious update with Camera2D | Bojidar Marinov | |
Closes #4406 | |||
2016-04-20 | RigidBody2D: add and bind get_inertia() method. | Josh Grams | |
You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply. | |||
2016-04-20 | RigidBody2D: add and bind get/set_applied_torque. | Josh Grams | |
2016-04-19 | Merge pull request #4380 from bojidar-bg/camera2d-fix-zoom | Rémi Verschelde | |
Fix Camera2D ignoring zoom when checking limits | |||
2016-04-19 | Fix Camera2D ignoring zoom when checking limits | Bojidar Marinov | |
Closes #1912 | |||
2016-04-19 | Add preview of the Camera2D's screen boundaries | Bojidar Marinov | |
Closes #3365 | |||
2016-04-07 | Merge pull request #4259 from neikeq/pr-issue-4224 | Rémi Verschelde | |
Fix RayCast not updating when debugging collissions | |||
2016-04-07 | Fix RayCast not updating when debugging collissions | Ignacio Etcheverry | |
2016-04-06 | Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classes | Bojidar Marinov | |
Closes #3911 | |||
2016-03-18 | Fix issues with tilemap covering child nodes and old quadrants | Bojidar Marinov | |
Closes #4070 | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-05 | Fix Sprite doesn't updating region_rect value in certain conditions | Franklin Sobrinho | |
2016-02-20 | -Change link to new documentation | Juan Linietsky | |
-fixed bug in tilemap collision debug | |||
2016-02-17 | Fix NavigationPolygon references in _bind_method | Rémi Verschelde | |
Also sync the doc accordingly | |||
2016-02-15 | Bind method is_cell_transposed | Rémi Verschelde | |
2016-02-06 | Added get_cellv() method to TileMap | Johan Manuel | |
2016-01-24 | -Take in consideration canvas layers for GUI input | Juan Linietsky | |
2016-01-23 | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky | |
Fix bug in Body(2D)SW::add_area | |||
2016-01-22 | -leftover debug code was causing a crash in navigation 2d, removed it and ↵ | Juan Linietsky | |
fixes #3374 | |||
2016-01-15 | Merge pull request #3204 from neikeq/fix_3153 | Rémi Verschelde | |
Consider texture offset when rotating tiles | |||
2016-01-12 | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky | |
2016-01-11 | Merge pull request #3300 from MarianoGnu/bug_fixing | Rémi Verschelde | |
fix: TouchScreenButton should stop propagating action when button is … | |||
2016-01-10 | It seems everyone misses the polygon decomposer output, fixes #3069 | Juan Linietsky | |
2016-01-10 | make path update when curve changes, fixes #3144 | Juan Linietsky | |
2016-01-10 | fix: TouchScreenButton should stop propagating action when button is removed ↵ | MarianoGNU | |
from scene |