Commit Graph

472 Commits (5bddfcfb224963e648ff853e6fdf963abcab9157)

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

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

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