summaryrefslogtreecommitdiffstats
path: root/modules/camera
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-11/+11
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-253-11/+11
* | Fix copyright headers referring to GodotSpartan3222024-10-2712-24/+24
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1112-0/+24
|/
* Merge pull request #97589 from pkowal1982/fix_97454Rémi Verschelde2024-09-291-5/+5
|\
| * Fix error message on startup when camera is busyPaweł2024-09-281-5/+5
* | Expose CameraFeed settersJason Kuo2024-09-272-6/+6
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Add linux camera supportPaweł2024-09-259-3/+1013
* macOS/iOS: Fix various warnings when targeting newer SDKsStuart Carnie2024-08-201-4/+10
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Make some Image methods statickobewi2022-10-141-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-4/+4
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-215-31/+31
* Refactor module initializationreduz2022-05-042-4/+13
* [macOS] Enable Objective-C ARCbruvzg2022-02-012-28/+0
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
* [macOS] Request camera permission before session init.bruvzg2021-08-221-3/+19
* Fix various typos with codespellluz paz2021-07-252-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-291-12/+12
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* iOS Modules: separate main platform code from modulesSergey Minakov2020-11-105-508/+2
* iOS: RefactoringSergey Minakov2020-10-021-18/+6
* Fix header guards in modules:Marcel Admiraal2020-09-061-0/+5
* Modules: update modules to be built for iOSSergey Minakov2020-07-251-36/+57
* [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-291-1/+5
* SCons: Enable iOS modules for ARKit and CameraSergey Minakov2020-06-231-0/+3
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-192-11/+7
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-5/+5
* Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-8/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-018-16/+16
* Fix compile error for Windows on Linuxvolzhs2019-12-041-0/+0
* iOS modular build and export implementation.bruvzg2019-12-0110-0/+1149