virtualx-engine/scene/2d
Juan Linietsky b24fe3dd20 Huge Amount of BugFix
-=-=-=-=-=-=-=-=-=-=-

-Fixes to Collada Exporter (avoid crash situtions)
-Fixed to Collada Importer (Fixed Animation Optimizer Bugs)
-Fixes to RigidBody/RigidBody2D body_enter/body_exit, was buggy
-Fixed ability for RigidBody/RigidBody2D to get contacts reported and bodyin/out in Kinematic mode.
-Added proper trigger support for 3D Physics shapes
-Changed proper value for Z-Offset in OmniLight
-Fixed spot attenuation bug in SpotLight
-Fixed some 3D and 2D spatial soudn bugs related to distance attenuation.
-Fixed bugs in EventPlayer (channels were muted by default)
-Fix in ButtonGroup (get nodes in group are now returned in order)
-Fixed Linear->SRGB Conversion, previous algo sucked, new algo works OK
-Changed SRGB->Linear conversion to use hardware if supported, improves texture quality a lot
-Fixed options for Y-Fov and X-Fov in camera, should be more intuitive.
-Fixed bugs related to viewports and transparency

Huge Amount of New Stuff:
-=-=-=-=-=-=-=-==-=-=-=-

-Ability to manually advance an AnimationPlayer that is inactive (with advance() function)
-More work in WinRT platform
-Added XY normalmap support, imports on this format by default. Reduces normlmap size and enables much nice compression using LATC
-Added Anisotropic filter support to textures, can be specified on import
-Added support for Non-Square, Isometric and Hexagonal tilemaps in TileMap.
-Added Isometric Dungeon demo.
-Added simple hexagonal map demo.
-Added Truck-Town demo. Shows how most types of joints and vehicles are used. Please somebody make a nicer town, this one is too hardcore.
-Added an Object-Picking API to both RigidBody and Area! (and relevant demo)
2014-10-03 00:10:51 -03:00
..
animated_sprite.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
animated_sprite.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
area_2d.cpp -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
area_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
camera_2d.cpp -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
camera_2d.h Implemented Camera2D.Rotating property 2014-02-10 13:55:12 +01:00
canvas_item.cpp -draw_primitive binding fix 2014-05-25 14:25:05 -03:00
canvas_item.h Making Godot Easier to Use.. 2014-05-24 01:35:47 -03:00
collision_object_2d.cpp Little Bits 2014-08-14 10:31:38 -03:00
collision_object_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
collision_polygon_2d.cpp CollisionPolygon (3D) 2014-09-16 21:19:54 -03:00
collision_polygon_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
collision_shape_2d.cpp -variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718) 2014-09-22 00:50:48 -03:00
collision_shape_2d.h Fixed #173 #157 When CollisionShape2D deleted, parent CollisionObject should get updated as well 2014-03-15 14:03:51 +08:00
joints_2d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
joints_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
node_2d.cpp Add node2d::get_global_pos() 2014-07-07 19:08:26 +08:00
node_2d.h Add node2d::get_global_pos() 2014-07-07 19:08:26 +08:00
node_2d_singleton.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
node_2d_singleton.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
parallax_background.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
parallax_background.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
parallax_layer.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
parallax_layer.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
particles_2d.cpp Fixed too many little issues, check the issues closed today. 2014-09-21 01:43:42 -03:00
particles_2d.h Fixing Issues... 2014-09-19 18:39:50 -03:00
path_2d.cpp 2D Animation Improvements 2014-07-06 11:49:27 -03:00
path_2d.h 2D Animation Improvements 2014-07-06 11:49:27 -03:00
path_texture.cpp Polygon2D 2014-07-07 17:44:21 -03:00
path_texture.h Polygon2D 2014-07-07 17:44:21 -03:00
physics_body_2d.cpp -variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718) 2014-09-22 00:50:48 -03:00
physics_body_2d.h -variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718) 2014-09-22 00:50:48 -03:00
polygon_2d.cpp Polygon2D 2014-07-07 17:44:21 -03:00
polygon_2d.h Polygon2D 2014-07-07 17:44:21 -03:00
position_2d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
position_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
ray_cast_2d.cpp A bit of everything: 2014-05-14 01:22:15 -03:00
ray_cast_2d.h A bit of everything: 2014-05-14 01:22:15 -03:00
remote_transform_2d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
remote_transform_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sample_player_2d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sample_player_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
screen_button.cpp Merge pull request #588 from marynate/PR-fix-touchscreenbutton-input 2014-09-17 10:40:50 -03:00
screen_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sound_player_2d.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sound_player_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
sprite.cpp -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
sprite.h -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
tile_map.cpp Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
tile_map.h Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
visibility_notifier_2d.cpp -variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718) 2014-09-22 00:50:48 -03:00
visibility_notifier_2d.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
y_sort.cpp Huge Amount of BugFix 2014-10-03 00:10:51 -03:00
y_sort.h Huge Amount of BugFix 2014-10-03 00:10:51 -03:00