Commit Graph

6998 Commits (455a923031e20ad72d14f08ebdbfea4600d984c3)
 

Author SHA1 Message Date
Nimetu 455a923031 Added: clear_on_escape property to edit box
--HG--
branch : develop
7 years ago
Nimetu 71d969c40b Changed: Keep track of HSTS header and rewrite http to https as needed
--HG--
branch : develop
7 years ago
Guillaume Dupuy 63138ba784 Use correct comparison between enum
Was previously (badly) relying on int as boolean behaviour
Solves a bug where remove slot was not working with headdress (value 0 in enum TSlotEquipment)

--HG--
branch : develop
7 years ago
Meelis Mägi cdf648fd4f Merged in Glorf/ryzomcore/fix_item_group_08072017 (pull request #154)
Minor item group fixes :

--HG--
branch : develop
7 years ago
Guillaume Dupuy bc17b5eb1a Don't add multiples identical items to a group
Solves the issue where 2 hand weapon were not properly equipped

--HG--
branch : fix_item_group_08072017
7 years ago
Guillaume Dupuy 59ce9437c8 Swap item serial and create time properties when swapping items
--HG--
branch : fix_item_group_08072017
7 years ago
Nimetu 9a3a352142 Changed: Refactor curl certificate loading (issue #314)
--HG--
branch : develop
7 years ago
Nimetu 368e1389f2 Fixed: Clean up dyn bubbles from chat/webig to prevent crash after character change.
--HG--
branch : develop
7 years ago
karu 0dfd5af8b3 Added: Load Certificates from Windows into OpenSSL for HTTPS (issue #314)
--HG--
branch : develop
7 years ago
kervala 6cd0f9dbd2 Added tag ryzom-patch-3.1.0-april_patch for changeset 043aaeb3d8a2
--HG--
branch : develop
7 years ago
kervala d39f91d5d3 Fixed: Compilation under GCC 4.8.4
--HG--
branch : develop
8 years ago
kervala 1aa708c4de Fixed: Compilation under GCC 4.8.4
--HG--
branch : develop
8 years ago
kervala de8a6ba1b5 Fixed: Warnings with clang
--HG--
branch : develop
8 years ago
kervala 50cfe0ff7c Changed: No need to use -DWITH_SYMBOLS=ON
--HG--
branch : develop
8 years ago
kervala 0d12fe5604 Fixed: Case of CMake Freetype module
--HG--
branch : develop
8 years ago
Nimetu e956f69691 Changed: Enable fps view on game config window
--HG--
branch : develop
8 years ago
Nimetu e0ab70ca82 Fixed: Correctly expire object if file is removed from cache.
--HG--
branch : develop
8 years ago
Nimetu f80c8e7d81 Added: Image mouseover effect
--HG--
branch : develop
8 years ago
Nimetu c6a0b3ed9b Added: Show image tooltips even if not inside link
--HG--
branch : develop
8 years ago
Nimetu 9394906182 Added: -ryzom-modulate-color style to enable modulation with global color
--HG--
branch : develop
8 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
Riasan 8b4d189c31 Changed: edit force_camera_fp command
--HG--
branch : develop
8 years ago
Riasan 319cab93cd Fixed: force_camera_fp command
--HG--
branch : develop
8 years ago
Riasan 18823c28fa Changed: Add new lua command force_camera_fp to force camarea to first person view
--HG--
branch : develop
8 years ago
Cédric OCHS 603b0e6a84 Merged in Glorf/ryzomcore/fix_item_group (pull request #153)
Fix an issue where item in groups could not be moved

Approved-by: Cédric OCHS <kervala@gmail.com>

--HG--
branch : develop
8 years ago
Guillaume Dupuy 7e1556520f Fix an issue where item in groups could not be moved
Multiple group move would result in some item beeing incorrectly marked as equipped

--HG--
branch : fix_item_group
8 years ago
Nimetu 6c01ded28d Fixed: Redirect for image requests
--HG--
branch : develop
8 years ago
Riasan 28b4474ae4 Changed: Add a new gui window web_lua_action
--HG--
branch : develop
8 years ago
Nimetu 4f0717c58a Fixed: Image cookies
--HG--
branch : develop
8 years ago
Nimetu 3752884a91 Changed: Add next weather tooltip to ingame map
--HG--
branch : develop
8 years ago
Nimetu 753d9efccb Changed: Add humidity to ingame map
--HG--
branch : develop
8 years ago
Nimetu e06f8b0976 Changed: Add minutes to ingame map
--HG--
branch : develop
8 years ago
Nimetu 5c56eb400e Changed: Workaround for white/black textures on Intel GPU (issue #310)
--HG--
branch : develop
8 years ago
Cédric OCHS 9bc910d102 Merged in Glorf/ryzomcore/fix_compilation_mac (pull request #152)
Fix compilation (tools + server) on OSX

Approved-by: Cédric OCHS <kervala@gmail.com>

--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
Nimetu a47a481c7a Changed: Force max table width if requested.
--HG--
branch : develop
8 years ago
Nimetu bff8ed488e Changed: CGroupParagraph does not handle text with line-breaks
--HG--
branch : develop
8 years ago
Nimetu 108759952e Changed: Use http cache headers for image cache
--HG--
branch : develop
8 years ago
Nimetu 3d09dd2094 Changed: Save cookies from image request
--HG--
branch : develop
8 years ago
Nimetu 3d48368de6 Changed: Workaround for dancing trees under direct3d (issue #160)
--HG--
branch : develop
8 years ago
kervala 532a81f5cb Changed: Don't use CSString
--HG--
branch : develop
8 years ago
kervala e94b06066f Fixed: LibXml must be initialized only once and xmlSetGenericErrorFunc set a global function (calling it for each instance of CIXml is a mistake)
--HG--
branch : develop
8 years ago
kervala 21ca659c70 Changed: More information for osxcross
--HG--
branch : develop
8 years ago
kervala 4a848b0771 Changed: Centralize Foundation framework search
--HG--
branch : develop
8 years ago
kervala 8dca705f73 Fixed: Misc depends on Carbon under OS X
--HG--
branch : develop
8 years ago
Nimetu 72b37450b4 Changed: Use basic cache expire for web images
--HG--
branch : develop
8 years ago
kervala f23600cd30 Fixed: Compilation in 32 bits with GCC (patch provided by Alistair Leslie-Hughes, thanks a lot)
--HG--
branch : develop
8 years ago
kervala c16fe64f7e Fixed: Debian packages creation under Xenial and more recent Ubuntu versions
--HG--
branch : develop
8 years ago
kervala a730890d4c Added: Support for Jessie
--HG--
branch : develop
8 years ago