godot/scene/gui
Juan Linietsky 1a2cb755e2 3D Physics and Other Stuff
-=-=-=-=-=-=-=-=-=-=-=-=-=

-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
2014-09-02 23:13:40 -03:00
..
SCsub GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
base_button.cpp Bug Fixes 2014-06-29 22:41:02 -03:00
base_button.h Bug Fixes 2014-06-29 22:41:02 -03:00
box_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
box_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button_array.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button_array.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button_group.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
button_group.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
center_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
center_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
check_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
check_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
color_picker.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
color_picker.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
control.cpp Bug Fixes 2014-06-29 22:41:02 -03:00
control.h -Fixed viewport stretch bugs 2014-04-18 11:43:54 -03:00
custom_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
custom_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dialogs.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
dialogs.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
empty_control.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
empty_control.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
file_dialog.cpp -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
file_dialog.h -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
grid_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
grid_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
label.cpp Made a uniform distribution of characters in Label::set_percent_visible() 2014-05-31 23:50:10 +02:00
label.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
line_edit.cpp Fix LineEdit selected text drag and drop behavior: move instead of duplicate selected text; maintain selection after drag and drop. 2014-05-11 12:16:08 +08:00
line_edit.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
margin_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
margin_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
menu_button.cpp -Fixed a few bugs in Viewport 2014-04-10 00:18:27 -03:00
menu_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
option_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
option_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
panel.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
panel.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
panel_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
panel_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
popup.cpp Lots of 3D improvements: 2014-05-04 22:50:23 -03:00
popup.h Lots of 3D improvements: 2014-05-04 22:50:23 -03:00
popup_menu.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
popup_menu.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
progress_bar.cpp -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
progress_bar.h -Added OpenSSL and HTTPS support 2014-04-28 21:56:43 -03:00
range.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
range.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
reference_frame.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
reference_frame.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
rich_text_label.cpp Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
rich_text_label.h -project settings are saved when changed 2014-02-15 21:16:33 -03:00
scroll_bar.cpp Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
scroll_bar.h Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
scroll_container.cpp Import 3D Scene Improvements 2014-06-19 02:23:03 -03:00
scroll_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
separator.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
separator.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
slider.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
slider.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spin_box.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
spin_box.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
split_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
split_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tab_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tab_container.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tabs.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tabs.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
text_edit.cpp Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
text_edit.h Small Issues & Maintenance 2014-08-01 22:10:38 -03:00
texture_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
texture_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
texture_frame.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
texture_frame.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
texture_progress.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
texture_progress.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tool_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tool_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
tree.cpp 3D Physics and Other Stuff 2014-09-02 23:13:40 -03:00
tree.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
video_player.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
video_player.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00