Commit Graph

1381 Commits (7b2b0c93109a5b2d85c5c02407109efdbba6aafa)

Author SHA1 Message Date
kervala 7b2b0c9310 Fixed: Encode password in hexadecimal on command-line when patching to avoid invalid characters
--HG--
branch : develop
7 years ago
kervala d799dde5ad Added: Steam client support
--HG--
branch : develop
7 years ago
kervala c4b9b0eb58 Changed: shape command syntax
--HG--
branch : develop
7 years ago
kervala ea84023e48 Fixed: Missing quote in .bat
--HG--
branch : develop
7 years ago
kervala 106f18a8c8 Changed: More memory leaks detection
--HG--
branch : develop
7 years ago
kervala bea0240cbb Fixed: Escape password and login to prevent errors with special characters (such as | or &)
--HG--
branch : develop
7 years ago
kervala 8c4cf11534 Changed: Write a message in log to tell that we're creating the patch script
--HG--
branch : develop
7 years ago
kervala ed884644af Changed: Merged changes from compatibility-develop
--HG--
branch : develop
7 years ago
kervala 93c2f55290 Changed: Minor changes
--HG--
branch : develop
7 years ago
kervala 7f1168293a Fixed: Compilation
--HG--
branch : develop
7 years ago
kervala f1cdcd1654 Changed: More memory leaks detection
--HG--
branch : develop
7 years ago
Nimetu d89005af4a Fixed: Dynamic linking client
--HG--
branch : develop
7 years ago
kervala 575f58d749 Changed: Synchonized some changes from compatibility-develop branch
--HG--
branch : develop
7 years ago
kervala 90359122d7 Changed: Other changes in CMake files
--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
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
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 368e1389f2 Fixed: Clean up dyn bubbles from chat/webig to prevent crash after character change.
--HG--
branch : develop
7 years ago
kervala de8a6ba1b5 Fixed: Warnings with clang
--HG--
branch : develop
8 years ago
Nimetu e956f69691 Changed: Enable fps view on game config window
--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
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
Riasan 28b4474ae4 Changed: Add a new gui window web_lua_action
--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 108759952e Changed: Use http cache headers for image cache
--HG--
branch : develop
8 years ago
kervala 4a848b0771 Changed: Centralize Foundation framework search
--HG--
branch : develop
8 years ago
Nimetu dda809d345 Changed: Remove map landmark limit
--HG--
branch : develop
8 years ago
Guillaume Dupuy 55add3ad47 Fix 2 * 1 hands equip when you have a 2 hands equipped
--HG--
branch : item_group
8 years ago
Guillaume Dupuy 91932668c6 Use item create time / serial to identify them (migration code included)
--HG--
branch : item_group
8 years ago
Guillaume Dupuy ccd8454d60 Add getter/setter for CREATE_TIME/SERIAL
--HG--
branch : item_group
8 years ago
Nuno Gonçalves de949a60a9 Added: CREATE_TIME and SERIAL properties to items in database.xml
--HG--
branch : item_group
8 years ago
Guillaume Dupuy cf3cf69c39 Don't fake invalid action if there is nothing to fake (no item equiped)
--HG--
branch : develop
8 years ago
Guillaume Dupuy 87b0a85fe6 Minor item group fixes :
* Slot properly saved for right/left hand (couldn't equip 1H sword + dagger before)
* Ingame macro edition for item group
* Use the correct index (db index and not item list index) to autoEquip an item
* non ascii characters (accentued characters and stuff like that) are now correctly displayed in interface / commands output

--HG--
branch : develop
8 years ago
Nimetu b446df86f0 Changed: Remove dead code
--HG--
branch : develop
8 years ago