Commit Graph

5764 Commits (34eb27eadb6db0e589e9ab02307fdad8032e5c0a)
 

Author SHA1 Message Date
kervala 34eb27eadb Changed: Translate "No files..." in MP3 player
--HG--
branch : develop
9 years ago
kervala cb77f1df66 Added: CMake file for bin2c
--HG--
branch : 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 fd1344a12e Fixed: NeL unit test with GCC
--HG--
branch : develop
9 years ago
kervala 0f727e7714 Changed: Only link to Qt5::WinExtras if required
--HG--
branch : develop
9 years ago
kervala eb263cd4e4 Fixed: Client patcher compilation
--HG--
branch : develop
9 years ago
kervala a8fdf67c19 Changed: Simplify client_patcher to not rely on UXT files anymore and only use english
--HG--
branch : develop
9 years ago
kaetemi 9602fcc8f0 Also support AppData/Local to allow a non-roaming config
--HG--
branch : develop
9 years ago
kaetemi e2d60e8183 Fix tools compilation
--HG--
branch : develop
9 years ago
kaetemi 8ea6f521d3 Fix for VS2008 build
--HG--
branch : develop
9 years ago
kervala 6a7c33fa32 Changed: Updated launchProgramAndWaitForResult to support .bat files
--HG--
branch : 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 39eaaa95c5 Fixed: Compilation of shared library
--HG--
branch : 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 27e7efca56 Changed: Use CCmdArgs for client_patcher
--HG--
branch : develop
9 years ago
kervala 5a57de43fa Changed: Simplify client_patcher
--HG--
branch : 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 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 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 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
kervala b692b78718 Fixed: Tests for fromStringwith a boolean
--HG--
branch : develop
9 years ago
kervala 285965fe76 Added: New unit tests for common.h
--HG--
branch : develop
9 years ago
kervala 20c7c342ca Fixed: Don't display logs in console for unit tests
--HG--
branch : develop
9 years ago
kervala 7b1ab1592e Fixed: Support new ISO units (KiB, MiB, etc...) in humanReadableToBytes
--HG--
branch : develop
9 years ago
kervala 0919fc66e4 Changed: Support more values for fromString with a boolean
--HG--
branch : 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 31e6bd1bb1 Fixed: patch_gen is now using packLZMA function to compress a file instead of using lzma executable
--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
Gary Preston 963ee5a66e Allow bnp_make to process "if" and "ifnot" argumenets multiple times instead of
accepting only one instance or each.

--HG--
branch : develop
9 years ago
Cédric OCHS c2e444774e Merged in BWGaryP/ryzomcore/fix/bnp_make_call (pull request #134)
Update BnpMake arguements to output bnp files to target folder/name using -o switch.

--HG--
branch : develop
9 years ago
Gary Preston 45755dd86f Update BnpMake arguements to output bnp files to target folder/name
using -o switch.

Exclude first element from package[1] which was used to build the targetBnp file
rather than a file to be included within the bnp.

--HG--
branch : fix/bnp_make_call
9 years ago
kervala 475864dac0 Fixed: Typo
--HG--
branch : develop
9 years ago
kervala 5bf17060c0 Fixed: Crash if spawnBot is NULL
--HG--
branch : develop
9 years ago
kervala fc96bdf46d Fixed: AIS crash if variable not initialized (forgot to commit)
--HG--
branch : develop
9 years ago
kervala e60b630d09 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala b6f8fe80e9 Fixed: AIS crash if variable not initialized (a big thanks to depyraken to finding it)
--HG--
branch : develop
9 years ago
kervala 75307d00da Changed: Minor changes (thanks to SIELA1915)
--HG--
branch : develop
9 years ago
kervala 178c1acc3b Changed: OS X bundles have app extension
--HG--
branch : develop
9 years ago
kervala 086401f5d1 Fixed: ReleaseDebug configuration not used anymore
--HG--
branch : develop
9 years ago