kervala
a8fdf67c19
Changed: Simplify client_patcher to not rely on UXT files anymore and only use english
...
--HG--
branch : develop
2016-02-04 13:21:14 +01:00
kaetemi
9602fcc8f0
Also support AppData/Local to allow a non-roaming config
...
--HG--
branch : develop
2016-02-04 13:02:32 +01:00
kaetemi
e2d60e8183
Fix tools compilation
...
--HG--
branch : develop
2016-02-04 12:27:41 +01:00
kaetemi
8ea6f521d3
Fix for VS2008 build
...
--HG--
branch : develop
2016-02-04 12:07:36 +01:00
kervala
6a7c33fa32
Changed: Updated launchProgramAndWaitForResult to support .bat files
...
--HG--
branch : develop
2016-02-03 21:58:29 +01:00
kervala
3e02d29050
Changed: Only display filename because path can be too long for UI
...
--HG--
branch : develop
2016-02-03 21:57:51 +01:00
kervala
dc95c97a2f
Changed: Translate patch screen
...
--HG--
branch : develop
2016-02-03 21:56:54 +01:00
kervala
3005d131e9
Changed: Minor changes
...
--HG--
branch : develop
2016-02-03 21:56:28 +01:00
kervala
39eaaa95c5
Fixed: Compilation of shared library
...
--HG--
branch : develop
2016-02-02 20:48:49 +01:00
kervala
72e1724b67
Changed: Use absolute path
...
--HG--
branch : develop
2016-02-02 19:50:04 +01:00
kervala
923434aa72
Changed: Detect .bat file in launchProgram and adapt syntax of CreateProcess
...
--HG--
branch : develop
2016-02-02 19:49:37 +01:00
kervala
27e7efca56
Changed: Use CCmdArgs for client_patcher
...
--HG--
branch : develop
2016-02-02 19:30:19 +01:00
kervala
5a57de43fa
Changed: Simplify client_patcher
...
--HG--
branch : develop
2016-02-02 19:30:00 +01:00
kervala
d1252b44dd
Changed: Convert unpackTo directories to absolute directories
...
--HG--
branch : develop
2016-02-02 19:28:47 +01:00
kervala
69b5157da5
Fixed: Use launchProgram to launch batch
...
--HG--
branch : develop
2016-02-02 19:28:10 +01:00
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
2016-02-02 19:26:02 +01:00
kervala
32c7ee794d
Changed: Use application or current directory as root directory for patch
...
--HG--
branch : develop
2016-02-02 19:22:25 +01:00
kervala
705173bce7
Changed: Minor changes
...
--HG--
branch : develop
2016-02-02 19:21:14 +01:00
kervala
9b52f6bc28
Changed: Use "open" to open other programs too under OS X
...
--HG--
branch : develop
2016-02-02 19:20:34 +01:00
kervala
d8ddb1fd11
Fixed: Async execution of .bat under Windows
...
--HG--
branch : develop
2016-02-02 19:20:02 +01:00
kervala
be6168d8d6
Removed: Files for patcher
...
--HG--
branch : develop
2016-02-02 14:32:06 +01:00
kervala
dd695f0b1f
Fixed: Compile seven_zip for tools
...
--HG--
branch : develop
2016-02-02 14:31:57 +01:00
kervala
e5a601c109
Changed: Unit tests for bytesToHumanReadableUnits
...
--HG--
branch : develop
2016-02-02 12:37:20 +01:00
kervala
092a3226bd
Changed: New function bytesToHumanReadableUnits to use specific strings for units
...
--HG--
branch : develop
2016-02-02 12:37:06 +01:00
kervala
b692b78718
Fixed: Tests for fromStringwith a boolean
...
--HG--
branch : develop
2016-02-02 11:38:08 +01:00
kervala
285965fe76
Added: New unit tests for common.h
...
--HG--
branch : develop
2016-02-02 11:37:46 +01:00
kervala
20c7c342ca
Fixed: Don't display logs in console for unit tests
...
--HG--
branch : develop
2016-02-02 11:34:16 +01:00
kervala
7b1ab1592e
Fixed: Support new ISO units (KiB, MiB, etc...) in humanReadableToBytes
...
--HG--
branch : develop
2016-02-02 11:33:44 +01:00
kervala
0919fc66e4
Changed: Support more values for fromString with a boolean
...
--HG--
branch : develop
2016-02-02 11:32:20 +01:00
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
2016-02-02 10:23:57 +01:00
kervala
31e6bd1bb1
Fixed: patch_gen is now using packLZMA function to compress a file instead of using lzma executable
...
--HG--
branch : develop
2016-02-02 10:22:47 +01:00
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
2016-02-02 10:21:42 +01:00
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
2016-01-31 18:02:47 +00:00
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
2016-01-31 14:57:54 +01:00
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
2016-01-31 13:35:27 +00:00
kervala
475864dac0
Fixed: Typo
...
--HG--
branch : develop
2016-01-30 20:44:33 +01:00
kervala
5bf17060c0
Fixed: Crash if spawnBot is NULL
...
--HG--
branch : develop
2016-01-30 20:44:25 +01:00
kervala
fc96bdf46d
Fixed: AIS crash if variable not initialized (forgot to commit)
...
--HG--
branch : develop
2016-01-30 18:15:48 +01:00
kervala
e60b630d09
Changed: Minor changes
...
--HG--
branch : develop
2016-01-30 18:01:55 +01:00
kervala
b6f8fe80e9
Fixed: AIS crash if variable not initialized (a big thanks to depyraken to finding it)
...
--HG--
branch : develop
2016-01-30 18:01:27 +01:00
kervala
75307d00da
Changed: Minor changes (thanks to SIELA1915)
...
--HG--
branch : develop
2016-01-30 16:22:55 +01:00
kervala
178c1acc3b
Changed: OS X bundles have app extension
...
--HG--
branch : develop
2016-01-28 13:27:08 +01:00
kervala
086401f5d1
Fixed: ReleaseDebug configuration not used anymore
...
--HG--
branch : develop
2016-01-28 13:26:45 +01:00
kervala
0b4a2a39b3
Fixed: Don't display D3D item in tree under Linux and OS X
...
--HG--
branch : develop
2016-01-28 13:26:02 +01:00
kervala
6e93a0d395
Fixed: Wrong return value for CCmdArgs::haveAdditionalArg
...
--HG--
branch : develop
2016-01-28 13:25:21 +01:00
kervala
733f319c4f
Fixed: Only call setCPUMask once
...
--HG--
branch : develop
2016-01-27 14:44:13 +01:00
kervala
3683193dde
Fixed: Compilation of client_patcher
...
--HG--
branch : develop
2016-01-27 14:42:19 +01:00
kervala
63a36fc2f8
Changed: Removed libxml2 dependencies from other targets
...
--HG--
branch : develop
2016-01-27 12:56:16 +01:00
kervala
4c96c5a608
Fixed: Remove inherited dependency on libxml2 for all projects
...
--HG--
branch : develop
2016-01-26 23:42:55 +01:00
kervala
b6dae7002e
Changed: Minor change
...
--HG--
branch : develop
2016-01-26 23:29:58 +01:00