Commit graph

2973 commits

Author SHA1 Message Date
kervala
e50b590ad0 Changed: Discard \r and only use \n 2016-11-04 20:22:10 +01:00
kervala
6eb66730a5 Changed: Only put a space if several conditions 2016-11-04 20:21:18 +01:00
kervala
e1315c28a7 Changed: Minor changes 2016-11-04 20:20:39 +01:00
kervala
01736696a8 Changed: ForceUtf8 parameter useless now 2016-11-04 20:19:41 +01:00
kervala
8b40f509a0 Changed: Minor changes 2016-11-03 15:23:08 +01:00
kervala
6372a8f5fb Fixed: Only release NSAutoreleasePool once at the end 2016-11-03 15:22:59 +01:00
kervala
8d16f2bc49 Fixed: Update libovr detection 2016-10-31 19:00:19 +01:00
kervala
dc2fff60b8 Changed: Don't need to put \n in nlwarning 2016-10-30 16:00:27 +01:00
kervala
b785a5114b Changed: Use empty() instead of comparison with "" 2016-10-30 15:59:20 +01:00
kervala
b07db1a990 Changed: Use clear() instead of affectation 2016-10-30 15:56:41 +01:00
kervala
0fa7db915e Fixed: Translations files are all using UTF-8 by default now (and LF instead of CRLF), fixes #128 2016-10-29 19:50:28 +02:00
kervala
7c4eb1b66b Fixed: Catch exception when calling [NSApp sendEvent:event] and log it 2016-10-29 15:52:06 +02:00
kervala
70141044c7 Changed: Minor changes 2016-10-29 15:51:07 +02:00
kervala
a53ec84c73 Changed: Simplified all ENDIF and ELSE 2016-10-27 10:54:09 +02:00
kervala
72ac7d0439 Changed: Don't spam player with that 2016-10-25 17:41:03 +02:00
kervala
485c220d9a Changed: Properly initialize all members of SLetterInfo and SLetterKey to avoid crashes when accessing to them 2016-10-25 16:05:05 +02:00
kervala
25502f0cca Changed: When shape is a pacs_prim file, don't put "Not found" message 2016-10-25 16:04:06 +02:00
kervala
56b8a61b16 Changed: Use empty() to check if a string is empty 2016-10-25 15:52:14 +02:00
kervala
f11527442c Changed: Display a warning when SetWindowTextW fails 2016-10-25 11:49:46 +02:00
kervala
ee624ccc70 Changed: New format/f parameter for build_interface to force a format (png or tga) 2016-10-23 16:28:51 +02:00
kervala
fec3a81af4 Changed: Minor changes 2016-10-22 16:52:34 +02:00
kervala
d30dc60e7b Fixed: Ignore extension when looking for textures 2016-10-22 16:52:20 +02:00
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
2e93b84f2c Changed: Typo 2016-10-22 16:49:19 +02:00
kervala
2f602f508a Fixed: Return an error when a required argument is missing 2016-10-22 16:49:12 +02:00
kervala
d31bfa9606 Changed: Implement and use CBitmap::makeTransparentPixelsBlack() 2016-10-22 16:47:25 +02:00
kervala
2583d447f3 Changed: Return error message as an UTF-8 string 2016-10-21 12:55:02 +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
fd61399877 Changed: Replace sscanf by fromString 2016-10-20 12:33:37 +02:00
kervala
4c6e5ad4fa Fixed: Wrong syntax for NL_I64 2016-10-20 12:22:57 +02:00
kervala
9388eae03e Changed: Minor change 2016-10-18 10:27:09 +02:00
kervala
84934d3bee Fixed: Call Cocoa API when required to not conflict with Qt 2016-10-17 11:48:58 +02:00
kervala
a87c252e3a Changed: Minor change 2016-10-17 11:24:49 +02:00
kervala
fd5c22af05 Fixed: Deadlock while calling CoUninitialize() 2016-10-15 17:11:53 +02:00
kervala
1a9cd3bdd3 Changed: Fix english comment 2016-10-10 18:53:11 +02:00
kervala
f6de1efb49 Changed: Implement AlphaLuminance resample 2016-10-01 18:43:08 +02:00
kervala
6abf3cbdaa Fixed: Connexion -> Connection typo 2016-09-28 23:42:01 +02:00
kervala
3ec4fbbef8 Changed: Add a new line after description 2016-09-25 10:50:13 +02:00
kervala
4b784e9bcd Changed: Remove alternative formats for parameters (too verbose) 2016-09-25 10:49:55 +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
Nimetu
8e86401f04 Added: Lua function to render html string as new webpage 2016-09-21 20:11:13 +03:00
kervala
46f448ee9c Fixed: Compilation without PCH 2016-09-19 14:34:49 +02:00
kervala
97634f2157 Changed: Only call CoUninitialize if CoInitialize(Ex) succeeded 2016-09-16 19:24:43 +02:00