Commit graph

800 commits

Author SHA1 Message Date
kervala
a7874615d4 Changed: Sligthly changes 2016-03-14 21:36:50 +01:00
kervala
caf9a7b54f Fixed: UTF-8 encoding 2016-03-14 21:27:28 +01:00
kervala
b805749e98 Changed: Updated translations for Ryzom Configuration 2016-03-14 21:07:06 +01:00
kervala
861472b799 Changed: Use QString::number() instead of QString("%1") to convert an int to QString 2016-03-12 14:49:04 +01:00
kervala
1562a5dddf Fixed: Use full path to launch Ryzom client and pass profile argument 2016-03-12 14:48:18 +01:00
kervala
b571de42b7 Changed: Declare CCmdArgs outside of main() to be able to use it in other files 2016-03-12 14:47:13 +01:00
kervala
e010a87a9e Fixed: 0x0 is Auto mode 2016-03-12 14:46:13 +01:00
kervala
3cb0fdf4f0 Fixed: ForceDXTC is not to disable compression but force it 2016-03-11 09:50:22 +01:00
kervala
4cfe978814 Changed: Use MiB for RAM 2016-03-11 09:48:59 +01:00
kervala
13e3489e11 Fixed: Determine path of client.cfg and client_default.cfg 2016-03-11 09:45:11 +01:00
kervala
23ed5c2be4 Changed: Create new client.cfg 2016-03-11 09:44:21 +01:00
kervala
00e6ff45ea Fixed: Missing translation for bytes in patcher 2016-03-01 14:01:47 +01:00
kervala
a58a3451b8 Fixed: Add unlearn_brick command for missions (a big thanks to Depyraken for the patch!) 2016-02-21 17:05:54 +01:00
kervala
b00b6acf03 Fixed: Client patcher compilation 2016-02-04 14:32:40 +01:00
kervala
f72cf4789c Changed: Simplify client_patcher to not rely on UXT files anymore and only use english 2016-02-04 13:21:14 +01:00
kaetemi
1ed19d8677 Fix tools compilation 2016-02-04 12:27:41 +01:00
kervala
47f4a5d501 Changed: Use CCmdArgs for client_patcher 2016-02-02 19:30:19 +01:00
kervala
22c8ce32a7 Changed: Simplify client_patcher 2016-02-02 19:30:00 +01:00
kervala
13c4282911 Changed: Minor changes 2016-02-02 19:21:14 +01:00
kervala
54aaa51736 Fixed: patch_gen is now using packLZMA function to compress a file instead of using lzma executable 2016-02-02 10:22:47 +01:00
kervala
ec3e54f29f Changed: OS X bundles have app extension 2016-01-28 13:27:08 +01:00
kervala
3ac60ba7d8 Fixed: ReleaseDebug configuration not used anymore 2016-01-28 13:26:45 +01:00
kervala
8e54d7b25b Fixed: Don't display D3D item in tree under Linux and OS X 2016-01-28 13:26:02 +01:00
kervala
fc4ef1909b Fixed: Compilation of client_patcher 2016-01-27 14:42:19 +01:00
kervala
ba3b4a977b Changed: Removed libxml2 dependencies from other targets 2016-01-27 12:56:16 +01:00
kervala
3faeb82290 Changed: Removed more useless dependencies 2016-01-26 22:43:35 +01:00
kervala
237b6767b0 Fixed: Remove inherited dependency on libxml2 for all projects 2016-01-26 22:30:13 +01:00
kervala
58d7c95b05 Changed: Minor changes 2016-01-18 21:31:23 +01:00
kervala
eb30647103 Changed: Remove hardcoded L:\\primitives\\ from C++ code (use RYZOM_LEVELDESIGN environment varianle instead) 2016-01-18 21:31:10 +01:00
kervala
06f72437e2 Fixed: Right directories 2016-01-16 23:49:39 +01:00
kervala
8124033e69 Changed: Minor changes 2016-01-16 23:47:58 +01:00
kervala
852da988fe Added: Config file for translation_tools 2016-01-16 23:47:12 +01:00
kaetemi
fe6cc6656b Fix bad printf parameters 2016-01-15 16:42:21 +01:00
kaetemi
c4f5b5d521 And more VS2015 fixes 2016-01-15 12:33:27 +01:00
kervala
823818f31f Fixed: Don't display D3D page under Linux and OS X 2016-01-14 21:26:47 +01:00
kervala
d55b781374 Fixed: Use map for faster search for example (implemented a TODO of GUIGUI) 2016-01-13 20:04:01 +01:00
kervala
29f56159b1 Changed: Replace \\ by / 2016-01-13 20:02:24 +01:00
kervala
13ee42d521 Fixed: Remove some hardcoded paths and replaced them by LeveldesignDataPath variable 2016-01-13 20:01:36 +01:00
kervala
02f6248bd4 Changed: Expand environment variables in paths read from cfg files 2016-01-13 19:59:09 +01:00
kervala
b05b865cfb Changed: Minor changes 2016-01-13 19:54:23 +01:00
kervala
7bcae9dbe4 Fixed: Ryzom Configuration under OS X 2016-01-11 10:09:10 +01:00
kervala
2ef9f7dbd9 Fixed: Compilation 2016-01-09 16:29:59 +01:00
kervala
98041d381a Changed: Minor changes 2016-01-06 16:03:39 +01:00
kervala
6ac293c848 Fixed: Warnings with GCC 2016-01-06 16:03:04 +01:00
kervala
8fd5f96d83 Changed: Minor changes 2016-01-05 12:59:40 +01:00
kervala
0d0e08948e Changed: Use std::numeric_limits 2016-01-05 12:59:28 +01:00
kervala
001b9facbe Fixed: GCC warnings 2016-01-05 12:51:06 +01:00
kervala
873ac7e727 Changed: Copy tools related to client into client bundle under OS X 2016-01-04 13:43:49 +01:00
kervala
df89274053 Fixed: Sign OS X binaries needed by client and copy them in Ryzom bundle 2016-01-03 17:47:31 +01:00
kervala
2b30974cc2 Changed: Don't create bundle for Ryzom client tools (we will try to package them in same bundle) 2016-01-02 22:23:49 +01:00