Commit Graph

316 Commits (91fa4d3f5fba8884d5494c41ce096516e9793fcc)

Author SHA1 Message Date
kervala 5cb3f8426d Changed: Install Ryzom GameShare headers and libraries
--HG--
branch : develop
6 years ago
kervala adb3362b44 Changed: Always compile ryzom_gameshare if WITH_RYZOM is defined
--HG--
branch : develop
6 years ago
ulukyn 24b99e677c Changed: Added WinchGate headers to generate_client_db
--HG--
branch : develop
7 years ago
ulukyn f0757edb36 Added: New PvpClan "Marauder" based on fame "black_kami"
--HG--
branch : develop
7 years ago
Nimetu b48b1dc0cc Changed: Set icon background from land speciality sbrick
--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 9e9b005b3b Changed: Centralize hexadecimal conversions
--HG--
branch : develop
7 years ago
kervala f1cdcd1654 Changed: More memory leaks detection
--HG--
branch : develop
7 years ago
kervala 575f58d749 Changed: Synchonized some changes from compatibility-develop branch
--HG--
branch : develop
7 years ago
Nimetu e06f8b0976 Changed: Add minutes to ingame map
--HG--
branch : develop
8 years ago
Guillaume Dupuy a1fbc963a9 Avoid rollover in _RyzomDay for low values
--HG--
branch : save_deposit_state_v2
8 years ago
Nuno Gonçalves ae6b3e38a0 Changed: rollback fixes of Strict aliasing warnings
--HG--
branch : item_group
8 years ago
Nuno Gonçalves de949a60a9 Added: CREATE_TIME and SERIAL properties to items in database.xml
--HG--
branch : item_group
8 years ago
kervala d8ffb10df8 Changed: Use a global C64BitsParts union to avoid strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 31a540b35d Changed: Replace size() comparisons by empty() ones
--HG--
branch : develop
8 years ago
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
kervala bbcd14cecb Removed: Empty cpp files
--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 e2b74b77c6 Changed: Memory leaks detection
--HG--
branch : develop
8 years ago
kervala 9bb46d2ae8 Fixed: Compilation with clang
--HG--
branch : develop
8 years ago
kervala ede41a3091 Changed: Only compile gameshare for Ryzom servers, client or tools
--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 c3a6610f36 Changed: Don't need to use CSString
--HG--
branch : develop
8 years ago
kervala f17bd720b1 Fixed: Warnings with GGC 6
--HG--
branch : develop
8 years ago
kervala f3564ed86e Fixed: Compilation with GCC 6
--HG--
branch : develop
8 years ago
kervala e941cff0ff Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 91a1f4e34b Fixed: Compilation
--HG--
branch : develop
8 years ago
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
8 years ago
kervala 481bbae8ee Changed: Use wide versions of Win32 API
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala 16df8b8c1d Changed: Use empty() instead of comparison with ""
--HG--
branch : develop
8 years ago
kervala 3c8bd42335 Changed: Minor change
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--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 661975a471 Changed: Simplify toString
--HG--
branch : develop
8 years ago
kervala 3ec485331c Changed: Replace ~0 by std::numeric_limits
--HG--
branch : develop
9 years ago
kervala 4b1959a560 Changed: Replace size() comparisons by empty()
--HG--
branch : develop
9 years ago
kervala 87ce45dcb1 Fixed: Delay when logging in
--HG--
branch : develop
9 years ago
kervala 011b545ac8 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala af6b282ec1 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala b932c31546 Fixed: Use correct formatted HTTP 1.1 query, previous one was blocked by some security software (a big thanks to Vojtech Vobr from AVG Technologies for his investigation to help us to fix this issue)
--HG--
branch : develop
9 years ago
kervala a0916ca14a Changed: Useless to put a space after method name (if needed, we'll add ourself later)
--HG--
branch : develop
9 years ago
kervala 8099537d02 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala a002b20c7f Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala e785de2a6e Fixed: Typo
--HG--
branch : develop
9 years ago
kervala 55de2f0bd2 Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
9 years ago
kervala a7b3532687 Changed: Minor changes
--HG--
branch : develop
9 years ago
kaetemi c8646b26d1 Fix rounding error in _RyzomDay and _RyzomTime calculation
--HG--
branch : develop
9 years ago
kervala 79be594f54 Changed: Trim URL before to display it
--HG--
branch : develop
9 years ago