Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-08 | Added "Scots" locale name, fixing #7630 | Nuno Donato | |
2017-02-06 | shadows were not working in-editor for nvidia, fixed now | Juan Linietsky | |
2017-02-06 | Several bugfixes, improving the import workflow | Juan Linietsky | |
2017-02-04 | Ensure proper config version when reading the new configuration file. | Juan Linietsky | |
2017-02-04 | Renamed engine.cfg to godot.cfg, to forcefully break compatibility with 2.x | Juan Linietsky | |
2017-02-02 | Match ERROR_QUERY_FAILED enum with others | volzhs | |
2017-02-02 | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde | |
Enable WebGL2 in web export, start fixing build | |||
2017-02-02 | Merge pull request #7681 from karroffel/classdb_type | Rémi Verschelde | |
corrected ClassDB::instance() return type | |||
2017-02-02 | Merge pull request #7649 from Faless/fix_input_master | Rémi Verschelde | |
Keyboard Input modifiers do not block actions. | |||
2017-02-01 | CSV translation import plugin | Juan Linietsky | |
2017-02-01 | Lot of work in new importer, importing textures now works. | Juan Linietsky | |
2017-02-01 | Enable WebGL2 in web export, start fixing build | eska | |
Will not yet compile | |||
2017-01-30 | corrected ClassDB::insatnce() return type | Karroffel | |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky | |
2017-01-25 | Keyboard Input modifiers do not block actions. | Fabio Alessandrelli | |
This means, if you press "F" while holding "shift" and there is and action registered for "F" that action should be pressed. This commit restore this behaviour, lost when implementing is_action_just_pressed. If you want "blocking modifiers" you should code it via script. Fixes 6826 | |||
2017-01-25 | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | |
Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries | |||
2017-01-25 | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | |
mode (#7162) | |||
2017-01-25 | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | |
Greater VCS friendliness | |||
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 | |
Add ClassDB binding for File.get_modified_time | |||
2017-01-23 | Add ClassDB binding for File.get_modified_time | Andreas Haas | |
Closes #7613 | |||
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 | |
Use real_t rather than float or double in generic functions (core/mat… | |||
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 ↵ | Ferenc Arn | |
than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | |||
2017-01-16 | Merge pull request #7560 from volzhs/issue-7555 | Rémi Verschelde | |
Fix crash when creating new project | |||
2017-01-16 | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | |
Replace the existing PRNG (Xorshift31) with (minimal) PCG-32. | |||
2017-01-17 | Fix crash when creating new project | volzhs | |
2017-01-16 | Improve .tscn VCS | Pedro J. Estébanez | |
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. | |||
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 | |
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. | |||
2017-01-16 | Style: No break before list brace | Rémi Verschelde | |
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` | |||
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde | |
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). | |||
2017-01-15 | Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant ↵ | Ferenc Arn | |
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. | |||
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 | |
Core motion implementation for iPhone (Accelerometer/Gyro/Magnetometer support) | |||
2017-01-14 | MethodBind: Make sure header order is kept | Rémi Verschelde | |
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. | |||
2017-01-14 | Merge pull request #7525 from neikeq/pr-plus_file | Rémi Verschelde | |
String: plus_file(String) no longer adds a root | |||
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 | |