aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-1626-474/+402
| | |/ / | |/| |
* | | | Some changes in the header so Godot3 compiles again on Windows.BastiaanOlij2017-01-182-7/+2
* | | | updated method_ptrcall.h to use 3.0 namingkarroffel2017-01-171-8/+8
|/ / /
* | | Merge pull request #7560 from volzhs/issue-7555Rémi Verschelde2017-01-161-3/+2
|\ \ \
| * | | Fix crash when creating new projectvolzhs2017-01-171-3/+2
| | |/ | |/|
* | | Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde2017-01-164-16/+45
|\ \ \ | |/ / |/| |
| * | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn2017-01-154-16/+45
* | | Fix compile errors related to audio on OSXBastiaanOlij2017-01-161-8/+8
* | | Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-169-99/+109
* | | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-1614-37/+37
* | | Style: Keep long lines for nowRémi Verschelde2017-01-161-22/+11
* | | Style: No break before list braceRémi Verschelde2017-01-162-6/+3
* | | Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-1651-31/+144
* | | Oops! Audio engine has vanished :DJuan Linietsky2017-01-152-0/+30
* | | Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-151-17/+17
* | | Add missing map.h include in color defsRémi Verschelde2017-01-151-0/+2
* | | Fix error while JSON::parse with empty stringGeequlim2017-01-151-1/+1
|/ /
* | no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky2017-01-142-3/+13
* | Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde2017-01-152-0/+2
|\ \