Commit Graph

398 Commits (36f886f5f1f27f1c19916eefbb9398a69ed503af)

Author SHA1 Message Date
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