Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-14 | Flush input events before destroying the window | Yuri Roubinsky | |
2022-01-13 | Fix various typos | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inh,inout,leapyear,lod,nd,numer,ois,ony,paket,ro,seeked,sinc,switchs,te,uint,varn,vew` | |||
2022-01-12 | Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-paths | Rémi Verschelde | |
2022-01-12 | Merge pull request #56492 from akien-mga/remove-author-docstrings | Rémi Verschelde | |
2022-01-12 | Merge pull request #56700 from bruvzg/macos_terminal_activation | Rémi Verschelde | |
2022-01-12 | Merge pull request #56717 from bruvzg/macos_opengl_hdr | Rémi Verschelde | |
2022-01-12 | [macOS] Fix OpenGL color space on HDR displays. | bruvzg | |
2022-01-11 | New OpenGL batching canvas renderer | clayjohn | |
2022-01-11 | [macOS] Improve window activation hack. | bruvzg | |
2022-01-11 | Merge pull request #56322 from madmiraal/fix-42450 | Rémi Verschelde | |
2022-01-10 | Android export plugin passes absolute file paths to gradle for keystores. | Jason Knight | |
2022-01-10 | [macOS export] Improve code signing/notarization options validation. | bruvzg | |
2022-01-08 | Merge pull request #56618 from Pineapple/uwp-qpc-tweaks | Rémi Verschelde | |
UWP: Simplify QueryPerformanceCounter usage | |||
2022-01-08 | Merge pull request #56497 from Pineapple/qpc-tweaks | Rémi Verschelde | |
Windows: Simplify QueryPerformanceCounter usage | |||
2022-01-08 | UWP: Simplify QueryPerformanceCounter usage | Bartłomiej T. Listwon | |
2022-01-07 | Merge pull request #56514 from mhilbrunner/windows-missing-inputs | Rémi Verschelde | |
2022-01-06 | Fix UTC typos in UWP platform | Aaron Franke | |
2022-01-06 | Fix multiple missing UTF-8 decoding. | bruvzg | |
2022-01-05 | Merge pull request #56517 from bruvzg/fix_export_utf8 | Rémi Verschelde | |
2022-01-05 | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde | |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg | |
2022-01-05 | Windows input: Fix wrong OEM key, add missing keys | Max Hilbrunner | |
2022-01-05 | Windows: Simplify QueryPerformanceCounter usage | Bartłomiej T. Listwon | |
2022-01-04 | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde | |
Each file in Godot has had multiple contributors who co-authored it over the years, and the information of who was the original person to create that file is not very relevant, especially when used so inconsistently. `git blame` is a much better way to know who initially authored or later modified a given chunk of code, and most IDEs now have good integration to show this information. | |||
2022-01-03 | Merge pull request #56438 from madmiraal/fix-56428 | Rémi Verschelde | |
Fix tablet tilt values returning bad values | |||
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2022-01-03 | Merge pull request #56132 from m4gr3d/fix_android_studio_builds | Fredia Huya-Kouadio | |
Fix Android Studio builds | |||
2022-01-03 | Merge pull request #56297 from Chaosus/fix_win32_cursor_resize | Rémi Verschelde | |
2022-01-02 | Fix tablet tilt values returning bad values | Marcel Admiraal | |
2022-01-02 | Fix various typos | luz paz | |
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change | |||
2021-12-29 | Rename speed to velocity when it's a directional Vector | Marcel Admiraal | |
2021-12-28 | OSX: Add signing of directory structure in Library when exporting for OSX. | Pierre-Thomas Meisels | |
OSX: Add exporting of folder structure in PlugIns when exporting for OSX. | |||
2021-12-28 | Fix cursor stucking in resize shape | Yuri Roubinsky | |
2021-12-22 | Remove build system code for 32-bit iOS | Aaron Franke | |
2021-12-21 | Fix Android Studio builds. | ne0fhyk | |
2021-12-20 | Merge pull request #56039 from Rubonnek/update-detect-prime-formatting-master | Rémi Verschelde | |
2021-12-18 | Fix initialising of gl_manager and checking gl_manager and context_vulkan ↵ | Bastiaan Olij | |
preventing crash issues. | |||
2021-12-17 | Sync detect_prime_x11.cpp formatting changes from 3.x branch | Wilson E. Alvarez | |
2021-12-16 | Merge pull request #55966 from bruvzg/wt💩4 | Rémi Verschelde | |
2021-12-16 | Fixed detecting the Valve Streaming Gamepad | Sam Lantinga | |
Fixed the GUID, and compare the contents of the GUID, not just the pointers | |||
2021-12-15 | Only rotate Android sensor values for sensors that need them rotated | Marcel Admiraal | |
2021-12-15 | [Windows] Detect new Windows Terminal and disable unsupported ↵ | bruvzg | |
set_console_visible code. | |||
2021-12-14 | [Windows] Open a new console window for the editor instances. | bruvzg | |
2021-12-10 | Misc build system fixes | Aaron Franke | |
2021-12-10 | Merge pull request #43181 from nathanfranke/string-empty | Rémi Verschelde | |
Replace String comparisons with "", String() to is_empty() | |||
2021-12-09 | Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_master | Rémi Verschelde | |
2021-12-09 | Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_master | Rémi Verschelde | |
2021-12-09 | Merge pull request #55737 from m4gr3d/add_min_target_sdk_configs_master | Rémi Verschelde | |
2021-12-09 | Add support for configuring the xr hand tracking frequency mode | ne0fhyk | |
2021-12-09 | Enable configuration of the `android:excludeFromRecents` activity attribute. | Fredia Huya-Kouadio | |