Commit graph

2131 commits

Author SHA1 Message Date
kervala
ab4dc8ec01 Changed: Merge code from private repository
--HG--
branch : develop
2015-12-29 22:06:49 +01:00
kervala
d5e74ca5c8 Fixed: Wrong check (if c is NULL, nothing is happening)
--HG--
branch : develop
2015-12-29 17:59:18 +01:00
kervala
c6927af7c0 Changed: Minor changes
--HG--
branch : develop
2015-12-29 16:39:37 +01:00
kervala
ef16bab62e Changed: Merge code from private repository
--HG--
branch : develop
2015-12-29 16:35:47 +01:00
kervala
88042cc28d Changed: Minor changes
--HG--
branch : develop
2015-12-29 16:19:46 +01:00
Nimetu
82afdecc72 Changed: Save screenshots with year-month-day info in filename
--HG--
branch : develop
2015-12-29 14:34:24 +02:00
kervala
4c0fc6074f Fixed: Set process name (fixes the <Unknown> under Linux and OS X)
--HG--
branch : develop
2015-12-28 18:13:37 +01:00
kervala
19cbbb2bec Changed: Don't create log.log anymore
--HG--
branch : develop
2015-12-28 18:12:45 +01:00
kervala
1928f6229c Fixed: Universe channel tab close
--HG--
branch : develop
2015-12-26 17:49:06 +01:00
kervala
a8383e8f0f Changed: Use entity textures cache size depending on video memory
--HG--
branch : develop
2015-12-26 14:37:53 +01:00
kervala
d7255a63d8 Changed: Minor changes
--HG--
branch : develop
2015-12-26 14:00:39 +01:00
kervala
2d0d87a05e Fixed: Warnings with GCC
--HG--
branch : develop
2015-12-25 20:49:59 +01:00
kervala
b68f217274 Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static
--HG--
branch : develop
2015-12-25 15:28:11 +01:00
kervala
2c6d4b6a50 Fixed: Frequency checks useless because it can be 0 or a wrong value, 16 bits depth requirement
--HG--
branch : develop
2015-12-25 15:26:32 +01:00
kervala
be0951f21f Fixed: Need to initialize OpenGL driver
--HG--
branch : develop
2015-12-25 15:25:08 +01:00
kervala
cfd905b4a9 Changed: Replace ~0u by std::numeric_limits<uint>::max()
--HG--
branch : develop
2015-12-23 15:30:12 +01:00
kervala
4694ca2580 Fixed: Colors are on 3 bits (colors goes from 0 to 7) so 254 was converted to 6 (white)
--HG--
branch : develop
2015-12-23 15:28:33 +01:00
kervala
f1cc782223 Changed: Need more checks before using getTotalVideoMemory()
--HG--
branch : develop
2015-12-23 15:22:06 +01:00
kervala
5d64a01f58 Fixed: Use Xcb plugin for Qt 5 under Linux
--HG--
branch : develop
2015-12-23 15:00:49 +01:00
kervala
5cf0fd10af Changed: Only copy installscript_osx.vdf in compatibility branch
--HG--
branch : develop
2015-12-21 17:34:09 +01:00
kervala
fb98ffe809 Changed: Added WITH_RYZOM_CUSTOM_PATCH_SERVER that allows to give priority to PatchUrl defined in client.cfg
--HG--
branch : develop
2015-12-21 17:33:32 +01:00
kervala
93225c6495 Changed: Minor changes
--HG--
branch : develop
2015-12-21 17:32:05 +01:00
kervala
9bc4534660 Fixed: use PatchUrl instead of PatchServer in ryzom_client_patcher
--HG--
branch : develop
2015-12-21 17:31:14 +01:00
kervala
f88fd7719c Changed: Minor changes
--HG--
branch : develop
2015-12-21 17:29:34 +01:00
kervala
3f329aacf7 Changed: Remove PatchServer because unused
--HG--
branch : develop
2015-12-21 16:29:58 +01:00
kervala
296ca5133f Changed: Only display flushDebugStack messages if DisableNLDebug is not set
--HG--
branch : develop
2015-12-20 19:10:33 +01:00
kervala
68b23fe50f Changed: Typo
--HG--
branch : develop
2015-12-20 19:09:18 +01:00
kervala
71d3ea8a37 Changed: Preparation of future binary patching (each supported platform has its own BNP with binaries)
--HG--
branch : develop
2015-12-20 19:08:52 +01:00
kervala
2cbcb2735e Changed: Some improvements (only try to fix wrong filenames if right files don't exist)
--HG--
branch : develop
2015-12-20 19:06:38 +01:00
kervala
ae19cfe5eb Changed: Also fix medium and heavy boots with a dress
--HG--
branch : develop
2015-12-20 18:59:45 +01:00
kervala
08671a2c57 Changed: Minor changes
--HG--
branch : develop
2015-12-20 11:19:51 +01:00
kervala
c0a3345c83 Changed: Simplified code
--HG--
branch : develop
2015-12-20 11:18:53 +01:00
kervala
f04ebac483 Changed: Only display this warning in debug, because occurs when underwears are equipped
--HG--
branch : develop
2015-12-20 11:18:01 +01:00
kervala
935809b40f Changed: There is no client_default.cfg.in anymore
--HG--
branch : develop
2015-12-20 11:14:13 +01:00
kervala
ad981b15c7 Changed: Translate comment in english
--HG--
branch : develop
2015-12-20 11:13:08 +01:00
kervala
08205daacc Changed: Remove old equivalent code
--HG--
branch : develop
2015-12-20 11:12:44 +01:00
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
2015-12-20 11:12:01 +01:00
kervala
f51b33cc3b Fixed: Use correct shape for boots when caster dress is equipped
--HG--
branch : develop
2015-12-20 11:09:41 +01:00
kervala
fcda945608 Fixed: Wrong default shape names
--HG--
branch : develop
2015-12-20 11:08:15 +01:00
Nimetu
73d010ca6b Fixed: Timestamps in chat not visible after switching characters
--HG--
branch : develop
2015-12-19 20:39:33 +02:00
kervala
1863f91782 Merge
--HG--
branch : develop
2015-12-18 18:09:00 +01:00
Nimetu
2eb56b6460 Added html HR element
--HG--
branch : develop
2015-12-18 14:29:40 +02:00
kervala
2a86e317be Changed: Synchronization with private repository
--HG--
branch : develop
2015-12-18 13:05:11 +01:00
kervala
b2927175c3 Changed: Minor changes
--HG--
branch : develop
2015-12-17 14:36:51 +01:00
kervala
80581347a4 Changed: Replace NLMISC::strupr by NLMISC::toUpper
--HG--
branch : develop
2015-12-17 14:36:33 +01:00
kervala
613150e5bc Changed: Replace more ~0 by std::numeric_limits<*>::max() some changes from private repository
--HG--
branch : develop
2015-12-17 14:35:48 +01:00
kervala
d187138099 Changed: Replace more ~0 by std::numeric_limits<*>::max()
--HG--
branch : develop
2015-12-17 13:03:21 +01:00
kervala
5efaa8360f Changed: Minor changes
--HG--
branch : develop
2015-12-17 12:48:57 +01:00
kervala
175af88d67 Fixed: Don't install libraries if WITH_INSTALL_LIBRARIES off
--HG--
branch : develop
2015-12-16 08:00:27 +01:00
kervala
394884ffd9 Fixed: Compilation under Linux
--HG--
branch : develop
2015-12-16 00:07:20 +01:00
kervala
ec8d9ea266 Fixed: Install ryzom_configuration_qt in RYZOM_GAMES_PREFIX
--HG--
branch : develop
2015-12-15 22:51:55 +01:00
kervala
7105749d94 Changed: Include limits
--HG--
branch : develop
2015-12-15 22:51:37 +01:00
kervala
4e8ba88046 Fixed: Clang warning
--HG--
branch : develop
2015-12-15 15:08:54 +01:00
kervala
b170168295 Fixed: Use NELID16 macros
--HG--
branch : develop
2015-12-15 15:05:31 +01:00
kervala
3b3b1d0d4c Fixed: Allow to sign OS X bundles with APPLE_CERTIFICATE
--HG--
branch : develop
2015-12-15 15:03:42 +01:00
kervala
3a3a8752d1 Changed: Replace (uint16)~0 by std::numeric_limits<uint16>::max()
--HG--
branch : develop
2015-12-15 14:33:59 +01:00
kervala
a550f2c760 Changed: Minor changes
--HG--
branch : develop
2015-12-15 14:07:32 +01:00
kervala
bc12a142c8 Changed: Replace atoi by fromString
--HG--
branch : develop
2015-12-15 14:05:56 +01:00
kervala
2064fa2699 Fixed: _PatchDirectory already has a trailing slash
--HG--
branch : develop
2015-12-15 13:40:12 +01:00
kervala
a680c7d83b Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord
--HG--
branch : develop
2015-12-15 13:39:40 +01:00
kervala
189fc7a2d9 Changed: Minor changes
--HG--
branch : develop
2015-12-15 13:39:02 +01:00
kervala
84831a4b34 Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord
--HG--
branch : develop
2015-12-15 13:35:04 +01:00
Nimetu
55b46c5c76 Added: Option to set radar to follow camera
--HG--
branch : develop
2015-12-15 12:22:47 +02:00
kervala
5afda00594 Merge
--HG--
branch : develop
2015-12-13 20:35:21 +01:00
kervala
7977ef5903 Changed: Minor changes
--HG--
branch : develop
2015-12-13 20:23:58 +01:00
kervala
8b9098b5d5 Fixed: Wrong copyFile and moveFile syntax
--HG--
branch : develop
2015-12-13 20:23:08 +01:00
Nimetu
0f34e0ea91 Changed: Attach dyn chat to main chat as default.
--HG--
branch : develop
2015-12-13 21:02:25 +02:00
Nimetu
a64709552c Added: 12-hour clock in radar and chat
--HG--
branch : develop
2015-12-13 21:01:56 +02:00
Nimetu
3895644589 Changed: Display inventory bulk with two decimal places
--HG--
branch : develop
2015-12-13 21:01:13 +02:00
kervala
8aff509f0f Fixed: Clang warnings
--HG--
branch : develop
2015-12-13 15:25:28 +01:00
kervala
57f711a41a Fixed: New LZMA syntax under Linux
--HG--
branch : develop
2015-12-13 13:19:55 +01:00
kervala
f87218e7e3 Changed: Real executable name for client_config_qt
--HG--
branch : develop
2015-12-13 13:11:02 +01:00
kervala
9d30c279e0 Fixed: Compilation of some tools with Qt 5 in static
--HG--
branch : develop
2015-12-13 13:09:25 +01:00
kervala
7ebe3088bb Fixed: Compile crash_report and ryzom_configuration if WITH_RYZOM_CLIENT is set
--HG--
branch : develop
2015-12-13 13:06:23 +01:00
kervala
fc951a24ce Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
2015-12-13 13:03:16 +01:00
kervala
3baeced8c6 Fixed: Typos again
--HG--
branch : develop
2015-12-12 15:01:36 +01:00
kervala
0e62130d99 Fixed: Typo
--HG--
branch : develop
2015-12-12 14:32:08 +01:00
kervala
fcb0963888 Fixed: Typo
--HG--
branch : develop
2015-12-12 11:26:55 +01:00
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
2015-12-12 11:24:01 +01:00
kervala
c245155525 Changed: Install sheets_packer.cfg too
--HG--
branch : develop
2015-12-12 11:13:41 +01:00
kervala
e8f77eb967 Changed: Check for alternative directories
--HG--
branch : develop
2015-12-12 11:12:38 +01:00
kervala
fdbaab6a38 Changed: Don't need to write absolute directories in client_default.cfg, because everything must be relocatable
--HG--
branch : develop
2015-12-12 11:07:00 +01:00
kervala
a1a557dd1b Changed: Sort dictionary keys
--HG--
branch : develop
2015-12-11 20:21:17 +01:00
kervala
a75ebeffa7 Changed: Append _dev to client if compiling without FINAL_VERSION (like Nevrax did)
--HG--
branch : develop
2015-12-11 20:16:06 +01:00
kervala
1d00f974b6 Fixed: ryzom_client_patcher compilation
--HG--
branch : develop
2015-12-08 17:49:23 +01:00
kervala
079ea3e5c5 Changed: Let dependencies propagate to other targets
--HG--
branch : develop
2015-12-07 21:48:32 +01:00
kervala
f833cc43de Changed: Replace RYZOM_SHARE_PREFIX by getRyzomSharePrefix()
--HG--
branch : develop
2015-12-07 19:37:50 +01:00
kervala
be1ed3349c Fixed: Wrong copy-paste
--HG--
branch : develop
2015-12-07 19:37:03 +01:00
kervala
d14cdc856e Changed: Centralize config.h to avoid recompiling too many files in config.h each time config.h is modified
--HG--
branch : develop
2015-12-07 19:13:50 +01:00
kervala
71ff890d62 Fixed: Don't install all files in /usr/share if compiling a local client
--HG--
branch : develop
2015-12-07 19:11:51 +01:00
kervala
23ecfa9fe7 Changed: Better translations
--HG--
branch : develop
2015-12-06 19:43:47 +01:00
kervala
9f11987a3b Changed: Update MaxTrack at launch
--HG--
branch : develop
2015-12-06 19:43:27 +01:00
kervala
9d3de84c38 Changed: Make QString from UTF-8 string
--HG--
branch : develop
2015-12-06 19:43:01 +01:00
kervala
926af19e1a Fixed: Ryzom Configuration language can be different from Ryzom language
--HG--
branch : develop
2015-12-06 19:42:18 +01:00
kervala
c4b933d1bd Changed: Load interface translations at launch
--HG--
branch : develop
2015-12-06 16:55:37 +01:00
kervala
5707757198 Changed: There is no suffix under Linux or OS X
--HG--
branch : develop
2015-12-06 16:54:57 +01:00
kervala
739cba1d2a Changed: Use PNG images
--HG--
branch : develop
2015-12-06 16:52:48 +01:00
kervala
9fdb287175 Changed: Compile client_config_qt with Qt 5
--HG--
branch : develop
2015-12-06 16:51:36 +01:00
kervala
5e686dfc60 Changed: Convert BMP images to PNG
--HG--
branch : develop
2015-12-06 16:49:17 +01:00
kervala
5b797db264 Added: French translation for client_config_qt
--HG--
branch : develop
2015-12-06 16:45:47 +01:00