Commit graph

5907 commits

Author SHA1 Message Date
kervala
3219ce959b Changed: Use booleans to know if we already added a loopback address
--HG--
branch : develop
2016-04-02 13:31:59 +02:00
kervala
3c8228df15 Fixed: Empty const char* because std::string destructor called
--HG--
branch : develop
2016-04-02 13:31:04 +02:00
kervala
7dd635960a Changed: Use toString for formatting
--HG--
branch : develop
2016-04-02 13:30:08 +02:00
kervala
c30bf20ccc Changed: Minor changes
--HG--
branch : develop
2016-04-02 13:29:42 +02:00
kervala
a410f2fcc1 Changed: Better camel case syntax
--HG--
branch : develop
2016-04-02 13:28:42 +02:00
depyraken
96fd182335 add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h
add isloopbackIPAddress to code/nel/src/net/inet_address.cpp
add IPv4&IPv6 loopback IP addresses to localAddresses

In code/nel/src/net/unified_network.cpp:
replace is127001 calls by isloopbackIPAddress
change wrong comments about default network id (nid = 0xFF)
When the selected connectionId is not valid
	warnings are not triggered anymore when using default network (nid = 0xFF): the logs were full of warnings and the server was lagging
	When nid = 0xFF, the new connectionId is stored into DefaultNetwork
	When nid <> 0xFF, the new connectionId is stored into NetworkConnectionAssociations[nid]

--HG--
branch : develop
2016-03-29 02:29:35 +02:00
kervala
e785de2a6e Fixed: Typo
--HG--
branch : develop
2016-03-29 13:59:34 +02:00
kervala
7ed352ca8c Fixed: Wrong locale under Linux
--HG--
branch : develop
2016-03-29 13:58:57 +02:00
Nimetu
2eb1d7b293 Added: AppZone and WebBrowser components
--HG--
branch : develop
2016-03-22 11:11:47 +02:00
kervala
89532b2afb Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
2016-03-20 17:27:25 +01:00
kervala
55de2f0bd2 Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
2016-03-20 17:08:44 +01:00
kaetemi
bbec2c5b33 Fix random thunder activation caused by rounding error in setup interpolation
--HG--
branch : develop
2016-03-19 22:13:38 +01:00
kaetemi
198323b9b5 Compile fix
--HG--
branch : develop
2016-03-19 22:13:38 +01:00
kervala
89be3e39de Fixed: Clang warnings
--HG--
branch : develop
2016-03-19 19:29:03 +01:00
kervala
dadfb51257 Fixed: Use presets from client_default.cfg for client_config_qt
--HG--
branch : develop
2016-03-19 19:27:00 +01:00
kervala
0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
2016-03-19 16:21:06 +01:00
kervala
e191e1675b Fixed: Define _DARWIN_UNLIMITED_STREAMS to fix setrlimit under OS X
--HG--
branch : develop
2016-03-19 15:34:00 +01:00
kervala
a7b3532687 Changed: Minor changes
--HG--
branch : develop
2016-03-18 22:26:58 +01:00
kervala
f376317f10 Fixed: Compilation
--HG--
branch : develop
2016-03-18 22:26:43 +01:00
kervala
cf20e21f83 Changed: Use named arguments in uiFilterMenuDynamic translation
--HG--
branch : develop
2016-03-18 22:11:03 +01:00
kervala
4074f095eb Fixed: Move setrlimit after initializing logs
--HG--
branch : develop
2016-03-18 22:10:19 +01:00
kervala
40c7c82a2d Changed: Removed wrong check
--HG--
branch : develop
2016-03-18 22:09:43 +01:00
kervala
05e0500aaf Changed: Check if LC_NUMERIC is correct before loading or saving config files
--HG--
branch : develop
2016-03-18 22:09:26 +01:00
kervala
97647b2264 Fixed: Set numeric locale in CApplicationContext
--HG--
branch : develop
2016-03-18 22:08:43 +01:00
kervala
d7121b4b7a Changed: Don't need to use Windows functions with locale because the bug also occurs under Linux and OS X
--HG--
branch : develop
2016-03-18 22:07:52 +01:00
kervala
94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
2016-03-18 22:06:20 +01:00
kervala
6e816dfaa2 Changed: Init log before calling prelogInit()
--HG--
branch : develop
2016-03-18 18:10:01 +01:00
kervala
962b43d2bd Fixed: Possible crashes if ov_info returns NULL
--HG--
branch : develop
2016-03-18 15:09:02 +01:00
kervala
a77fee685b Changed: Implement CI18N::setSystemLanguageCode, if we must force it
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)

