Commit Graph

2106 Commits (ac57a464d4cf3240667b67db548fe0940df55bf2)

Author SHA1 Message Date
kervala 4d5be82f19 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 9fc317bd20 Changed: Compile tools first because client needs some of them
--HG--
branch : develop
9 years ago
kervala 6627c04a97 Changed: Copy tools related to client into client bundle under OS X
--HG--
branch : develop
9 years ago
kervala 23e4517baa Fixed: Compilation with clang
--HG--
branch : develop
9 years ago
kervala ea937ba4f3 Changed: Remove SIGPIPE signal listener (hack for libwww)
--HG--
branch : develop
9 years ago
kervala 47bc397a30 Fixed: Don't force 1024x768 windowed if desktop resolution is already 1024x768 or less
--HG--
branch : develop
9 years ago
kervala 33e701192d Fixed: Sign OS X binaries needed by client and copy them in Ryzom bundle
--HG--
branch : develop
9 years ago
kervala 697ac2221c Changed: Allow to specify CPUMask in client.cfg to force the use of some cores
--HG--
branch : develop
9 years ago
kervala 12c4adf943 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala de0df1645b Changed: Don't create bundle for Ryzom client tools (we will try to package them in same bundle)
--HG--
branch : develop
9 years ago
kervala 844b1e3d02 Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala de77bb634d Changed: Don't need to cast since it's already a sint32
--HG--
branch : develop
9 years ago
kervala 958ccb9b58 Changed: Add CPUMask variable
--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 3984309945 Changed: Useless code because all clients will be able to patch themselve
--HG--
branch : develop
9 years ago
kervala 149adc351a Fixed: Path when UnpackTo doesn't have a trailing /
--HG--
branch : develop
9 years ago
kervala aebc890f9c Fixed: Define RZ_USE_CUSTOM_PATCH_SERVER for ryzom_client_patcher
--HG--
branch : develop
9 years ago
kervala ef6b8fb501 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 17090524b1 Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala 424e9ba99f Fixed: Compilation
--HG--
branch : develop
9 years ago
kervala c032446549 Changed: Use WITH_UNIX_STRUCTURE for client icons
--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
Nimetu 82afdecc72 Changed: Save screenshots with year-month-day info in filename
--HG--
branch : develop
9 years ago
kervala 4c0fc6074f Fixed: Set process name (fixes the <Unknown> under Linux and OS X)
--HG--
branch : develop
9 years ago
kervala 19cbbb2bec Changed: Don't create log.log anymore
--HG--
branch : develop
9 years ago
kervala 1928f6229c Fixed: Universe channel tab close
--HG--
branch : develop
9 years ago
kervala a8383e8f0f Changed: Use entity textures cache size depending on video memory
--HG--
branch : develop
9 years ago
kervala d7255a63d8 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 2d0d87a05e Fixed: Warnings with GCC
--HG--
branch : develop
9 years ago
kervala b68f217274 Fixed: client_config_qt needs QXcbGlxIntegrationPlugin in static
--HG--
branch : develop
9 years ago
kervala 2c6d4b6a50 Fixed: Frequency checks useless because it can be 0 or a wrong value, 16 bits depth requirement
--HG--
branch : develop
9 years ago
kervala be0951f21f Fixed: Need to initialize OpenGL driver
--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 f1cc782223 Changed: Need more checks before using getTotalVideoMemory()
--HG--
branch : develop
9 years ago
kervala 5d64a01f58 Fixed: Use Xcb plugin for Qt 5 under Linux
--HG--
branch : develop
9 years ago
kervala 5cf0fd10af Changed: Only copy installscript_osx.vdf in compatibility branch
--HG--
branch : develop
9 years ago
kervala fb98ffe809 Changed: Added WITH_RYZOM_CUSTOM_PATCH_SERVER that allows to give priority to PatchUrl defined in client.cfg
--HG--
branch : develop
9 years ago
kervala 93225c6495 Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 9bc4534660 Fixed: use PatchUrl instead of PatchServer in ryzom_client_patcher
--HG--
branch : develop
9 years ago
kervala f88fd7719c Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala 3f329aacf7 Changed: Remove PatchServer because unused
--HG--
branch : develop
9 years ago