aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/baked_light_baker.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
| | | | Fixes #4742.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-2/+2
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-2/+2
|
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-14/+14
|
* Revert "Ignore alpha materials in baked light ray-tracer."Juan Linietsky2015-11-191-101/+65
|
* Ignore alpha materials in baked light ray-tracer.Saracen2015-11-021-65/+101
|
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-0/+1
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* New Demo, Screen Space ShadersJuan Linietsky2015-03-101-1/+1
| | | | | -Fixes to screen space shaders. -Fixes to isometric light demo.
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-166/+438
| | | | | | | -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
* Build System ChangesJuan Linietsky2014-10-071-34/+170
| | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-= Build System: -Big clean up of SCons, changed how builds are done to a much cleaner method (check the Github Wiki for instructions). -Deactivated BlackBerry10 (sorry), if no mantainer found (or BlackBerry does not send us a Passort ;), platform will be removed as we have no longer devices to test. Engine: -Removed deprecated object and scene format (was in there just for compatibility, not in use since a long time). -Added ability to open scenes even if a node type was removed (will try to guess the closest type). -Removed deprecated node types.
* 3D Physics and Other StuffJuan Linietsky2014-09-021-1/+1
| | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -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!
* Little BitsJuan Linietsky2014-08-141-4/+524
| | | | | | | | -=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
* Small Issues & MaintenanceJuan Linietsky2014-08-011-2/+2
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* FineTune HDR and Other StuffJuan Linietsky2014-06-171-0/+6
| | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- -More parameters to ESM shadows -LightMap Octree now can bake to "hdr" (use HDR8 for now) -New resource PolygonPathFinder, polygon based pathfinder using A-star algorithm. (will add nodes to use it more easily soon)
* More 3D WorkJuan Linietsky2014-06-161-6/+8
| | | | | | | | -=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
* Light Baker!Juan Linietsky2014-06-111-0/+1765
-=-=-=-=-=-= -Support for lightmap baker, have fun figuring out how it works before tutorial is published.