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