Commit Graph

33 Commits (89319eb99c87e24488c39629194924013038fdc8)

Author SHA1 Message Date
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
kervala 2064fa2699 Fixed: _PatchDirectory already has a trailing slash
--HG--
branch : develop
kervala 189fc7a2d9 Changed: Minor changes
--HG--
branch : develop
kervala 84831a4b34 Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord
--HG--
branch : develop
kervala 7977ef5903 Changed: Minor changes
--HG--
branch : develop
kervala 8b9098b5d5 Fixed: Wrong copyFile and moveFile syntax
--HG--
branch : develop
kervala 57f711a41a Fixed: New LZMA syntax under Linux
--HG--
branch : develop
kervala fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
kervala 1a40880d6f Changed: Use RYZOM_VERSION from config.h (generated by CMake)
--HG--
branch : develop
kervala a0c60bc896 Changed: Use CFile::createEmptyFile()
--HG--
branch : develop
kervala fdc8ddb9f4 Fix missing include in tools sources
--HG--
branch : develop
kervala 704610668d Changed: Replaced ~0 by corresponding std::numeric_limits<T>::max()
--HG--
branch : develop
botanic 666ab7ebec Added linux patcher!
sfb 9343d45e22 fixes - forces tool to create an empty file in the root tool directory as a basis for initial patch generation
kervala 8eaf7d889a Changed: Use *_PREFIX instead of fixed values with INSTALL
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
sfb 7c3522da9e Fixed: patch_gen uses tmpnam function instead of 'nul' for files with no pre-existing version. Note - used tmpnam instead of mkstemp due to cross-platform compatibility.
kervala 4027e82360 Changed: Remove all warnings when compiling Ryzom
kervala 5cd98b6e45 Changed: Replaced NLMISC::strlwr by NLMISC::toLower
kervala ed64aaeb62 Changed: Remove VC++ projects and solutions which are not needed by Nevrax Linux makefiles
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala 123c773bae Changed: Commented out all #pragma message
kaetemi f157610a73 Changed: Added wmap tools to ryzom tool sln and fixed stuff.
kervala 7401b20488 Fixed: Some services compilation (winmain not found)
kervala 4b48c3a77c Fixed: Including windows.h before using WinMain
mattraykowski 972e141687 Changed: Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout.
kervala 082676ea80 Changed: CFile::copyFile takes now 2 std::string as parameters
kervala 6457dd4f55 Changed: Remove/convert/update old projects
kervala 4e9550100a Added: patch_gen project in Ryzom tools
kervala 59bdca45fe Changed: Prefix all Ryzom binaries by ryzom_
Matt Raykowski cbecd29fa6 Update: Applied some patches and fixed include directories for CMake.
Matt Raykowski e055fbd30b Update: Updating the CMake build, getting rid of bad stuff like DECORATE_NEL_LIB
acemtp@users.sourceforge.net d5c601ffa5 initial version