| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | [DOCS] TouchScreenButton | Dio | 1 | -0/+31 | |
| 2017-10-13 | removed GDNativeClass doc from GDNative module | Karroffel | 2 | -2/+2 | |
| 2017-10-13 | EditorHelp: use '<' to show inheritance | Poommetee Ketson | 1 | -1/+1 | |
| ...making it consistent with official docs | |||||
| 2017-10-13 | Move GDNative docs into gdnative folder | BastiaanOlij | 5 | -2/+6 | |
| 2017-10-13 | Add .xml to .gitattributes | Bastiaan Olij | 1 | -0/+1 | |
| 2017-10-13 | Remove junk output | Ruslan Mustakov | 4 | -11/+2 | |
| Remove several prints that were added for engine debugging, but are of no use to the end user, and only pollute the editor and game logs. | |||||
| 2017-10-12 | [DOCS] TabContainer class descriptions | brunosxs | 1 | -10/+16 | |
| 2017-10-13 | Added error dialog when failing to export project | Jakob Sinclair | 2 | -1/+12 | |
| Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||||
| 2017-10-13 | Drop unusued LEGACYGL_ENABLED check | Rémi Verschelde | 10 | -12/+12 | |
| [ci skip] | |||||
| 2017-10-12 | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | 22 | -41/+46 | |
| 2017-10-12 | [DOCS] BitmapFont | Dio | 1 | -8/+23 | |
| 2017-10-12 | Prevent a possible crash at collision_object_2d_sw.h | Marcelo Fernandez | 1 | -9/+36 | |
| 2017-10-12 | [DOCS] DynamicFontData | Dio | 1 | -0/+5 | |
| 2017-10-12 | [DOCS] DynamicFont | Dio | 1 | -0/+28 | |
| 2017-10-12 | updated libpng to version 1.6.33 (September 28, 2017) | Indah Sylvia | 11 | -77/+87 | |
| 2017-10-12 | Fix viewport vflip | Hiroshi Ogawa | 1 | -6/+1 | |
| 2017-10-12 | turned arround minimum Size for Seperator in reaction to issue #12020 | Grosskopf | 1 | -1/+5 | |
| 2017-10-11 | doc: Sync classref with current source | Rémi Verschelde | 40 | -113/+292 | |
| Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip] | |||||
| 2017-10-11 | Fix argument names in method bindings. | Andreas Haas | 2 | -4/+4 | |
| Adds a couple of missing argument names. | |||||
| 2017-10-11 | Input: expose joy_connection_changed() | Andreas Haas | 1 | -0/+1 | |
| 2017-10-11 | Bind VisualServer.sync() method to GDScript | Julian Murgia | 1 | -0/+1 | |
| This function is needed in Escoria's resource queue (https://github.com/godotengine/escoria/blob/master/device/globals/resource_queue.gd#L94) | |||||
| 2017-10-11 | Added grabber_area to default_theme sliders. Fixes #11261 | hickop | 1 | -0/+2 | |
| 2017-10-11 | Fix AnimatedSprite frame property slider in editor | Hiroshi Ogawa | 1 | -3/+1 | |
| 2017-10-11 | fix script editor clear recent scripts crash | jagt | 1 | -1/+4 | |
| 2017-10-11 | Improve JavaScript calls | Leon Krause | 1 | -29/+53 | |
| - Allow returning ArrayBuffer and views as PoolByteArray - Return real_t for integral numbers - Read all color channels as 0.0 - 1.0 floating point numbers | |||||
| 2017-10-11 | Use execvp instead of execv to allow OS.execute() to search through PATH. | Elia Argentieri | 1 | -1/+1 | |
| Fix #12003. | |||||
| 2017-10-11 | updated AudioStream docs and added AudioServer docs | Grosskopf | 6 | -6/+55 | |
| 2017-10-10 | [DOCS] - Completes the docs for the OS class | David Saltares | 1 | -28/+56 | |
| 2017-10-10 | [DOCS] - Complete Engine docs | David Saltares | 1 | -5/+14 | |
| 2017-10-10 | Fix wrong array index | Ignacio Etcheverry | 1 | -6/+6 | |
| 2017-10-10 | Skip unhandled input events on asset library tab. | DmitryKrutskikh | 1 | -0/+3 | |
| 2017-10-10 | Made directory scan optional | BastiaanOlij | 3 | -46/+15 | |
| 2017-10-10 | Fix issues when rendering panoramic sky in stereoscopic | Bastiaan Olij | 2 | -27/+64 | |
| 2017-10-10 | Define va_copy with --std=c++03 (fixes #11979) | Ruslan Mustakov | 1 | -0/+11 | |
| 2017-10-10 | Fix getting struct elements from MonoArray (#11978) | Ignacio Etcheverry | 2 | -4/+5 | |
| * Fix getting struct elements from MonoArray * Revert undesired change | |||||
| 2017-10-09 | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | 2 | -15/+13 | |
| - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | |||||
