kervala
|
fc645a5668
|
Fixed: Import static platform plugin
--HG--
branch : develop
|
2016-01-18 13:27:23 +01:00 |
|
kaetemi
|
fd950a692b
|
Faster Qt startup
--HG--
branch : develop
|
2016-01-18 11:27:14 +01:00 |
|
kervala
|
58d23bbe97
|
Fixed: Compilation with static Qt 5
--HG--
branch : develop
|
2016-01-17 13:23:25 +01:00 |
|
kervala
|
bb9ac688f6
|
Changed: Set CMP0020 NEW in root project
--HG--
branch : develop
|
2016-01-16 23:48:32 +01:00 |
|
kervala
|
4886da5855
|
Fixed: moc doesn't use the right namespace for std::string when using STLPort, so prefer QString for slots and signals
--HG--
branch : develop
|
2016-01-16 15:55:56 +01:00 |
|
kervala
|
cd021fc4ef
|
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
|
2016-01-16 15:54:46 +01:00 |
|
kervala
|
c427bb216b
|
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
|
2016-01-16 15:52:51 +01:00 |
|
kaetemi
|
9c687430c8
|
Update mask pixel format in panoply preview tool
--HG--
branch : develop
|
2016-01-15 17:22:27 +01:00 |
|
kaetemi
|
8673d27a13
|
Add panoply preview tool
--HG--
branch : develop
|
2016-01-15 17:11:10 +01:00 |
|
kervala
|
c844a0bdd1
|
Fixed: Compilation
--HG--
branch : develop
|
2016-01-14 23:46:19 +01:00 |
|
kervala
|
b7fe07d781
|
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
|
2016-01-14 21:26:10 +01:00 |
|
kervala
|
bd5f838d6d
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-13 19:54:23 +01:00 |
|
kervala
|
d0c587e445
|
Changed: Remove duplicate lines
--HG--
branch : develop
|
2016-01-13 19:53:20 +01:00 |
|
kervala
|
6a3292c600
|
Fixed: Convert .bank filenames with / and use existing CFile::fileExists
--HG--
branch : develop
|
2016-01-13 19:51:00 +01:00 |
|
kervala
|
bb3726fd46
|
Fixed: Compilation of object_viewer_widget in static under Linux
--HG--
branch : develop
|
2016-01-10 12:12:50 +01:00 |
|
kervala
|
3af2813fbf
|
Fixed: Compilation
--HG--
branch : develop
|
2016-01-09 16:29:59 +01:00 |
|
kervala
|
14f48d821a
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-09 15:57:20 +01:00 |
|
kervala
|
9ee32071d8
|
Fixed: Compilation under Linux
--HG--
branch : develop
|
2016-01-09 15:56:50 +01:00 |
|
kervala
|
245726f347
|
Changed: Don't need to use system API, NeL already has equivalent
--HG--
branch : develop
|
2016-01-06 23:20:40 +01:00 |
|
kervala
|
ea5b041844
|
Fixed: Compilation with Qt 4
--HG--
branch : develop
|
2016-01-06 16:01:53 +01:00 |
|
kervala
|
f323974dba
|
Changed: Don't fix files within panoply_maker, use textures_optimizer (but checks can be enabled)
--HG--
branch : develop
|
2016-01-06 12:43:57 +01:00 |
|
kervala
|
03c9c93fc1
|
Changed: Comments to support DXTC1a for textures with one level of transparency later
--HG--
branch : develop
|
2016-01-06 12:35:21 +01:00 |
|
kervala
|
75eb7cb922
|
Changed: Compile tile_edit_qt and object_viewer_widget if WITH_QT5 is defined
--HG--
branch : develop
|
2016-01-06 12:33:58 +01:00 |
|
kervala
|
ec7699aca9
|
Fixed: Compilation of object_viewer_qt with Qt 5
--HG--
branch : develop
|
2016-01-06 12:33:05 +01:00 |
|
kervala
|
af14cbe3aa
|
Fixed: Allow to select PNG and TGA for bitmaps
--HG--
branch : develop
|
2016-01-06 12:31:53 +01:00 |
|
kervala
|
2923fe7c89
|
Fixed: Remove dependency on Pic (NeL manages TGA and PNG itself, reused code by Kaetemi)
--HG--
branch : develop
|
2016-01-06 12:31:13 +01:00 |
|
kervala
|
fad179731a
|
Fixed: Compilation of tile_edit_qt with Qt 5
--HG--
branch : develop
|
2016-01-06 12:29:34 +01:00 |
|
kervala
|
95404bd724
|
Fixed: Don't load grayscale textures as alpha
--HG--
branch : develop
|
2016-01-05 17:11:37 +01:00 |
|
kervala
|
f2b43c2d7e
|
Changed: Added default checks for textures and masks (-t and -m)
--HG--
branch : develop
|
2016-01-05 12:57:26 +01:00 |
|
kervala
|
dc5ddadcbb
|
Fixed: Alpha channel with 0 is correct, don't change it
--HG--
branch : develop
|
2016-01-05 12:54:47 +01:00 |
|
kervala
|
687301377e
|
Fixed: Instead of returning an error, convert the bitmap in RGBA
--HG--
branch : develop
|
2016-01-05 12:53:32 +01:00 |
|
kervala
|
798cb1c7ce
|
Fixed: Alpha channel with 0 is correct, don't change it
--HG--
branch : develop
|
2016-01-05 12:52:45 +01:00 |
|
kervala
|
aaa9c394d7
|
Fixed: If mask is using colors, convert it to grayscale using Red value (compatible with previous algorithm)
--HG--
branch : develop
|
2016-01-04 13:58:54 +01:00 |
|
kervala
|
ed98662de3
|
Changed: OutputPath is already "standardized"
--HG--
branch : develop
|
2016-01-04 13:57:21 +01:00 |
|
kervala
|
fe018c959b
|
Changed: Use lowercase instead of uppercase for extensions
--HG--
branch : develop
|
2016-01-04 13:56:56 +01:00 |
|
kervala
|
79e3ec61b1
|
Changed: Convert masks to 8 bits grayscale instead of using only Red component of RGBA bitmaps
--HG--
branch : develop
|
2016-01-03 18:14:46 +01:00 |
|
kervala
|
8087b76397
|
Fixed: Load 8bits textures as grayscale instead of alpha in textures_optimizer
--HG--
branch : develop
|
2016-01-02 20:29:24 +01:00 |
|
kervala
|
844b1e3d02
|
Fixed: Warnings with GCC
--HG--
branch : develop
|
2016-01-02 19:19:39 +01:00 |
|
kervala
|
0c98a86e4b
|
Fixed: Display alpha as an integer
--HG--
branch : develop
|
2016-01-02 17:10:23 +01:00 |
|
kervala
|
20711e24e3
|
Fixed: Typos
--HG--
branch : develop
|
2016-01-02 17:04:45 +01:00 |
|
kervala
|
cf8ed540a7
|
Changed: Use new methods in panoply_maker
--HG--
branch : develop
|
2016-01-01 16:07:27 +01:00 |
|
kervala
|
80759eafb4
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-01 16:04:57 +01:00 |
|
kervala
|
e995b7221f
|
Added: Textures optimizer tool
--HG--
branch : develop
|
2016-01-01 16:04:45 +01:00 |
|
kervala
|
8b770d41ac
|
Fixed: Wrong bitmap size
--HG--
branch : develop
|
2015-12-29 16:15:07 +01:00 |
|
kervala
|
9b9ee4e492
|
Fixed: Install readme.txt in same directory if not using WITH_UNIX_STRUCTURE
--HG--
branch : develop
|
2015-12-28 18:16:07 +01:00 |
|
kervala
|
b93414cd27
|
Fixed: Warning when DDS_HEADER is not initialized
--HG--
branch : develop
|
2015-12-28 16:41:26 +01:00 |
|
kervala
|
5ccf0df1ab
|
Changed: Allow panoply_maker to optimize textures and masks (remove alpha channel if useless)
--HG--
branch : develop
|
2015-12-28 16:37:32 +01:00 |
|
kervala
|
ad93a9005f
|
Changed: Improve errors reporting
--HG--
branch : develop
|
2015-12-17 13:02:12 +01:00 |
|
kervala
|
a22e056de1
|
Fixed: Typos
--HG--
branch : develop
|
2015-12-17 12:51:26 +01:00 |
|
kervala
|
5efaa8360f
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-17 12:48:57 +01:00 |
|