| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed Basis -> Quat conversions, added a few safety checks. | tagcup | 2018-05-27 | 1 | -4/+2 |
| | | | | | Fixes #19027. | ||||
| * | Fix updating mesh when reimporting | volzhs | 2018-05-22 | 1 | -1/+1 |
| | | |||||
| * | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -1/+1 |
| | | |||||
| * | Fix Collada material roughness import function 4 | Dmitriy Romanov | 2018-04-03 | 1 | -1/+1 |
| | | | | Made import conversion linear. | ||||
| * | Fix Collada material roughness import function 3 | Dmitriy Romanov | 2018-03-31 | 1 | -1/+1 |
| | | | | | Improved readability and further tweaking of function | ||||
| * | Fix Collada material roughness import function 2 | Dmitriy Romanov | 2018-03-29 | 1 | -1/+1 |
| | | | | Fix minus space. | ||||
| * | Fix Collada material roughness import function | Dmitriy Romanov | 2018-03-28 | 1 | -1/+1 |
| | | | | | Fixes NaN roughness in Godot when hardness in Blender is set to more than 255. Also corrects dependency: more hardness = more roughness (it says shininess, but it actually is hardness). | ||||
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -2/+2 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 1 | -1/+1 |
| | | |||||
| * | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵ | Juan Linietsky | 2017-12-07 | 1 | -1/+1 |
| | | | | | converters more easily. | ||||
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+0 |
| | | |||||
| * | Restores functionality of the use_compression flag in the Collada importer. | Saracen | 2017-11-01 | 1 | -12/+12 |
| | | |||||
| * | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -18/+1 |
| | | |||||
| * | Fix import order, so scenes are imported after textures. | Juan Linietsky | 2017-09-20 | 1 | -0/+15 |
| | | | | | Also fix bugs when meshes are always generated. | ||||
| * | -Fixes to how collada generates tangents (use SurfaceTool), closes #9562 | Juan Linietsky | 2017-08-29 | 1 | -202/+48 |
| | | | | | -Fix to gridmap cell size (wrong property type) | ||||
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -166/+4 |
| | | |||||
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/ | ||||
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -4/+1 |
| | | |||||
| * | Merge pull request #10307 from Rubonnek/update-argument-names | Rémi Verschelde | 2017-08-16 | 1 | -17/+17 |
| |\ | | | | | Updated function argument names | ||||
| | * | Updated function argument names | Wilson E. Alvarez | 2017-08-12 | 1 | -17/+17 |
| | | | |||||
| * | | Converting to MeshLibrary works again, fixes #8092 | Juan Linietsky | 2017-08-15 | 1 | -1/+1 |
| |/ | |||||
| * | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -2/+2 |
| | | | | | Thus fixing some invalid changes that had still made it to the master branch. | ||||
| * | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | 2017-07-05 | 1 | -4/+2 |
| | | |||||
| * | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snap | Rémi Verschelde | 2017-07-03 | 1 | -3/+3 |
| |\ | | | | | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | ||||
| | * | Fixed syntax inconsistency in Vector3.snap and Vector3.snapped | TwistedTwigleg | 2017-07-03 | 1 | -3/+3 |
| | | | |||||
| * | | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky | 2017-07-03 | 1 | -0/+8 |
| |/ | |||||
| * | -Added proper access to depth texture from shader | Juan Linietsky | 2017-06-07 | 1 | -8/+8 |
| | | | | | -Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future. | ||||
| * | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 2017-05-31 | 1 | -5/+6 |
| | | |||||
| * | Rename project file to "project.godot" | Rémi Verschelde | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Slimmed down variant from the reverted #8375. The rationale behind the name change is to give Godot's project file a unique extension (".godot") that can be registered on the OS to be associated with the Godot binary (OS registration not implemented here). This PR also adds the possibility to start the game or editor if launched with the project.godot passed as argument, which paves the way for allowing a similar behaviour on a double-click in the OS file manager (code originally by @Hinsbart). Closes #6915. | ||||
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| | | |||||
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -17/+17 |
| | | |||||
| * | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -2/+2 |
| | | | | | From https://github.com/lucasdemarchi/codespell | ||||
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -814/+632 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | ||||
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -0/+2508 |
| The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. | |||||
