| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-18 | Mono: Fix warning about exported static fields | Ignacio Etcheverry | 1 | -1/+2 | |
| 2017-10-18 | Mono: Fix build with tools=no or target=release | Ignacio Etcheverry | 2 | -0/+4 | |
| 2017-10-17 | Adjust openssl #defines to be libressl compatible | Matthew Kunjummen | 2 | -4/+4 | |
| Corrected inability to build on systems using libressl instead of openssl (e. g. void linux) by adjusting the #defines in modules/openssl/stream_peer_openssl.cpp and modules/openssl/stream_peer_openssl.h to check if LIBRESSL_VERSION_NUMBER is defined (as done similarly in the following patch in freebsd: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219362 ). | |||||
| 2017-10-17 | Improved viewport zoom and speed icons | Daniel J. Ramirez | 2 | -175/+8 | |
| 2017-10-17 | Export attribute fixes and improvements | Ignacio Etcheverry | 9 | -25/+94 | |
| - Allow non-public fields to be exported as well (to avoid confusion). - Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields. - Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields. | |||||
| 2017-10-17 | (VS) Add space after "=" sign in variable list | homer666 | 1 | -1/+1 | |
| 2017-10-17 | Take self-contained mode into consideration | Ignacio Etcheverry | 1 | -6/+15 | |
| 2017-10-17 | [GDnative] add pluginscript \o/ | Emmanuel Leblond | 20 | -11/+1937 | |
| 2017-10-17 | Fix directional light specular | Hiroshi Ogawa | 1 | -2/+2 | |
| 2017-10-17 | SCons: Disable server platform as it does not build | Rémi Verschelde | 1 | -0/+3 | |
| See #8361. [ci skip] | |||||
| 2017-10-16 | Fix formatting of debug log overflow | Pedro J. Estébanez | 1 | -4/+8 | |
| Fixes #12087. | |||||
| 2017-10-16 | Fix crash in shader parsing | Pedro J. Estébanez | 1 | -0/+2 | |
| ...that would happen if incorrect syntax was found just after an opening square bracket. Fixes #12046. | |||||
| 2017-10-16 | [Nativescript] fix crash when loading a library with missing ↵ | Emmanuel Leblond | 1 | -6/+12 | |
| godot_nativescript_init | |||||
| 2017-10-16 | Sign iOS dylibs before packaging | Ruslan Mustakov | 2 | -14/+14 | |
| These changes allow to open the exported project in XCode and Run it immediately to begin debugging. Before these changes you'd have to sign GDNative libs and change Build Configuration manually. | |||||
| 2017-10-16 | Avoid adding built-in script path to csproj | Ignacio Etcheverry | 1 | -6/+9 | |
| 2017-10-16 | Improve signature of signal target generated function | Ignacio Etcheverry | 4 | -34/+108 | |
| 2017-10-16 | Re-write SignalAwaiter implementation | Ignacio Etcheverry | 7 | -57/+97 | |
| Old implementation had issues where you could only await on the same signal of the same source once. | |||||
| 2017-10-15 | [DOCS] documented and edited Particles2D | Kaukamieli | 1 | -5/+7 | |
| 2017-10-15 | Added icon under zoom/speed indicator bar | Marc Gilleron | 3 | -24/+234 | |
| 2017-10-15 | [DOCS] Various VisualScript* nodes | Chris Bradfield | 7 | -2/+41 | |
| 2017-10-15 | [DOCS] Document GridMap | David Saltares | 1 | -0/+26 | |
| [ci skip] | |||||
| 2017-10-15 | Separated Editor settings and Scene undo redo stack | Paulb23 | 3 | -31/+84 | |
| 2017-10-15 | [DOCS] Update 12 VisualScript* nodes | Chris Bradfield | 12 | -11/+98 | |
| 2017-10-15 | export onBackPress for Android Module | Ramesh Ravone | 2 | -8/+10 | |
| 2017-10-15 | Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵ | BastiaanOlij | 5 | -48/+12 | |
| registered automatically when a module loads | |||||
| 2017-10-15 | Fix deleting localization remap option. | DimOkGamer | 1 | -1/+1 | |
| 2017-10-15 | remove error message for optional NativeScript symbols | Karroffel | 1 | -4/+1 | |
| 2017-10-15 | Add ability to type easing value for key transition | Pedro J. Estébanez | 1 | -12/+22 | |
| 2017-10-14 | Return camera to origin when creating a new scene and going to 3d editor. | Daniel J. Ramirez | 1 | -0/+1 | |
| 2017-10-14 | mono: Request monosgen-2 explicitly via pkg-config | Rémi Verschelde | 1 | -1/+1 | |
| Prevents GC mismatch between mono binary and library, fixes #11916. | |||||
| 2017-10-14 | Fix animation not stopping after seeking to the end | Pedro J. Estébanez | 1 | -2/+2 | |
| 2017-10-14 | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵ | Grosskopf | 12 | -94/+521 | |
| also a minor bugfix in the 3D Pinjoint. | |||||
| 2017-10-14 | Gave a tooltip to the "In" logic node | Cédric Fuchs | 1 | -0/+1 | |
| 2017-10-14 | keep display int if int range | Suchaaver Chahal | 1 | -2/+2 | |
| 2017-10-14 | Fixed help overview visibility, issue 12011 and 10407 | Paulb23 | 1 | -6/+6 | |
| 2017-10-14 | update ARVRInterfaceGDNative to use API struct | Karroffel | 7 | -456/+145 | |
| 2017-10-14 | Expose 'request_frame_drawn_callback' to script. | Saracen | 2 | -0/+15 | |
| 2017-10-14 | [GDNative] removed native_raw_call | Karroffel | 8 | -204/+80 | |
| 2017-10-14 | makerst: Fix support for module classes | Rémi Verschelde | 2 | -13/+9 | |
| Previous code expected only one XML per module, which is not the case for e.g. mono or gdnative. Also add newline after signal description to fix rst warning, and make the script Python 3-compatible. [ci skip] | |||||
| 2017-10-14 | [DOCS] Fix a few typos. | Andreas Haas | 28 | -44/+44 | |
| 2017-10-14 | Fix render mode specular schlick ggx | Hiroshi Ogawa | 2 | -5/+4 | |
| 2017-10-14 | [DOCS] Improve docs for is_action_just_pressed and is_action_just_released ↵ | Olli Markkanen | 1 | -7/+9 | |
| (#12081) | |||||
| 2017-10-14 | Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073) | Indah Sylvia | 1 | -1/+1 | |
| 2017-10-14 | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij | 17 | -317/+1121 | |
| 2017-10-13 | New splash screen. | Daniel J. Ramirez | 2 | -1/+1 | |
| 2017-10-13 | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | 20 | -44/+44 | |
| 2017-10-13 | Small edits to ConfigFile docs. | Benjamin Larsson | 1 | -12/+19 | |
| 2017-10-13 | Fix Alpha Border bugfix | Comanche_Ak | 1 | -0/+1 | |
| 2017-10-13 | Use binary names instead of absolute paths in calls to OS::execute.fix/use-bin-name | J08nY | 3 | -10/+10 | |
| Now that #12009 is merged, we should let the system find the binary on the users $PATH and don't assume we know where to look for them in different distributions. | |||||
| 2017-10-13 | [DOCS] TouchScreenButton | Dio | 1 | -0/+31 | |
