godot/modules/gdscript
Juan Linietsky 948fd83cdd Little Bits
-=-=-=-=-=-

-fix duplicate function bug when creating script callback in editor
-fix bug where hiding lights does not work
-fix 2D audio listener bug (romulox_x reported)
-fix exported properties with inheritance bug
-fix timer autostart (make it not work on editor)
-reactivate first camara found if viewport runs out of active camera
-option to hide gizmos in viewport
-changed skeleton gizmo because it sucks
-Make convex shapes using CollisionShape visible (use quickhull class)
-fix up menu when editing a mesh, to export collision, navmesh, convex, etc. from it.
-make a menu option to show SRGB in 3D editor views by default
-make option to edit default light direction in viewport settings
-make option to edit default ambient light in viewport settings
-make software conversion of linear->RGB if hardware support not found
2014-10-12 02:13:22 -03:00
..
config.py -moved script to modules 2014-02-24 09:53:33 -03:00
gd_compiler.cpp -variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718) 2014-09-22 00:50:48 -03:00
gd_compiler.h -moved script to modules 2014-02-24 09:53:33 -03:00
gd_editor.cpp Little Bits 2014-10-12 02:13:22 -03:00
gd_functions.cpp More 3D Work 2014-06-16 10:22:26 -03:00
gd_functions.h More 3D Work 2014-06-16 10:22:26 -03:00
gd_parser.cpp Fixed too many little issues, check the issues closed today. 2014-09-21 01:43:42 -03:00
gd_parser.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -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 Little Bits 2014-10-12 02:13:22 -03:00
gd_script.h Little Bits 2014-10-12 02:13:22 -03:00
gd_tokenizer.cpp - more fixes on #672 on windows 2014-09-19 21:01:41 -03:00
gd_tokenizer.h 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -03:00
register_types.cpp 3D Physics Rework, Other Stuff 2014-09-15 11:33:30 -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