| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Added parameters to skip hidden and/or navigational file system entries | Ray Koopa | 2017-01-24 | 2 | -4/+19 | |
| | | | | | ||||||
| * | | | | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | 2017-01-25 | 3 | -3/+6 | |
| | | | | | | | | | | | | | | | | | mode (#7162) | |||||
| * | | | | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | 2017-01-25 | 3 | -6/+16 | |
| |\ \ \ \ | | | | | | | | | | | Greater VCS friendliness | |||||
| | * | | | | Improve .tscn VCS | Pedro J. Estébanez | 2017-01-16 | 3 | -6/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serialize dictionaries adding newlines between key-value pairs Serialize group lists also with newlines in between Serialize string properties escaping only " and \ (needed for a good diff experience with built-in scripts and shaders) Bonus: Make AnimationPlayer serialize its blend times always sorted so their order is predictable in the .tscn file. This PR is back-compat; won't break the load of existing files. | |||||
| * | | | | | Audio bus editing is COMPLETE! | Juan Linietsky | 2017-01-25 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Ability to drag and drop around audio effects! | Juan Linietsky | 2017-01-24 | 1 | -2/+0 | |
| | | | | | | ||||||
| * | | | | | Ability to delete, drag and drop audio buses! | Juan Linietsky | 2017-01-23 | 1 | -0/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #7621 from Hinsbart/modified_time | Juan Linietsky | 2017-01-23 | 2 | -0/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Add ClassDB binding for File.get_modified_time | |||||
| | * | | | | | Add ClassDB binding for File.get_modified_time | Andreas Haas | 2017-01-23 | 2 | -0/+8 | |
| | | |_|_|/ | |/| | | | | | | | | | | | | | Closes #7613 | |||||
| * | | | | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 2 | -0/+34 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky | 2017-01-20 | 26 | -474/+402 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | Use real_t rather than float or double in generic functions (core/mat… | |||||
| | * | | | | Overloaded basic math funcs (double and float variants). Use real_t rather ↵ | Ferenc Arn | 2017-01-16 | 26 | -474/+402 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | |||||
| * | | | | Some changes in the header so Godot3 compiles again on Windows. | BastiaanOlij | 2017-01-18 | 2 | -7/+2 | |
| | | | | | ||||||
| * | | | | updated method_ptrcall.h to use 3.0 naming | karroffel | 2017-01-17 | 1 | -8/+8 | |
| |/ / / | ||||||
| * | | | Merge pull request #7560 from volzhs/issue-7555 | Rémi Verschelde | 2017-01-16 | 1 | -3/+2 | |
| |\ \ \ | | | | | | | | | Fix crash when creating new project | |||||
| | * | | | Fix crash when creating new project | volzhs | 2017-01-17 | 1 | -3/+2 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | 2017-01-16 | 4 | -16/+45 | |
| |\ \ \ | |/ / |/| | | Replace the existing PRNG (Xorshift31) with (minimal) PCG-32. | |||||
| | * | | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant ↵ | Ferenc Arn | 2017-01-15 | 4 | -16/+45 | |
| | | | | | | | | | | | | | | | | | | | with 32-bit output, 64-bit state). PCG is better than many alternatives by many metrics (see www.pcg-random.org) including statistical quality with good speed. | |||||
| * | | | Fix compile errors related to audio on OSX | BastiaanOlij | 2017-01-16 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 9 | -99/+109 | |
| | | | | ||||||
| * | | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 14 | -37/+37 | |
| | | | | ||||||
| * | | | Style: Keep long lines for now | Rémi Verschelde | 2017-01-16 | 1 | -22/+11 | |
| | | | | | | | | | | | | | | | | clang-format does not play well with tab-aligned multiline statements... Some more research will be needed if we want to set a column limit. | |||||
| * | | | Style: No break before list brace | Rémi Verschelde | 2017-01-16 | 2 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | clang-format does not handle that well *at all*. For the reference, found the relevant pieces of code with: `ag "=[ "$'\t'"]?"$'\n'"[ "$'\t'"]?{" --ignore=thirdparty` | |||||
| * | | | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 51 | -31/+144 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain). | |||||
| * | | | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 2 | -0/+30 | |
| | | | | ||||||
| * | | | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde | 2017-01-15 | 1 | -17/+17 | |
| | | | | ||||||
| * | | | Add missing map.h include in color defs | Rémi Verschelde | 2017-01-15 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fix error while JSON::parse with empty string | Geequlim | 2017-01-15 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | no more errors related to missing GlobalConfig::Get (or so I hope) | Juan Linietsky | 2017-01-14 | 2 | -3/+13 | |
| | | | ||||||
| * | | Merge pull request #7127 from BastiaanOlij/ios_meters | Rémi Verschelde | 2017-01-15 | 2 | -0/+2 | |
| |\ \ | | | | | | | Core motion implementation for iPhone (Accelerometer/Gyro/Magnetometer support) | |||||
| | * | | Added support for getting gravity vector from iOS | BastiaanOlij | 2017-01-12 | 2 | -0/+2 | |
| | | | | ||||||
| * | | | MethodBind: Make sure header order is kept | Rémi Verschelde | 2017-01-14 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | When clang-format sorts includes alphabetically, MethodBind breaks. Trying to move the object.h include upward in method_bind.h does not seem to fix the problem, this needs investigation. | |||||
| * | | | Merge pull request #7525 from neikeq/pr-plus_file | Rémi Verschelde | 2017-01-14 | 1 | -2/+3 | |
| |\ \ \ | | | | | | | | | String: plus_file(String) no longer adds a root | |||||
| | * | | | String: plus_file(String) no longer adds a root | Ignacio Etcheverry | 2017-01-14 | 1 | -2/+3 | |
| | | | | | ||||||
| * | | | | Fix _Directory::get_current_drive error condition | Wilhem Barbier | 2017-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #7524 from neikeq/pr-dir-getcurdrive | Rémi Verschelde | 2017-01-14 | 2 | -1/+7 | |
| |\ \ \ \ | | | | | | | | | | | Directory: Bind get_current_drive() method | |||||
| | * | | | | Directory: Bind get_current_drive() method | Ignacio Etcheverry | 2017-01-14 | 2 | -1/+7 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #7010 from AlexHolly/format-string2 | Juan Linietsky | 2017-01-14 | 3 | -1/+75 | |
| |\ \ \ \ | | | | | | | | | | | advanced string format | |||||
| | * | | | | advanced string format | AlexHolly | 2016-11-01 | 3 | -1/+75 | |
| | | | | | | ||||||
| * | | | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 10 | -37/+46 | |
| | | | | | | | | | | | | | | | | | | | | | added a check to detect this case in the future | |||||
| * | | | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 31 | -80/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||||
| * | | | | | Unexpose the video mode API, will be completely removed when multi-window ↵ | Juan Linietsky | 2017-01-14 | 1 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | support is implemented. | |||||
| * | | | | | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 5 | -7/+7 | |
| | | | | | | ||||||
| * | | | | | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky | 2017-01-14 | 2 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | rename String.extension() -> String.get_extension() / String.basename() -> ↵ | Juan Linietsky | 2017-01-14 | 9 | -22/+22 | |
| | | | | | | | | | | | | | | | | | | | | | String.get_basename() | |||||
| * | | | | | Vector2.get_aspect() renamed to Vector2.aspect() to keep consistent method ↵ | Juan Linietsky | 2017-01-13 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | naming | |||||
| * | | | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 2 | -2/+2 | |
| | |/ / / |/| | | | ||||||
| * | | | | Replace Engine version API by preexisting OS one | Rémi Verschelde | 2017-01-13 | 6 | -126/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It outputs a single Dictionary with all relevant information as keys, that will less bloat the documentation and provide all details in one function call. | |||||
| * | | | | Created new Engine singleton, and moved engine related OS functions to it. | Juan Linietsky | 2017-01-13 | 8 | -147/+346 | |
| | | | | | ||||||
| * | | | | made math functions inlnie | Juan Linietsky | 2017-01-12 | 2 | -131/+119 | |
| | |/ / |/| | | ||||||
