aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli2017-01-235-7/+28
* 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
|\
| * Added support for getting gravity vector from iOSBastiaanOlij2017-01-122-0/+2
* | MethodBind: Make sure header order is keptRémi Verschelde2017-01-141-0/+3
* | Merge pull request #7525 from neikeq/pr-plus_fileRémi Verschelde2017-01-141-2/+3
|\ \
| * | String: plus_file(String) no longer adds a rootIgnacio Etcheverry2017-01-141-2/+3
* | | Fix _Directory::get_current_drive error conditionWilhem Barbier2017-01-141-1/+1
* | | Merge pull request #7524 from neikeq/pr-dir-getcurdriveRémi Verschelde2017-01-142-1/+7
|\ \ \
| * | | Directory: Bind get_current_drive() methodIgnacio Etcheverry2017-01-142-1/+7
| |/ /
* | | Merge pull request #7010 from AlexHolly/format-string2Juan Linietsky2017-01-143-1/+75
|\ \ \
| * | | advanced string formatAlexHolly2016-11-013-1/+75
* | | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-1410-37/+46
* | | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1431-80/+100
* | | | Unexpose the video mode API, will be completely removed when multi-window sup...Juan Linietsky2017-01-141-5/+6
* | | | Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-145-7/+7
* | | | UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-5/+5
* | | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-149-22/+22
* | | | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky2017-01-132-3/+3
* | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-132-2/+2
| |/ / |/| |
* | | Replace Engine version API by preexisting OS oneRémi Verschelde2017-01-136-126/+83
* | | Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-138-147/+346
* | | made math functions inlnieJuan Linietsky2017-01-122-131/+119
| |/ |/|
* | Made InputEvent use floating point coordinates.Juan Linietsky2017-01-122-12/+12
* | More efficient iteration syntax, and range() is converted behind the scenes t...Juan Linietsky2017-01-111-0/+89
* | Proper inheritance checking when requesting theem resourcesJuan Linietsky2017-01-112-1/+14
* | Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-111-5/+6
* | using VariantParser to parse engine.cfgJuan Linietsky2017-01-111-584/+36
* | Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-1110-73/+30
* | Merge pull request #7093 from bojidar-bg/named-colorsRémi Verschelde2017-01-113-1/+172
|\ \
| * | Add named colors to GDScript/Visual Script/core.Bojidar Marinov2016-12-173-1/+172
* | | Type renames:Juan Linietsky2017-01-1151-1140/+1139
* | | Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-105-2/+168
|\ \ \
| * | | Fixed inertia tensor computation and center of massm4nu3lf2017-01-095-2/+168