iThorgrim
|
6d1ff128a6
|
feat(ElunaFileWatcher): Add file watcher and autoreload (#286)
|
2025-08-29 14:53:09 +02:00 |
|
iThorgrim
|
65af80f08d
|
feat: Add global bytecode cache for Eluna scripts (#293)
|
2025-08-29 14:27:57 +02:00 |
|
iThorgrim
|
6fd81ea0e6
|
feat(SpellEntry): Add new "Set" methods for updating spell (#290)
|
2025-08-29 05:05:45 +02:00 |
|
iThorgrim
|
84d1c0cceb
|
feat(Pet): Add Pet Object and Methods (#288)
|
2025-08-29 03:59:04 +02:00 |
|
iThorgrim
|
de84ed1369
|
Feat(Loot): Add Loot Objet and Methods and GetLoot method for Creature (#287)
|
2025-08-29 01:30:12 +02:00 |
|
iThorgrim
|
df36094b97
|
feat(Github Action): Add all version in test action (#292)
|
2025-08-28 21:13:16 +02:00 |
|
iThorgrim
|
1f087fef39
|
feat(PlayerMethods): Add new player methods (#281)
|
2025-08-28 19:29:19 +02:00 |
|
iThorgrim
|
6ea43b36e9
|
chore: Delete unused CMakeLists (#283)
|
2025-08-28 19:28:42 +02:00 |
|
iThorgrim
|
4bb12494f5
|
fix(LuaLib): Fix compilation with lua5.1 (#291)
|
2025-08-28 19:26:56 +02:00 |
|
iThorgrim
|
581ab3a346
|
README: Clarify mod-eluna independence from original Eluna (#301)
|
2025-08-28 19:26:21 +02:00 |
|
Aldori
|
42e5be76fc
|
feat(CreatureMethods): Add GetCreatureSpawnId and SetCorpseDelay methods (#300)
|
2025-08-22 21:24:33 +02:00 |
|
Aldori
|
afae63555b
|
fix: Update nodeId to a uint32 in GetKnownTaxiNodes (#298)
|
2025-08-22 19:28:57 +02:00 |
|
mostlynick3
|
a63ef3fe8c
|
feat(LuaEngine/Packed GUIDs) Add support for writing packed GUIDs and reading packed GUID size (#295)
|
2025-08-21 14:04:04 +02:00 |
|
mostlynick3
|
ce7ee6c0f8
|
fix: Correctly describe possible sizes of packed GUIDs (#294)
|
2025-08-20 00:04:08 +02:00 |
|
mostlynick3
|
15558954a3
|
feat(LuaEngine/Packet): Add support ReadPackedGUID (#271)
|
2025-08-19 15:47:24 +02:00 |
|
Aldori
|
bcfe631307
|
Add GetReactState to CreatureMethods and GetKnownTaxiNodes, SetKnownTaxiNodes to PlayerMethods (#285)
Co-authored-by: iThorgrim <125808072+iThorgrim@users.noreply.github.com>
|
2025-08-10 22:07:18 +02:00 |
|
Vale the Violet Mote
|
f272b03042
|
PerformIngameSpawn Save=True not spawning object fix (#277)
|
2025-08-10 16:56:52 +02:00 |
|
Clément
|
2deb507952
|
Add methods item:SetRandomProperties and item:SetRandomSuffix (#274)
|
2025-08-10 12:54:29 +02:00 |
|
Traesh
|
4d44b6749d
|
Fix Eluna events being twice as fast (#275)
|
2025-08-09 17:24:43 +02:00 |
|
Takenbacon
|
c43b9dd4ce
|
Sync AC Grid PR changes (#280)
|
2025-08-09 06:36:05 +02:00 |
|
Anton Popovichenko
|
6f9da64fd4
|
fix(build/lua): Remove lualib_static from build. (#272)
|
2025-04-26 21:49:00 +02:00 |
|
sudlud
|
1ebb51f7c5
|
add enabled hook lists for performance improvement (#263)
|
2025-02-22 20:47:09 +01:00 |
|
iThorgrim
|
cbe1621b48
|
feat(LuaEngine/PlayerHooks): add skill-based player events (#238)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-20 14:30:20 +01:00 |
|
iThorgrim
|
ae6bb06b50
|
Feat(LuaEngine): Add RegisterTicketEvent and TicketMethods (#225)
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
|
2025-02-19 19:01:26 +01:00 |
|
sudlud
|
e4e324da4f
|
Update ElunaLuaEngine_SC.cpp - fix build (#261)
|
2025-02-16 15:02:02 +01:00 |
|
manstfu
|
247a7f6763
|
chore: update to support WorldSessionMgr PR 21400 (#258)
|
2025-02-14 14:22:39 +01:00 |
|
Axel Cocat
|
17ca75dd61
|
ci: remove docs workflow (#257)
|
2025-02-10 17:39:25 +01:00 |
|
sudlud
|
f3c59a02b8
|
fix(CI): re-enable -Werror compile flag (#256)
|
2025-02-08 11:37:37 +01:00 |
|
iThorgrim
|
7511f38eab
|
Feat(LuaEngine/PlayerHooks): Add OnCanPlayerResurrect (#236)
|
2025-02-08 07:33:43 +01:00 |
|
sudlud
|
ccfcc5f86f
|
Update PlayerMethods.h - remove unused variable to fix core build (#255)
|
2025-02-08 07:04:58 +01:00 |
|
iThorgrim
|
d869057fe4
|
feat(LuaEngine/PlayerMethods): BonusTalent methods (#235)
Co-authored-by: IntelligentQuantum <IntelligentQuantum@ProtonMail.Com>
|
2025-02-05 18:14:24 +01:00 |
|
iThorgrim
|
b799efd331
|
chore(doxygen): fix documentation generation (#253)
|
2025-02-05 18:11:00 +01:00 |
|
iThorgrim
|
7621ace9fe
|
feat(LuaEngine/GlobalMethods): add GetGossipMenuOptionLocale, GetMapEntrance (#233)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-05 14:31:12 +01:00 |
|
iThorgrim
|
364c03e5cf
|
feat(LuaEngine/ItemTemplateMethods): add GetIcon method (#241)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-05 14:30:20 +01:00 |
|
Morten
|
4ffa5f3900
|
chore(LuaEngine): added comments to SpellEntryMethods. (#243)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-05 14:29:24 +01:00 |
|
iThorgrim
|
f3e62467d2
|
chore:LuaEngine/GuildMethods): Fix doc generation (#246)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-05 14:28:45 +01:00 |
|
Peter Malina
|
a261c1c596
|
fix(LuaEngine/CreatureMethods): reputation rewards refactored by AC (#251)
|
2025-02-02 10:55:43 +01:00 |
|
55Honey
|
dee3a1ad8e
|
fix: comment unused parameter (#250)
|
2025-02-01 22:49:10 +01:00 |
|
iThorgrim
|
0fda6f8d25
|
feat(LuaEngine/UnitMethods): add GetThreat, ClearThreat, ResetAllThreat methods (#234)
|
2025-02-01 22:09:44 +01:00 |
|
iThorgrim
|
8ebf1f4cda
|
feat(LuaEngine/PlayerMethods): add GetHomebind, GetSpells and TeleportTo (#232)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-02-01 22:08:16 +01:00 |
|
iThorgrim
|
ef8d5a0866
|
fix(Config): RequireCPath in conf (#245)
|
2025-01-26 18:49:30 +01:00 |
|
iThorgrim
|
60b5e260d0
|
feat(LuaEngine/MapMethods): add GetCreatures and GetCreaturesByAreaId methods (#230)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-01-26 18:48:32 +01:00 |
|
iThorgrim
|
32d15a0003
|
feat(LuaEngine/ItemTemplateMethods): update GetName to support locale (#240)
|
2025-01-26 15:21:18 +01:00 |
|
iThorgrim
|
2ae77b6441
|
feat(LuaEngine/GameObjectMethods): ddd SetRespawnDelay (#239)
|
2025-01-26 15:17:59 +01:00 |
|
iThorgrim
|
0d35a87b3d
|
feat(LuaEngine/SpellInfo): add SpellInfo class and methods (#231)
|
2025-01-25 20:20:27 +01:00 |
|
iThorgrim
|
54484b7fa2
|
feat(methods/guild): add new guild methods (#228)
|
2025-01-25 20:17:55 +01:00 |
|
iThorgrim
|
e829497298
|
chore: update README (#226)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-01-25 16:56:17 +01:00 |
|
iThorgrim
|
d788047b7e
|
fix(LuaEngine/SpellEntryMethods): return Lua tables (#237)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-01-25 15:51:15 +01:00 |
|
iThorgrim
|
f987a52003
|
feat: support for external lib and moonscript (#229)
Co-authored-by: 55Honey <71938210+55Honey@users.noreply.github.com>
|
2025-01-25 15:46:17 +01:00 |
|
iThorgrim
|
d76f64f838
|
feat: add DBCStores access via Lua with getters for DBC entries (#222)
|
2025-01-24 21:03:52 +01:00 |
|