.. |
Achievements
|
548007ea96
Base
|
4 yıl önce |
AltAdvancement
|
e10aedb79d
- Fix #549 - DoF inventory can now remove/add items freely. The lower bounds index <=255 is assigned to existing items on zone-in or replacing items in that existing index. Indexed items 256+ will represent new items that have to grow the clients item index array. This will distinguish properly what the client is trying to examine when requests come in (versus getting no index).
|
11 ay önce |
Bots
|
d32141898e
- ZoneServer::GetClientBySpawn removed, no longer using the MutexMap to track the client, use the Player class instead.
|
1 yıl önce |
Chat
|
78f4a6e63b
Added Discord chat support.
|
9 ay önce |
Collections
|
cb0d07c5fa
Character saves needed to be async, too slow to run synchronous in client process
|
4 yıl önce |
Commands
|
12fe577015
Fix #557 bug reporting on DoF now works, thanks to ColdLlama
|
8 ay önce |
Guilds
|
d32141898e
- ZoneServer::GetClientBySpawn removed, no longer using the MutexMap to track the client, use the Player class instead.
|
1 yıl önce |
HeroicOp
|
955f90a55d
- SpawnScripts/Generic/SpiritShard.lua shard expiration updated to assure the values are integer based
|
1 yıl önce |
Housing
|
ace2e20281
- Fix #537 - DoF client health, power, concentration display on items correctly, AoM and DoF client no longer have issues with hide hood/helm in options impacting self and other options
|
1 yıl önce |
Items
|
81ef0b82ab
git pushMerge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
|
9 ay önce |
RaceTypes
|
8a6753febb
In game support for adding or updating race_types database, Use /spawn set race_type race_id category subcategory model_name -- the category, subcategory and model_name are optional fields. /spawn details updated to include the race_types fields on the second page
|
2 yıl önce |
Recipes
|
f720513876
DoF Recipe/Tradeskill Stage 1 of 2 for Issue #532
|
1 yıl önce |
Rules
|
791e48c857
Fix for discord bot. ruleset_details->rule_value was too small. Extended from 64->1024.
|
9 ay önce |
Tradeskills
|
50022b425a
DoF tradeskill Create from recipe fix
|
10 ay önce |
Traits
|
744ffb46d0
ghost map stability venture 3
|
3 yıl önce |
Zone
|
427964b7a0
Functionality:
|
11 ay önce |
Appearances.h
|
548007ea96
Base
|
4 yıl önce |
CMakeLists.txt
|
d4b59319ce
Techwizz: Fix CMake to include boost libraries
|
3 yıl önce |
ClientPacketFunctions.cpp
|
4d4873d674
- Fix #515 display spawn name and database id when /spawn set or /spawn remove is used successfully.
|
1 yıl önce |
ClientPacketFunctions.h
|
5cc42192a5
Fix #524 - DoF client part #3, plus crash fixes (reload spells, entering zone shutting down)
|
1 yıl önce |
Combat.cpp
|
39ac029ffc
Fix #558 - deadlock on heal checking encounter state of existing aggroed npcs on the person being healed
|
8 ay önce |
Combat.h
|
04498a2490
Player/Target Radius added to distance checks
|
4 yıl önce |
Entity.cpp
|
27130d0aae
Mutex handling fixes, ptr crash fix and loose pointer cleanup related to lua spells
|
8 ay önce |
Entity.h
|
81ef0b82ab
git pushMerge branch 'master' of https://git.eq2emu.com/devn00b/EQ2EMu
|
9 ay önce |
Factions.cpp
|
009705f75c
Whoops not sure why that Player.H was there! Really!
|
2 yıl önce |
Factions.h
|
24a1ccf3a2
EQ2Emu Base Updates
|
4 yıl önce |
GroundSpawn.cpp
|
523e98c2c5
- Fix #533 - Group support for DoF, fixed /acceptinvite and group member display
|
1 yıl önce |
GroundSpawn.h
|
60928d2e0c
Fix #448 - Scroll/Recipe scribing fixes
|
2 yıl önce |
Languages.cpp
|
427964b7a0
Functionality:
|
11 ay önce |
Languages.h
|
427964b7a0
Functionality:
|
11 ay önce |
LoginServer.cpp
|
7324c9a462
- Fix #544 - login server now correctly loads skin color for appearance data in character select, matches in-game color.
|
1 yıl önce |
LoginServer.h
|
1922ca362c
Removed unused patch server code.
|
2 yıl önce |
LuaFunctions.cpp
|
513fafef3c
Avoid nullptr casters!
|
7 ay önce |
LuaFunctions.h
|
3944d57579
- Fix #496 ITEM_STAT_ABILITYCASTINGSPEED (664) and ITEM_STAT_SPELLREUSESPEED (665) now supported
|
1 yıl önce |
LuaInterface.cpp
|
27130d0aae
Mutex handling fixes, ptr crash fix and loose pointer cleanup related to lua spells
|
8 ay önce |
LuaInterface.h
|
27130d0aae
Mutex handling fixes, ptr crash fix and loose pointer cleanup related to lua spells
|
8 ay önce |
MutexHelper.h
|
548007ea96
Base
|
4 yıl önce |
MutexList.h
|
548007ea96
Base
|
4 yıl önce |
MutexMap.h
|
548007ea96
Base
|
4 yıl önce |
MutexVector.h
|
548007ea96
Base
|
4 yıl önce |
NPC.cpp
|
427964b7a0
Functionality:
|
11 ay önce |
NPC.h
|
a74469795d
- Manipulate the game world! Remove widgets!
|
1 yıl önce |
NPC_AI.cpp
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
NPC_AI.h
|
427964b7a0
Functionality:
|
11 ay önce |
Object.cpp
|
523e98c2c5
- Fix #533 - Group support for DoF, fixed /acceptinvite and group member display
|
1 yıl önce |
Object.h
|
548007ea96
Base
|
4 yıl önce |
Player.cpp
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
Player.h
|
e10aedb79d
- Fix #549 - DoF inventory can now remove/add items freely. The lower bounds index <=255 is assigned to existing items on zone-in or replacing items in that existing index. Indexed items 256+ will represent new items that have to grow the clients item index array. This will distinguish properly what the client is trying to examine when requests come in (versus getting no index).
|
11 ay önce |
PlayerGroups.cpp
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
PlayerGroups.h
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
Quests.cpp
|
7299addd47
Fix #509 - quest crash cleanup, AddHate fixed for non spell function cal, fixed all quests being hidden in journal, reduced time to update quest journal from 300ms to 50ms
|
1 yıl önce |
Quests.h
|
2b1948da49
File missing from last night update
|
1 yıl önce |
Sign.cpp
|
3944d57579
- Fix #496 ITEM_STAT_ABILITYCASTINGSPEED (664) and ITEM_STAT_SPELLREUSESPEED (665) now supported
|
1 yıl önce |
Sign.h
|
d3819ec135
- Fix #412 - "placed" function now called on ItemScript placement in homes. The placed spawn will be the target field (after player).
|
2 yıl önce |
Skills.cpp
|
b924495ba3
Fix #527, blue and debt xp, Fix #523 db translation of emotes table to action_state, action_state_str added to spawns_npc table
|
1 yıl önce |
Skills.h
|
b924495ba3
Fix #527, blue and debt xp, Fix #523 db translation of emotes table to action_state, action_state_str added to spawns_npc table
|
1 yıl önce |
Spawn.cpp
|
11032419f3
Additional misc ptr crash fixes
|
8 ay önce |
Spawn.h
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
SpawnLists.h
|
f52e5f59db
Further expanded spawn_location_placement stat overrides
|
2 yıl önce |
SpellProcess.cpp
|
efca012970
Able to repop in Antonica and not have issues deconstructing spells from spawns
|
7 ay önce |
SpellProcess.h
|
efca012970
Able to repop in Antonica and not have issues deconstructing spells from spawns
|
7 ay önce |
Spells.cpp
|
8af42886a0
inherit orig cast time
|
11 ay önce |
Spells.h
|
8484c78ca2
Remove unnecessary if statements, address spell cast time stacking, some misc pieces missed from last patch like attack state of npcs
|
11 ay önce |
Titles.cpp
|
96debb941c
Fixed titles, make sure to source in DB update!
|
3 yıl önce |
Titles.h
|
96debb941c
Fixed titles, make sure to source in DB update!
|
3 yıl önce |
Trade.cpp
|
d32141898e
- ZoneServer::GetClientBySpawn removed, no longer using the MutexMap to track the client, use the Player class instead.
|
1 yıl önce |
Trade.h
|
682e023635
Complete Fix #418 item flags
|
2 yıl önce |
Transmute.cpp
|
1e2d5f98cf
- Completed Fix #279
|
2 yıl önce |
Transmute.h
|
b9fc4e7281
EQ2Emu Merge To Current Date (Requires DB update, will be separate commit)
|
4 yıl önce |
Variables.h
|
548007ea96
Base
|
4 yıl önce |
VisualStates.h
|
3944d57579
- Fix #496 ITEM_STAT_ABILITYCASTINGSPEED (664) and ITEM_STAT_SPELLREUSESPEED (665) now supported
|
1 yıl önce |
Widget.cpp
|
ace2e20281
- Fix #537 - DoF client health, power, concentration display on items correctly, AoM and DoF client no longer have issues with hide hood/helm in options impacting self and other options
|
1 yıl önce |
Widget.h
|
567117054d
LUA support for triggering a door and overriding via spawnscripts vs code 'always accept open door'
|
3 yıl önce |
World.cpp
|
427964b7a0
Functionality:
|
11 ay önce |
World.h
|
ace2e20281
- Fix #537 - DoF client health, power, concentration display on items correctly, AoM and DoF client no longer have issues with hide hood/helm in options impacting self and other options
|
1 yıl önce |
WorldDatabase.cpp
|
878dd00fb9
Address spell caster dead ptrs, location enter/leave with discovery based on grid id alone
|
8 ay önce |
WorldDatabase.h
|
47196d6b67
- Fix #504 - Group Options Support (loot methods, yell restrictions, encounter lock features, item rarity, auto split coin, auto loot mode)
|
9 ay önce |
WorldTCPConnection.h
|
548007ea96
Base
|
4 yıl önce |
classes.cpp
|
0cb26e084d
Fixed the camel case function for classes to upper case the first character AFTER setting to lower case
|
3 yıl önce |
classes.h
|
417bea4214
- Spells now has class lists to reduce the time to assign new spells by level
|
1 yıl önce |
client.cpp
|
f9d0c8879c
additional group member ptr crash fix
|
8 ay önce |
client.h
|
9ac9da15a5
missing files
|
8 ay önce |
makefile
|
7956735566
c++17 compile required for makefile now
|
2 yıl önce |
makefile.a64
|
b489814c9f
makefile.a64 set to c++17 compile flag
|
2 yıl önce |
makefile.discord
|
78f4a6e63b
Added Discord chat support.
|
9 ay önce |
net.cpp
|
78f4a6e63b
Added Discord chat support.
|
9 ay önce |
net.h
|
1922ca362c
Removed unused patch server code.
|
2 yıl önce |
races.cpp
|
548007ea96
Base
|
4 yıl önce |
races.h
|
548007ea96
Base
|
4 yıl önce |
zoneserver.cpp
|
efca012970
Able to repop in Antonica and not have issues deconstructing spells from spawns
|
7 ay önce |
zoneserver.h
|
878dd00fb9
Address spell caster dead ptrs, location enter/leave with discovery based on grid id alone
|
8 ay önce |