Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde | |
Also drop some unused files. Renamed: - `platform/iphone/sem_iphone.h` -> `semaphore_iphone.h` (same for `osx`) - `platform/uwp/gl_context_egl.h` -> `context_egl_uwp.h` - in `platform/windows`: `context_gl_win.h`, `crash_handler_win.h`, `godot_win.cpp`, `joypad.h` and `key_mapping_win.h` all renamed to use `windows`. Some classes renamed accordingly too. - `EditorExportAndroid` and `EditorExportUWP` renamed to `EditorExportPlatformAndroid` and `EditorExportPlatformUWP` - `power_android` and `power_osx` renamed to `PowerAndroid` and `PowerOSX` - `OSUWP` renamed to `OS_UWP` Dropped: - `platform/windows/ctxgl_procaddr.h` | |||
2019-02-12 | Drivers, main, servers: Ensure classes match their header filename | Rémi Verschelde | |
Renamed: - `drivers/alsamidi/alsa_midi.h` -> `midi_driver_alsamidi.h` (same for `coremidi` and `winmidi`) - `main/timer_sync.h` -> `main_timer_sync.h` - `servers/visual/visual_server_global.h` -> `visual_server_globals.h` | |||
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde | |
Also drop some unused files. Renamed: - `core/dvector.h` -> `pool_vector.h` - `core/io/resource_import.h` -> `resource_importer.h` - `core/sort.h` -> `sort_array.h` - `core/string_db.h` -> `string_name.h` Dropped: - `core/allocators.h` - `core/os/shell.h` - `core/variant_construct_string.cpp` | |||
2019-02-12 | Fixed OWC for rigid bodies, closes #25732 | Juan Linietsky | |
2019-02-12 | Merge pull request #25602 from mcccclean/dont-ignore-listener-nodes | Rémi Verschelde | |
Fix 3D Listener nodes not being used | |||
2019-02-12 | Merge pull request #25819 from YeldhamDev/project_manager_cleanup | Rémi Verschelde | |
Minor cleanup in the Project Manager | |||
2019-02-12 | Merge pull request #25481 from hpvb/fix-ubsan-asan-reports | Rémi Verschelde | |
Fix many asan and ubsan reported issues | |||
2019-02-12 | Merge pull request #25550 from DualMatrix/fix-25357 | Rémi Verschelde | |
Fixed Null appearing inside export variables with type hints and no default value | |||
2019-02-12 | Merge pull request #25557 from kaadmy/master | Rémi Verschelde | |
Allow usage of depth texture when contact shadows are disabled | |||
2019-02-12 | Merge pull request #25725 from clayjohn/multimesh_transform_2d | Rémi Verschelde | |
Added ability to set_instance_transform_2d in multimesh | |||
2019-02-12 | Merge pull request #25623 from clayjohn/multimesh_color_bug | Rémi Verschelde | |
[GLES2] Initialize color buffer to white in gles2 multimesh | |||
2019-02-12 | Merge pull request #25682 from JFonS/fix_light_canvas_gles2 | Rémi Verschelde | |
Fix canvas light shaders on GLES2 | |||
2019-02-12 | Merge pull request #25754 from JFonS/fix_25567 | Rémi Verschelde | |
Fix canvas particle material for old GLSL versions | |||
2019-02-12 | Minor cleanup in the Project Manager | Michael Alexsander Silva Dias | |
2019-02-12 | Merge pull request #25778 from YeldhamDev/add_disabled_tab_style | Rémi Verschelde | |
Add disabled tab style | |||
2019-02-12 | Merge pull request #25779 from JFonS/fix_25581 | Rémi Verschelde | |
Make LIGHT_VEC affect 2D shadows again | |||
2019-02-12 | Merge pull request #25783 from Xrayez/csg-shapes-visibility | Rémi Verschelde | |
Fix CSGShape not updating on changing visibility | |||
2019-02-12 | Merge pull request #25134 from staddy/master | Juan Linietsky | |
Check for null pointer in RasterizerSceneGLES2::render_shadow | |||
2019-02-12 | Merge pull request #25813 from cart/o-no | Rémi Verschelde | |
Use "origin" instead of "o" in Transform2D.Rotation | |||
2019-02-11 | Use "origin" instead of "o" in Transform2D.Rotation | Carter Anderson | |
2019-02-11 | Merge pull request #25724 from aaronfranke/mono-transform | Ignacio Etcheverry | |
[Mono] Fix Transform2D origin | |||
2019-02-11 | Merge pull request #25803 from neikeq/yy | Ignacio Etcheverry | |
Windows: Default to system MSBuild and add VSCode hint path | |||
2019-02-11 | Add VSCode hint path for Windows | Ignacio Etcheverry | |
2019-02-11 | Default to MSBuild from VS Build Tools instead of Mono's | Ignacio Etcheverry | |
Don't pass FrameworkPathOverride to MSBuild. It's causing issues with some nuget packages. | |||
2019-02-11 | Fix canvas particle material for old GLSL versions | JFonS | |
2019-02-11 | Merge pull request #25790 from YeldhamDev/topbar_node_cleanup | Rémi Verschelde | |
Cleanup editor's top bar of old nodes | |||
2019-02-11 | Cleanup editor's top bar of old nodes | Michael Alexsander Silva Dias | |
2019-02-10 | Fix CSGShape not updating on changing visibility | Andrii Doroshenko (Xrayez) | |
Hiding CSGShape should force the CSG operation to skip it which is intented behaviour according to how CSGBrush is created for each shape. | |||
2019-02-10 | Merge pull request #25428 from GlaDos28/master | Rémi Verschelde | |
[DOCS] Added warnings about Dictionary element erasure while iterating over it | |||
2019-02-10 | added warnings about Dictionary element erasure while iterating over it | Evgeny Savelyev | |
2019-02-10 | Make LIGHT_VEC affect 2D shadows again | JFonS | |
2019-02-10 | Add disabled tab style | Michael Alexsander Silva Dias | |
2019-02-10 | Merge pull request #25770 from YeldhamDev/search_bar_cleanup | Rémi Verschelde | |
General cleanup of script and doc search bars | |||
2019-02-10 | Merge pull request #25773 from neikeq/xx | Ignacio Etcheverry | |
Do not initialize Mono if 'res://.mono/' and mscorlib are missing | |||
2019-02-10 | Merge pull request #25774 from neikeq/fix-noreturn-attr-check | Ignacio Etcheverry | |
Fix check to determine if [[noreturn]] attribute is usable | |||
2019-02-10 | Fix check to determine if [[noreturn]] attribute is usable | Ignacio Etcheverry | |
2019-02-10 | Fix exporting assemblies from wrong output path | Ignacio Etcheverry | |
This is the whole reason 'fill_search_dirs' was added for, yet somehow I forgot to pass the config parameter. | |||
2019-02-10 | Do not initialize Mono if 'res://.mono/' and mscorlib are missing | Ignacio Etcheverry | |
This is needed to avoid aborting due to missing mscorlib for projects that do not use C#. If 'res://.mono/' exists, then we assume the project uses C#, in which case a missing mscorlib should still abort. | |||
2019-02-10 | General cleanup of script and doc search bars | Michael Alexsander Silva Dias | |
2019-02-10 | Fix version in osx_tools.app | Rémi Verschelde | |
2019-02-10 | TSCN: Remove extra newline after [resource]/[ext_resource] | Rémi Verschelde | |
Some cases had been handled in #17602, but those two were missed. Fixes #24677. | |||
2019-02-10 | Merge pull request #25764 from akien-mga/scons-relative-import | Rémi Verschelde | |
SCons: Fix import clash between Godot and system modules | |||
2019-02-10 | Merge pull request #25763 from akien-mga/scons-decider | Rémi Verschelde | |
SCons: Make MD5-timestamp decider and implicit_cache debug-only | |||
2019-02-10 | Merge pull request #25762 from akien-mga/tests-gdscript | Rémi Verschelde | |
Be explicit about usage of GDScript tests | |||
2019-02-10 | SCons: Fix import clash between Godot and system modules | Rémi Verschelde | |
See #24965 for details. `sys.path.insert` is hacky, but should work relatively well for both Python 2 and Python 3. When we eventually deprecate Python 2 support, we could look into using importlib. Fixes #24965. | |||
2019-02-10 | SCons: Make MD5-timestamp decider and implicit_cache debug-only | Rémi Verschelde | |
As advised by @bdbaddog in #25403, those options reduce the certainty that all everything will be rebuilt as it should, so they are not advised for release builds. | |||
2019-02-10 | Be explicit about usage of GDScript tests | Rémi Verschelde | |
Also drop empty "image" test, and print proper error when passing wrong test name. Fixes #25638. | |||
2019-02-10 | doc: Misc formatting fixes | Rémi Verschelde | |
2019-02-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |