Commit Graph

1242 Commits (bca35ec6e1a54a6a32dc5e5483882aa08f7bce31)

Author SHA1 Message Date
kervala 1c6378841a Changed: Path can be too long, so display only filename
--HG--
branch : develop
9 years ago
kervala a264be16f8 Changed: Don't need to call exit(0), Ryzom will exit itself after that
--HG--
branch : develop
9 years ago
kervala e92a3e03a8 Changed: Call launchProgram instead of CreateProcess
--HG--
branch : develop
9 years ago
kervala a790d1766e Fixed: Wait until Ryzom client is released from memory before to launch the new client
--HG--
branch : develop
9 years ago
kervala 13f5347ee4 Changed: If --config is specified on command-line, we shouldn't check client_default.cfg in current directory
--HG--
branch : develop
9 years ago
kervala b262c90fdb Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 6e68e4ae31 Changed: Simplify defaultConfigPath order
--HG--
branch : develop
9 years ago
kervala 40d8fdede0 Changed: Don't need to convert a std::string to a std::string
--HG--
branch : develop
9 years ago
kervala 5a779472f3 Changed: LIBXML2_DEFINITIONS was defined twice
--HG--
branch : develop
9 years ago
kervala 4c8d804d25 Fixed: Don't force lower case with only first letter in upper case
--HG--
branch : develop
9 years ago
kervala a4d98fb13b Changed: Remember startup path (the initial current directory)
--HG--
branch : develop
9 years ago
Nimetu 6230b76778 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 5d44cc4075 Changed: Set context menu case mode to 'normal'
--HG--
branch : develop
9 years ago
kervala e7e8832130 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala c28ecf85a0 Changed: Don't call FormatMessage
--HG--
branch : develop
9 years ago
kervala 203e09dca1 Fixed: Check VerboseLog config variable instead of "pPM->isVerboseLog()"
--HG--
branch : develop
9 years ago
kervala fb41219ce8 Fixed: Copy Steam runtime to bundle and sign it under OS X
--HG--
branch : compatibility-develop
9 years ago
kervala 8008b68877 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ff73ce9ff3 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 2093482f72 Fixed: Load Steam library if Ryzom compiled with WITH_STEAM, request auth session ticket and send it to login server
--HG--
branch : compatibility-develop
9 years ago
kervala 3a0576a740 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 328b7ee91f Changed: Increase maximum size of font in chat
--HG--
branch : develop
9 years ago
kervala 47933826b0 Changed: Increase scrollbars width in configuration
--HG--
branch : develop
9 years ago
kervala 34eb27eadb Changed: Translate "No files..." in MP3 player
--HG--
branch : develop
9 years ago
kervala 24b3eeb235 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 8d2e962a7a Fixed: Use %f to display a float
--HG--
branch : develop
9 years ago
kervala 9a573dfd6c Fixed: Don't process again same directory
--HG--
branch : develop
9 years ago
kervala fa4fb1992d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 3e02d29050 Changed: Only display filename because path can be too long for UI
--HG--
branch : develop
9 years ago
kervala dc95c97a2f Changed: Translate patch screen
--HG--
branch : develop
9 years ago
kervala 3005d131e9 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 87e628cba0 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 39eaaa95c5 Fixed: Compilation of shared library
--HG--
branch : develop
9 years ago
kervala 487aca0979 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 72e1724b67 Changed: Use absolute path
--HG--
branch : 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 d1252b44dd Changed: Convert unpackTo directories to absolute directories
--HG--
branch : develop
9 years ago
kervala 69b5157da5 Fixed: Use launchProgram to launch batch
--HG--
branch : develop
9 years ago
kervala 6ff327f99c Fixed: Use absolute paths in patch batch and escape all paths
Fixed: If not using batch file and unable to delete/move some files, use batch anyway only for these files

