aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in make_dir_recursive, closes #6016Juan Linietsky2016-08-081-0/+7
| | | | (cherry picked from commit df6dbadc3efa3c0f36b6c3c8992dba153e303254)
* Revert documentation of return type for FuncRef::call_func from b80c42eeska2016-08-081-1/+1
| | | | bind_native_method doesn't support this style of return type documentation.
* Merge pull request #5976 from allkhor/masterRémi Verschelde2016-07-311-1/+1
|\ | | | | Fix String::is_valid_integer() for single symbols + and -
| * Fix String::is_valid_integer() for single symbols + and -allkhor2016-07-311-1/+1
| |
* | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
|/
* Fix regression with str() improvements for math typesIgnacio Etcheverry2016-07-286-23/+44
|
* Merge pull request #5921 from neikeq/pr-issue-5919Rémi Verschelde2016-07-275-10/+17
|\ | | | | Prettier str() for some math types
| * Prettier str() for some math typesIgnacio Etcheverry2016-07-275-10/+17
| |
* | Fix reading of empty StringArray-s in .tscnBojidar Marinov2016-07-271-1/+3
| | | | | | | | Closes #5912
* | Changed the way the step decimals are computed to a safer way, fixes many ↵Juan Linietsky2016-07-262-16/+20
|/ | | | issues.
* Merge pull request #5524 from pkowal1982/masterJuan Linietsky2016-07-243-0/+7
|\ | | | | Array has(var value) function
| * Array has(var value) functionPawel Kowal2016-07-073-0/+7
| |
* | Turn some prints to error logs, remove othersRémi Verschelde2016-07-243-10/+9
| | | | | | | | Fixes #5876 in passing.
* | Fix warnings in core/variant_op.cppJohan Manuel2016-07-231-2/+8
| | | | | | | | | | Adds default cases in switches where needed, and replaces '0;' with ';;' in macro expansions (as suggested by @vnen in #5587).
* | Merge pull request #5847 from 29jm/patch-3Rémi Verschelde2016-07-223-4/+19
|\ \ | | | | | | Expose virtual keyboard functions to GDScript
| * | Expose virtual keyboard functions to GDScriptJohan Manuel2016-07-213-4/+19
| | |
* | | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-213-0/+8
|\ \ \ | |/ / |/| | Add OS.request_attention() for Windows
| * | Add OS.request_attention() for WindowsGeorge Marques2016-07-053-0/+8
| | |
* | | put text formats for resources and scenes as priorityJuan Linietsky2016-07-194-6/+24
| | |
* | | Fixed properly not save signals that already exist in their base scenes, ↵Juan Linietsky2016-07-192-0/+8
| | | | | | | | | | | | closes #5656
* | | Fix main scene not being saved when set via Play buttonRémi Verschelde2016-07-191-1/+1
| | | | | | | | | | | | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene.
* | | Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-193-1658/+0
| | | | | | | | | | | | | | | | | | | | | | | | The text format definition needs to stay in `scene/` as it relies on other scene components, and `core/` must stay self-contained. This reverts commits a5e27503fd52589703d637d1245a023233a14a27 and 1492fd846073a4fa643365a8a5d4e021868c0e48.
* | | Merge pull request #5709 from akien-mga/pr-get-engine-versionRémi Verschelde2016-07-184-3/+38
|\ \ \ | | | | | | | | OS: Add get_engine_version method
| * | | OS: Add get_engine_version methodRémi Verschelde2016-07-184-3/+38
| | | | | | | | | | | | | | | | Fixes #5693.
* | | | Merge pull request #5718 from jay3d/masterRémi Verschelde2016-07-182-0/+2
|\ \ \ \ | | | | | | | | | | Added gyroscope support to Godot and Android
| * | | | Added gyroscope support to Godot and AndroidJamil Halabi2016-07-162-0/+2
| |/ / /
* | | | Remove some noisy debug printsRémi Verschelde2016-07-172-20/+1
| | | | | | | | | | | | | | | | Part of #5031
* | | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-164-17/+1659
|\ \ \ \ | | | | | | | | | | Enhance/tidy file extensions management
| * | | | Make text formats preferent over binary onesPedro J. Estébanez2016-06-281-5/+5
| | | | |
| * | | | Tidy up population of extensions listPedro J. Estébanez2016-06-281-17/+1
| | | | |
| * | | | Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-283-0/+1658
| | | | |
* | | | | i18n: Add missing locale identifiers for Bengali and UrduRémi Verschelde2016-07-161-0/+12
| |/ / / |/| | | | | | | | | | | Fixes errors showing up since the addition of those WIP translations.
* | | | Fix binding of File::get_sha256()George Marques2016-07-141-1/+1
| | | | | | | | | | | | | | | | Fix #5698
* | | | Merge pull request #5559 from Hinsbart/connected_joystickspunto-2016-07-102-0/+2
|\ \ \ \ | | | | | | | | | | Input: add get_connected_joysticks() method.
| * | | | Input: add get_connected_joysticks() method.Andreas Haas2016-07-052-0/+2
| | |/ / | |/| | | | | | | | | | fixes #5465
* | | | Merge pull request #5443 from samuelgrigolato/iterate-string-in-gdscriptJuan Linietsky2016-07-101-0/+24
|\ \ \ \ | | | | | | | | | | Add support to String type in gdscript iteration
| * | | | Add support to String type in gdscript iteration. #5188Samuel Grigolato2016-06-261-0/+24
| | | | |
* | | | | Merge pull request #5525 from SuperUserNameMan/window_get_latin_kb_variantJuan Linietsky2016-07-102-0/+15
|\ \ \ \ \ | | | | | | | | | | | | windows get_latin_keyboard_variant() implementation and gdscript binding, #5503
| * | | | | windows get_latin_keyboard_variant() implementation and gdscript bindingSuperUserNameMan2016-07-032-0/+15
| | |/ / / | |/| | |
* | | | | Merge pull request #5589 from akien-mga/pr-unused-varRémi Verschelde2016-07-0910-33/+1
|\ \ \ \ \ | | | | | | | | | | | | Removing some more unused vars and dead code
| * | | | | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-0810-33/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
* / | | | classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-4/+4
|/ / / / | | | | | | | | | | | | Also position TEXTURE_SPHERE constant properly.
* | | | Make sure builtin types' constants remain in orderGeorge Marques2016-07-051-42/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml.
* | | | Fixed HQ2x compiler warningsJ08nY2016-07-051-2/+2
|/ / /
* | | Merge pull request #5522 from neikeq/pr-issue-5519Juan Linietsky2016-07-021-6/+12
|\ \ \ | | | | | | | | Prettier str() for arrays
| * | | Prettier str() for arraysIgnacio Etcheverry2016-07-021-6/+12
| |/ /
* | / Do a second stage remap, so it considers translation first, atlas second, ↵Juan Linietsky2016-06-291-2/+17
| |/ |/| | | | | closes #5147
* | Fix style bug in event queueRémi Verschelde2016-06-281-1/+1
| | | | | | | | | | Same fix as for 1f9812ab835e97ff07f4abba23a7915e04d306c9 Not sure if this code actually does anything though, `buffer_max_used` seems unused.
* | fix bug in reporting of message queue sizeJuan Linietsky2016-06-271-1/+1
| |
* | Make most resources (save for packedscenes and scripts) reload if they ↵Juan Linietsky2016-06-273-4/+27
| | | | | | | | change on disk. Closes #4059.