Commit Graph
15 Commits
Author SHA1 Message Date
Mikaël Capelle 364f24a1e4 Update following removal of IPlugin::isActive(). 2020-11-11 21:52:22 +01:00
Jeremy Rimpo 9cb69ea687 Fix project names and traslation files 2020-09-20 23:28:16 -05:00
isanae f11c31a77d renamed .ts file because cmake_common uses the project name 2020-07-10 14:30:28 -04:00
Mikaël Capelle fa547adc17 Fix typo in getGLFormat. 2020-06-08 17:51:40 +02:00
Silarn b6a2b87dfa Appveyor CMAKE fix 2020-05-01 04:59:09 -05:00
isanae 8c77e91658 unused, moved to common cmake files 2020-04-26 00:04:27 -04:00
isanae 2f42692d63 now using new cmakefiles
CMakeLists.txt in src/DDS not necessary, the cmakefile will find it
2020-04-26 00:03:06 -04:00
Chris Djali 165c27b0be Avoid using the to-BGRA converter for luminance textures
When inspecting bitmasks for old-style DDS headers, we were labelling luminance as `l`, then later using that to attempt to look up a GL enum by name. The luminance enums actually call it `LUMINANCE` instead of `L`, despite using single letters for single-colour channels, so the lookup was failing, and we were falling back to conversion instead of uploading the data directly.
2020-03-16 21:54:34 +00:00
Silarn adf1a03aca Fix PyQt5 cmake translation macros 2019-12-10 12:10:26 -06:00
Silarn 32ee268899 Match plugin name to translation file 2019-12-09 11:34:14 -06:00
LostDragonist daf12c480e Update version to 1.0.0.0 2019-12-07 01:53:55 -07:00
Silarn 874e5c482e Updates to fix precompiled pyqt linguist functions 2019-10-19 18:40:33 -05:00
Silarn 7f580aa552 Make some updates to the PyQt5TranslationMacros.cmake to fix compile problems 2019-10-19 17:15:50 -05:00
AnyOldName3 9a1772bc0d Remove unnecessary prints leftover from development 2019-10-01 13:11:15 +01:00
AnyOldName3 dc14039c8a Initial implementation which should have been added to version control ages ago 2019-10-01 01:33:01 +01:00