Commit Graph

23 Commits (107728c9445efa795680bc6b0830f256cb9005c4)

Author SHA1 Message Date
kervala 1000e29a96 Fixed: Compilation with VC++ 2013
--HG--
branch : develop
kervala f605c5faa5 Changed: Replace all "" by empty(), clear(), Empty(), etc...
--HG--
branch : develop
kervala 16df8b8c1d Changed: Use empty() instead of comparison with ""
--HG--
branch : develop
kervala 55de2f0bd2 Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
kervala 079ea3e5c5 Changed: Let dependencies propagate to other targets
--HG--
branch : develop
kaetemi aede54925f Visual Studio 2013 compilation support for Ryzom Tools
--HG--
branch : develop
kervala 0cabe14089 Changed: Code simplification
kervala 8eaf7d889a Changed: Use *_PREFIX instead of fixed values with INSTALL
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
kervala 5cd98b6e45 Changed: Replaced NLMISC::strlwr by NLMISC::toLower
kervala e6c61a9602 Changed: Replace atoi and sscanf by fromString when it's possible
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala 2a939c2800 Fixed: Build error with gcc
kervala a6bdd40593 Changed: Build error with gcc (patch provided by abelgar)
kervala d568711258 Changed: Remove all warnings when compiling Ryzom
kervala 256062307b Changed: Remove all warnings when compiling Ryzom (patch provided by Abelgar)
kervala 3f8bc64bca Changed: Remove all warnings when compiling Ryzom
mattraykowski 972e141687 Changed: Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout.
vl d1cb8fde2d Changed: char* into const char*. string_constant_to_char.patch provided by vhelsing
Matt Raykowski cbecd29fa6 Update: Applied some patches and fixed include directories for CMake.
acemtp@users.sourceforge.net d5c601ffa5 initial version