summaryrefslogtreecommitdiff
path: root/misc/dist/osx_tools.app
AgeCommit message (Collapse)Author
2022-02-12[macOS] Add missing translation file.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
Happy new year to the wonderful Godot community!
2021-11-09Merge pull request #52945 from bruvzg/macos_editor_translationRémi Verschelde
2021-09-30Merge pull request #52043 from Calinou/macos-use-big-sur-iconRémi Verschelde
2021-09-22[macOS] Add empty translation files to the editor app bundle, to allow ↵bruvzg
translation detection by the OS.
2021-09-20[macOS] Update MIME codes and file type names to match ↵bruvzg
"dist/linux/org.godotengine.Godot.xml" definitions. Add missing "shader" type icon.
2021-08-24Use a Big Sur-style macOS icon for the Godot editorHugo Locurcio
This provides a more coherent visual look with the rest of macOS. Co-authored-by: Hazar <36481442+hazarek@users.noreply.github.com>
2021-06-14Add LSApplicationCategoryType to the template and export dialog.bruvzg
2021-04-14[macOS] Update required Vulkan API version the ICD configs.bruvzg
2021-01-19Cleanup: Remove executable bit from files which don't need itRémi Verschelde
Drop unused xpmfix.sh script.
2021-01-01Update copyright statements to 2021Rémi Verschelde
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
2020-08-19fix GDScript UTIHazar
changed from public.data to public.script
2020-06-29[macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg
2020-02-22SCons: Bump required C++ standard to C++17Rémi Verschelde
As per #36436, we now need C++17's guaranteed copy elision feature to solve ambiguities in Variant. Core developers discussed the idea to move from C++14 to C++17 as our minimum required C++ standard, and all agreed. Note that this doesn't mean that Godot is going to be written in "modern C++", but we'll use modern features where they make sense to simplify our "C with classes" codebase. Apart from new code written recently, most of the codebase still has to be ported to use newer features where relevant. Proper support for C++17 means that we need recent compiler versions: - GCC 7+ - Clang 6+ - VS 2017 15.7+ Additionally, C++17's `std::shared_mutex` (conditionally used by `vk_mem_alloc.h` when C++17 support is enabled) is only available in macOS 10.12+, so we increase our minimum supported version.
2020-02-11Add static Vulkan loader.bruvzg
Initial Vulkan support for Windows. Initial Vulkan support for macOS.
2020-01-29Bump version to 4.0-devRémi Verschelde
No peace for the weary. :)
2020-01-01Update copyright statements to 2020Rémi Verschelde
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
2019-12-13Added microphone and camera usage descriptions to macOS builds.Catchawink
2019-03-20Enable Mojave "dark mode" on the editor title barAllan Davis
Enables "dark mode" in the editor and project selector title bars in macOS Mojave when selected in macOS System Preferences
2019-03-13Bump version to 3.2-devRémi Verschelde
No rest for the wicked.
2019-02-10Fix version in osx_tools.appRémi Verschelde
2019-01-02escaped '&' in macos osx_tools.app Info.plistPrestonKnopp
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2018-12-06File icons: separate icons for gdscript, resource, scene and projects.bruvzg
2018-11-10[macOS] Fix file associations (for *.scn, *.tscn and project.godot).bruvzg
2018-01-25Dist: Update manpage and macOS version stringRémi Verschelde
2018-01-03Fix broken Info.plist after copyright updateRazah
Fixes #15293. + related misc fixes by @akien-mga.
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-09-26Change OSX version from 2.2-dev to 3.0-devScott Beca
2017-05-28Use new icons everywhereTimo Schwarzer
Closes #8879
2017-02-09Reorder the folders in tools to prepare moving tools/editorRémi Verschelde
- `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs.