1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 19:45:48 +00:00
godot/modules/gdscript
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
..
config.py -moved script to modules 2014-02-24 09:53:33 -03:00
gd_compiler.cpp Fixes to constants in scope 2014-05-02 12:40:34 -03:00
gd_compiler.h -moved script to modules 2014-02-24 09:53:33 -03:00
gd_editor.cpp -scripts are converted to bytecode on export 2014-02-25 09:31:47 -03:00
gd_functions.cpp -Support for changing fonts 2014-04-05 12:39:30 -03:00
gd_functions.h -fix bug in cache for atlas import/export 2014-03-13 22:57:24 -03:00
gd_parser.cpp -HttpClient: ’Content-Length’ is added to httprequest if not provided in the headers and a body exists 2014-04-05 18:50:09 -03:00
gd_parser.h -HttpClient: ’Content-Length’ is added to httprequest if not provided in the headers and a body exists 2014-04-05 18:50:09 -03:00
gd_pretty_print.cpp -moved script to modules 2014-02-24 09:53:33 -03:00
gd_pretty_print.h -moved script to modules 2014-02-24 09:53:33 -03:00
gd_script.cpp A bit of everything: 2014-05-14 01:22:15 -03:00
gd_script.h -Fixes to OpenSSL compilation (more) 2014-05-01 11:34:10 -03:00
gd_tokenizer.cpp -HttpClient: ’Content-Length’ is added to httprequest if not provided in the headers and a body exists 2014-04-05 18:50:09 -03:00
gd_tokenizer.h -scripts are converted to bytecode on export 2014-02-25 09:31:47 -03:00
register_types.cpp -scripts are converted to bytecode on export 2014-02-25 09:31:47 -03:00
register_types.h -moved script to modules 2014-02-24 09:53:33 -03:00
SCsub -moved script to modules 2014-02-24 09:53:33 -03:00