Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | Fixes reversed order of default arguments in MethodInfo | Ignacio Etcheverry | |
2017-08-31 | Merge pull request #10417 from bojidar-bg/x-fix-tilemap-transpose | Rémi Verschelde | |
Implement texture UV transpose in the gles3 renderer | |||
2017-08-31 | Merge pull request #10766 from poke1024/project-manager-dir | Rémi Verschelde | |
Adds default directory for default_project_path | |||
2017-08-31 | Merge pull request #10148 from leezh/pcre2 | Rémi Verschelde | |
Replacement of internal RegEx with PCRE2 | |||
2017-08-31 | Merge pull request #7269 from Tugsav/simulator_renderer | Rémi Verschelde | |
Non-realtime simulation | |||
2017-08-31 | Merge pull request #10382 from toger5/dark_icons | Rémi Verschelde | |
Light Theme | |||
2017-08-31 | Merge pull request #10624 from letheed/master | Rémi Verschelde | |
Fix shadow filter pcf5 implemented as pcf7 | |||
2017-08-31 | Merge pull request #10793 from RandomShaper/fix-android-dbg-pre-21 | Rémi Verschelde | |
Fix pre-Lollipop Android debug | |||
2017-08-31 | Merge pull request #10765 from poke1024/osx-system-dir | Rémi Verschelde | |
Implements OS_OSX::get_system_dir() | |||
2017-08-31 | Merge pull request #10763 from poke1024/realtime-polygon-2d-fix | Rémi Verschelde | |
Fixes two glitches in polygon2d wip mode introduced with #10614 | |||
2017-08-31 | Adds default directory for default_project_path | poke1024 | |
2017-08-30 | added setting for icon/font color: auto,dark,light | toger5 | |
2017-08-30 | added icon updating to most ui elements | toger5 | |
2017-08-30 | renamed light_color to contrast_color | toger5 | |
- added tab highlighting - other changes to the theme to make use of contrast color | |||
2017-08-30 | White Theme | toger5 | |
- almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme | |||
2017-08-30 | removed misc/scripts/svgs_2_pngs.py | toger5 | |
- deprecated because icon conversion now happens in godot itself | |||
2017-08-30 | removed svg's in icons/dark | toger5 | |
2017-08-30 | Implement color conversion for dark SVG icons | toger5 | |
2017-08-30 | added to_ABGR32() to core/Color | toger5 | |
2017-08-30 | moved 'scale import setting' into svg section | toger5 | |
2017-08-30 | Fix pre-Lollipop (21) Android debug | Pedro J. Estébanez | |
Namely, automatically pick debug over Wi-Fi for devices with an older release and debug over USB otherwise. A message is printed both in editor output window and console (uppercase here) to let the user know about what mechanism is being used and why. | |||
2017-08-30 | Fix parsing of Android API level | Pedro J. Estébanez | |
And renaming the `Device.release` field to `api_level` for correctness. | |||
2017-08-30 | Merge pull request #10641 from tagcup/o3_posscale_decomposition | Rémi Verschelde | |
Add a new decomposition to Basis. | |||
2017-08-30 | Merge pull request #10378 from RandomShaper/nav-keep-start-end | Rémi Verschelde | |
Guarantee start & end points are returned by Navigation2D | |||
2017-08-30 | Merge pull request #10786 from hpvb/fix-crash-on-early-dialog | Rémi Verschelde | |
Fix a crash when an early dialog tries to appear | |||
2017-08-30 | Merge pull request #10361 from RandomShaper/tilemap-global-mtl | Rémi Verschelde | |
Let TileMap apply its material | |||
2017-08-30 | Add a new decomposition to Basis. | Ferenc Arn | |
This new decomposition splits the basis into a rotation-reflection matrix and a positive scaling matrix, which is required for physics calculations. | |||
2017-08-30 | Renderer/Simulator flags | Gustav Lund | |
Now hopefully with correct code style | |||
2017-08-30 | Fix a crash when an early dialog tries to appear | Hein-Pieter van Braam | |
This changes the order of creating some of the dialogs that may appear during project import/startup. It is possible for the 'accept' dialog to be required before it is initialized. This moves all of these dialogs to earlier in the constructor so this can't happen. | |||
2017-08-30 | Improved default directional shadow params, added bias split scale, closes #9828 | Juan Linietsky | |
2017-08-30 | Merge pull request #10782 from hpvb/fix-gdnative-10778 | Rémi Verschelde | |
Remove 10778 related methods from GDNative | |||
2017-08-30 | Remove 10778 related methods from GDNative | Hein-Pieter van Braam | |
After #10778 master didn't build any longer with GDNative. This removes the methods removed in that PR from the GDNative bindings for Basis also. | |||
2017-08-30 | AutoUse Pencil on Polygon creation | Scayze | |
2017-08-30 | Merge pull request #10743 from djrm/pr_improved_spatial_gizmo | Rémi Verschelde | |
Better spatial gizmo. | |||
2017-08-30 | Merge pull request #10727 from hoelzl/vs2017 | Rémi Verschelde | |
Generate project files for VS2017 | |||
2017-08-30 | Merge pull request #10746 from cryptonaut/issue9187-3.0 | Rémi Verschelde | |
Cleaned up logic in Tween::_tween_process(), fixes #9187 (3.0) | |||
2017-08-30 | Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signal | Rémi Verschelde | |
Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed' | |||
2017-08-30 | Merge pull request #10778 from tagcup/basis_set_rotscale | Rémi Verschelde | |
Remove Basis::set_scale and Basis::set_rotation_* functions. | |||
2017-08-30 | Merge pull request #10774 from djrm/pr_gizmo_fixes | Rémi Verschelde | |
Fixed problem with highlight boxes not updating on translation | |||
2017-08-30 | Merge pull request #10776 from hpvb/fix-10758 | Rémi Verschelde | |
Disable -ffast-math for etc2comp | |||
2017-08-30 | Disable -ffast-math for etc2comp | Hein-Pieter van Braam | |
Apparently -ffast-math generates incorrect code with recent versions of GCC and Clang. The manual page for GCC warns about this possibility. In my tests it doesn't actually appear to be measurably slower in this case, and this is used in a batch process so it seems safe to disable this. This fixes #10758 and fixes #10070 | |||
2017-08-30 | Merge pull request #10747 from endragor/fix-gdnative-apigen | Thomas Herzog | |
Fix GDNative API description generator | |||
2017-08-30 | Fix GDNative API generator after changes to MethodBind | Ruslan Mustakov | |
2017-08-30 | Add enums in GDNative API generator | Ruslan Mustakov | |
2017-08-29 | Remove Basis::set_scale and Basis::set_rotation_* functions. | Ferenc Arn | |
Those functions were added in #8277 but they did more harm than good. They're subtle, don't do what people think and requires users to understand the non-uniqueness of polar decomposition. They ended up confusing people. Until we store additional information enough to make a unique polar decomposition, these functions shouldn't be a part of Basis. | |||
2017-08-29 | Changed defaults, as it seems to be obviousy better to keep materials ↵ | Juan Linietsky | |
outside by default.. | |||
2017-08-29 | Added nice icon to show when a file is broken on import. | Juan Linietsky | |
2017-08-29 | Fix constant reimport on broken files, closes #9930 | Juan Linietsky | |
2017-08-29 | Merge pull request #10771 from neikeq/pr-improve-build-callbacks | Juan Linietsky | |
Improve build callbacks | |||
2017-08-29 | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky | |
DocData and virtual method type hints fixes |