Commit Graph

472 Commits (521a5c8fb7fcd03ad2b19e2e1832ed683bd1eeea)

Author SHA1 Message Date
kervala cfd905b4a9 Changed: Replace ~0u by std::numeric_limits<uint>::max()
--HG--
branch : develop
kervala 4694ca2580 Fixed: Colors are on 3 bits (colors goes from 0 to 7) so 254 was converted to 6 (white)
--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 175af88d67 Fixed: Don't install libraries if WITH_INSTALL_LIBRARIES off
--HG--
branch : develop
kervala 394884ffd9 Fixed: Compilation under Linux
--HG--
branch : develop
kervala 4e8ba88046 Fixed: Clang warning
--HG--
branch : develop
kervala b170168295 Fixed: Use NELID16 macros
--HG--
branch : develop
kervala 3a3a8752d1 Changed: Replace (uint16)~0 by std::numeric_limits<uint16>::max()
--HG--
branch : develop
kervala a550f2c760 Changed: Minor changes
--HG--
branch : develop
kervala bc12a142c8 Changed: Replace atoi by fromString
--HG--
branch : develop
kervala a680c7d83b Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord
--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 fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
kervala 817486538c Changed: Minor changes
--HG--
branch : develop
kaetemi 0cd51d59c7 Fix VS2013 64bit compiler error
C1128: number of sections exceeded object file format limit : compile with /bigobj

--HG--
branch : develop
kaetemi 769d5190c5 Fixes for VS2013, ref
--HG--
branch : develop
kervala f999cc892c Fixed: Compilation with GCC
--HG--
branch : develop
kaetemi 55d0c3282d Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 609fbbc9c3 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 77d17265eb Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 3ac5c4c5c3 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 883d699428 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 389bde2e11 Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kaetemi 4cb42c6de0 Visual Studio 2013 compilation support for Ryzom Tools
--HG--
branch : develop
kaetemi a912fa49ac Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
kervala 0c054b5201 Merge with hotfix
--HG--
branch : develop
kervala 9d6b9daebe Fixed: Wrong include guard for admin_modules PCH
--HG--
branch : hotfix
kervala 3aa1661c90 Merge with hotfix
--HG--
branch : develop
kervala 859387758d Fixed: Compilation
--HG--
branch : hotfix
kervala a723f9261b Merge with hotfix
--HG--
branch : develop
kervala a42569ad24 Added: PCH for admin_modules
--HG--
branch : hotfix
kervala e8b0765e7c Merge with hotfix
--HG--
branch : develop
kervala 76e64fcb42 Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent
--HG--
branch : hotfix
kervala 165524d1df Changed: Used PCH for admin_modules
--HG--
branch : hotfix
kervala 4de072865b Changed: Check getSpawn() before calling its methods
--HG--
branch : hotfix
kervala b0937ec02b Changed: Minor changes
--HG--
branch : hotfix
kervala 6853497593 Changed: Replaced atof by NLMISC::fromString
--HG--
branch : hotfix
kervala 3039428094 Fixed: Compilation warnings
--HG--
branch : hotfix
kervala eea09d8893 Fixed: Guilds with same characters and not same spaces
--HG--
branch : develop
kervala b26e7f4c1b Fixed: Compilation
--HG--
branch : develop
kervala 3aa448ba24 Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : develop
kervala b70e8d3e7b Fixed: Compilation
--HG--
branch : develop
kervala 5ee2864491 Fixed: Compilation
--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
kervala 3bfcd8644d Changed: Minor changes
--HG--
branch : develop
kaetemi bb8eb7dcec Fix mirror type sizes
--HG--
branch : hotfix
kaetemi 91ad193104 Fix patchman scripts
--HG--
branch : develop
kaetemi ee92cb0702 Update default path
--HG--
branch : develop
kaetemi c3cf5c7af4 Update default patchman cfg
--HG--
branch : develop
kaetemi 933420690b Change patchman example domain
--HG--
branch : develop
kaetemi ff7450a22e Merge with develop
--HG--
branch : sha512-auth
Rodolphe Breard 65b902970a ref : rolling back to include a crypt(3) implementation and adding sha512 support
--HG--
branch : sha512-auth
kaetemi e714e37c4c Fix EGS sheet rebuild crashes
--HG--
branch : develop
Rodolphe Breard 094a23bd09 fixing : passwords are now stored using SHA-512 instead of traditional DES
--HG--
branch : sha512-auth
kaetemi 07caf402c2 Fix bad type passed to sscanf
--HG--
branch : develop
kaetemi 7fed632c54 Fix includes
--HG--
branch : develop
kishan_grimout 6c28bfb459 avoid recursion problem when 'taking all' in quarter temp inventory in EGS
--HG--
branch : develop
kaetemi 07ee9a4469 Add missing r2_islands_textures tool
--HG--
branch : develop
kaetemi 927ecb3dae Remove dead code (CCharacterAchievements, CKnownBrickInfo)
kaetemi 2abe431675 Regenerate PLR cpp and header
kaetemi 47368e78f9 Remove dead code
nimetu ca79af60c6 Fix /muteUniverse on dyn universe channels
kaetemi f5fb98764f Remove unused mirror dataset
kaetemi 328eaf592a Use correct AES cfg
kaetemi 0445c3138c Typo
kaetemi d651eff10b Cleanup some RYZOMID code
kaetemi 3baf60ad1d Remove dead code in game item manager
kaetemi e0a1d27dc8 Bugfix in distance prioritizer
kaetemi 7448ec51a7 Remove dead declarations in DSS
kaetemi bde283e8cb Fix SU RSM UAP SQL query
kaetemi b0c0439b39 Change ClientApplication to DomainId in permission table
nimetu 0d2fc4696f Crafted tool durability, fix
kaetemi aca4d8e48b One set of SQL scripts to rule them all
kaetemi 66922f04bd Fix Ryzom server compile under MinGW
kaetemi b18203fc4e Fix Ryzom server compile under MinGW
kaetemi 5a97a3aef0 Fix config
kaetemi 98fdfb672c Cleanup config
kaetemi 2b5373e436 Fix duplicate config data
kaetemi dd97d5d41b Remove duplicate cfg data
kaetemi 1764cfd708 Fix Pointer truncation in AI Script VM
kaetemi 91d453dd63 Make packed sheets behaviour consistent accross services
kaetemi 86f86c6170 Add additional executable permissions
kaetemi 151e86bc9d Add example configuration for patchman
kaetemi d08c53aaf7 Remove unnecessary cfg
kaetemi 2289285c14 Add AIS sheets to shard sheets packer tool
kaetemi 30030220c1 Add EGS sheets to shard sheets packer tool
kaetemi f65a48cc4b Rename CSheets in GPM to CGpmSheets
kaetemi 32eafb179d Add sheets packer tool for shard GPMS and CContinentContainer
kaetemi accafc4192 Add sheets packer tool for shard MS and IOS
kaetemi 62cf064982 Cleanup data_shard
kaetemi f0688ad8c6 Get path for datasets from config like other services
kaetemi 106cd007f9 Move mirror sheets back in
Matthew Lagoe 0db3345130 Merged in nimetu/ryzomcore/shard-script-fixes-for-dash (pull request )
Change shard scripts to work with dash shell (issue )
botanic 7518c066b3 Change frontend to use shard.ryzomcore.org by default
kaetemi 48d2c22639 Merge with default
--HG--
branch : kaetemi-cleanup
Nimetu 6f1dc626bd Change shard scripts to work with dash shell (issue )
Fix 'Press ENTER key' functionality

