Commit graph

54 commits

Author SHA1 Message Date
Zarto
c58767e199 Revert "Add dead code flagging comments"
This reverts commit 0ae6df4e061a621b5127434be4adb25a8fe2ce78.
2020-04-29 04:02:09 +00:00
Moldair
c73bf60b6b Packsand slots 2019-11-13 20:40:06 +00:00
Yonneh
dfca99c586 buying from a vendor will take out partial stack twice, if you have pyreals in your main pack, and another pack 2019-10-27 17:57:21 +00:00
Yonneh
9fa2201d47 Fix Alt Currencies. 2019-10-27 17:56:23 +00:00
Code Munkey
54283c5263 For He's a Jolly Good Fellow 2019-09-03 14:18:02 +00:00
Code Munkey
c86c4fa0df Linux support 2019-07-07 20:56:15 +00:00
Morosity
308b173c06 Encapsulated Spirits in loot
Cant sell Retained or "unsellable" items
Empty corpses decay immediately - pyreal only after corpse open or if timer > 1 hour
Can reverse friends - A friend B and B can now friend A
Updated messages for tailoring unable to tailor
Add Aug bonus for Lum
Player corpse last 5 min per level with 1 hour min (Per wiki unless someone shows patch notes)
2019-06-12 04:15:28 +00:00
Michael Rath
c82ef1e2e6 message cleanup 2019-05-12 09:21:34 -07:00
Morosity
7f429b934d Merge branch 'CapacityFull' into 'TestServer'
Fix CapacityFull functions to return TRUE when full

See merge request Scribble/gdlenhanced!346
2019-03-08 03:28:48 +00:00
Morosity
c285589aae 1.27 hotfixes 2019-02-26 22:24:48 +00:00
David H. Flint
985ba1622e Fix CapacityFull functions to return TRUE when full. 2019-02-18 06:07:36 -06:00
LikeableLime
9ed86740f1 Merge branch 'LoadEnhancements' into 'TestServer'
Improved / common load routines

See merge request Scribble/gdlenhanced!298
2019-01-27 08:47:16 +00:00
LikeableLime
89355b3d08 FEATURE: Add support for containers to cast spells. (Camping Mastery/Ineptitude Chests, Galvanic Chest, etc.) 2019-01-25 21:31:39 -06:00
LikeableLime
6ca7781a0a FIX: Reduce chest unlocker timer to 30 seconds 2019-01-21 03:58:44 -06:00
LikeableLime
7575644ee8 FIX: Additional fixes to chest reset intervals.
On chest unlock, set reset to a flat 10 minutes. After 2 minutes the chest opens for anyone. Recalculate the reset using the chest weenie intervals on close.
2019-01-19 22:45:18 -06:00
LikeableLime
4ead3907af FIX: Chests reset timer fixes.
Added LAST_UNLOCKER_IID checks to prevent someone else from opening a chest that you've unlocked.
2019-01-19 19:55:46 -06:00
codemunkey
5505528bf5 Improved / common load routines 2019-01-13 10:55:05 -06:00
LikeableLime
db6b4008b0 Critical fixes. 2019-01-06 23:58:55 -06:00
LikeableLime
5dc7607f9e nullptr check in CContainerWeenie::SpawnInContainer() 2018-12-24 00:49:50 -06:00
LikeableLime
40f21f9a0f Fix for gearknight armor model updating on unequip.
Fixed Sanamar new character start location.

Crash fix for void foci in player logon.

nullptr check in magic absorb check.

Added support for Award Luminance emote type as well as on kill and fellow sharing.

Fixed players able to leave and come back to training academy.
2018-12-18 17:02:31 -06:00
LikeableLime
2014af182e Fixed chests not regenerating. 2018-12-06 19:17:48 -06:00
LikeableLime
c5ca959be5 Corpses and chests now show appropriate Burden. 2018-11-23 01:21:41 -06:00
LikeableLime
8b034961c8 Fixed missile attacks not repeating.
Fixed Dual Wield attack speed.

Fixed Dual Wield multi-strike animations.

