summaryrefslogtreecommitdiffstats
path: root/drivers/register_driver_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-201-5/+4
* Refactor module initializationreduz2022-05-041-2/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add driver types to GD extension initialisation levelsBastiaan Olij2021-09-131-0/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Drop b2d_convexdecomp. no longer necessary.Rémi Verschelde2019-12-131-13/+0
* Consistency in resource format saver/loader de-registrationRémi Verschelde2019-01-101-4/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-5/+8
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-10/+8
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* RegEx re-implemented as a moduleZher Huei Lee2016-10-271-4/+0
* chibi: Move to a moduleRémi Verschelde2016-10-151-6/+0
* squish: Move to a module and split thirdparty libRémi Verschelde2016-10-151-13/+0
* mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde2016-10-151-21/+0
* theora: Move to a module and split thirdparty libRémi Verschelde2016-10-151-21/+1
* openssl: Move to a module and split thirdparty libRémi Verschelde2016-10-151-14/+0
* ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-151-55/+0
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-151-16/+0
* dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde2016-10-151-56/+0
* jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde2016-10-151-17/+0
* png: Split library to thirdparty dir and allow unbundlingRémi Verschelde2016-10-151-15/+1
* Remove speex support, it is obsoleted by opusRémi Verschelde2016-10-131-18/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-11/+28
* Merge pull request #4092 from sanikoyes/Pr-etc1-pkm-loadingJuan Linietsky2016-06-061-0/+14
|\
| * Add etc1(pkm) texture loading supportsanikoyes2016-03-191-0/+14
* | Finalized DynamicFont implementationJuan Linietsky2016-05-291-0/+3
|/
* Removed PE-bliss, win32 binares so far remain without icon, had many issues w...Juan Linietsky2016-02-041-1/+0
* -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-031-1/+9
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* 0theora compilation fixesJuan Linietsky2015-11-251-13/+0
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-4/+0
* change pe_bliss parent directory from /drivers to /toolsmasoud bh2015-11-091-4/+0
* Add icon to exe file in windows exportmasoud bh2015-11-091-1/+10
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-131-0/+16
|\
| * Add support for Opus audio formatGeorge Marques2015-10-021-0/+16
* | Fixed theora playback. Removed theoraplayer.Juan Linietsky2015-09-261-6/+18
|/