| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ray cast return shape id. Fixes #14473 | AndreaCatania | 2017-12-10 | 2 | -2/+9 |
| | | |||||
| * | Style: Re-apply clang-format over recent invalid additions | Rémi Verschelde | 2017-12-10 | 1 | -2/+2 |
| | | |||||
| * | Fix missing parenthesis | Rémi Verschelde | 2017-12-09 | 1 | -1/+1 |
| | | |||||
| * | GDNative: Fix warning when gdnative/singletons is missing | Rémi Verschelde | 2017-12-09 | 1 | -2/+5 |
| | | |||||
| * | Merge pull request #14459 from vnen/gdscript-object-export | Rémi Verschelde | 2017-12-09 | 1 | -0/+4 |
| |\ | | | | | Make GDScript parser raise error when exporting Object | ||||
| | * | Make GDScript parser raise error when exporting Object | George Marques | 2017-12-09 | 1 | -0/+4 |
| | | | |||||
| * | | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | 2017-12-09 | 2 | -3/+85 |
| |/ | | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | ||||
| * | Merge pull request #14358 from RandomShaper/fix-vscript | Rémi Verschelde | 2017-12-09 | 1 | -0/+1 |
| |\ | | | | | Fix function arg count not considered in VisualScript | ||||
| | * | Fix function arg count not considered in VisualScript | Pedro J. Estébanez | 2017-12-07 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | 2017-12-09 | 4 | -39/+22 |
| |\ \ | | | | | | | Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | ||||
| | * | | Allow double-axis lock in RigidBody and KinematicBody | Eric Rybicki | 2017-11-10 | 4 | -39/+22 |
| | | | | |||||
| * | | | Fix thekla_atlas build | Hein-Pieter van Braam | 2017-12-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | clang doesn't like c++ versions being supplied to build c source files. | ||||
| * | | | Import thekla_atlas | Hein-Pieter van Braam | 2017-12-08 | 4 | -0/+140 |
| | | | | | | | | | | | | | As requested by reduz, an import of thekla_atlas into thirdparty/ | ||||
| * | | | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | 2017-12-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | Made error reporting to opcode_set in gdscript a bit clearer | ||||
| * | | | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | 2017-12-07 | 51 | -227/+284 |
| |\ \ \ | | | | | | | | | Update style for clang-format 5.0.0, new min required version | ||||
| | * | | | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 50 | -226/+284 |
| | | | | | |||||
| | * | | | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 3 | -9/+8 |
| | | |/ | |/| | | | | | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | ||||
| * / | | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | 2017-12-07 | 11 | -61/+112 |
| |/ / | |||||
| * | | Merge pull request #14006 from akien-mga/tinyexr | Rémi Verschelde | 2017-12-07 | 1 | -5/+20 |
| |\ \ | | | | | | | Fix TinyEXR import bug and update to current master | ||||
| | * | | TinyEXR: Fix EXR header when parsing pixels encoded as HALF | Rémi Verschelde | 2017-12-05 | 1 | -5/+20 |
| | | | | | | | | | | | | | | | | Also free the header and image properly after usage. Fixes #13490. | ||||
| * | | | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot | Rémi Verschelde | 2017-12-06 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Connect signal for VisualScript "Yield Signal" using oneshot mode | ||||
| | * | | | Connect signal for VisualScript "Yield Signal" using oneshot mode | Matthias Hoelzl | 2017-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Since the first call to a VisualScriptFunctionState invalidates the state, any further call results in errors. | ||||
| * | | | | Merge pull request #13427 from hoelzl/pr-vs-enable-yield | Rémi Verschelde | 2017-12-06 | 1 | -1/+1 |
| |\ \ \ \ | |_|/ / |/| | | | Make VisualScriptFunctionState instantiable | ||||
| | * | | | Make VisualScriptFunctionState instantiable | Matthias Hoelzl | 2017-11-30 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Improve slang, especially in user-visible parts | Unknown | 2017-12-05 | 5 | -7/+4 |
| | | | | |||||
| * | | | Merge pull request #13992 from ISylvox/substract-to-subtract | Rémi Verschelde | 2017-12-05 | 10 | -16/+16 |
| |\ \ \ | | | | | | | | | Fix Typo: Substract to Subtract | ||||
| | * | | | Fixed typo: substract to subtract | Indah Sylvia | 2017-12-05 | 10 | -16/+16 |
| | | | | | |||||
| * | | | | GDNative: Save singletons only if there's a change | George Marques | 2017-12-05 | 1 | -2/+20 |
| |/ / / | | | | | | | | | | | | | Ensures that the Project Settings are saved only if the list of singletons actually changed. | ||||
| * | | | Exported variables now show in the correct order. | Nathan Warden | 2017-12-02 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fixed bullet server null pointer check | Andrea Catania | 2017-11-30 | 1 | -1/+1 |
| |/ / | | | | | Fixed bullet server null pointer check | ||||
| * | | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | 2017-11-30 | 1 | -1/+1 |
| | | | | | | | | | library to open extra libraries. | ||||
| * | | disable caching for targets using helper functions | Rhody Lugo | 2017-11-28 | 5 | -10/+5 |
| | | | |||||
| * | | Set real world position, not virtual world position! | Bastiaan Olij | 2017-11-28 | 1 | -1/+1 |
| | | | |||||
| * | | use the same cache for all branches for appveyor | Rhody Lugo | 2017-11-28 | 5 | -1/+7 |
| | | | |||||
| * | | Fix constant node value edit | Marcin Zawiejski | 2017-11-25 | 1 | -2/+2 |
| | | | |||||
| * | | [GDNative] disable -fPIC flag with msvc compiler | Emmanuel Leblond | 2017-11-25 | 1 | -2/+2 |
| | | | |||||
| * | | Fix mono build after bc2e8d99 | Rémi Verschelde | 2017-11-25 | 1 | -2/+2 |
| | | | |||||
| * | | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | 2017-11-25 | 6 | -16/+16 |
| | | | | | | | | | | | | | wrong function, leading to unnecesary copy on writes and reduced performance. | ||||
| * | | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | 2017-11-24 | 11 | -125/+125 |
| | | | |||||
| * | | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 36 | -1188/+0 |
| | | | |||||
| * | | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 69 | -69/+69 |
| | | | |||||
| * | | doc: Sync classref with current source | Rémi Verschelde | 2017-11-24 | 3 | -24/+18 |
| | | | |||||
| * | | Removed shape margin | AndreaCatania | 2017-11-23 | 2 | -3/+4 |
| | | | |||||
| * | | Merge pull request #13202 from AndreaCatania/master | Rémi Verschelde | 2017-11-23 | 1 | -0/+1 |
| |\ \ | | | | | | | Space override scratching when body is add to world | ||||
| | * | | Space override scratching when body is add to world | AndreaCatania | 2017-11-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | Fixes #13182 | ||||
| * | | | Merge pull request #13159 from AndreaCatania/ray | Rémi Verschelde | 2017-11-22 | 2 | -24/+24 |
| |\ \ \ | | | | | | | | | Removed type_mask and fixed some variable name | ||||
| | * | | | Removed type_mask and fixed some variable name | AndreaCatania | 2017-11-21 | 2 | -24/+24 |
| | |/ / | |||||
| * | | | Merge pull request #13161 from Hinsbart/mono_case | Rémi Verschelde | 2017-11-22 | 13 | -483/+483 |
| |\ \ \ | | | | | | | | | Mono: Use PascalCase in core types. | ||||
| | * | | | Mono: Use PascalCase in core types. | Andreas Haas | 2017-11-21 | 13 | -483/+483 |
| | | | | | |||||
| * | | | | Merge pull request #13130 from endragor/gdnative-android-export | Rémi Verschelde | 2017-11-21 | 1 | -0/+6 |
| |\ \ \ \ | | | | | | | | | | | Proper GDNative export on Android | ||||
