aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-16forgot to set proper default values for new camera interpolationJuan Linietsky1-4/+4
2017-09-16Fixed to InputDefault, button mask was wrong. Fixes to editor camera ↵Juan Linietsky2-11/+23
interpolation.
2017-09-16DocData: Fix enums for proxy classesIgnacio Etcheverry1-0/+4
2017-09-16Adds _OS::PowerState enumIgnacio Etcheverry2-8/+17
2017-09-16doc: Sync classref with current sourceRémi Verschelde30-24/+501
[ci skip]
2017-09-15Revert "Don't allow division by false (zero)"Thomas Herzog1-28/+1
2017-09-15Don't allow division by false (zero)Hein-Pieter van Braam1-1/+28
This fixes #10717
2017-09-15Update doc status generator.Daniel J. Ramirez1-13/+30
[ciskip]
2017-09-15Added type on export file callback, and initial export function.Juan Linietsky2-8/+41
2017-09-15joyid is set to -1, not 0 when no joystick entity has been createdBastiaanOlij1-2/+2
2017-09-14Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky5-28/+179
to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
2017-09-14X11: Fix gamepads not being added whith udev.Andreas Haas1-1/+0
Seems like this property isn't present on some gamepads... Fixes #10958
2017-09-14Added a menu to enable/disabled GDNative singletons in project settingsJuan Linietsky3-3/+156
2017-09-14Fixed typo in editor_node.cpp: 'my' to 'may'Indah Sylvia1-1/+1
2017-09-14Warn the user that changes to resources will be lost when editing imported ↵Juan Linietsky2-0/+56
or instanced resources from scenes.
2017-09-14Construct Variants from Reference properly in GDNativeRuslan Mustakov4-9/+27
Previously godot_variant_new_object constructed Variant without accounting for the fact that the Object can be a Reference, so refcount was not increased and References were destructed prematurely. Also, Reference::init_ref did not propagate refcount increment to the script instance, which led to desync of refcount info on the script side and Godot side.
2017-09-14Fix 2 typosJeroen2-2/+2
2017-09-14Several fixed to editor doc.Daniel J. Ramirez6-147/+218
Improved style Fixed editor help issues Added editor help index
2017-09-14Changed source font to Mononoki.Daniel J. Ramirez6-19/+21
2017-09-14sprite selection rectangle updates again (fixes issue 10936)poke10241-5/+10
sprite selection rectangle was not updating in real time when dragging or rotating sprites; undoing translation/rotation changes did not update sprite rectangles either.
2017-09-13Deleted unnecessary printNabor Erices1-1/+0
2017-09-13Travis: Try enabling ccache to speed up buildsRémi Verschelde1-6/+7
2017-09-13Buildsystem: Windows cross-compilation on Linux defaults to 64-bitRémi Verschelde1-3/+6
2017-09-13More consistent script color temperatures.Daniel J. Ramirez2-4/+4
2017-09-13doc: Sync classref with current sourceRémi Verschelde8-104/+418
[ci skip]
2017-09-13Drop unused EventQueue classRémi Verschelde2-221/+0
Thanks to @Marqin for the notice.
2017-09-13Copyright: Document recastnavigationRémi Verschelde2-2/+7
2017-09-13Fix enums bindingsMaxim Sheronov62-210/+412
Add missed bindings for enums Move some enums to class to have correct output of api.json
2017-09-13Added documentation for ClassDB and MarshallsDaniel J. Ramirez2-0/+23
2017-09-13Fix out of bound array indexing (reverb_vol)Hein-Pieter van Braam1-1/+1
Same issue as in a3f9fe52. AudioFrame[3] being indexed at [3]
2017-09-13Fix out of bound array indexingHein-Pieter van Braam1-1/+1
730d36f350 introduced introduced some code that indexes AudioFrame[3], it is however defined as AudioFrame[3]. This increases the size to [4]
2017-09-13fixed border on the right of viewporttoger51-1/+1
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez23-23/+786
2017-09-13Renamed play to playing property, but now playing and is_playing is the ↵Juan Linietsky3-4/+4
same, to avoid confusing. Closes #11211
2017-09-13Documentation for AtlasTexture.Julian Murgia1-0/+6
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde7-39/+36
[ci skip]
2017-09-13doc: Sync classref with current sourceRémi Verschelde266-1451/+1451
[ci skip]
2017-09-12Implemented DirAccess get_drive and get_drive_count for LinuxMarcelo Fernandez2-2/+93
2017-09-12When method or property has no description, a link asks you to create itJuan Linietsky1-4/+26
2017-09-12fixed margin beeing squaredtoger51-6/+7
2017-09-12optimized color conversion for svg generationtoger53-36/+54
2017-09-12DocData: Drop unused brief description for propertiesRémi Verschelde3-36/+17
2017-09-12added highlight area to slidertoger54-16/+12
2017-09-12Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky471-61313/+63728
possible to save module files in module directories and the build system will recognize them.
2017-09-12Documentation for AtlasTexture.Julian Murgia1-20/+27
2017-09-12Fixed file system dialog iconsDaniel J. Ramirez2-23/+7
2017-09-12Fixed some inconsistent styles, plus some cleanupDaniel J. Ramirez5-31/+20
2017-09-12Improved VS node coloringDaniel J. Ramirez3-11/+30
2017-09-12Improved alternative size thumbnail generationDaniel J. Ramirez15-55/+138
2017-09-12Improved theme generation, and other fixesDaniel J. Ramirez7-166/+219