Commit Graph

929 Commits (f3753a08a8b3780f8d404ade353cce3b999e5d13)

Author SHA1 Message Date
Jan Boon 13e2da698a Fix build under Visual Studio 2008
--HG--
branch : develop
6 years ago
ulukyn 0863830734 Added: Downloadable textures in texture property of CViewBitmap
--HG--
branch : develop
7 years ago
Nimetu 98ae75fe57 Added: curl ca bundle option to client cfg
--HG--
branch : develop
7 years ago
kervala cecfbb9df9 Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless
--HG--
branch : develop
7 years ago
kervala 613d4ddc34 Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless
--HG--
branch : develop
7 years ago
kervala e2dda1585d Changed: Minor changes
--HG--
branch : develop
7 years ago
kervala 9e9b005b3b Changed: Centralize hexadecimal conversions
--HG--
branch : develop
7 years ago
kervala 3e4a873429 Changed: Implement escapeArgument function
--HG--
branch : develop
7 years ago
kervala d099e98dae Changed: Moved strFindReplaceAll to algo.h
--HG--
branch : develop
7 years ago
Nimetu 6b7617f8e1 Changed: Expand/collapse all tree node childs with right click
--HG--
branch : develop
7 years ago
Nimetu d6dcf7415a Fixed: Multiline text inside lists
--HG--
branch : develop
7 years ago
Nimetu 455a923031 Added: clear_on_escape property to edit box
--HG--
branch : develop
7 years ago
Nimetu 71d969c40b Changed: Keep track of HSTS header and rewrite http to https as needed
--HG--
branch : develop
7 years ago
Nimetu 9a3a352142 Changed: Refactor curl certificate loading (issue #314)
--HG--
branch : develop
7 years ago
Nimetu f80c8e7d81 Added: Image mouseover effect
--HG--
branch : develop
8 years ago
Nimetu 9394906182 Added: -ryzom-modulate-color style to enable modulation with global color
--HG--
branch : develop
8 years ago
Nimetu 6c01ded28d Fixed: Redirect for image requests
--HG--
branch : develop
8 years ago
Nimetu 108759952e Changed: Use http cache headers for image cache
--HG--
branch : develop
8 years ago
Nimetu 3d09dd2094 Changed: Save cookies from image request
--HG--
branch : develop
8 years ago
kervala e94b06066f Fixed: LibXml must be initialized only once and xmlSetGenericErrorFunc set a global function (calling it for each instance of CIXml is a mistake)
--HG--
branch : develop
8 years ago
kervala f23600cd30 Fixed: Compilation in 32 bits with GCC (patch provided by Alistair Leslie-Hughes, thanks a lot)
--HG--
branch : develop
8 years ago
Nimetu 20c216ecda Added: Basic queue for curl downloads
--HG--
branch : develop
8 years ago
Nimetu 9d0a2556d0 Changed: Refactor CViewLink to be able to use custom action handlers
--HG--
branch : develop
8 years ago
kervala 534630bdcc Changed: Implement CBitmap::setPixelColor
--HG--
branch : develop
8 years ago
kervala d8ffb10df8 Changed: Use a global C64BitsParts union to avoid strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 6570b26297 Fixed: Virtual methods with different parameters
--HG--
branch : develop
8 years ago
kervala c178730b80 Fixed: Virtual method with different parameters warning
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala 8da20b30cc Changed: Merged changes from compatibility-develop that should also be in develop
--HG--
branch : develop
8 years ago
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
kervala 083f44ec32 Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala 50b6af6d3d Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 3c568ce8a3 Changed: New "new" definitions for NEW_DEBUG macro defined by MFC
--HG--
branch : develop
8 years ago
kervala ba35109fe4 Changed: Destructor for CApplicationContext to display singletons still in memory
--HG--
branch : develop
8 years ago
kervala 27b272f012 Changed: Replace a lot of const char* by std::string parameters
--HG--
branch : develop
8 years ago
kervala dbba511ee7 Changed: Replace a lot of const char* by std::string parameters
--HG--
branch : develop
8 years ago
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
8 years ago
kervala eabfcbf708 Fixed: Release CCurrentCoTask singleton
--HG--
branch : develop
8 years ago
kervala 13ddbf39ef Changed: Moved other Ligo headers to include
--HG--
branch : develop
8 years ago
kervala c71f712d11 Fixed: Release libxml2 structures before exit
--HG--
branch : develop
8 years ago
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
8 years ago
kervala 0ecac0249c Removed: Empty sources
--HG--
branch : develop
8 years ago
kervala 44c15f946c Fixed: Define new operators when memory leaks detectin is enabled
--HG--
branch : develop
8 years ago
kervala dbcc8d46f5 Fixed: Use macros instead of functions for memory align wrappers (easier to find memory leaks)
--HG--
branch : develop
8 years ago
kervala 91d6734e2a Fixed: Memory leaks in CBigFile
--HG--
branch : develop
8 years ago
kervala 8cc3963ddd Fixed: Respect coding standard for "parser" variable and delete it in destructor (fix a memory leak)
--HG--
branch : develop
8 years ago
kervala 13154bd79d Fixed: Replace free methods by freeBlock to avoid clash with free macros
--HG--
branch : develop
8 years ago
kervala fd6a4d9f75 Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala f3564ed86e Fixed: Compilation with GCC 6
--HG--
branch : develop
8 years ago
kervala 894151dba8 Changed: Constification of addSlashR and removeSlashR
--HG--
branch : develop
8 years ago