Commit Graph

114 Commits (6565603216d3f996b7a717c3a3cc84dcdbf0d00c)

Author SHA1 Message Date
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
kervala 517336923f Changed: Replace sscanf by fromString
--HG--
branch : develop
kervala 25faa27ef5 Fixed: Compilation with VC++ 2015 (need spaces around NL_I64)
--HG--
branch : develop
kervala 9609ac7de2 Changed: Replace atof by fromString
--HG--
branch : develop
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
kervala 475864dac0 Fixed: Typo
--HG--
branch : develop
kervala 5bf17060c0 Fixed: Crash if spawnBot is NULL
--HG--
branch : develop
kervala fc96bdf46d Fixed: AIS crash if variable not initialized (forgot to commit)
--HG--
branch : develop
kervala e60b630d09 Changed: Minor changes
--HG--
branch : develop
kervala b6f8fe80e9 Fixed: AIS crash if variable not initialized (a big thanks to depyraken to finding it)
--HG--
branch : develop
kervala 63a36fc2f8 Changed: Removed libxml2 dependencies from other targets
--HG--
branch : develop
kervala 93d89700bc Fixed: Useless dependencies
--HG--
branch : develop
kervala 57f216dc3e Changed: Expand environment variables in paths read from cfg files
--HG--
branch : develop
kervala 92fe9a6554 Fixed: Compilation
--HG--
branch : develop
kervala cfd905b4a9 Changed: Replace ~0u by std::numeric_limits<uint>::max()
--HG--
branch : develop
kervala 2a86e317be Changed: Synchronization with private repository
--HG--
branch : develop
kervala b2927175c3 Changed: Minor changes
--HG--
branch : develop
kervala 80581347a4 Changed: Replace NLMISC::strupr by NLMISC::toUpper
--HG--
branch : develop
kervala 613150e5bc Changed: Replace more ~0 by std::numeric_limits<*>::max() some changes from private repository
--HG--
branch : develop
kervala d187138099 Changed: Replace more ~0 by std::numeric_limits<*>::max()
--HG--
branch : develop
kervala 5efaa8360f Changed: Minor changes
--HG--
branch : develop
kervala 3a3a8752d1 Changed: Replace (uint16)~0 by std::numeric_limits<uint16>::max()
--HG--
branch : develop
kaetemi 389bde2e11 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kervala e8b0765e7c Merge with hotfix
--HG--
branch : develop
kervala 76e64fcb42 Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent
--HG--
branch : hotfix
kervala 4de072865b Changed: Check getSpawn() before calling its methods
--HG--
branch : hotfix
kervala b26e7f4c1b Fixed: Compilation
--HG--
branch : develop
kervala 3aa448ba24 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : develop
kervala 303f7d2e79 Changed: Minor changes
--HG--
branch : develop
kervala 704610668d Changed: Replaced ~0 by corresponding std::numeric_limits<T>::max()
--HG--
branch : develop
kervala 99c88bd515 Changed: Minor changes
--HG--
branch : develop
kaetemi 07caf402c2 Fix bad type passed to sscanf
--HG--
branch : develop
kaetemi b18203fc4e Fix Ryzom server compile under MinGW
kaetemi 1764cfd708 Fix Pointer truncation in AI Script VM
kaetemi 2289285c14 Add AIS sheets to shard sheets packer tool
kervala de43ea8d86 Fixed: Some warnings
kaetemi 68f20a3369 Use distSqTo instead of distTo
kaetemi 082ce825a5 Add distSqTo to CAIVector
kaetemi e99bf91b20 Move r2 plot item security off the AIS to the EGS and remove hardcoded sheet ids
kervala b0e717728b Changed: French comments translated to English
kervala f5dec3c1ca Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
kervala 671827225d Changed: French comments translated to English
kervala 45c8b20f39 Changed: Typo fixes (thanks to Vagrant!)
kervala df5376cc2a Changed: ai_service PCH compilation
kervala d8c7fa52f9 Changed: Replaced string empty comparisons with empty()
kervala eea1360021 Changed: Synchronization with SVN
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
kervala 52524f27fb Changed: Fix typos in comments/code
kervala de9b4be9c6 Changed: Remove all warnings when compiling Ryzom