--HG--
branch : develop
2016-03-18 15:07:49 +01:00
kervala
1356c1d447 Fixed: Renamed ryzom_configuration to ryzom_configuration_qt under Linux
--HG--
branch : develop
2016-03-16 19:14:23 +01:00
kervala
413dd8eb93 Fixed: We need to restart client from the same startup directory as parent one
--HG--
branch : develop
2016-03-16 19:13:57 +01:00
kervala
8bc243ffe1 Changed: Removed some semicolons in Lua when useless
--HG--
branch : develop
2016-03-16 19:13:07 +01:00
kervala
c39190b38d Changed: Use same algorithm as before Windows unicodes fixes (try to open the file instead of checking its attributes)
--HG--
branch : develop
2016-03-16 19:12:34 +01:00
kervala
5121cdb7d4 Changed: Use # in Lua to get the size of an array
--HG--
branch : develop
2016-03-15 17:55:58 +01:00
kervala
d113bb7b10 Changed: Search client_default.cfg also in ETC_RYZOM_PREFIX
--HG--
branch : develop
2016-03-15 17:44:21 +01:00
kervala
f1b882c0f3 Changed: Removed useless dependencies on DirectX
--HG--
branch : develop
2016-03-15 12:36:21 +01:00
kervala
61934be39a Fixed: Fyros and Matis are using first name first while Trykers and Zoraïs are using last name first
--HG--
branch : develop
2016-03-15 12:35:47 +01:00
kervala
c3d3024507 Changed: Remived useless semicolons
--HG--
branch : develop
2016-03-15 12:34:45 +01:00
kervala
2dd97967ff Changed: Remove Hungarian because this language is not supported by Ryzom
--HG--
branch : develop
2016-03-15 12:31:20 +01:00
kervala
011e87b3bc Changed: Updated Configuration translations
--HG--
branch : develop
2016-03-15 12:30:52 +01:00
kervala
888c21cd97 Changed: Fix typo
--HG--
branch : develop
2016-03-15 12:30:14 +01:00
kervala
27413888b3 Merge with develop
--HG--
branch : feature-ryzom-installer
2016-03-15 00:09:40 +01:00
kervala
61c33024b6 Changed: Updated Configuration translations
--HG--
branch : develop
2016-03-15 00:06:06 +01:00
kervala
bb67a604e6 Fixed: Wrong first and last names orders and some minor bugs
--HG--
branch : develop
2016-03-15 00:03:06 +01:00
kervala
efac9c97b1 Changed: Use more explicit variable names
--HG--
branch : develop
2016-03-15 00:01:29 +01:00
kervala
7366a1f994 Changed: Minor changes (spaces replaced by tabs)
--HG--
branch : develop
2016-03-14 23:58:58 +01:00
kervala
0a16b3b8dd Changed: Sligthly changes
--HG--
branch : develop
2016-03-14 21:36:50 +01:00
kervala
0be32d3a25 Fixed: UTF-8 encoding
--HG--
branch : develop
2016-03-14 21:27:28 +01:00
kervala
7bfb43c25d Changed: Updated translations for Ryzom Configuration
--HG--
branch : develop
2016-03-14 21:07:06 +01:00
kervala
30703b5591 Changed: Update shorcuts
--HG--
branch : feature-ryzom-installer
2016-03-12 22:01:03 +01:00
kervala
95f6b154fb Changed: Save when clicking on OK
--HG--
branch : feature-ryzom-installer
2016-03-12 22:00:43 +01:00
kervala
d446dd3942 Changed: Update index in servers list
--HG--
branch : feature-ryzom-installer
2016-03-12 22:00:12 +01:00
kervala
d34b434b23 Changed: Disable widgets if no profile selected
--HG--
branch : feature-ryzom-installer
2016-03-12 21:59:29 +01:00
kervala
0d06721689 Changed: Read version from client and display it
--HG--
branch : feature-ryzom-installer
2016-03-12 21:58:53 +01:00
kervala
a1ceaf0c5e Changed: Use CServersModel
--HG--
branch : feature-ryzom-installer
2016-03-12 21:58:05 +01:00
kervala
b98f625e7a Changed: Methods to convert index from/to profile ID
--HG--
branch : feature-ryzom-installer
2016-03-12 21:57:24 +01:00
kervala
733969f148 Changed: Minor changes
--HG--
branch : feature-ryzom-installer
2016-03-12 21:56:23 +01:00
kervala
4a50cf1d3a Changed: Read/write shortcuts
--HG--
branch : feature-ryzom-installer
2016-03-12 21:54:44 +01:00
kervala
0828e1cc30 Changed: Use checkboxes for shortcuts
--HG--
branch : feature-ryzom-installer
2016-03-12 21:53:51 +01:00
kervala
61b2a3e6f2 Added: ServersModel to manage servers list
--HG--
branch : feature-ryzom-installer
2016-03-12 21:53:20 +01:00
kervala
9d48b2923b Merge with develop
--HG--
branch : feature-ryzom-installer
2016-03-12 14:50:10 +01:00
kervala
691c8cdbd3 Changed: Use QString::number() instead of QString("%1") to convert an int to QString
--HG--
branch : develop
2016-03-12 14:49:04 +01:00
kervala
587b63e1d1 Fixed: Use full path to launch Ryzom client and pass profile argument
--HG--
branch : develop
2016-03-12 14:48:18 +01:00
kervala
21a84a3ed4 Changed: Declare CCmdArgs outside of main() to be able to use it in other files
--HG--
branch : develop
2016-03-12 14:47:13 +01:00
kervala
13851e3df5 Fixed: 0x0 is Auto mode
--HG--
branch : develop
2016-03-12 14:46:13 +01:00
kervala
b9231adb78 Fixed: ForceDXTC is not to disable compression but force it
--HG--
branch : develop
2016-03-11 09:50:22 +01:00
kervala
e4f8bb0e16 Changed: Use MiB for RAM
--HG--
branch : develop
2016-03-11 09:48:59 +01:00
kervala
c0958ab0b5 Fixed: Determine path of client.cfg and client_default.cfg
--HG--
branch : develop
2016-03-11 09:45:11 +01:00
kervala
e0be334456 Changed: Create new client.cfg
--HG--
branch : develop
2016-03-11 09:44:21 +01:00
kaetemi
4762b33ac0 Fix thunder update
--HG--
branch : develop
2016-03-10 12:08:48 +01:00
kaetemi
c8646b26d1 Fix rounding error in _RyzomDay and _RyzomTime calculation
--HG--
branch : develop
2016-03-10 12:08:48 +01:00
kervala
5c3f5e841c Changed: Write a warning instead of error
--HG--
branch : develop
2016-03-09 11:24:17 +01:00
kervala
faae2973ac Fixed: With new iOS versions (and perhaps OS X), locale can contains country code
--HG--
branch : develop
2016-03-09 11:24:01 +01:00
kervala
41176a7d02 Fixed: OpenGL ES driver compilation
--HG--
branch : develop
2016-03-09 11:22:09 +01:00
kervala
8dec2fbb54 Changed: Random names generator updated by Osquallo
--HG--
branch : develop
2016-03-09 11:21:53 +01:00
kaetemi
48a120b21f Fix curl crash
--HG--
branch : develop
2016-03-08 12:46:15 +01:00
kervala
124bfac9f0 Improved Luabind CMake module, fixes #262 and fixes #263
--HG--
branch : develop
2016-03-05 18:43:25 +01:00
kervala
d6e97a9ebc Merge with develop
--HG--
branch : feature-ryzom-installer
2016-03-05 12:46:47 +01:00
kervala
846be58379 Changed: Better warning
--HG--
branch : develop
2016-03-05 12:42:32 +01:00
kervala
f445789fb0 Changed: Profiles dialog code
--HG--
branch : feature-ryzom-installer
2016-03-05 12:38:28 +01:00
kervala
5a11b80b9f Added: Profiles model class
--HG--
branch : feature-ryzom-installer
2016-03-05 12:35:32 +01:00
kervala
ae88268333 Changed: Create a typedef for lists of profiles and servers
--HG--
branch : feature-ryzom-installer
2016-03-05 12:34:02 +01:00
kervala
d4f6be1578 Changed: Use "arguments" instead of "parameters"
--HG--
branch : feature-ryzom-installer
2016-03-05 12:33:19 +01:00
kervala
76d83a5890 Improved Luabind CMake module, fixes #263
--HG--
branch : develop
2016-03-05 11:50:38 +01:00
kervala
865bece41c Changed: Random names generator updated by Osquallo
--HG--
branch : develop
2016-03-05 11:29:06 +01:00
kervala
5d3796d225 Lua 5.3 support for Fedora 22+, fixes #262
--HG--
branch : develop
2016-03-03 20:50:20 +01:00
Nimetu
1d0d1a505c Added: Possibility to set text as grayed in combo box
--HG--
branch : develop
2016-03-02 23:58:48 +02:00
Nimetu
bc8fd9fe2b Added: Horizontal mode to second action bar
--HG--
branch : develop
2016-03-01 22:30:05 +02:00
kervala
0fa672f5f5 Merge with develop
--HG--
branch : feature-ryzom-installer
2016-03-01 14:03:41 +01:00
kervala
81408bbc5a Fixed: Missing translation for bytes in patcher
--HG--
branch : develop
2016-03-01 14:01:47 +01:00
kervala
dac5a3b50f Changed: Slots for buttons
--HG--
branch : feature-ryzom-installer
2016-03-01 14:00:06 +01:00
kervala
767ab0b83c Changed: Renamed configurations to profiles
--HG--
branch : feature-ryzom-installer
2016-03-01 13:48:51 +01:00
kervala
c182708cd0 Changed: Escape Linux upgrade script as well
--HG--
branch : develop
2016-03-01 13:46:04 +01:00
kervala
4519893d78 Fixed: Loading PEM file
--HG--
branch : develop
2016-03-01 13:45:45 +01:00
kervala
22b582fe46 Fixed: Escape paths with quotes under OS X
--HG--
branch : develop
2016-02-29 09:32:27 +01:00
kervala
d39911345e Fixed: Only use "open" if extension is app
--HG--
branch : develop
2016-02-28 16:44:08 +01:00
kervala
3ddefec294 Changed: Delete updt_nl.bat/sh only when patch enabled and after determining ClientRootPath
--HG--
branch : develop
2016-02-28 16:41:53 +01:00
kervala
eac2cec783 Fixed: Wrong check for OS X
--HG--
branch : develop
2016-02-28 16:38:12 +01:00
kervala
3f2d1da933 Added: Scripts launched after patch
--HG--
branch : develop
2016-02-28 16:36:46 +01:00
kervala
0040fa888e Fixed: Compilation under OS X
--HG--
branch : develop
2016-02-28 12:45:31 +01:00
kervala
e38af28d40 Merge with develop
--HG--
branch : feature-ryzom-installer
2016-02-27 19:23:14 +01:00
kervala
a47d3845bd Fixed: Compilation
--HG--
branch : develop
2016-02-27 19:22:23 +01:00
kervala
6e301d59cd Merge with develop
--HG--
branch : feature-ryzom-installer
2016-02-27 18:45:16 +01:00
kervala
92dfe1e2ff Changed: Extract Windows and UNIX attributes from 7z headers
--HG--
branch : feature-ryzom-installer
2016-02-27 18:44:09 +01:00
kervala
86bfb53ff2 Changed: Renamed configurations to profiles
--HG--
branch : feature-ryzom-installer
2016-02-27 18:43:14 +01:00
kervala
6104011d11 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
2016-02-27 18:38:58 +01:00
kervala
b3b48a3ae3 Changed: New functions to convert arguments string from/to an array of strings
--HG--
branch : develop
2016-02-27 18:37:43 +01:00
kervala
76674c4fd4 Changed: Improve formatting of UNIX script
--HG--
branch : develop
2016-02-27 18:35:59 +01:00
kervala
58d9ba6c50 Fixed: Use / instead of \ under UNIX
--HG--
branch : develop
2016-02-27 18:34:50 +01:00
kervala
98bd20967d Fixed: Use export under UNIX to make variables available in upgd_nl.sh too
--HG--
branch : develop
2016-02-27 18:33:59 +01:00
kervala
b897d9fe74 Fixed: Wrong patch categories
--HG--
branch : develop
2016-02-27 18:32:45 +01:00
kervala
f3352a9ccc Added: Initial commit for Ryzom Installer (WIP)
--HG--
branch : feature-ryzom-installer
2016-02-25 21:19:27 +01:00
kervala
2b64e30aa2 Changed: Minor changes
--HG--
branch : develop
2016-02-23 19:42:15 +01:00
kervala
c0fe37ab8e Fixed: Memory leak
--HG--
branch : develop
2016-02-23 19:41:49 +01:00
kervala
79be594f54 Changed: Trim URL before to display it
--HG--
branch : develop
2016-02-23 17:05:04 +01:00
kervala
e7645739a6 Fixed: Don't append empty login, password or shard ID to batch
--HG--
branch : develop
2016-02-23 16:58:57 +01:00
kervala
89d1c51408 Fixed: Use full path for client_default.cfg
--HG--
branch : develop
2016-02-23 16:58:07 +01:00
kervala
ad4857cfaa Changed: Minor changes
--HG--
branch : develop
2016-02-23 16:57:34 +01:00
Nimetu
a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
2016-02-23 10:52:21 +02:00
Nimetu
e2fca3a8f3 Added: http-equiv refresh
--HG--
branch : develop
2016-02-23 10:52:24 +02:00
Nimetu
a50689a885 Changed: Use multiline text for http errors
--HG--
branch : develop
2016-03-01 22:30:05 +02:00
kervala
dd15287d6c Changed: Use a wchar_t buffer for registry
--HG--
branch : develop
2016-02-21 20:29:14 +01:00
kervala
14f46e884b Changed: Updated world_editor_classes.xml
--HG--
branch : develop
2016-02-21 17:10:28 +01:00
kervala
3dfcdb758a Fixed: Add unlearn_brick command for missions (a big thanks to Depyraken for the patch!)
--HG--
branch : develop
2016-02-21 17:05:54 +01:00
kervala
baf9f6c7f9 Changed: Make OpenSSL required
--HG--
branch : develop
2016-02-21 14:21:49 +01:00
kervala
18c5193fb9 Fixed: Compilation under Linux
--HG--
branch : develop
2016-02-21 13:55:58 +01:00
kervala
35e3ef1d68 Changed: Minor changes (replaced l: by L:)
--HG--
branch : develop
2016-02-21 13:30:48 +01:00
kervala
f698c31aa1 Changed: Allow to compile WITH_NEL_TESTS without compiling tools
--HG--
branch : develop
2016-02-21 13:20:49 +01:00
kervala
3e14025cf8 Changed: Include wang_hash.h in NLMISC files
--HG--
branch : develop
2016-02-21 13:19:41 +01:00
kervala
d18c7b24f5 Changed: Don't look for Qt5WinExtras in root CmakeLists.txt
--HG--
branch : develop
2016-02-21 13:19:23 +01:00
kervala
901759d039 Changed: Don't use DOS path under UNIX
--HG--
branch : develop
2016-02-21 13:17:10 +01:00
kervala
9a4156d9cf Changed: Launch upgrade script even if we don't want to launch client
--HG--
branch : develop
2016-02-21 13:16:50 +01:00
kervala
bfe817f92c Changed: Minor changes
--HG--
branch : develop
2016-02-21 13:16:04 +01:00
kervala
24dda2e7b9 Changed: Don't use SrcPath and DstPath anymore (ClientPatchPath and ClientRootPath are more explicit)
--HG--
branch : develop
2016-02-21 13:15:29 +01:00
kervala
4b023d1ace Changed: Renamed DSTPATH to ROOTPATH and SRCPATH to UNPACKPATH and fixed paths with spaces
--HG--
branch : develop
2016-02-21 13:13:28 +01:00
kervala
aa15b96187 Changed: Add a 7 seconds pause under UNIX
--HG--
branch : develop
2016-02-21 13:10:48 +01:00
kervala
460708a015 Changed: Use L:/ path instead of R:/ for leveldesign
--HG--
branch : develop
2016-02-21 13:10:16 +01:00
kervala
ce382f87dc Fixed: Compilation
--HG--
branch : develop
2016-02-20 20:42:43 +01:00
kervala
c6ac53598b Changed: Renamed uiCP_Surame and uiCP_Name to uiCP_FirstName and uiCP_LastName
--HG--
branch : develop
2016-02-20 20:42:29 +01:00
kervala
ae100981d7 Changed: Removed extraenous spaces at the end of lines
--HG--
branch : develop
2016-02-20 20:41:34 +01:00
kervala
087ee9b76b Changed: Added IG Name Generator by Osquallo (thanks a lot for your amazing work!)
--HG--
branch : develop
2016-02-20 19:48:13 +01:00
kervala
db92fc81f1 Changed: Minor changes
--HG--
branch : develop
2016-02-20 19:26:43 +01:00
kervala
3f0e6f3757 Fixed: Compilation under Linux (thanks Kishan for the patch!), fixes #260
--HG--
branch : develop
2016-02-20 19:26:34 +01:00
kervala
fad63280db Try to open certificate using cURL callback (allow to load it from BNP and support UTF-8 pathes), issue #261
--HG--
branch : develop
2016-02-20 19:25:31 +01:00
kervala
0575a51632 Last changes for Unicode support under Windows, fixes #261
--HG--
branch : develop
2016-02-20 19:21:39 +01:00
kervala
2b7ce14a57 Changed: Minor changes
--HG--
branch : develop
2016-02-20 19:20:49 +01:00
kervala
9322fa87b3 Music player can now handle unicode filenames and m3u8 playlists, issue #261
--HG--
branch : develop
2016-02-20 19:12:55 +01:00
kervala
a0f8660d0d Changed: Removed useless commented code
--HG--
branch : develop
2016-02-20 19:11:43 +01:00
kervala
e583a7a970 Huge refactoring of batch creation process, because .bat files don't support unicode at all, we can pass Unicode paths on command-line though, issue #261
--HG--
branch : develop
2016-02-20 19:11:05 +01:00
kervala
3c1a41d2b3 Changed: Use ClientCfg.getDefaultConfigLocation to get location of client root
--HG--
branch : develop
2016-02-20 19:07:34 +01:00
kervala
3487bf16ff Fixed: Display human readable version of file timestamps
--HG--
branch : develop
2016-02-20 19:06:15 +01:00
kervala
0c7aeaaac7 Changed: Display only filename in patch screen
--HG--
branch : develop
2016-02-20 19:05:39 +01:00
kervala
83090fc2f5 Changed: Use uiByte translation
--HG--
branch : develop
2016-02-20 19:04:34 +01:00
kervala
872bb2e697 Changed: Don't put spaces in front of percent value
--HG--
branch : develop
2016-02-20 19:04:18 +01:00
kervala
1bfc12bd6c Changed: Use upgrade script if present
--HG--
branch : develop
2016-02-20 19:03:31 +01:00
kervala
d3ad91923d Changed: Use --profile instead of --config for client profile expression
--HG--
branch : develop
2016-02-20 19:02:35 +01:00
kervala
591c7ed0bf Fixed: Display an error if unable to open a ogg file
--HG--
branch : develop
2016-02-20 19:01:31 +01:00
kervala
dba1ff8cf9 Changed: Added NamingPolicyURL variable in cfg
--HG--
branch : develop
2016-02-20 19:00:25 +01:00
kervala
6e54ba6420 Display patch errors/warnings in UTF-8, issue #261
--HG--
branch : develop
2016-02-20 18:59:03 +01:00
kervala
baecfcf944 Adapt CSTLoader to use nlfopen and some simplifications, issue #261
--HG--
branch : develop
2016-02-20 18:56:21 +01:00
kervala
33a30d186c Use Unicode of CreateProcess, issue #261
--HG--
branch : develop
2016-02-20 18:54:32 +01:00
kervala
e68d6e3617 Changed: Minor changes
--HG--
branch : develop
2016-02-20 18:53:39 +01:00
kervala
ba077aaab8 Use right versions of Win32 functions, issue #261
--HG--
branch : develop
2016-02-20 18:52:57 +01:00
kervala
4d48beeaa4 Use ANSI versions of Win32 functions when not using Unicode text, issue #261
--HG--
branch : develop
2016-02-20 18:38:17 +01:00
kervala
ac51d16583 Use Unicode versions of Win32 functions, issue #261
--HG--
branch : develop
2016-02-20 18:30:51 +01:00
kervala
f644805ff7 Replace ifstream and ofstream to manage UTF-8 filenames, issue #261
--HG--
branch : develop
2016-02-20 18:15:04 +01:00
kervala
69547db6ce New function to format a timestamp to human readable
--HG--
branch : develop
2016-02-20 18:10:17 +01:00
kervala
9370e93dd6 Removed useless comments/commented code
--HG--
branch : develop
2016-02-20 18:09:24 +01:00
kervala
6d21e22905 Use CIFile to load font instead of internal Freetype functions, issue #261
--HG--
branch : develop
2016-02-20 18:01:57 +01:00
kervala
aaecf96b67 Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
2016-02-20 17:56:25 +01:00
kervala
e69090c457 Create fopen wrapper that internally uses wide characters under Windows, issue #261
--HG--
branch : develop
2016-02-20 17:46:11 +01:00
kaetemi
871093d4ce Merge
--HG--
branch : develop
2016-02-18 11:58:56 +01:00
kaetemi
e28b6deaf9 Fix gl context not being deleted with custom window
--HG--
branch : develop
2016-02-18 11:56:44 +01:00
kaetemi
30077f3977 Move some stuff for easier debug
--HG--
branch : develop
2016-02-18 11:55:58 +01:00
Gary Preston
c2084480c8 libxml include/lib related build errors for studio.
--HG--
branch : develop
2016-02-17 14:52:01 +00:00
Gary Preston
7281c40577 Update indentation of tiles_model::data to match coding standard use of tabs.
--HG--
branch : develop
2016-02-17 14:07:19 +00:00
Gary Preston
48e86eedee Fix qt4 build error.
--HG--
branch : develop
2016-02-17 14:03:57 +00:00
Gary Preston
b4a7ab66ab Add vector include and remove extra qualification on s_InitFlags.
--HG--
branch : develop
2016-02-16 19:01:14 +00:00
kaetemi
1fbc179bc3 Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
2016-02-16 02:28:03 +01:00
kaetemi
874ac2c921 Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
2016-02-16 00:28:24 +01:00
kaetemi
30c5a88eb7 Sorry
--HG--
branch : develop
2016-02-15 22:09:43 +01:00
kervala
52252e691b Changed: We're now using crash_report to send reports
--HG--
branch : develop
2016-02-15 12:08:55 +01:00
kervala
5981452e42 Changed: Add other parameters for client
--HG--
branch : develop
2016-02-15 12:07:49 +01:00
kervala
2330fc26ec Fixed: Warning (wrong size)
--HG--
branch : develop
2016-02-15 11:54:28 +01:00
kervala
fdd5f69e2d Fixed: Windows XP doesn't support inet_pton and inet_ntop
--HG--
branch : develop
2016-02-14 19:58:42 +01:00
kervala
767d91ce6d Fixed: Set _WIN32_WINNT used by WinSock for IPv6
--HG--
branch : develop
2016-02-14 19:16:22 +01:00
kervala
edf4331d1a Fixed: Implements IPv6 in CInetAddress
--HG--
branch : develop
2016-02-14 18:21:09 +01:00
Nimetu
6d9c9600a2 Fixed: reloading cached image with style reload:1 hint
--HG--
branch : develop
2016-02-14 01:22:44 +02:00
kervala
1b2655eaa3 Changed: Translate bytes units in patch screen
--HG--
branch : develop
2016-02-13 23:42:18 +01:00
kervala
c4fc57a0bc Changed: Useless code, but later we could call launchProgram
--HG--
branch : develop
2016-02-13 23:40:59 +01:00
kervala
1c6378841a Changed: Path can be too long, so display only filename
--HG--
branch : develop
2016-02-13 23:40:25 +01:00
kervala
a264be16f8 Changed: Don't need to call exit(0), Ryzom will exit itself after that
--HG--
branch : develop
2016-02-13 23:39:40 +01:00
kervala
e92a3e03a8 Changed: Call launchProgram instead of CreateProcess
--HG--
branch : develop
2016-02-13 23:39:05 +01:00
kervala
a790d1766e Fixed: Wait until Ryzom client is released from memory before to launch the new client
--HG--
branch : develop
2016-02-13 23:37:21 +01:00
kervala
13f5347ee4 Changed: If --config is specified on command-line, we shouldn't check client_default.cfg in current directory
--HG--
branch : develop
2016-02-13 23:36:22 +01:00
kervala
b262c90fdb Changed: Minor changes
--HG--
branch : develop
2016-02-13 23:35:37 +01:00
kervala
6e68e4ae31 Changed: Simplify defaultConfigPath order
--HG--
branch : develop
2016-02-13 23:35:06 +01:00
kervala
40d8fdede0 Changed: Don't need to convert a std::string to a std::string
--HG--
branch : develop
2016-02-13 23:34:09 +01:00
kervala
5a779472f3 Changed: LIBXML2_DEFINITIONS was defined twice
--HG--
branch : develop
2016-02-13 23:33:45 +01:00
kervala
e2271f8db3 Fixed: All files and directories names are using 8-bits locale at the moment, so don't mix with UTF-8 under Windows (we could improve that later but it'll need a lot of changes, especially for all fopen calls)
--HG--
branch : develop
2016-02-13 23:33:27 +01:00