Commit Graph

932 Commits (8b2d23109f36be9a6b5c449b3dc48502c278d443)

Author SHA1 Message Date
kervala 837197ca53 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 1c872d9ef9 Fixed: Translations files are all using UTF-8 by default now (and LF instead of CRLF), fixes #128
--HG--
branch : develop
8 years ago
kervala 1e1f6ece8b Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala 5322109eb3 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala d2e42511ec Changed: Properly initialize all members of SLetterInfo and SLetterKey to avoid crashes when accessing to them
--HG--
branch : develop
8 years ago
kervala a0075414c0 Changed: Use empty() to check if a string is empty
--HG--
branch : develop
8 years ago
kervala 564f00014a Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala b08d1f979d Changed: Typo
--HG--
branch : develop
8 years ago
kervala 8b239df6a9 Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
--HG--
branch : develop
8 years ago
kervala ac9dcd663d Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala e7b23c958a Fixed: Connexion -> Connection typo
--HG--
branch : develop
8 years ago
Nimetu 935b80cc68 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
Nimetu 02dd8db21f Added: Lua function to render html string as new webpage
--HG--
branch : develop
8 years ago
kervala 904e17475e Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 8f7a28f5c9 Changed: Get length of song in FMod driver too (issue #59)
--HG--
branch : develop
8 years ago
Nimetu 0766ec46f8 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
Nimetu f2dfd3cd8e Changed: Also return song length with title
--HG--
branch : develop
8 years ago
Nimetu 16eeb70f61 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
Nimetu fe3601d664 Added: font-family style option
--HG--
branch : develop
8 years ago
Nimetu 9fb14c42d8 Added: Monospace font options
--HG--
branch : develop
8 years ago
Nimetu 58bf225891 Changed: Support custom font
--HG--
branch : develop
8 years ago
Nimetu afc08d2efd Added: Possible to use multiple fonts at the same time
--HG--
branch : develop
8 years ago
Nimetu f90fa23206 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu e8c7cdbb32 Added: Minimum lines option to multiline text
--HG--
branch : develop
9 years ago
Nimetu 52f81ca56d Merge with develop
--HG--
branch : compatibility-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 85051340e1 Changed: Move addLink code to beginElement
--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 8aa2a3ced6 Changed: Rename CUrlParser domain variable
--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 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
kaetemi f767e7a488 Merge with develop
--HG--
branch : compatibility-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 410b9bcf55 Merge with develop
--HG--
branch : compatibility-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 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
Nimetu 261d9c789b Merge with develop
--HG--
branch : compatibility-develop
9 years ago