Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | Merge pull request #14459 from vnen/gdscript-object-export | Rémi Verschelde | |
Make GDScript parser raise error when exporting Object | |||
2017-12-09 | Make GDScript parser raise error when exporting Object | George Marques | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-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 | |||
2017-12-09 | Merge pull request #14358 from RandomShaper/fix-vscript | Rémi Verschelde | |
Fix function arg count not considered in VisualScript | |||
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | |
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | |||
2017-12-08 | Fix thekla_atlas build | Hein-Pieter van Braam | |
clang doesn't like c++ versions being supplied to build c source files. | |||
2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | |
As requested by reduz, an import of thekla_atlas into thirdparty/ | |||
2017-12-07 | Fixed is_playing funtion (was reporting wrong), closes #13928 | Juan Linietsky | |
Made error reporting to opcode_set in gdscript a bit clearer | |||
2017-12-07 | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | |
Update style for clang-format 5.0.0, new min required version | |||
2017-12-07 | doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc | Rémi Verschelde | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-07 | Fix function arg count not considered in VisualScript | Pedro J. Estébanez | |
2017-12-07 | Merge pull request #14006 from akien-mga/tinyexr | Rémi Verschelde | |
Fix TinyEXR import bug and update to current master | |||
2017-12-06 | Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot | Rémi Verschelde | |
Connect signal for VisualScript "Yield Signal" using oneshot mode | |||
2017-12-06 | Merge pull request #13427 from hoelzl/pr-vs-enable-yield | Rémi Verschelde | |
Make VisualScriptFunctionState instantiable | |||
2017-12-05 | TinyEXR: Fix EXR header when parsing pixels encoded as HALF | Rémi Verschelde | |
Also free the header and image properly after usage. Fixes #13490. | |||
2017-12-05 | Improve slang, especially in user-visible parts | Unknown | |
2017-12-05 | Merge pull request #13992 from ISylvox/substract-to-subtract | Rémi Verschelde | |
Fix Typo: Substract to Subtract | |||
2017-12-05 | Fixed typo: substract to subtract | Indah Sylvia | |
2017-12-05 | GDNative: Save singletons only if there's a change | George Marques | |
Ensures that the Project Settings are saved only if the list of singletons actually changed. | |||
2017-12-02 | Exported variables now show in the correct order. | Nathan Warden | |
2017-12-01 | Connect signal for VisualScript "Yield Signal" using oneshot mode | Matthias Hoelzl | |
Since the first call to a VisualScriptFunctionState invalidates the state, any further call results in errors. | |||
2017-11-30 | Make VisualScriptFunctionState instantiable | Matthias Hoelzl | |
2017-11-30 | Fixed bullet server null pointer check | Andrea Catania | |
Fixed bullet server null pointer check | |||
2017-11-30 | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | |
library to open extra libraries. | |||
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | |
2017-11-28 | Set real world position, not virtual world position! | Bastiaan Olij | |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | |
2017-11-25 | Fix constant node value edit | Marcin Zawiejski | |
2017-11-25 | [GDNative] disable -fPIC flag with msvc compiler | Emmanuel Leblond | |
2017-11-25 | Fix mono build after bc2e8d99 | Rémi Verschelde | |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵ | Juan Linietsky | |
wrong function, leading to unnecesary copy on writes and reduced performance. | |||
2017-11-24 | doc: Fix enum tags thanks to 2bc6db6 | Rémi Verschelde | |
2017-11-24 | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | |
2017-11-24 | doc: Update header version for 3.0-beta | Rémi Verschelde | |
2017-11-24 | doc: Sync classref with current source | Rémi Verschelde | |
2017-11-23 | Removed shape margin | AndreaCatania | |
2017-11-23 | Merge pull request #13202 from AndreaCatania/master | Rémi Verschelde | |
Space override scratching when body is add to world | |||
2017-11-23 | Space override scratching when body is add to world | AndreaCatania | |
Fixes #13182 | |||
2017-11-22 | Merge pull request #13159 from AndreaCatania/ray | Rémi Verschelde | |
Removed type_mask and fixed some variable name | |||
2017-11-22 | Merge pull request #13161 from Hinsbart/mono_case | Rémi Verschelde | |
Mono: Use PascalCase in core types. | |||
2017-11-21 | Merge pull request #13130 from endragor/gdnative-android-export | Rémi Verschelde | |
Proper GDNative export on Android | |||
2017-11-21 | Mono: Use PascalCase in core types. | Andreas Haas | |
2017-11-21 | Removed type_mask and fixed some variable name | AndreaCatania | |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | |
Allow for getting/setting "dotted" properties of objects | |||
2017-11-21 | Merge pull request #13149 from touilleMan/gdnative-fix-scsub-generator | Thomas Herzog | |
[GDNative] fix gdnative_api_struct.gen.h generation | |||
2017-11-21 | Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generation | Emmanuel Leblond | |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | |
Performance is around the same as using pure set() through GDScript. | |||
2017-11-21 | Merge pull request #13145 from AndreaCatania/grav | Rémi Verschelde | |
Set gravity on change body mode |