aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #7878 from RebelliousX/elseRémi Verschelde2017-02-287-12/+10
|\ \
| * | Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-287-12/+10
* | | Inf and NaN support added to GDScript.Saracen2017-02-281-0/+1
|/ /
* | Merge pull request #7830 from volzhs/str-format-3Rémi Verschelde2017-02-261-6/+9
|\ \ | |/ |/|
| * Fix zero padding formattingvolzhs2017-02-181-6/+9
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-2122-107/+110
* | Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-167-39/+261
|/
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-156-12/+83
* -begin of export work, not done yetJuan Linietsky2017-02-152-5/+5
* Revert "Make nan==nan true for GDScript"Juan Linietsky2017-02-149-99/+26
* Make nan==nan true for GDScriptHein-Pieter van Braam2017-02-149-26/+99
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1330-570/+572
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-136-20/+17
* Merge pull request #7581 from Faless/v6_wild_bindRémi Verschelde2017-02-1211-65/+45
|\
| * Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli2017-01-238-42/+5
| * Implement UDP listen bind addressFabio Alessandrelli2017-01-232-3/+3
| * Implement TCP Server bind addressFabio Alessandrelli2017-01-232-13/+2
| * IP_Address can now be a wildcard (not a valid IP, used for binding)Fabio Alessandrelli2017-01-232-1/+8
| * Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-235-7/+28
* | Merge pull request #7749 from Faless/fix_7697Rémi Verschelde2017-02-121-2/+4
|\ \
| * | HTTPClient properly handle partial data in non-blocking modeFabio Alessandrelli2017-02-071-2/+4
* | | Merge pull request #7743 from karroffel/json_parsing-3.0Rémi Verschelde2017-02-121-2/+2
|\ \ \
| * | | JSON::parse reports errors on open-ended objectsKarroffel2017-02-061-2/+2
* | | | Added "Scots" locale name, fixing #7630Nuno Donato2017-02-081-0/+1
| |/ / |/| |
* | | shadows were not working in-editor for nvidia, fixed nowJuan Linietsky2017-02-061-2/+0
|/ /
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-066-31/+53
* | Ensure proper config version when reading the new configuration file.Juan Linietsky2017-02-041-0/+13
* | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.xJuan Linietsky2017-02-042-23/+23
* | Match ERROR_QUERY_FAILED enum with othersvolzhs2017-02-022-2/+2
* | Merge pull request #7689 from eska014/webgl2Rémi Verschelde2017-02-023-1/+14
|\ \
| * | Enable WebGL2 in web export, start fixing buildeska2017-02-013-1/+14
* | | Merge pull request #7681 from karroffel/classdb_typeRémi Verschelde2017-02-021-1/+1
|\ \ \
| * | | corrected ClassDB::insatnce() return typeKarroffel2017-01-301-1/+1
* | | | Merge pull request #7649 from Faless/fix_input_masterRémi Verschelde2017-02-022-4/+10
|\ \ \ \
| * | | | Keyboard Input modifiers do not block actions.Fabio Alessandrelli2017-01-252-4/+10
* | | | | CSV translation import pluginJuan Linietsky2017-02-014-4/+26
* | | | | Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-0112-17/+151
| |/ / / |/| | |
* | | | Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-2513-627/+230
|/ / /
* | | Merge pull request #7563 from RayKoopa/extended_list_dir_beginRémi Verschelde2017-01-252-4/+19
|\ \ \
| * | | Added parameters to skip hidden and/or navigational file system entriesRay Koopa2017-01-242-4/+19
* | | | Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-253-3/+6
* | | | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-253-6/+16
|\ \ \ \
| * | | | Improve .tscn VCSPedro J. Estébanez2017-01-163-6/+16
* | | | | Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
* | | | | Ability to drag and drop around audio effects!Juan Linietsky2017-01-241-2/+0
* | | | | Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-231-0/+2
* | | | | Merge pull request #7621 from Hinsbart/modified_timeJuan Linietsky2017-01-232-0/+8
|\ \ \ \ \
| * | | | | Add ClassDB binding for File.get_modified_timeAndreas Haas2017-01-232-0/+8
| | |_|_|/ | |/| | |
* | | | | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-212-0/+34
* | | | | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-2026-474/+402
|\ \ \ \ \ | |/ / / / |/| | | |