kervala
|
536437f618
|
Changed: Write UNIX EOL in UV files
|
2016-10-22 16:50:31 +02:00 |
|
kervala
|
25834f81d8
|
Changed: Allow to extract interface elements with build_interface
|
2016-10-22 16:49:57 +02:00 |
|
kervala
|
d31bfa9606
|
Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
|
2016-10-22 16:47:25 +02:00 |
|
kervala
|
9b8272b2bd
|
Changed: Replace sscanf by fromString
|
2016-10-20 12:34:38 +02:00 |
|
kervala
|
f53ecd3687
|
Changed: Minor changes
|
2016-10-20 12:34:25 +02:00 |
|
kervala
|
e1bb4da09c
|
Fixed: tga2dds doesn't generate mipmaps
|
2016-09-24 15:54:28 +02:00 |
|
kervala
|
f3e265c701
|
Changed: Generate an exception if file is not a supported bitmap format
|
2016-09-24 14:19:35 +02:00 |
|
kervala
|
1cad7c694a
|
Changed: Factorize saving to right bitmap format
|
2016-09-23 13:31:41 +02:00 |
|
kervala
|
0baef7f715
|
Changed: Minor changes
|
2016-09-23 13:29:50 +02:00 |
|
kervala
|
b35b7325c9
|
Changed: Simplify outString (a simple printf should be enough)
|
2016-09-23 13:29:00 +02:00 |
|
kervala
|
af5bf969ff
|
Changed: Use CCmdArgs for build_interface
|
2016-09-23 13:26:55 +02:00 |
|
kervala
|
46f448ee9c
|
Fixed: Compilation without PCH
|
2016-09-19 14:34:49 +02:00 |
|
kervala
|
b4696caf98
|
Changed: Replaced spaces by tabs
|
2016-06-12 14:17:36 +02:00 |
|
kervala
|
3d50a01f83
|
Changed: Q_COMPILER_RVALUE_REFS hack useless with Qt 5.6
|
2016-04-12 15:43:13 +02:00 |
|
kervala
|
e6729fb0e5
|
Fixed: Compilation (missing NLMISC namespaces for nlfopen)
|
2016-03-20 17:27:25 +01:00 |
|
kervala
|
82985016cf
|
Fixed: Use nlfopen in tools and servers
|
2016-03-19 16:21:06 +01:00 |
|
Gary Preston
|
816058ae75
|
Update indentation of tiles_model::data to match coding standard use of tabs.
|
2016-02-17 14:07:19 +00:00 |
|
Gary Preston
|
ba13914303
|
Fix qt4 build error.
|
2016-02-17 14:03:57 +00:00 |
|
kaetemi
|
db5c59d607
|
Centralized project directory configuration mechanism
|
2016-02-16 02:28:03 +01:00 |
|
kaetemi
|
9815393c27
|
Move pipeline utilities into new pipeline library
|
2016-02-16 00:28:24 +01:00 |
|
kervala
|
0c675f63eb
|
Fixed: Don't try to convert next meshes if an error occurs
|
2016-02-13 13:58:21 +01:00 |
|
kervala
|
82e4a6183e
|
Fixed: Display an error if unable to find database.cfg
|
2016-02-12 16:04:55 +01:00 |
|
kervala
|
ba3b4a977b
|
Changed: Removed libxml2 dependencies from other targets
|
2016-01-27 12:56:16 +01:00 |
|
kervala
|
237b6767b0
|
Fixed: Remove inherited dependency on libxml2 for all projects
|
2016-01-26 22:30:13 +01:00 |
|
kervala
|
344fc44359
|
Fixed: -o option of tga2dds for directory output
|
2016-01-23 13:02:29 +01:00 |
|
kervala
|
0ff951d94c
|
Changed: Replace tabs by spaces
|
2016-01-23 12:28:40 +01:00 |
|
kervala
|
f992ab007f
|
Changed: Use CCmdArgs for tga2dds
|
2016-01-23 10:27:34 +01:00 |
|
kervala
|
655e105d71
|
Fixed: Updated with new changes
|
2016-01-18 21:48:00 +01:00 |
|
kervala
|
53fb7f39f4
|
Changed: Don't need to create it on heap
|
2016-01-18 13:27:48 +01:00 |
|
kervala
|
1641e48be0
|
Fixed: Import static platform plugin
|
2016-01-18 13:27:23 +01:00 |
|
kaetemi
|
e7b977c780
|
Faster Qt startup
|
2016-01-18 11:27:14 +01:00 |
|
kervala
|
9ff0f99cea
|
Fixed: Compilation with static Qt 5
|
2016-01-17 13:23:25 +01:00 |
|
kervala
|
1cc7c18f1a
|
Changed: Set CMP0020 NEW in root project
|
2016-01-16 23:48:32 +01:00 |
|
kervala
|
45a3bf320e
|
Fixed: moc doesn't use the right namespace for std::string when using STLPort, so prefer QString for slots and signals
|
2016-01-16 15:55:56 +01:00 |
|
kervala
|
5c0fcc5cfc
|
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
|
2016-01-16 15:54:46 +01:00 |
|
kervala
|
9ba7bcf720
|
Fixed: Compilation with Qt 5 and STLport (std::move doesn't exist)
|
2016-01-16 15:52:51 +01:00 |
|
kaetemi
|
7d11f82e58
|
Update mask pixel format in panoply preview tool
|
2016-01-15 17:22:27 +01:00 |
|
kaetemi
|
20f93996ea
|
Add panoply preview tool
|
2016-01-15 17:11:10 +01:00 |
|
kervala
|
1720f33c53
|
Fixed: Compilation
|
2016-01-14 23:46:19 +01:00 |
|
kervala
|
2682f4f4af
|
Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
|
2016-01-14 21:26:10 +01:00 |
|
kervala
|
b05b865cfb
|
Changed: Minor changes
|
2016-01-13 19:54:23 +01:00 |
|
kervala
|
2c8b51e9f9
|
Changed: Remove duplicate lines
|
2016-01-13 19:53:20 +01:00 |
|
kervala
|
9ab71b6c27
|
Fixed: Convert .bank filenames with / and use existing CFile::fileExists
|
2016-01-13 19:51:00 +01:00 |
|
kervala
|
5a01065159
|
Fixed: Compilation of object_viewer_widget in static under Linux
|
2016-01-10 12:12:50 +01:00 |
|
kervala
|
2ef9f7dbd9
|
Fixed: Compilation
|
2016-01-09 16:29:59 +01:00 |
|
kervala
|
8875d144bc
|
Changed: Minor changes
|
2016-01-09 15:57:20 +01:00 |
|
kervala
|
d216c8610a
|
Fixed: Compilation under Linux
|
2016-01-09 15:56:50 +01:00 |
|
kervala
|
52502537a8
|
Changed: Don't need to use system API, NeL already has equivalent
|
2016-01-06 23:20:40 +01:00 |
|
kervala
|
1ddbd69af1
|
Fixed: Compilation with Qt 4
|
2016-01-06 16:01:53 +01:00 |
|
kervala
|
cf1f3542d5
|
Changed: Don't fix files within panoply_maker, use textures_optimizer (but checks can be enabled)
|
2016-01-06 12:43:57 +01:00 |
|