Commit Graph

472 Commits (62a821bc1d04401228a1215cbf028b27e9adc4e7)

Author SHA1 Message Date
kervala a62e5ec380 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala a656985518 Fixed: Possible SQL injection, fixes #297
--HG--
branch : develop
8 years ago
kervala 8580daa0a1 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 2c6bbb7124 Fixed: Wrong variable names
--HG--
branch : develop
8 years ago
Vinicius Arroyo b9bc6e91bd fixes wrong initialization of max number of objects and npc spaws in egs
--HG--
branch : viniciusarroyo/fixes-wrong-initialization-of-max-number-1470835250351
8 years ago
kervala b547861532 Changed: Better checks
--HG--
branch : develop
9 years ago
kervala 0c2535c4a0 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 9609ac7de2 Changed: Replace atof by fromString
--HG--
branch : develop
9 years ago
kervala 77ae602e6a Changed: Better alignment
--HG--
branch : develop
9 years ago
Nimetu a8a697c5dd Fixed: bad commit (issue #143)
--HG--
branch : develop
9 years ago
kervala 55de2f0bd2 Fixed: Compilation (missing NLMISC namespaces for nlfopen)
--HG--
branch : develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
kervala db92fc81f1 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 3f0e6f3757 Fixed: Compilation under Linux (thanks Kishan for the patch!), fixes #260
--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 b6dae7002e Changed: Minor change
--HG--
branch : develop
9 years ago
kervala 93d89700bc Fixed: Useless dependencies
--HG--
branch : develop
9 years ago
kervala c1125199ca Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 093ee91656 Fixed: libxml2 dependencies
--HG--
branch : develop
9 years ago
kervala 36f886f5f1 Changed: Removed more useless dependencies
--HG--
branch : develop
9 years ago
kervala c5d8c9965e Changed: Minor changes (EOL, spaces, etc...)
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 963892913f Fixed: Crash in backup service
--HG--
branch : develop
9 years ago
kervala f5a60e3a60 Fixed: Don't install static libraries if not defining WITH_INSTALL_LIBRARIES
--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 54ee3d79e9 Changed: Minor change
--HG--
branch : develop
9 years ago
kervala 76dece0ec2 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala c09476ec03 Fixed: Servers compilation
--HG--
branch : develop
9 years ago
kervala 834fcbe8c8 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 0e74c167cd Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 592bb16c11 Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala 92fe9a6554 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala a53ff71469 Changed: Replace strlwr by toLower
--HG--
branch : develop
9 years ago
kervala 23e4517baa Fixed: Compilation with clang
--HG--
branch : develop
9 years ago
kervala 20711e24e3 Fixed: Typos
--HG--
branch : develop
9 years ago
kervala 25a7caf341 Fixed: Use SaveShardRoot from game_share
--HG--
branch : develop
9 years ago
kervala 860a4d99ba Changed: Replaced substr == by compare, because more optimized (thanks to Kaetemi for the hint!)
--HG--
branch : develop
9 years ago
kervala 03eaa9181a Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala ef6b8fb501 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 130ca08bc7 Changed: Minor change
--HG--
branch : develop
9 years ago
kervala ab4dc8ec01 Changed: Merge code from private repository
--HG--
branch : develop
9 years ago
kervala d5e74ca5c8 Fixed: Wrong check (if c is NULL, nothing is happening)
--HG--
branch : develop
9 years ago
kervala c6927af7c0 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala ef16bab62e Changed: Merge code from private repository
--HG--
branch : develop
9 years ago
kervala 88042cc28d Changed: Minor changes
--HG--
branch : develop
9 years ago
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