| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | | | Proper GDNative export on Android | Ruslan Mustakov | 2017-11-21 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 3 | -4/+4 |
| |\ \ \ \ | |_|/ / |/| | | | Allow for getting/setting "dotted" properties of objects | ||||
| | * | | | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript. | ||||
| * | | | | Merge pull request #13149 from touilleMan/gdnative-fix-scsub-generator | Thomas Herzog | 2017-11-21 | 1 | -10/+18 |
| |\ \ \ \ | | | | | | | | | | | [GDNative] fix gdnative_api_struct.gen.h generation | ||||
| | * | | | | Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generation | Emmanuel Leblond | 2017-11-21 | 1 | -10/+18 |
| | | | | | | |||||
| * | | | | | Merge pull request #13145 from AndreaCatania/grav | Rémi Verschelde | 2017-11-21 | 1 | -0/+2 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Set gravity on change body mode | ||||
| | * | | | | Set gravity on change body mode | AndreaCatania | 2017-11-21 | 1 | -0/+2 |
| | | |_|/ | |/| | | | | | | | | | | Fixes #13140 | ||||
| * | | | | Merge pull request #11933 from cxong/master | Juan Linietsky | 2017-11-21 | 1 | -3/+3 |
| |\ \ \ \ | |/ / / |/| | | | Use "Command" instead of "Meta" for macOS (#1619) | ||||
| | * | | | Use "Command" for OSX in translation strings (#1619) | Cong | 2017-10-13 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Merge pull request #12590 from poke1024/bsearch | Rémi Verschelde | 2017-11-21 | 3 | -0/+35 |
| |\ \ \ \ | | | | | | | | | | | Add bsearch and bsearch_custom to Array | ||||
| | * | | | | Add bsearch and bsearch_custom to Array | poke1024 | 2017-11-21 | 3 | -0/+35 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge pull request #12573 from poke1024/macostouchpad | Rémi Verschelde | 2017-11-21 | 1 | -0/+10 |
| |\ \ \ \ | | | | | | | | | | | Native pan and zoom for macOS + InputEventGesture | ||||
| | * | | | | Native pan and zoom for macOS | Bernhard Liebl | 2017-11-21 | 1 | -0/+10 |
| | |/ / / | |||||
| * / / / | Revert this change, we need to export symbols on the library side | Bastiaan Olij | 2017-11-21 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Merge pull request #12754 from MillionOstrich/compress-image-etc | Rémi Verschelde | 2017-11-20 | 1 | -6/+8 |
| |\ \ \ | | | | | | | | | Attempt at fixing size mismatch in _compress_etc | ||||
| | * | | | Fix size mismatch in _compress_etc | MillionOstrich | 2017-11-20 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | Use j for inner loop | ||||
| * | | | | Add cartesian to polar conversion functions | pablotato | 2017-11-20 | 6 | -22/+110 |
| | | | | | |||||
| * | | | | Allow to extends constant variable | sanikoyes | 2017-11-20 | 2 | -9/+51 |
| |/ / / | |||||
| * | | | Merge pull request #11783 from endragor/ios-export-frameworks | Rémi Verschelde | 2017-11-20 | 4 | -47/+54 |
| |\ \ \ | | | | | | | | | Allow exporting third-party iOS Frameworks | ||||
| | * | | | Allow configuring iOS export | Ruslan Mustakov | 2017-11-21 | 4 | -47/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently). | ||||
| * | | | | Merge pull request #11940 from GodotExplorer/debugger | Rémi Verschelde | 2017-11-20 | 3 | -7/+80 |
| |\ \ \ \ | | | | | | | | | | | Enhanced debugger for godot 3.0 | ||||
| | * | | | | Move the remote scene tree to the scene tree dock. | Geequlim | 2017-11-17 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger. | ||||
| | * | | | | Abstract some method for script system | geequlim | 2017-11-17 | 3 | -6/+66 |
| | | | | | | |||||
| * | | | | | bullet cast_motion: reordered null check | muiroc | 2017-11-20 | 1 | -3/+3 |
| | |/ / / |/| | | | |||||