--HG--
branch : develop
9 years ago
kervala 32c7ee794d Changed: Use application or current directory as root directory for patch
--HG--
branch : develop
9 years ago
kervala 705173bce7 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 3c75bdb82e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala be6168d8d6 Removed: Files for patcher
--HG--
branch : develop
9 years ago
kervala dd695f0b1f Fixed: Compile seven_zip for tools
--HG--
branch : develop
9 years ago
kervala 6459d901ef Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0979b19e8e Fixed: Use absolute path of current directory instead of relative path (avoid to check more than once the same location)
--HG--
branch : develop
9 years ago
kervala b3309951c4 Changed: Moved LZMA and 7z functions/methods in seven_zip
Changed: Removed old 7z/lzma code since the library has been updated
Fixed: Implemented packLZMA function to compress a file with LZMA

--HG--
branch : develop
9 years ago
kervala 82274e7f99 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 733f319c4f Fixed: Only call setCPUMask once
--HG--
branch : develop
9 years ago
kervala 325242c2e4 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 36f886f5f1 Changed: Removed more useless dependencies
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 1cbf1720ca Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 30d7571aad Fixed: Compilation under Linux
--HG--
branch : develop
9 years ago
kervala 700b75f44a Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala be92ac8e60 Fixed: Display of emotes using the same character case as in translations and showing corresponding command to type
--HG--
branch : develop
9 years ago
kervala ba7b4094ef Changed: Use CCmdArgs to get program path and search data there
--HG--
branch : develop
9 years ago
kervala 482b1ba73a Fixed: Display wrong commands with UTF-8 characters
--HG--
branch : develop
9 years ago
kervala dcd38de3f2 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 61fb66d3af Changed: Support -config/-c parameter passed by Ryzom Installer
--HG--
branch : develop
9 years ago
kervala 895df72e3f Changed: Use CCmdArgs to parse client command-line
--HG--
branch : develop
9 years ago
kervala ded0b3a252 Changed: Remove commented old crash report code
--HG--
branch : develop
9 years ago
kervala 5adebf258d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala e35fe4384b Changed: Use CBigFile to unpack BNP in CPatchManager
--HG--
branch : develop
9 years ago
kervala 7abbc07bc7 Removed: installscript_osx.vdf because we manage it directly in code now
--HG--
branch : compatibility-develop
9 years ago
kervala 5a6580dc38 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala e281fc1706 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala bb0d2f6aa0 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 1082c49aa6 Changed: Use a different original filename for DEV version
--HG--
branch : develop
9 years ago
kervala d54e569b3f Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala b0ad9b0315 Changed: Only add search paths that exist
--HG--
branch : develop
9 years ago
kervala 016f56578a Changed: Remove InstallStatsUrl in client_default.cfg
--HG--
branch : compatibility-develop
9 years ago
kervala 5b3e181227 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala cca0dd450e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 53b62c66d2 More of that VS2015 magic
--HG--
branch : develop
9 years ago
kaetemi 5c6edf6cee And more VS2015 fixes
--HG--
branch : develop
9 years ago
kaetemi e4b72e63a1 More of the VS2015 stuff
--HG--
branch : develop
9 years ago
kervala f820e7b703 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala cb26d897ae Fixed: Warning with clang
--HG--
branch : develop
9 years ago
kervala 27ae7dddf0 Fixed: Right directory under OS X
--HG--
branch : develop
9 years ago
kervala 7f5a9f4d91 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala c8c563807d Fixed: Compilation under OS X
--HG--
branch : develop
9 years ago
kervala 3c4f324bfe Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a4dd37efc9 Changed: Try different alternative paths for game folders
--HG--
branch : develop
9 years ago
kervala df816b2a5d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6ec0ab01cf Changed: Init CLoginProgressPostThread only if InstallStatsUrl is defined
--HG--
branch : develop
9 years ago
kervala f3a971fc21 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 7104a6cb29 Fixed: Wrong directory
--HG--
branch : develop
9 years ago
kervala 9a342f7acf Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala fc5e6ca982 Fixed: Error when signing bundle
--HG--
branch : develop
9 years ago
kervala de5b3b478f Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala fe40e9e6b7 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 4ca5d07360 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 93c6f521c5 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala b1b5e87fe1 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f10060eaa1 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 343278c586 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 688076e056 Changed: Enable new LZMA SDK code
--HG--
branch : develop
9 years ago
kervala 1a3f5729fe Changed: Update LZMA SDK to latest version
--HG--
branch : develop
9 years ago