Commit Graph

3095 Commits (fbe367bd39485174f03de280798aa807570d2008)

Author SHA1 Message Date
Nimetu f201abe6db Changed: Set <textarea>, <input> font style
--HG--
branch : develop
9 years ago
Nimetu caf8c5195c Added: Rows attribute to <textarea> element
--HG--
branch : develop
9 years ago
Nimetu e8c7cdbb32 Added: Minimum lines option to multiline text
--HG--
branch : develop
9 years ago
kervala 7ebc0ae072 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 4a2fe97f95 Fixed: Support for all Windows 10 products types
--HG--
branch : develop
9 years ago
kervala 88f5c244d3 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 2e02f20c83 Fixed: Error 18 when moving a file between different file systems
--HG--
branch : develop
9 years ago
Nimetu 52f81ca56d Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala b9ade7142a Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 4b46b9f18f Fixed: Read NeL crash reports as UTF-8 files
--HG--
branch : develop
9 years ago
kervala ec7cc189df Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala cb8bb5f6f4 Changed: No need to change VSync if same value
--HG--
branch : develop
9 years ago
kervala b29441f22e Changed: Display a warning if setSwapVBLInterval is called before OpenGL initialization
--HG--
branch : develop
9 years ago
kervala ae7fa4da2e Changed: Instead of forcing VSYNC, get initial value
--HG--
branch : develop
9 years ago
kervala eea1bbb0e2 Fixed: VSync inverted under Windows and in OpenGL ES
--HG--
branch : develop
9 years ago
kervala 86084649a2 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ee2938e3cb Changed: Use uint instead of unsigned
--HG--
branch : develop
9 years ago
kervala 4b1959a560 Changed: Replace size() comparisons by empty()
--HG--
branch : develop
9 years ago
Nimetu 9ba0ac65ea Fixed: Send user-agent string and cookies with image request.
--HG--
branch : develop
9 years ago
Nimetu 85051340e1 Changed: Move addLink code to beginElement
--HG--
branch : develop
9 years ago
Nimetu 250a94e186 Changed: minor changes
--HG--
branch : develop
9 years ago
Nimetu 60a739955b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu f15926dd7e Changed: Remove legacy HTTPCurrentDomain variable
--HG--
branch : develop
9 years ago
Nimetu ae46d76d88 Fixed: Parsing url authority when path is empty
--HG--
branch : develop
9 years ago
Nimetu 8aa2a3ced6 Changed: Rename CUrlParser domain variable
--HG--
branch : develop
9 years ago
kervala bd69c167d3 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 9fd00d8505 Fixed: Missing to include PCH
--HG--
branch : develop
9 years ago
Nimetu f02b388d06 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 131f3814a3 Fixed: Resolve http-equiv refresh url
--HG--
branch : develop
9 years ago
Nimetu 5a2dc969cb Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu cdfecc8d69 Fixed: url inheriting for defined empty query component
--HG--
branch : develop
9 years ago
kervala 9e33df4532 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 583db43e71 Changed: Disable too verbose message for sound sheets
--HG--
branch : develop
9 years ago
kervala a9685ac366 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 1e0283d38c Fixed: Use %p to display pointer
--HG--
branch : develop
9 years ago
Nimetu f7f275671f Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 6f8a9b8108 Changed: Increase default request timeout for web browsers
--HG--
branch : develop
9 years ago
Nimetu edd16d9a82 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu a1e8408be0 Fixed: Tooltip position related to parent window
--HG--
branch : develop
9 years ago
kervala 51e4d2a53c Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ccb69f8b27 Changed: Signed/unsigned comparison
--HG--
branch : develop
9 years ago
kervala d1d6f6da41 Fixed: Creation of sn_0_* folders under OS X 10.7
--HG--
branch : develop
9 years ago
kervala 7d9ff0ad72 Backed out changeset: 44cd3beacab6
--HG--
branch : compatibility-develop
9 years ago
kervala c0f51c1c5b Changed: Temporary checks for a OS X 10.7 bug...
--HG--
branch : compatibility-develop
9 years ago
kervala 346a0297f6 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 7ff21f975d Changed: Q_COMPILER_RVALUE_REFS hack useless with Qt 5.6
--HG--
branch : develop
9 years ago
kervala 2d8407157b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a002b20c7f Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala e42d3a3f74 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 3219ce959b Changed: Use booleans to know if we already added a loopback address
--HG--
branch : develop
9 years ago
kervala 3c8228df15 Fixed: Empty const char* because std::string destructor called
--HG--
branch : develop
9 years ago
kervala 7dd635960a Changed: Use toString for formatting
--HG--
branch : develop
9 years ago
kervala c30bf20ccc Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala a410f2fcc1 Changed: Better camel case syntax
--HG--
branch : develop
9 years ago
kervala 53f2292613 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
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
9 years ago
kervala 05ca6f74c6 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 89532b2afb Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
9 years ago
kaetemi f767e7a488 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi bbec2c5b33 Fix random thunder activation caused by rounding error in setup interpolation
--HG--
branch : develop
9 years ago
kaetemi 198323b9b5 Compile fix
--HG--
branch : develop
9 years ago
kervala 6b2e47e59e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 89be3e39de Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala 833976be5b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
kervala 1eddef3c93 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f376317f10 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 410b9bcf55 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 40c7c82a2d Changed: Removed wrong check
--HG--
branch : develop
9 years ago
kervala 05e0500aaf Changed: Check if LC_NUMERIC is correct before loading or saving config files
--HG--
branch : develop
9 years ago
kervala 97647b2264 Fixed: Set numeric locale in CApplicationContext
--HG--
branch : develop
9 years ago
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
9 years ago
kervala 94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
9 years ago
kervala 962b43d2bd Fixed: Possible crashes if ov_info returns NULL
--HG--
branch : develop
9 years ago
kervala a77fee685b Changed: Implement CI18N::setSystemLanguageCode, if we must force it
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)

