Commit Graph

3024 Commits (119bbe1f7112c5f6ff02fb3d57b11ab954ed0e28)

Author SHA1 Message Date
kervala d7121b4b7a Changed: Don't need to use Windows functions with locale because the bug also occurs under Linux and OS X
--HG--
branch : develop
9 years ago
kervala 94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
9 years ago
kervala 962b43d2bd Fixed: Possible crashes if ov_info returns NULL
--HG--
branch : develop
9 years ago
kervala a77fee685b Changed: Implement CI18N::setSystemLanguageCode, if we must force it
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)

--HG--
branch : develop
9 years ago
kervala 114543ba07 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala c39190b38d Changed: Use same algorithm as before Windows unicodes fixes (try to open the file instead of checking its attributes)
--HG--
branch : develop
9 years ago
kervala b0d50dea69 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f1b882c0f3 Changed: Removed useless dependencies on DirectX
--HG--
branch : develop
9 years ago
kaetemi b9d366372e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 5c3f5e841c Changed: Write a warning instead of error
--HG--
branch : develop
9 years ago
kervala faae2973ac Fixed: With new iOS versions (and perhaps OS X), locale can contains country code
--HG--
branch : develop
9 years ago
kervala 41176a7d02 Fixed: OpenGL ES driver compilation
--HG--
branch : develop
9 years ago
kaetemi 0c2ff923b7 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 48a120b21f Fix curl crash
--HG--
branch : develop
9 years ago
kervala 0db2ed85ca Changed: Temporarily disable Spanish and Russian translations (not yet ready)
--HG--
branch : compatibility-develop
9 years ago
Nimetu 261d9c789b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 1d0d1a505c Added: Possibility to set text as grayed in combo box
--HG--
branch : develop
9 years ago
Nimetu 5c7eeb6d32 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 26722fb579 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala d39911345e Fixed: Only use "open" if extension is app
--HG--
branch : develop
9 years ago
kervala 12f3abbaaf Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0040fa888e Fixed: Compilation under OS X
--HG--
branch : develop
9 years ago
kervala 62104e31b1 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a47d3845bd Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala f481a12799 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6104011d11 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
9 years ago
kervala b3b48a3ae3 Changed: New functions to convert arguments string from/to an array of strings
--HG--
branch : develop
9 years ago
kervala e23f32e902 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ad4857cfaa Changed: Minor changes
--HG--
branch : develop
9 years ago
Nimetu a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
9 years ago
Nimetu e2fca3a8f3 Added: http-equiv refresh
--HG--
branch : develop
9 years ago
Nimetu a50689a885 Changed: Use multiline text for http errors
--HG--
branch : develop
9 years ago
kervala c54cdb7543 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala dd15287d6c Changed: Use a wchar_t buffer for registry
--HG--
branch : develop
9 years ago
kervala 5284bd37f1 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f698c31aa1 Changed: Allow to compile WITH_NEL_TESTS without compiling tools
--HG--
branch : develop
9 years ago
kervala 3e14025cf8 Changed: Include wang_hash.h in NLMISC files
--HG--
branch : develop
9 years ago
kervala 3161ec2a77 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0575a51632 Last changes for Unicode support under Windows, fixes #261
--HG--
branch : develop
9 years ago
kervala 2b7ce14a57 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 591c7ed0bf Fixed: Display an error if unable to open a ogg file
--HG--
branch : develop
9 years ago
kervala 33a30d186c Use Unicode of CreateProcess, issue #261
--HG--
branch : develop
9 years ago
kervala e68d6e3617 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala ba077aaab8 Use right versions of Win32 functions, issue #261
--HG--
branch : develop
9 years ago
kervala 4d48beeaa4 Use ANSI versions of Win32 functions when not using Unicode text, issue #261
--HG--
branch : develop
9 years ago
kervala ac51d16583 Use Unicode versions of Win32 functions, issue #261
--HG--
branch : develop
9 years ago
kervala f644805ff7 Replace ifstream and ofstream to manage UTF-8 filenames, issue #261
--HG--
branch : develop
9 years ago
kervala 69547db6ce New function to format a timestamp to human readable
--HG--
branch : develop
9 years ago
kervala 9370e93dd6 Removed useless comments/commented code
--HG--
branch : develop
9 years ago
kervala 6d21e22905 Use CIFile to load font instead of internal Freetype functions, issue #261
--HG--
branch : develop
9 years ago
kervala aaecf96b67 Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
9 years ago
kervala e69090c457 Create fopen wrapper that internally uses wide characters under Windows, issue #261
--HG--
branch : develop
9 years ago
kaetemi 871093d4ce Merge
--HG--
branch : develop
9 years ago
kaetemi e28b6deaf9 Fix gl context not being deleted with custom window
--HG--
branch : develop
9 years ago
kaetemi 30077f3977 Move some stuff for easier debug
--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
Gary Preston b4a7ab66ab Add vector include and remove extra qualification on s_InitFlags.
--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 9a7dee4445 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 2330fc26ec Fixed: Warning (wrong size)
--HG--
branch : develop
9 years ago
kervala cb46be8051 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala fdd5f69e2d Fixed: Windows XP doesn't support inet_pton and inet_ntop
--HG--
branch : develop
9 years ago
kervala 37424fdef4 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 767d91ce6d Fixed: Set _WIN32_WINNT used by WinSock for IPv6
--HG--
branch : develop
9 years ago
kervala 8327d22117 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala edf4331d1a Fixed: Implements IPv6 in CInetAddress
--HG--
branch : develop
9 years ago
Nimetu b7f809c6a7 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 6d9c9600a2 Fixed: reloading cached image with style reload:1 hint
--HG--
branch : develop
9 years ago
kervala b873aae389 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala e2271f8db3 Fixed: All files and directories names are using 8-bits locale at the moment, so don't mix with UTF-8 under Windows (we could improve that later but it'll need a lot of changes, especially for all fopen calls)
--HG--
branch : develop
9 years ago
kervala e70a169955 Changed: Display a warning when a environment variable doesn't exist
--HG--
branch : develop
9 years ago
kervala fc69d4cec9 Changed: Use same code as under Linux for OS X when executing sheel scripts
--HG--
branch : develop
9 years ago
kervala a4d98fb13b Changed: Remember startup path (the initial current directory)
--HG--
branch : develop
9 years ago
kervala e7e8832130 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 9913ec7e72 Fixed: Don't try to convert next meshes if an error occurs
--HG--
branch : develop
9 years ago
kervala c9740a9e61 Fixed: Return true when "open" succeeds under OS X
--HG--
branch : develop
9 years ago
kervala 4c31865b0e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 7ed708eae8 Fixed: Display an error if unable to find database.cfg
--HG--
branch : develop
9 years ago
kervala 34282be5af Changed: Reuse NLMISC::formatErrorMessage instead of native FormatMessage
--HG--
branch : develop
9 years ago
kervala 8008b68877 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 53a16257f1 Fixed: CPath::makePathAbsolute removing first /
--HG--
branch : develop
9 years ago
kervala 19dbdf4fad Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala df70c9a9f9 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala ed78c7153c Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala fd1344a12e Fixed: NeL unit test with GCC
--HG--
branch : develop
9 years ago
kervala ddff1b4e5e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 9602fcc8f0 Also support AppData/Local to allow a non-roaming config
--HG--
branch : develop
9 years ago
kaetemi 8ea6f521d3 Fix for VS2008 build
--HG--
branch : develop
9 years ago
kervala fa4fb1992d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6a7c33fa32 Changed: Updated launchProgramAndWaitForResult to support .bat files
--HG--
branch : develop
9 years ago
kervala 487aca0979 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 923434aa72 Changed: Detect .bat file in launchProgram and adapt syntax of CreateProcess
--HG--
branch : develop
9 years ago
kervala 0e0dbf688d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 9b52f6bc28 Changed: Use "open" to open other programs too under OS X
--HG--
branch : develop
9 years ago
kervala d8ddb1fd11 Fixed: Async execution of .bat under Windows
--HG--
branch : develop
9 years ago
kervala 6459d901ef Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala e5a601c109 Changed: Unit tests for bytesToHumanReadableUnits
--HG--
branch : develop
9 years ago
kervala 092a3226bd Changed: New function bytesToHumanReadableUnits to use specific strings for units
--HG--
branch : develop
9 years ago