Commit Graph

929 Commits (f3753a08a8b3780f8d404ade353cce3b999e5d13)

Author SHA1 Message Date
kervala 591dc1dffd Changed: Use std::string instead of const char* for openURL and openDoc
--HG--
branch : develop
8 years ago
kervala c13b007090 Changed: Moved Ligo headers to include
--HG--
branch : develop
8 years ago
kervala 5f5483a672 Fixed: In MBCS mode, convert to std::string
--HG--
branch : develop
8 years ago
kervala a3262bb971 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala 94d3440148 Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala d7182af399 Changed: New join function to do the opposite work of explode
--HG--
branch : develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 48088d651e Changed: Use stdext::make_checked_array_iterator and stdext::make_unchecked_array_iterator with VC++ 2015
--HG--
branch : develop
8 years ago
kervala 8d82472586 Changed: Macros to convert to/from TCHAR* and std::string
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala 5105252690 Changed: Constify some methods
--HG--
branch : develop
8 years ago
kervala 9e0954fad5 Changed: ForceUtf8 parameter useless now
--HG--
branch : 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 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : 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 b08d1f979d Changed: Typo
--HG--
branch : develop
8 years ago
kervala 8b239df6a9 Changed: Implement and use CBitmap::makeTransparentPixelsBlack()
--HG--
branch : develop
8 years ago
kervala e7b23c958a Fixed: Connexion -> Connection typo
--HG--
branch : develop
8 years ago
Nimetu 02dd8db21f Added: Lua function to render html string as new webpage
--HG--
branch : develop
8 years ago
kervala 8f7a28f5c9 Changed: Get length of song in FMod driver too (issue #59)
--HG--
branch : develop
8 years ago
Nimetu f2dfd3cd8e Changed: Also return song length with title
--HG--
branch : 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 e8c7cdbb32 Added: Minimum lines option to multiline text
--HG--
branch : develop
9 years ago
Nimetu 85051340e1 Changed: Move addLink code to beginElement
--HG--
branch : 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 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 a002b20c7f Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala a410f2fcc1 Changed: Better camel case syntax
--HG--
branch : 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 198323b9b5 Compile fix
--HG--
branch : develop
9 years ago
kervala 89be3e39de Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--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 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 1d0d1a505c Added: Possibility to set text as grayed in combo box
--HG--
branch : develop
9 years ago
Nimetu a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
9 years ago
Nimetu e2fca3a8f3 Added: http-equiv refresh
--HG--
branch : 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 69547db6ce New function to format a timestamp to human readable
--HG--
branch : develop
9 years ago
kervala 9370e93dd6 Removed useless comments/commented code
--HG--
branch : develop
9 years ago
kervala aaecf96b67 Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
9 years ago
kervala e69090c457 Create fopen wrapper that internally uses wide characters under Windows, issue #261
--HG--
branch : develop
9 years ago
kaetemi 30077f3977 Move some stuff for easier debug
--HG--
branch : develop
9 years ago
Gary Preston b4a7ab66ab Add vector include and remove extra qualification on s_InitFlags.
--HG--
branch : develop
9 years ago
kaetemi 1fbc179bc3 Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
9 years ago
kaetemi 874ac2c921 Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
9 years ago
kervala edf4331d1a Fixed: Implements IPv6 in CInetAddress
--HG--
branch : develop
9 years ago
kervala a4d98fb13b Changed: Remember startup path (the initial current directory)
--HG--
branch : develop
9 years ago
kaetemi 9602fcc8f0 Also support AppData/Local to allow a non-roaming config
--HG--
branch : develop
9 years ago
kervala 092a3226bd Changed: New function bytesToHumanReadableUnits to use specific strings for units
--HG--
branch : develop
9 years ago
kervala 0919fc66e4 Changed: Support more values for fromString with a boolean
--HG--
branch : develop
9 years ago
kervala 89319eb99c Changed: Put libxml code in .cpp (it was a hack for libwww, that is not used anymore...)
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 19aa093ea8 Changed: Centralize BNP unpacking and packing methods, to be reused in other tools/programs
--HG--
branch : develop
9 years ago
kervala 93e1289a77 Changed: Add a parameter to CPath::makePathAbsolute to simplify the path (remove all . and ..)
--HG--
branch : develop
9 years ago
kervala aff9cccd0c Changed: Improve toString(const bool &val)...
--HG--
branch : develop
9 years ago
Nimetu 52dcf1a300 Changed: Use url from <base> element for relative urls
--HG--
branch : develop
9 years ago
kervala fa22852adb Changed: Removed fromString(const char *, ...) because useless
--HG--
branch : develop
9 years ago
kervala b91e3bdf0e Changed: Improved CCmdArgs
--HG--
branch : develop
9 years ago
kervala b3cfd5f6bb Fixed: Use lua_tointeger under Lua 5.2 and prior versions
--HG--
branch : develop
9 years ago
kaetemi 8cfaa89620 Separate window displayer message stringify
--HG--
branch : develop
9 years ago
kaetemi 9a0c6290a2 Fix another VS2015 warning
--HG--
branch : develop
9 years ago
kaetemi 9a477d976b VS2015 compilation fixes
--HG--
branch : develop
9 years ago
kervala b7fe07d781 Improve CCmdArgs (a generic command line parser in NeL Misc), fixes #257
--HG--
branch : develop
9 years ago
kervala bd5f838d6d Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala e1c14db5a0 Fixed: getLastSeparator should return std::string::size_type instead of an integer
--HG--
branch : develop
9 years ago
kervala a66fa8cc9c Changed: Implement CPath::isAbsolutePath
--HG--
branch : develop
9 years ago
kervala af9610328f Changed: Implement expandEnvironmentVariables function
--HG--
branch : develop
9 years ago
kervala ad36e59a71 Fixed: Save filenames in .bank with / instead of system separator
--HG--
branch : develop
9 years ago
kervala 49ef5a1ed7 Fixed: lua_tointeger doesn't work if value has a decimal part and returns 0
--HG--
branch : develop
9 years ago
kervala 9e8cd07e4b Changed: HAVE_X86_64 is defined or not
--HG--
branch : develop
9 years ago
kervala b3a392d559 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 6efce5ba59 Changed: Support for new key events
--HG--
branch : develop
9 years ago
kervala 76744b18c7 Changed: Minor change
--HG--
branch : develop
9 years ago
Nimetu 8475f25e75 Changed: Refactor DL
--HG--
branch : develop
9 years ago
Nimetu 298a659c6f Changed: Merge UL and OL code
--HG--
branch : develop
9 years ago
kervala 0dc70105d5 Fixed: __rdtsc() under old versions of GCC
--HG--
branch : develop
9 years ago
kervala ae752f72d8 Changed: Define CLANG_VERSION is using clang compiler
--HG--
branch : develop
9 years ago
kervala 68aa20257f Changed: Use new code to determine free disk space
--HG--
branch : develop
9 years ago
kervala b11fabe867 Changed: Use __rdtsc() intrinsics everywhere for Intel CPUs
--HG--
branch : develop
9 years ago
kervala 47bde9ccc7 Changed: Allow to resample Luminance (grayscale) bitmaps
--HG--
branch : develop
9 years ago
kervala c263e4dffb Changed: Don't redefine new and delete operators if targetting x86_64
--HG--
branch : develop
9 years ago
kervala 266a32ea19 Fixed: Implements launchProgramAndWaitForResult to launch a command synchronously
--HG--
branch : develop
9 years ago
kervala 437aa5b939 Changed: Added helpers methods to CBitmap
--HG--
branch : develop
9 years ago
kervala 27a2263bd6 Changed: Added set8888() method to CGRBA
--HG--
branch : develop
9 years ago
kervala 2ed7c0be88 Changed: Added isGray() method to CGRBA
--HG--
branch : develop
9 years ago
kervala 77352d5759 Changed: Minor change
--HG--
branch : develop
9 years ago
kervala af0eabbdea Fixed: GCC warnings
--HG--
branch : develop
9 years ago
kervala 83ef24dab7 Changed: Renamed screenH and screenW to _ScreenH and _ScreenW
--HG--
branch : develop
9 years ago
kervala d7255a63d8 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 2d0d87a05e Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala a5d3b2d461 Changed: Added new function getCommandOutput
--HG--
branch : develop
9 years ago