Commit graph

51 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
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
823818f31f Fixed: Don't display D3D page under Linux and OS X 2016-01-14 21:26:47 +01:00
kervala
7bcae9dbe4 Fixed: Ryzom Configuration under OS X 2016-01-11 10:09:10 +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
kervala
5708a3997c Fixed: Warnings with GCC 2015-12-25 20:49:59 +01:00
kervala
36fc5a3839 Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static 2015-12-25 15:28:11 +01:00
kervala
0b24fa4dd4 Fixed: Frequency checks useless because it can be 0 or a wrong value, 16 bits depth requirement 2015-12-25 15:26:32 +01:00
kervala
328ad17bc4 Fixed: Need to initialize OpenGL driver 2015-12-25 15:25:08 +01:00
kervala
f8862636f4 Fixed: Use Xcb plugin for Qt 5 under Linux 2015-12-23 15:00:49 +01:00
kervala
da367306cb Fixed: Install ryzom_configuration_qt in RYZOM_GAMES_PREFIX 2015-12-15 22:51:55 +01:00
kervala
fd3e147574 Changed: Real executable name for client_config_qt 2015-12-13 13:11:02 +01:00
kervala
c744716973 Fixed: Compilation of some tools with Qt 5 in static 2015-12-13 13:09:25 +01:00
kervala
355576d2f8 Changed: Better translations 2015-12-06 19:43:47 +01:00
kervala
7989f5ac01 Changed: Update MaxTrack at launch 2015-12-06 19:43:27 +01:00
kervala
e04ef14577 Changed: Make QString from UTF-8 string 2015-12-06 19:43:01 +01:00
kervala
a7d727b5cb Fixed: Ryzom Configuration language can be different from Ryzom language 2015-12-06 19:42:18 +01:00
kervala
a6e046b260 Changed: Load interface translations at launch 2015-12-06 16:55:37 +01:00
kervala
c440e9586a Changed: There is no suffix under Linux or OS X 2015-12-06 16:54:57 +01:00
kervala
9f75bed8c2 Changed: Use PNG images 2015-12-06 16:52:48 +01:00
kervala
80c72aebd2 Changed: Compile client_config_qt with Qt 5 2015-12-06 16:51:36 +01:00
kervala
66e90cb8f3 Changed: Convert BMP images to PNG 2015-12-06 16:49:17 +01:00
kervala
4cc17f1295 Added: French translation for client_config_qt 2015-12-06 16:45:47 +01:00
kervala
4005f3d660 Changed: Link to opengl library 2013-09-29 18:11:05 +02:00
kervala
43cb482d7e Changed: Don't check for D3D radio button under other OSes 2013-09-29 13:51:43 +02:00
kervala
49550556ac Changed: Minor change 2013-09-29 13:51:08 +02:00
kervala
d8cede8381 Changed: Disable D3D radio button for other OSes 2013-09-29 13:50:38 +02:00
kervala
81942a6e4a Changed: Virtual destructors 2013-09-29 13:49:53 +02:00
kervala
16d0137b8a Fixed: Compilation under Linux 2013-09-29 13:49:07 +02:00
kervala
dcd26e09f9 Changed: Minor changes 2013-09-29 13:47:30 +02:00
kervala
da67ac8517 Fixed: Wrong driver version in Ryzom Configurator
Fixed: Typo in "width"
2013-09-29 13:46:43 +02:00
kervala
d4ca2673cb Changed: Added PCH for ryzom configurator qt 2013-09-29 13:44:04 +02:00
kervala
8ce27a9a1b Fixed: EOL for client_config_qt 2013-06-08 14:56:58 +02:00
dfighter1985
ab7d2c1a53 Use to .toUTF8() instead of .toStdString(). 2013-05-04 21:55:41 +02:00
dfighter1985
e020106e82 Translation files are now embedded into the binary, also made the source groups a bit more sane. 2012-03-16 17:35:37 +01:00
dfighter1985
a2ad31ae87 The Qt Ryzom client configuration tool can now be built with CMake! 2012-03-16 04:34:16 +01:00