Fixed first attack after charging the enemy not triggering.
2018-11-21 19:37:14 -06:00
CodeMunkey
563cd67f5f Fix Shield placements in combat 2018-11-21 14:48:52 -06:00
codemunkey
466afe2f30 Correct the various stances and better login check 2018-11-15 23:24:23 -06:00
codemunkey
17c8711c63 Off hand skill check and correct stance on login 2018-11-10 09:45:18 -06:00
CodeMunkey
6363b85d97 Nothing to see here 2018-11-09 13:39:05 -06:00
LikeableLime
e70feae7a5 Fix for crash on missing m_PositionStats 2018-10-26 14:18:40 -05:00
LikeableLime
c36546ca91 Merge branch 'TestServer' into 'Rares'
# Conflicts:
#   Source/Player.h
2018-09-25 20:23:46 +00:00
LikeableLime
acfd4d6d17 Added support for ReceiveTalkDirect_EmoteCategory
Added support for PopUp_EmoteType, InqYesNo_EmoteType, InqOwnsItems_EmoteType, and TakeItems_EmoteType
2018-09-17 22:55:33 -05:00
LikeableLime
fc48ef07e6 Initial work on Rare drop system 2018-09-14 18:46:57 -05:00
Michael Rath
3420a761a1 Fix new chars not getting encumbance calculated 2018-08-29 12:22:04 -07:00
LikeableLime
b2f176c152 Crash fixes from RC 2018-08-28 22:02:46 -05:00
LikeableLime
136a6bedec Fix for wand monkey spam added a few NotifyIntStatUpdated that seemed to be missing. 2018-08-23 01:36:18 -05:00
LikeableLime
8b3e353e9c Fixes for NPCs not accepting items. 2018-08-19 01:00:29 -05:00
LikeableLime
b0ed8eda9a Removed line from ConsumeCoin causing inability to purchase items over 10k 2018-08-11 22:49:05 -05:00
LikeableLime
ee1db0cfe3 Fixed AltCurrencies - Added IsCurrency() list. 2018-08-08 19:51:43 -05:00
LikeableLime
31b4f8127d Added Support for Refuse_EmoteCategory. Fixed Activation EmoteType. Fixed item icons not updating after dyes. Minor config changes. 2018-07-31 23:56:39 -05:00
Michael Rath
91ee00e241 Finalizing 1.19 rebuild 2018-07-12 14:41:21 -07:00
Morosity
d8f03369eb Rebuild of 1.19 2018-07-11 04:53:32 +00:00
plunderdog
d51ec9e8b6 * Hopefully fixes Container.cpp crash - probably caused by erasing from a vector while iterating over it. Fix involves using a new iterator vector.erase(it) returns to continue looping. 2018-07-04 12:08:58 +01:00
plunderdog
1540049b79 Fixed Container.cpp debug asserts for shared pointers 2018-06-27 23:22:07 +01:00
plunderdog
f2f4c806d3 Merge branch 'TestServer' of https://gitlab.com/scruples/gdlenhanced into MultipleFixes
* 'TestServer' of https://gitlab.com/scruples/gdlenhanced:
  same fix for packs
  Fix for crash when using scrolls
2018-06-27 20:30:04 +01:00
plunderdog
24a6d4ef9f Added the text strings associated with some of the WERROR enums as comments.
Removed some debug preprocessor blocks where asserts now fail because of the pointer changes.
Added corpse permission and corpse consent functionality.
Added comments to the client events cases which aren't yet implemented with info on what needs to be read in (from AC protocols)
2018-06-27 20:27:12 +01:00
Simon Jarrett
6c2d7c19e7 same fix for packs 2018-06-27 19:44:57 +01:00
Simon Jarrett
d384f73686 Fix for crash when using scrolls 2018-06-27 19:39:32 +01:00
Simon Jarrett
ac5bc11fa2 Removed the need to enable runtime type info. Fixed a bug where corpses were not appearing. 2018-06-26 11:59:48 +01:00
Simon Jarrett
d4bedbdfa8 Changed CWorldLandBlock pointers to be weak 2018-06-23 23:34:47 +01:00
Simon Jarrett
e91df41c8e more conversions to weak pointers 2018-06-21 23:32:21 +01:00
Simon Jarrett
8f7f9f3e36 Fixed a few errors 2018-05-29 23:47:16 +01:00