kervala
88507cf9ce
Changed: Use toString for formatting
2016-04-02 13:30:08 +02:00
kervala
3884d58b72
Changed: Minor changes
2016-04-02 13:29:42 +02:00
kervala
8f841fb702
Changed: Better camel case syntax
2016-04-02 13:28:42 +02:00
depyraken
89392460f5
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]
2016-03-29 02:29:35 +02:00
kervala
bc65ae726e
Fixed: Compilation (missing NLMISC namespaces for nlfopen)
2016-03-20 17:27:25 +01:00
kaetemi
87ec916c2e
Fix random thunder activation caused by rounding error in setup interpolation
2016-03-19 22:13:38 +01:00
kaetemi
a8f796f166
Compile fix
2016-03-19 22:13:38 +01:00
kervala
ff4501d6fe
Fixed: Clang warnings
2016-03-19 19:29:03 +01:00
kervala
c14550edfa
Fixed: Use nlfopen in tools and servers
2016-03-19 16:21:06 +01:00
kervala
6f1ec88d51
Fixed: Compilation
2016-03-18 22:26:43 +01:00
kervala
d4f32c67a0
Changed: Removed wrong check
2016-03-18 22:09:43 +01:00
kervala
6dfc9668b5
Changed: Check if LC_NUMERIC is correct before loading or saving config files
2016-03-18 22:09:26 +01:00
kervala
4b4d345b17
Fixed: Set numeric locale in CApplicationContext
2016-03-18 22:08:43 +01:00
kervala
5f306ee9fd
Changed: Don't need to use Windows functions with locale because the bug also occurs under Linux and OS X
2016-03-18 22:07:52 +01:00
kervala
4b11b4a076
Changed: Fix clang warnings
2016-03-18 22:06:20 +01:00
kervala
a4d7d4cc04
Fixed: Possible crashes if ov_info returns NULL
2016-03-18 15:09:02 +01:00
kervala
8bf9bb2bbd
Changed: Implement CI18N::setSystemLanguageCode, if we must force it
...
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)
2016-03-18 15:07:49 +01:00
kervala
79bad39051
Changed: Use same algorithm as before Windows unicodes fixes (try to open the file instead of checking its attributes)
2016-03-16 19:12:34 +01:00
kervala
97937d1af3
Changed: Removed useless dependencies on DirectX
2016-03-15 12:36:21 +01:00
kervala
d9e4367716
Changed: Write a warning instead of error
2016-03-09 11:24:17 +01:00
kervala
f98786bc62
Fixed: With new iOS versions (and perhaps OS X), locale can contains country code
2016-03-09 11:24:01 +01:00
kervala
953759f9b1
Fixed: OpenGL ES driver compilation
2016-03-09 11:22:09 +01:00
kaetemi
4655f461cb
Fix curl crash
2016-03-08 12:46:15 +01:00
Nimetu
efd94b8908
Added: Possibility to set text as grayed in combo box
2016-03-02 23:58:48 +02:00
Nimetu
bc8487d338
Changed: Implement multi-row select box
2016-02-23 10:52:21 +02:00
Nimetu
f1532d3606
Added: http-equiv refresh
2016-02-23 10:52:24 +02:00
Nimetu
701c70ed6c
Changed: Use multiline text for http errors
2016-03-01 22:30:05 +02:00
kervala
7c99b84ef2
Fixed: Only use "open" if extension is app
2016-02-28 16:44:08 +01:00
kervala
78ac3c662a
Fixed: Compilation under OS X
2016-02-28 12:45:31 +01:00
kervala
5df866c531
Fixed: Compilation
2016-02-27 19:22:23 +01:00
kervala
7d78332fc3
Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
2016-02-27 18:38:58 +01:00
kervala
1097318ab6
Changed: New functions to convert arguments string from/to an array of strings
2016-02-27 18:37:43 +01:00
kervala
04554fddab
Changed: Minor changes
2016-02-23 16:57:34 +01:00
kervala
2cce3fcdf9
Changed: Use a wchar_t buffer for registry
2016-02-21 20:29:14 +01:00
kervala
640e7fbe51
Changed: Allow to compile WITH_NEL_TESTS without compiling tools
2016-02-21 13:20:49 +01:00
kervala
ca5b7da666
Changed: Include wang_hash.h in NLMISC files
2016-02-21 13:19:41 +01:00
kervala
8e814e1252
Last changes for Unicode support under Windows, fixes #261
2016-02-20 19:21:39 +01:00
kervala
0dcac0c469
Changed: Minor changes
2016-02-20 19:20:49 +01:00
kervala
26c720395b
Fixed: Display an error if unable to open a ogg file
2016-02-20 19:01:31 +01:00
kervala
4fccafe9fd
Use Unicode of CreateProcess, issue #261
2016-02-20 18:54:32 +01:00
kervala
131813ab5d
Changed: Minor changes
2016-02-20 18:53:39 +01:00
kervala
8c9c9e2267
Use right versions of Win32 functions, issue #261
2016-02-20 18:52:57 +01:00
kervala
2341b89fc5
Use ANSI versions of Win32 functions when not using Unicode text, issue #261
2016-02-20 18:38:17 +01:00
kervala
56f7abe54b
Use Unicode versions of Win32 functions, issue #261
2016-02-20 18:30:51 +01:00
kervala
eee72ce77f
Replace ifstream and ofstream to manage UTF-8 filenames, issue #261
2016-02-20 18:15:04 +01:00
kervala
ee1d69503b
New function to format a timestamp to human readable
2016-02-20 18:10:17 +01:00
kervala
34e93f5d3b
Removed useless comments/commented code
2016-02-20 18:09:24 +01:00
kervala
e2b1f0c07d
Use CIFile to load font instead of internal Freetype functions, issue #261
2016-02-20 18:01:57 +01:00
kervala
52b7609f16
Use new wrapper insteaf of fopen, issue #261
2016-02-20 17:56:25 +01:00
kervala
157a62558a
Create fopen wrapper that internally uses wide characters under Windows, issue #261
2016-02-20 17:46:11 +01:00