summaryrefslogtreecommitdiffstats
path: root/modules/camera
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* Rebrand preambles to RedotSpartan3222024-10-136-0/+12
* 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