Commit Graph

7410 Commits (b7aa2a6999e5169146bda32815f0a8e4449b7a3a)
 

Author SHA1 Message Date
kervala d721c661ea Changed: Disable NeL tools too (compilation is still taking more than 50 minutes... and is killed)
--HG--
branch : develop
7 years ago
kervala 8c22770876 Fixed: Typo
--HG--
branch : develop
7 years ago
kervala 4995760334 Fixed: Don't compile ryzom_servershare and ryzom_aishare if not using Ryzom server or tools
--HG--
branch : develop
7 years ago
kervala 68ccee6831 Changed: Also disable Ryzom tools for Travis
--HG--
branch : develop
7 years ago
kervala cade235fe5 Fixed: Disable servers compilation with Travis because it's taking too much time
--HG--
branch : develop
7 years ago
kervala ef42c45da3 Fixed: Compilation
--HG--
branch : develop
7 years ago
kervala c9aa7142bc Fixed: New versions of AssImp depend on IrrXML
--HG--
branch : develop
7 years ago
kervala 450181f244 Fixed: Always link to Crypt32.lib for OpenSSL under Windows
--HG--
branch : develop
7 years ago
Nimetu d89005af4a Fixed: Dynamic linking client
--HG--
branch : develop
7 years ago
Nimetu 6b7617f8e1 Changed: Expand/collapse all tree node childs with right click
--HG--
branch : develop
7 years ago
kervala 575f58d749 Changed: Synchonized some changes from compatibility-develop branch
--HG--
branch : develop
7 years ago
kervala bd901c5a8c Fixed: Commented too verbose messages
--HG--
branch : develop
7 years ago
kervala 90359122d7 Changed: Other changes in CMake files
--HG--
branch : develop
7 years ago
kervala 92bc8661df Fixed: Support for Visual C++ 2017 and latest Windows 10 Kits
--HG--
branch : develop
7 years ago
kervala aa6d1a7bbb Changed: Updated Android ans iOS toolchains
--HG--
branch : develop
7 years ago
kervala 30c6a7a935 Changed: CMake policy CMP0005 will be removed soon so don't use it
--HG--
branch : develop
7 years ago
kervala 8acaa65e04 Fixed: Compilation with OpenSSL 1.1.0
--HG--
branch : develop
7 years ago
kervala 630ae259ad Changed: Add Steam support in develop branch too
--HG--
branch : develop
7 years ago
kervala 2fad59f296 Changed: Added more memory leaks checks
--HG--
branch : develop
7 years ago
Nimetu 64c90c4fdc Fixed: Null pointer error
--HG--
branch : develop
7 years ago
Nimetu 9dce8df546 Fixed: Image tooltip not showing correctly
--HG--
branch : develop
7 years ago
Nimetu d6dcf7415a Fixed: Multiline text inside lists
--HG--
branch : develop
7 years ago
Nimetu c22b361dc2 Changed: Remove NeL tests temp files
--HG--
branch : develop
7 years ago
Nimetu afd4e964e3 Fixed: Path to NeL test files
--HG--
branch : develop
7 years ago
ulukyn@gmail.com 3c6dc5ea92 Added: loadBackground(string) lua function to change the texture of next teleport
--HG--
branch : develop
7 years ago
ulukyn@gmail.com 5797b2d64e Fixed: Resize collision when scale object/npc (using vpb)
--HG--
branch : develop
7 years ago
Nimetu 9390f9cca5 Changed: Sort tribe fame list
--HG--
branch : develop
7 years ago
Nimetu d6faf81c81 Changed: Ignore cache status when local file has been deleted
--HG--
branch : develop
7 years ago
Nimetu 8300821d0e Changed: Minor fix for mouseover image
--HG--
branch : develop
7 years ago
Nimetu e35195252f Changed: Fix issue with table background images not displaying
--HG--
branch : develop
7 years ago
Cédric OCHS 36f5ee7f83 Merged in Glorf/ryzomcore/fix_freespace_check (pull request #156)
Fix ignoreFreeDiskSpaceChecks() usage

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

--HG--
branch : develop
7 years ago
Guillaume Dupuy d163cde51e Fix ignoreFreeDiskSpaceChecks() usage
Now actually ignore free space, instead of creating an error and refusing to go further everytime

--HG--
branch : fix_freespace_check
7 years ago
Cédric OCHS 1fec1425da Merged in Glorf/ryzomcore/fix_freespace_check (pull request #155)
Fix issue #302 - incorrect freespace on 32 bits system

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

--HG--
branch : develop
7 years ago
Guillaume Dupuy 9172d14dd3 Fix issue #302 - incorrect freespace on 32 bits system
--HG--
branch : fix_freespace_check
7 years ago
kervala 524a3d6645 Fixed: Description of "delete profile" action (all files are really deleted)
--HG--
branch : develop
7 years ago
kervala dac136d430 Fixed: Error 60 when creating an account under OS X
--HG--
branch : develop
7 years ago
Nimetu c435f77201 Added: Quality range filter to inventory
--HG--
branch : develop
7 years ago
Nimetu 7350291a56 Added: Text search to inventory
--HG--
branch : develop
7 years ago
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