summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov
2017-01-25Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-24Added parameters to skip hidden and/or navigational file system entriesRay Koopa
2017-01-24Ability to drag and drop around audio effects!Juan Linietsky
2017-01-23Ability to delete, drag and drop audio buses!Juan Linietsky
2017-01-23Merge pull request #7621 from Hinsbart/modified_timeJuan Linietsky
2017-01-23Add ClassDB binding for File.get_modified_timeAndreas Haas
2017-01-23Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli
2017-01-23Implement UDP listen bind addressFabio Alessandrelli
2017-01-23Implement TCP Server bind addressFabio Alessandrelli
2017-01-23IP_Address can now be a wildcard (not a valid IP, used for binding)Fabio Alessandrelli
2017-01-23Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-20Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky
2017-01-18Some changes in the header so Godot3 compiles again on Windows.BastiaanOlij
2017-01-17updated method_ptrcall.h to use 3.0 namingkarroffel
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Merge pull request #7560 from volzhs/issue-7555Rémi Verschelde
2017-01-16Merge pull request #7532 from tagcup/pcg_prngRémi Verschelde
2017-01-17Fix crash when creating new projectvolzhs
2017-01-16Improve .tscn VCSPedro J. Estébanez
2017-01-16Fix compile errors related to audio on OSXBastiaanOlij
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-16Style: Keep long lines for nowRémi Verschelde
2017-01-16Style: No break before list braceRémi Verschelde
2017-01-16Style: Cleanups, added headers, renamed filesRémi Verschelde
2017-01-15Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant wit...Ferenc Arn
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-15Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde
2017-01-15Add missing map.h include in color defsRémi Verschelde
2017-01-15Fix error while JSON::parse with empty stringGeequlim
2017-01-14no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky
2017-01-15Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde
2017-01-14MethodBind: Make sure header order is keptRémi Verschelde
2017-01-14Merge pull request #7525 from neikeq/pr-plus_fileRémi Verschelde
2017-01-14Fix _Directory::get_current_drive error conditionWilhem Barbier
2017-01-14String: plus_file(String) no longer adds a rootIgnacio Etcheverry
2017-01-14Merge pull request #7524 from neikeq/pr-dir-getcurdriveRémi Verschelde
2017-01-14Directory: Bind get_current_drive() methodIgnacio Etcheverry
2017-01-14Merge pull request #7010 from AlexHolly/format-string2Juan Linietsky
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Unexpose the video mode API, will be completely removed when multi-window sup...Juan Linietsky
2017-01-14Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky
2017-01-14UDP.set_send_address to UDP.set_dest_addressJuan Linietsky
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-13Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method na...Juan Linietsky
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky