Commit Graph

986 Commits (d6dcf7415a968d28f0176f90a34a93f7e867b39d)

Author SHA1 Message Date
kervala 1137006eb4 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala b17da91efd Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 033a337419 Changed: Replace all _splitpath by NeL methods
--HG--
branch : develop
8 years ago
kervala 6565603216 Changed: Convert CString and TCHAR* from/to std::string
--HG--
branch : develop
8 years ago
kervala b7ca1d224c Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala a3262bb971 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala 3fb4424909 Changed: Improved formatting
--HG--
branch : develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 0fb9906929 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala ebe7357257 Changed: Constification of catches
--HG--
branch : develop
8 years ago
kervala 61bb58bea3 Fixed: Typos
--HG--
branch : develop
8 years ago
kervala 791821d6d6 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 8d82472586 Changed: Macros to convert to/from TCHAR* and std::string
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala c8b9c5dc4b Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala e2eedc4852 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala b36ded52df Changed: 3dsmax 2013 and up are always using Unicode
--HG--
branch : develop
8 years ago
kervala 947178e859 Changed: Use _T macro and TCHAR to support UNICODE
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala 59c9b587f0 Changed: New format/f parameter for build_interface to force a format (png or tga)
--HG--
branch : develop
8 years ago
kervala 577e49ef91 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala d8f92e1cee Fixed: Ignore extension when looking for textures
--HG--
branch : develop
8 years ago
kervala 891784f23d Changed: Write UNIX EOL in UV files
--HG--
branch : develop
8 years ago
kervala 7f74f70e6f Changed: Allow to extract interface elements with build_interface
--HG--
branch : develop
8 years ago
kervala 8b239df6a9 Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
--HG--
branch : develop
8 years ago
kervala b2f5fed3bf Changed: Replace sscanf by fromString
--HG--
branch : develop
8 years ago
kervala 3ae41bfa58 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 130b270380 Fixed: tga2dds doesn't generate mipmaps
--HG--
branch : develop
8 years ago
kervala ec5deea3f0 Changed: Generate an exception if file is not a supported bitmap format
--HG--
branch : develop
8 years ago
kervala 536483f8a7 Changed: Factorize saving to right bitmap format
--HG--
branch : develop
8 years ago
kervala 35b4a3d98a Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 39275558c0 Changed: Simplify outString (a simple printf should be enough)
--HG--
branch : develop
8 years ago
kervala 20f4825686 Changed: Use CCmdArgs for build_interface
--HG--
branch : develop
8 years ago
kervala b7d37b71e3 Fixed: Compilation without PCH
--HG--
branch : develop
8 years ago
kervala bd766614bc Changed: Replaced spaces by tabs
--HG--
branch : develop
9 years ago
kervala 7ff21f975d Changed: Q_COMPILER_RVALUE_REFS hack useless with Qt 5.6
--HG--
branch : develop
9 years ago
kervala 89532b2afb Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
Gary Preston 7281c40577 Update indentation of tiles_model::data to match coding standard use of tabs.
--HG--
branch : develop
9 years ago
Gary Preston 48e86eedee Fix qt4 build error.
--HG--
branch : develop
9 years ago
kaetemi 1fbc179bc3 Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
9 years ago
kaetemi 874ac2c921 Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
9 years ago
kervala 9913ec7e72 Fixed: Don't try to convert next meshes if an error occurs
--HG--
branch : develop
9 years ago
kervala 7ed708eae8 Fixed: Display an error if unable to find database.cfg
--HG--
branch : develop
9 years ago
kervala 63a36fc2f8 Changed: Removed libxml2 dependencies from other targets
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 5892fb8c1c Fixed: -o option of tga2dds for directory output
--HG--
branch : develop
9 years ago
kervala f8d45d01dc Changed: Replace tabs by spaces
--HG--
branch : develop
9 years ago
kervala 12d87b4914 Changed: Use CCmdArgs for tga2dds
--HG--
branch : develop
9 years ago
kervala e01f706ccc Fixed: Updated with new changes
--HG--
branch : develop
9 years ago
kervala c379c61ab7 Changed: Don't need to create it on heap
--HG--
branch : develop
9 years ago
kervala fc645a5668 Fixed: Import static platform plugin
--HG--
branch : develop
9 years ago
kaetemi fd950a692b Faster Qt startup
--HG--
branch : develop
9 years ago
kervala 58d23bbe97 Fixed: Compilation with static Qt 5
--HG--
branch : develop
9 years ago
kervala bb9ac688f6 Changed: Set CMP0020 NEW in root project
--HG--
branch : develop
9 years ago
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
9 years ago
kervala cd021fc4ef Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
9 years ago
kervala c427bb216b Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
--HG--
branch : develop
9 years ago
kaetemi 9c687430c8 Update mask pixel format in panoply preview tool
--HG--
branch : develop
9 years ago
kaetemi 8673d27a13 Add panoply preview tool
--HG--
branch : develop
9 years ago
kervala c844a0bdd1 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala b7fe07d781 Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
9 years ago
kervala bd5f838d6d Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala d0c587e445 Changed: Remove duplicate lines
--HG--
branch : develop
9 years ago
kervala 6a3292c600 Fixed: Convert .bank filenames with / and use existing CFile::fileExists
--HG--
branch : develop
9 years ago
kervala bb3726fd46 Fixed: Compilation of object_viewer_widget in static under Linux
--HG--
branch : develop
9 years ago
kervala 3af2813fbf Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 14f48d821a Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 9ee32071d8 Fixed: Compilation under Linux
--HG--
branch : develop
9 years ago
kervala 245726f347 Changed: Don't need to use system API, NeL already has equivalent
--HG--
branch : develop
9 years ago
kervala ea5b041844 Fixed: Compilation with Qt 4
--HG--
branch : develop
9 years ago
kervala f323974dba Changed: Don't fix files within panoply_maker, use textures_optimizer (but checks can be enabled)
--HG--
branch : develop
9 years ago
kervala 03c9c93fc1 Changed: Comments to support DXTC1a for textures with one level of transparency later
--HG--
branch : develop
9 years ago
kervala 75eb7cb922 Changed: Compile tile_edit_qt and object_viewer_widget if WITH_QT5 is defined
--HG--
branch : develop
9 years ago
kervala ec7699aca9 Fixed: Compilation of object_viewer_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala af14cbe3aa Fixed: Allow to select PNG and TGA for bitmaps
--HG--
branch : develop
9 years ago
kervala 2923fe7c89 Fixed: Remove dependency on Pic (NeL manages TGA and PNG itself, reused code by Kaetemi)
--HG--
branch : develop
9 years ago
kervala fad179731a Fixed: Compilation of tile_edit_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala 95404bd724 Fixed: Don't load grayscale textures as alpha
--HG--
branch : develop
9 years ago
kervala f2b43c2d7e Changed: Added default checks for textures and masks (-t and -m)
--HG--
branch : develop
9 years ago
kervala dc5ddadcbb Fixed: Alpha channel with 0 is correct, don't change it
--HG--
branch : develop
9 years ago
kervala 687301377e Fixed: Instead of returning an error, convert the bitmap in RGBA
--HG--
branch : develop
9 years ago
kervala 798cb1c7ce Fixed: Alpha channel with 0 is correct, don't change it
--HG--
branch : develop
9 years ago
kervala aaa9c394d7 Fixed: If mask is using colors, convert it to grayscale using Red value (compatible with previous algorithm)
--HG--
branch : develop
9 years ago
kervala ed98662de3 Changed: OutputPath is already "standardized"
--HG--
branch : develop
9 years ago
kervala fe018c959b Changed: Use lowercase instead of uppercase for extensions
--HG--
branch : develop
9 years ago
kervala 79e3ec61b1 Changed: Convert masks to 8 bits grayscale instead of using only Red component of RGBA bitmaps
--HG--
branch : develop
9 years ago
kervala 8087b76397 Fixed: Load 8bits textures as grayscale instead of alpha in textures_optimizer
--HG--
branch : develop
9 years ago
kervala 844b1e3d02 Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala 0c98a86e4b Fixed: Display alpha as an integer
--HG--
branch : develop
9 years ago
kervala 20711e24e3 Fixed: Typos
--HG--
branch : develop
9 years ago
kervala cf8ed540a7 Changed: Use new methods in panoply_maker
--HG--
branch : develop
9 years ago
kervala 80759eafb4 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala e995b7221f Added: Textures optimizer tool
--HG--
branch : develop
9 years ago
kervala 8b770d41ac Fixed: Wrong bitmap size
--HG--
branch : develop
9 years ago
kervala 9b9ee4e492 Fixed: Install readme.txt in same directory if not using WITH_UNIX_STRUCTURE
--HG--
branch : develop
9 years ago
kervala b93414cd27 Fixed: Warning when DDS_HEADER is not initialized
--HG--
branch : develop
9 years ago
kervala 5ccf0df1ab Changed: Allow panoply_maker to optimize textures and masks (remove alpha channel if useless)
--HG--
branch : develop
9 years ago
kervala ad93a9005f Changed: Improve errors reporting
--HG--
branch : develop
9 years ago
kervala a22e056de1 Fixed: Typos
--HG--
branch : develop
9 years ago