summaryrefslogtreecommitdiffstats
path: root/modules/etc
Commit message (Expand)AuthorAgeFilesLines
* Style: Fix code format scripts compat with non-GNU UnicesRémi Verschelde2020-07-271-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-9/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-7/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-022-2/+2
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-18/+19
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Force mipmaps off when importing RGBA4444 texturesclayjohn2020-02-291-0/+6
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-8/+7
* basis_universal: Fix py3 build and document license and provenanceRémi Verschelde2020-02-111-2/+5
* Rewritten StreamTexture for better code reuse, added basis universal supportJuan Linietsky2020-02-111-49/+10
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Add support for Lum-alpha textures to ETC fallbackclayjohn2020-01-031-4/+9
* Fallback to RGBA4444 for textures with alpha set to ETC compressionclayjohn2020-01-021-0/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+2
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-0/+1
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-3/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* SCons: Enable C++11 on the whole codebaseRémi Verschelde2019-07-221-4/+0
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-1/+0
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-1/+1
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-5/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-016-12/+12
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-152-3/+5
* Fix warning about functions defined but not used [-Wunused-function]Rémi Verschelde2018-09-291-11/+0
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-6/+10
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-6/+8
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-123-6/+6
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+2
* Added proper import support for 3D and Array texturesJuan Linietsky2018-08-061-1/+28
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-7/+3
* Properly resize textures so they can be ETC compressed, fixes #15139Juan Linietsky2018-01-121-1/+19
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-056-0/+6
* Update copyright statements to 2018Rémi Verschelde2018-01-016-12/+12
* Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl2017-12-121-1/+2
* Fix size mismatch in _compress_etcMillionOstrich2017-11-201-6/+8
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Use BoolVariable for module options.Elliott Sales de Andrade2017-09-251-1/+1
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Fix ETC2 import for luminance/lumalpha textures, fixes #10421Juan Linietsky2017-09-041-2/+1
* Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde2017-09-011-1/+1
|\
| * Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-1/+1
* | etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGSIgnacio Etcheverry2017-09-011-1/+1
|/