Jan Boon
|
37c567c88c
|
File ai_instance.cpp uses inline processStateEvent from state_instance.h which uses inline testCompatibility from event_reaction_include.h
https://gist.github.com/sjvs/8795aae6671734ff991033b510e62de5
|
7 years ago |
kervala
|
ad98b1414a
|
Changed: Minor changes
--HG--
branch : develop
|
7 years ago |
kervala
|
ad99c2afb7
|
Fixed: Warning (missing return)
--HG--
branch : develop
|
7 years ago |
kervala
|
c7ded068d9
|
Fixed: Compilation (reverted back some changes)
--HG--
branch : develop
|
7 years ago |
kervala
|
dcaf417aee
|
Changed: Minor changes
--HG--
branch : develop
|
7 years ago |
kervala
|
facc5f6d28
|
Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
|
7 years ago |
kervala
|
c4888b2d5b
|
Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
|
7 years ago |
kervala
|
675f85c288
|
Fixed: Warnings, throw(type) deprecated in C++11 and removed in C++17
--HG--
branch : develop
|
7 years ago |
kervala
|
1000e29a96
|
Fixed: Compilation with VC++ 2013
--HG--
branch : develop
|
7 years ago |
kervala
|
613d4ddc34
|
Fixed: Warnings, throw(NLMISC::EStream) deprecated in C++11 and removed in C++17, and class keyword is useless
--HG--
branch : develop
|
7 years ago |
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
|
9 years ago |
kervala
|
2c6bbb7124
|
Fixed: Wrong variable names
--HG--
branch : develop
|
9 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
|
9 years ago |