Commit Graph

115 Commits (c4d8565185d3cf53e4c0f6efd7ff43d85ed9ae26)

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