aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/baked_light_baker_cmpxchg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-1/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* Bug FixesJuan Linietsky2014-11-021-18/+19
| | | | | | | | | | | | | | | | -=-=-=-=- -Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia -Added support for multiline strings (or comments) using """ -Save subscene bug, properties not being saved in root node (#806) -Fix Crash in CollisionPolygon2DEditor (#814) -Restored Ability to compile without 3D (#795) -Fix InterpolatedCamera (#803) -Fix UV Import for OBJ Meshes (#771) -Fixed issue with modifier gizmos (#794) -Fixed CapsuleShape gizmo handle (#50) -Fixed Import Button (not properly working in 3D) (#733) -Many misc fixes (though no new features)
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-0/+84
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender