virtualx-engine/scene/gui
Juan Linietsky b324ff7ea5 A bit of everything:
-IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM.
-New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally.
-Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept.
-Several fixes and improvements to SurfaceTool.
-Anti Aliasing added to WorldEnvironment effects (using FXAA)
-2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which.
-2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before)
-Viewport render target textures can now be filtered.
-Few fixes in GDscript make it easier to work with static functions and class members.
-Several and many bugfixes.
2014-05-14 01:22:15 -03:00
..
base_button.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
base_button.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -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 -Fixed viewport stretch bugs 2014-04-18 11:43:54 -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 GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03: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 A bit of everything: 2014-05-14 01:22:15 -03:00
rich_text_label.h -project settings are saved when changed 2014-02-15 21:16:33 -03:00
scroll_bar.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scroll_bar.h GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scroll_container.cpp GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
scroll_container.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
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 remove degud output 2014-05-07 15:42:55 +04:00
text_edit.h Add get_word_under_cursor() method to TextEdit 2014-05-06 19:21:21 +08: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 -Added ATITC texture support 2014-02-26 10:08:17 -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