Age | Commit message (Expand) | Author |
2022-11-29 | [iOS] Read document and cache path directly in the OS code, instead of passin... | bruvzg |
2022-11-28 | Merge pull request #68740 from bruvzg/ios_fixes | Rémi Verschelde |
2022-11-21 | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg |
2022-11-18 | Windows icon export improvements. | bruvzg |
2022-11-17 | [iOS] iOS export improvements. | bruvzg |
2022-11-16 | [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha... | bruvzg |
2022-11-08 | Remove duplicate project settings definitions | kobewi |
2022-11-01 | Load and use system emoji font in the editor. | bruvzg |
2022-10-31 | Merge pull request #68044 from ztc0611/ios-promotion | Rémi Verschelde |
2022-10-31 | Add ProMotion Support to iOS Exports | Zach Coleman |
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John |
2022-10-26 | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo |
2022-10-22 | Add double_tap attribute to InputEventScreenTouch | Fredia Huya-Kouadio |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-17 | Merge pull request #67322 from ztc0611/add-ios-ui-options | Rémi Verschelde |
2022-10-14 | Make some Image methods static | kobewi |
2022-10-12 | Add iOS UI Options | Zach Coleman |
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan |
2022-09-26 | SCons: Unify tools/target build type configuration | Rémi Verschelde |
2022-09-26 | Style: Cleanup header guards for consistency | Rémi Verschelde |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-09-23 | SCons: Remove redundant `-fomit-frame-pointer` and `-ftree-vectorize` | Rémi Verschelde |
2022-09-20 | Merge pull request #65745 from akien-mga/scons-production-lto-earlier | Rémi Verschelde |
2022-09-20 | Merge pull request #65541 from clayjohn/renderer-setting | Rémi Verschelde |
2022-09-19 | Split rendering driver project setting into renderer_name and rendering_drive... | clayjohn |
2022-09-19 | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde |
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred |
2022-09-13 | Check for ios_simulator when building for x86_64 | Ted Spikes |
2022-09-08 | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde |
2022-09-06 | Rename `range_lerp` to `remap` | Micky |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-26 | Merge pull request #64562 from bruvzg/fix_dup_locales | Rémi Verschelde |
2022-08-25 | Improve platform-specific READMEs to add useful links | Hugo Locurcio |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-08-25 | Merge pull request #64630 from nathanfranke/ios-opaque | Rémi Verschelde |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-19 | ios: force app store icon to be opaque, use proper errors | Nathan Franke |
2022-08-18 | [macOS / iOS Export] Fix generation of duplicate locale property list files. | bruvzg |
2022-08-15 | Disable threads used to check on plugins to load | Fredia Huya-Kouadio |
2022-08-14 | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio |
2022-08-10 | Clean iOS platform config of long gone macro | Pedro J. Estébanez |
2022-08-09 | [iOS] Extend iOS plugins to support Swift runtime | Sergey Minakov |
2022-08-08 | Merge pull request #64014 from RedMser/keep-screen-on-singledef | Rémi Verschelde |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser |
2022-08-05 | Remove unnecessary string replacement | Larry Tran |
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau |
2022-07-31 | Extract EditorResourceConversionPlugin into its own source files and clean up... | Yuri Sizov |