Commit Graph

522 Commits (ddd0a7507edf04d4ab0cfd105431df0ce09a77d5)

Author SHA1 Message Date
Inky 41c3d0cbe0 Changed: check locale is supported under linux
--HG--
branch : patches-from-atys
6 years ago
ulukyn 89c22b04a2 Changed: remove nlinfo of Register EId (made lof of useless logs...)
--HG--
branch : patches-from-atys
6 years ago
ulukyn 9780decca0 Added: Player can now ask a pet (zig) to enter/leave from his bag (an icon is displayed when pet is on the bag)
--HG--
branch : patches-from-atys
6 years ago
ulukyn c0037fc55a Fixed: removed nlstop when 2 same commands runs (in services)
removed nlassert when factory not found (who crash the fes)

--HG--
branch : patches-from-atys
6 years ago
kaetemi 08ac7175dc This might possibly fix the XP build 6 years ago
kaetemi d7ebc49d19 Fixed: Pass correct length 6 years ago
kaetemi b7aa2a6999 Don't use MB_PRECOMPOSED 6 years ago
kaetemi 4baccf2802 Don't use MB_PRECOMPOSED 6 years ago
Jan Boon d6b26fcb92
Merge: Add 3ds Max 2020 plugin build support. Fix Max 2010 plugin build. Improve Unicode build support. Enable music in Snowballs. Support MariaDB C connector 6 years ago
kaetemi 605fec7dc8 Fix typo 6 years ago
kaetemi 842deeaa69 Cleaning up unicode conversion 6 years ago
kaetemi 8efe1d91c4 Added: More comprehensive codepage conversion for tstring 6 years ago
kaetemi c73f0d9449 Add max file library 6 years ago
Nimetu 82f084982a Fixed: Reusing CIFile to load from bnp and from regular files.
--HG--
branch : develop
6 years ago
Nimetu f065b7f747 Fixed: Opening local file with @ char in filename
--HG--
branch : develop
6 years ago
Nimetu d67a9ccdb5 Backed out changeset: ce73fd40aa54
--HG--
branch : develop
6 years ago
Nimetu f23fa7b0fe Added: const char* version of toLower()
--HG--
branch : develop
6 years ago
Nimetu 5b4b7893f8 Fixed: openURL crash under linux
--HG--
branch : develop
6 years ago
Nimetu edf1d12f65 Fixed: Opening local file with @ char in filename.
--HG--
branch : develop
6 years ago
kervala cc6ed038b9 Fixed: Don't use memory aligned functions while debugging with VC++
--HG--
branch : develop
7 years ago
kervala facc5f6d28 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
7 years ago
kervala c4888b2d5b Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
7 years ago
kervala 675f85c288 Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
7 years ago
kervala 53bae35fc4 Fixed: Use GlobalMemoryStatusEx instead of GlobalMemoryStatus (returns 64 bits numbers)
--HG--
branch : develop
7 years ago
Nimetu e2617bfe9b Fixed: Decoding dds with improper width/height
--HG--
branch : develop
7 years ago
kervala afd9566ae8 Fixed: Don't crash when a PNG is truncated
--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 dcb3f2b149 Fixed: Send an Unicode empty string
--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 93c2f55290 Changed: Minor changes
--HG--
branch : develop
7 years ago
kervala c1188a9e25 Fixed: Use our own defines for Windows editions to not rely on Windows 10 SDKs (not compatible with Windows XP)
--HG--
branch : develop
7 years ago
Nimetu 81adb6c787 Fixed: Reading gif, off-by-one
--HG--
branch : develop
7 years ago
Guillaume Dupuy 9172d14dd3 Fix issue #302 - incorrect freespace on 32 bits system
--HG--
branch : fix_freespace_check
8 years ago
kervala 532a81f5cb Changed: Don't use CSString
--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 8dca705f73 Fixed: Misc depends on Carbon under OS X
--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 a7ca4ec3b9 Changed: Minor change
--HG--
branch : develop
8 years ago
kervala 88d345e857 Changed: Allow to parse HTML color format in CRGBA::stringToRGBA
--HG--
branch : develop
8 years ago
kervala 534630bdcc Changed: Implement CBitmap::setPixelColor
--HG--
branch : develop
8 years ago
kervala 1bd7e18ba7 Fixed: Loading of some JPEG variants
--HG--
branch : develop
8 years ago
kervala 4e0a19205c Changed: Check return value of fwrite
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala dbf443beb7 Fixed: C++11 forbids to throw exception in destructor
--HG--
branch : develop
8 years ago
kervala 9a6b3c91b7 Changed: Minor changes
--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 22de830c26 Changed: Check return code of WaitForSingleObject and log error
--HG--
branch : develop
8 years ago