--HG--
branch : shard-script-fixes-for-dash
kervala 36a537a88e Changed: Replaced atof by fromString
kervala 0ce9bca0ac Changed: Replaced strlwr by toLower
Botanic 9e67d9ea09 added rrd_graphs directory
--HG--
branch : rc-botanic-webdev
kervala de43ea8d86 Fixed: Some warnings
kervala de42e4d7ff Fixed: Some warnings
kaetemi 3b4730c890 Fix warnings
kaetemi 3b1d4e3915 Fix warnings
kaetemi 85365fd7bb Fix line endings
kervala c8c296f484 Changed: Created NELID macro to fix warning "multi-character character constant"
kervala 6695a9064e Changed: Created NELID macro to fix warning "multi-character character constant"
kaetemi 348594e5fd Merge
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 980b7120c8 Changed: Merged code from official client
kaetemi 929692b204 Remove more game data
--HG--
branch : kaetemi-cleanup
kaetemi ddec3d8b19 Remove game data
--HG--
branch : kaetemi-cleanup
kaetemi 347d4e0940 Some necessary ryzom tools did not build when client and server were unchecked
kervala b0e717728b Changed: French comments translated to English
mattraykowski e7e51f01e0 merging gui editor repo.
mattraykowski 0eeeaa401f removed line from a bad merge of the character achievement code, sorry
dfighter1985 a920c7e261 another merge from mainline
dfighter1985 fcb736c387 Merged mainline default branch changes.
--HG--
branch : gsoc2012-gui-editor
kervala 6eec6cb861 Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
kervala f5dec3c1ca Changed: Typo fixes and French comments translated to English (Thanks to DuDraig!)
mattraykowski cd2134e671 merging
mattraykowski 8ced186cfd merge from default
--HG--
branch : gsoc2012-achievements
kervala 671827225d Changed: French comments translated to English
kervala 6e498aefad Changed: Typo fixes (thanks to Vagrant!)
kervala 45c8b20f39 Changed: Typo fixes (thanks to Vagrant!)
mattraykowski f370f767ef fixes issue - deleted the 'highres' graphvars from config files.
mattraykowski 6f64abe84a fixes issue - checks for RYZOM_PATH env var, starts in build folder and turns on status line display in screen.
kervala b275536528 Changed: Included "fe_types.h"
kervala 16dc8db7ca Changed: GCC warnings
kervala e6036c3047 Changed: frontend_service PCH compilation
kervala df5376cc2a Changed: ai_service PCH compilation
kervala 681836f620 Fixed: Server side issues
dfighter1985 cb13ce46cd MODIFIED: Merged mainline default to this branch.
--HG--
branch : gsoc2012-gui-editor
kervala 8be848dd2b Fixed: Server side issues
kervala 11e88fed8f Changed: Minor changes
kervala b7be696848 Move all PACS headers in nel/include/pacs directory (fixes )
mattraykowski 8438fdda44 merged default, resvolved conflicts.
--HG--
branch : gsoc2012-achievements
mattraykowski 92399cb5d2 merged from default
--HG--
branch : gsoc2012-achievements
kervala d8c7fa52f9 Changed: Replaced string empty comparisons with empty()
kervala 3d50e0160d Changed: Fix typos in comments/code