Commit Graph

457 Commits (c4a1176cb37bc33d73fc6389f95a9e50ee68e435)

Author SHA1 Message Date
kervala 4995760334 Fixed: Don't compile ryzom_servershare and ryzom_aishare if not using Ryzom server or tools
--HG--
branch : develop
7 years ago
kervala 575f58d749 Changed: Synchonized some changes from compatibility-develop branch
--HG--
branch : develop
7 years ago
kishan_grimout 5ea48c7599 fix crash in EGS when client asks to create an item with a sheet ID EGS doesn't know
by avoiding access the null item pointer outside the if(null) scope.

--HG--
branch : develop
8 years ago
Guillaume Dupuy 431e2349d5 Fix build with macOS clang
--HG--
branch : fix_compilation_mac
8 years ago
Guillaume Dupuy d5080e07cb Fix compilation on mac (thanks Siela for the fixes !)
--HG--
branch : fix_compilation_mac
8 years ago
Guillaume Dupuy 9586e39ca4 Use stdpch.h instead for include
--HG--
branch : fix_compilation_windows
8 years ago
Guillaume Dupuy 5b3eed58ec Fix server compilation under windows
--HG--
branch : fix_compilation_windows
8 years ago
Guillaume Dupuy 4952eeb585 Add default constructor for CDepositState
--HG--
branch : save_deposit_state_v2
8 years ago
Guillaume Dupuy bd3a27778e Save deposit state
--HG--
branch : save_deposit_state_v2
8 years ago
Nimetu 0236b3e4a4 Fixed: compiling server (fixes #303)
--HG--
branch : develop
8 years ago
kervala 43195f71a5 Fixed: Servers compilation under Linux
--HG--
branch : develop
8 years ago
kervala cbb1233ce2 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala 61b76ad106 Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala bd13cabb13 Fixed: Wrong argument checked
--HG--
branch : develop
8 years ago
kervala ede5a5a53b Fixed: Servers compilation
--HG--
branch : develop
8 years ago
kervala 8da20b30cc Changed: Merged changes from compatibility-develop that should also be in develop
--HG--
branch : develop
8 years ago
kervala a0b4bb2397 Changed: Strings initialization
--HG--
branch : develop
8 years ago
kervala cbf407f9a1 Changed: Replaced comparisons with string("") by empty() check
--HG--
branch : develop
8 years ago
kervala cbf2c744f0 Changed: Replace some const char* by std::string
--HG--
branch : develop
8 years ago
kervala ab44d7e809 Changed: Use a CUniquePtr macro since std::unique_ptr doesn't exist on all (yet) supported platforms
--HG--
branch : develop
8 years ago
kervala 00048f0d6d Changed: Don't use std::auto_ptr anymore (use std::unique_ptr instead)
--HG--
branch : develop
8 years ago
kervala 1a338b3462 Fixed: getMission returns a mission instead of NULL
--HG--
branch : develop
8 years ago
kervala ec6ffe547c Fixed: Typo
--HG--
branch : develop
8 years ago
kervala bf7b51ca6c Fixed: Only 1 parameter for forceMissionProgress
--HG--
branch : develop
8 years ago
kervala a3262bb971 Fixed: Warnings
--HG--
branch : develop
8 years ago
kervala 94d3440148 Fixed: Strict aliasing warnings
--HG--
branch : develop
8 years ago
kervala 9941fcf82b Fixed: Typos detected by Lintian
--HG--
branch : develop
8 years ago
kervala 16df8b8c1d Changed: Use empty() instead of comparison with ""
--HG--
branch : develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala 70be3a6093 Changed: Merge pull request in develop too
--HG--
branch : develop
8 years ago
kervala 661975a471 Changed: Simplify toString
--HG--
branch : develop
8 years ago
kervala 3ae41bfa58 Changed: Minor changes
--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 daf3edd056 Changed: Typo
--HG--
branch : develop
8 years ago
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