Commit Graph

2106 Commits (ac57a464d4cf3240667b67db548fe0940df55bf2)

Author SHA1 Message Date
kervala 296ca5133f Changed: Only display flushDebugStack messages if DisableNLDebug is not set
--HG--
branch : develop
9 years ago
kervala 68b23fe50f Changed: Typo
--HG--
branch : develop
9 years ago
kervala 71d3ea8a37 Changed: Preparation of future binary patching (each supported platform has its own BNP with binaries)
--HG--
branch : develop
9 years ago
kervala 2cbcb2735e Changed: Some improvements (only try to fix wrong filenames if right files don't exist)
--HG--
branch : develop
9 years ago
kervala ae19cfe5eb Changed: Also fix medium and heavy boots with a dress
--HG--
branch : develop
9 years ago
kervala 08671a2c57 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala c0a3345c83 Changed: Simplified code
--HG--
branch : develop
9 years ago
kervala f04ebac483 Changed: Only display this warning in debug, because occurs when underwears are equipped
--HG--
branch : develop
9 years ago
kervala 935809b40f Changed: There is no client_default.cfg.in anymore
--HG--
branch : develop
9 years ago
kervala ad981b15c7 Changed: Translate comment in english
--HG--
branch : develop
9 years ago
kervala 08205daacc Changed: Remove old equivalent code
--HG--
branch : develop
9 years ago
kervala d67d831afe Fixed: Use white color for underwears everywhere (even if it's a bug in EGS...)
Changed: Don't call applyColorSlot twice if item exists

--HG--
branch : develop
9 years ago
kervala f51b33cc3b Fixed: Use correct shape for boots when caster dress is equipped
--HG--
branch : develop
9 years ago
kervala fcda945608 Fixed: Wrong default shape names
--HG--
branch : develop
9 years ago
Nimetu 73d010ca6b Fixed: Timestamps in chat not visible after switching characters
--HG--
branch : develop
9 years ago
kervala 1863f91782 Merge
--HG--
branch : develop
9 years ago
Nimetu 2eb56b6460 Added html HR element
--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 ec8d9ea266 Fixed: Install ryzom_configuration_qt in RYZOM_GAMES_PREFIX
--HG--
branch : develop
9 years ago
kervala 7105749d94 Changed: Include limits
--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 3b3b1d0d4c Fixed: Allow to sign OS X bundles with APPLE_CERTIFICATE
--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 2064fa2699 Fixed: _PatchDirectory already has a trailing slash
--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
Nimetu 55b46c5c76 Added: Option to set radar to follow camera
--HG--
branch : develop
9 years ago
kervala 5afda00594 Merge
--HG--
branch : develop
9 years ago
kervala 7977ef5903 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 8b9098b5d5 Fixed: Wrong copyFile and moveFile syntax
--HG--
branch : develop
9 years ago
Nimetu 0f34e0ea91 Changed: Attach dyn chat to main chat as default.
--HG--
branch : develop
9 years ago
Nimetu a64709552c Added: 12-hour clock in radar and chat
--HG--
branch : develop
9 years ago
Nimetu 3895644589 Changed: Display inventory bulk with two decimal places
--HG--
branch : develop
9 years ago
kervala 8aff509f0f Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala 57f711a41a Fixed: New LZMA syntax under Linux
--HG--
branch : develop
9 years ago
kervala f87218e7e3 Changed: Real executable name for client_config_qt
--HG--
branch : develop
9 years ago
kervala 9d30c279e0 Fixed: Compilation of some tools with Qt 5 in static
--HG--
branch : develop
9 years ago
kervala 7ebe3088bb Fixed: Compile crash_report and ryzom_configuration if WITH_RYZOM_CLIENT is set
--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 3baeced8c6 Fixed: Typos again
--HG--
branch : develop
9 years ago
kervala 0e62130d99 Fixed: Typo
--HG--
branch : develop
9 years ago
kervala fcb0963888 Fixed: Typo
--HG--
branch : develop
9 years ago
kervala e66f15dba6 Changed: Added new variable DumpVisualSlotsIndex to choose if we need to dump all visual slots index in vs_index.txt
--HG--
branch : develop
9 years ago
kervala c245155525 Changed: Install sheets_packer.cfg too
--HG--
branch : develop
9 years ago
kervala e8f77eb967 Changed: Check for alternative directories
--HG--
branch : develop
9 years ago
kervala fdbaab6a38 Changed: Don't need to write absolute directories in client_default.cfg, because everything must be relocatable
--HG--
branch : develop
9 years ago
kervala a1a557dd1b Changed: Sort dictionary keys
--HG--
branch : develop
9 years ago
kervala a75ebeffa7 Changed: Append _dev to client if compiling without FINAL_VERSION (like Nevrax did)
--HG--
branch : develop
9 years ago
kervala 1d00f974b6 Fixed: ryzom_client_patcher compilation
--HG--
branch : develop
9 years ago
kervala 079ea3e5c5 Changed: Let dependencies propagate to other targets
--HG--
branch : develop
9 years ago
kervala f833cc43de Changed: Replace RYZOM_SHARE_PREFIX by getRyzomSharePrefix()
--HG--
branch : develop
9 years ago
kervala be1ed3349c Fixed: Wrong copy-paste
--HG--
branch : develop
9 years ago
kervala d14cdc856e Changed: Centralize config.h to avoid recompiling too many files in config.h each time config.h is modified
--HG--
branch : develop
9 years ago
kervala 71ff890d62 Fixed: Don't install all files in /usr/share if compiling a local client
--HG--
branch : develop
9 years ago
kervala 23ecfa9fe7 Changed: Better translations
--HG--
branch : develop
9 years ago
kervala 9f11987a3b Changed: Update MaxTrack at launch
--HG--
branch : develop
9 years ago
kervala 9d3de84c38 Changed: Make QString from UTF-8 string
--HG--
branch : develop
9 years ago
kervala 926af19e1a Fixed: Ryzom Configuration language can be different from Ryzom language
--HG--
branch : develop
9 years ago
kervala c4b933d1bd Changed: Load interface translations at launch
--HG--
branch : develop
9 years ago
kervala 5707757198 Changed: There is no suffix under Linux or OS X
--HG--
branch : develop
9 years ago
kervala 739cba1d2a Changed: Use PNG images
--HG--
branch : develop
9 years ago
kervala 9fdb287175 Changed: Compile client_config_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala 5e686dfc60 Changed: Convert BMP images to PNG
--HG--
branch : develop
9 years ago
kervala 5b797db264 Added: French translation for client_config_qt
--HG--
branch : develop
9 years ago
kervala 7a23ff8fd6 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 14f0f3454c Changed: Define supportted languages in Info.plist
--HG--
branch : develop
9 years ago
kervala 7988232bcd Fixed: Define right value for Russian and Spanish in UI:TEMP:LANGUAGE
--HG--
branch : develop
9 years ago
kervala 092fad98c9 Changed: Define default value for AnisotropicFilter
--HG--
branch : develop
9 years ago
kervala c2c30b4b96 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala a0c6c9096c Changed: Change Anisotropic Filtering for next uploaded textures
--HG--
branch : develop
9 years ago
kervala 3dafe1ff1f Fixed: Anisotropic Filtering 2x didn't work
--HG--
branch : develop
9 years ago
kervala 86a866d4cb Fixed: Completely remove Yubo Chat since it's not used anymore (patch by Kaetemi)
--HG--
branch : develop
9 years ago
kervala 1532da4618 Changed: Add Anisotropic Filtering in game config options
--HG--
branch : develop
9 years ago
kervala 806098e881 Changed: Support 64x64 icon size
--HG--
branch : develop
9 years ago
kervala 99ccb5f45d Changed: Increased size of some combo boxes
--HG--
branch : develop
9 years ago
kervala d8102a8c67 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 532f8c502f Fixed: Search icons under Linux in default directories
--HG--
branch : develop
9 years ago
kervala 1afec95dd9 Fixed: Only display VR page in game config if compiled with a VR SDK
--HG--
branch : develop
9 years ago
kervala ebae4c2691 Fixed: Compilation under Linux
--HG--
branch : develop
9 years ago
kervala 68a9e3156e Changed: Look into predefined pathes for Ryzom icons
--HG--
branch : develop
9 years ago
kervala 1a40880d6f Changed: Use RYZOM_VERSION from config.h (generated by CMake)
--HG--
branch : develop
9 years ago
kervala 0666f9d2c9 Removed: Useless MFC readme.txt
--HG--
branch : develop
9 years ago
kervala 7a2dd18095 Changed: Add and use more constants in config.h
--HG--
branch : develop
9 years ago
kervala ce519d6d34 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 520eb941b1 Changed: Simplified CMake ELSE and ENDIF
--HG--
branch : develop
9 years ago
kervala 4d4df6aaf8 Changed: Updated UNIX icons
--HG--
branch : develop
9 years ago
kaetemi 525b0f1643 Apply patch #231, new weather values, must be applied server-side as well. Needs to be tested
--HG--
branch : develop
9 years ago
kervala 56988bf85b Changed: Minor change
--HG--
branch : develop
9 years ago
kervala 86c2148df8 Changed: Remove Yubo chat references
--HG--
branch : develop
9 years ago