Commit Graph
49 Commits
Author SHA1 Message Date
isanae f11c31a77d renamed .ts file because cmake_common uses the project name 2020-07-10 14:30:28 -04:00
Al 5387da39a0 Merge pull request #4 from Holt59/fix-typo-getglformat
Fix typo in getGLFormat.
2020-06-08 08:53:12 -07: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 a98d4fbd86 Merge pull request #3 from isanae/new-cmakefiles
New cmakefiles
2020-04-26 02:53:50 -04: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
Chris Bessent c566b732fc Merge pull request #2 from ModOrganizer2/2_2_2
Pull in 2.2.2.1 changes
2020-01-13 23:04:51 -07:00
Chris Bessent c2a9fcaaff Merge pull request #1 from ModOrganizer2/Develop
Stage for release 2.2.2
2020-01-06 05:11:53 -07:00
Silarn adf1a03aca Fix PyQt5 cmake translation macros 2019-12-10 12:10:26 -06:00
Silarn b58e833a7b Update appveyor image 2019-12-09 12:19:13 -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 9b91ae5f3e Update artifacts 2019-10-19 19:02:47 -05:00
Silarn 29367ccfdb Add artifacts 2019-10-19 18:56:57 -05: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 441dd15072 Add AppVeyor stuff lifted straight from FNISTool 2019-10-01 01:35:08 +01:00
AnyOldName3 dc14039c8a Initial implementation which should have been added to version control ages ago 2019-10-01 01:33:01 +01:00
AnyOldName3 b34621513b Add .gitignore 2019-10-01 01:31:40 +01:00
AnyOldName3 313cc7ad97 Add .editorconfig 2019-10-01 01:31:24 +01:00
Chris Djali 81c8388d9a Initial commit 2019-10-01 00:49:09 +01:00