--HG--
branch : develop
9 years ago
kervala 114543ba07 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala c39190b38d Changed: Use same algorithm as before Windows unicodes fixes (try to open the file instead of checking its attributes)
--HG--
branch : develop
9 years ago
kervala b0d50dea69 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f1b882c0f3 Changed: Removed useless dependencies on DirectX
--HG--
branch : develop
9 years ago
kaetemi b9d366372e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 5c3f5e841c Changed: Write a warning instead of error
--HG--
branch : develop
9 years ago
kervala faae2973ac Fixed: With new iOS versions (and perhaps OS X), locale can contains country code
--HG--
branch : develop
9 years ago
kervala 41176a7d02 Fixed: OpenGL ES driver compilation
--HG--
branch : develop
9 years ago
kaetemi 0c2ff923b7 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 48a120b21f Fix curl crash
--HG--
branch : develop
9 years ago
kervala 0db2ed85ca Changed: Temporarily disable Spanish and Russian translations (not yet ready)
--HG--
branch : compatibility-develop
9 years ago
Nimetu 261d9c789b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 1d0d1a505c Added: Possibility to set text as grayed in combo box
--HG--
branch : develop
9 years ago
Nimetu 5c7eeb6d32 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 26722fb579 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala d39911345e Fixed: Only use "open" if extension is app
--HG--
branch : develop
9 years ago
kervala 12f3abbaaf Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0040fa888e Fixed: Compilation under OS X
--HG--
branch : develop
9 years ago
kervala 62104e31b1 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a47d3845bd Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala f481a12799 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6104011d11 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
9 years ago
kervala b3b48a3ae3 Changed: New functions to convert arguments string from/to an array of strings
--HG--
branch : develop
9 years ago
kervala e23f32e902 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ad4857cfaa Changed: Minor changes
--HG--
branch : develop
9 years ago