Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/azerothcore/mod-eluna

Eluna Lua Engine © for WoW Emulators
https://github.com/azerothcore/mod-eluna

Eluna fix crash on shutdown, closes #71

873d6a9537f90b7628bcaa33d4d972529fed9e69 authored over 10 years ago by Rochet2 <[email protected]>
Eluna Fix GetObjectType

df480f976d6aa183cd277c43024b31eaa551c4a8 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix linux

5a40cc5deaf4c63369eb40ec9a762869f8408e3a authored over 10 years ago by Rochet2 <[email protected]>
Eluna tweak load order. You can now freely use require() on any script. all lua files are loaded alphabetically (path is taken into account) and the extensions folder is loaded first always

637ee5fff93cc99d3350ea82d5058768c8b8eb92 authored over 10 years ago by Rochet2 <[email protected]>
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna

6b01113a70bf0ce60e14b410b5eec5a2f9b9855d authored over 10 years ago by Rochet2 <[email protected]>
Eluna Closes:

#70, #69, #83, http://emudevs.com/showthread.php/3438-Custom-Items-and-On-Item-Use-Events
Fixes O...

d09b5b04ba71a2b58f505afea0df1967770c3747 authored over 10 years ago by Rochet2 <[email protected]>
Update FunctionCache.lua

6acf09dcf5c34d5156cfc588a65964512b537527 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add mangos support. Notice that old MANGOS is now CMANGOS

8fe509c8382c650975b1d69d84efd9448eb9bc79 authored over 10 years ago by Rochet2 <[email protected]>
Eluna change definition checks from mangos to tc

1f75dc784333d2530f99e0b3f3a0eea73f5e527e authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix classic and TBC return false for item use

fdd63cd7169c36ab2d031bbc615d86679ad267fc authored over 10 years ago by Rochet2 <[email protected]>
Eluna remove unused method bodies, Rename method bodies correctly, enable some methods implemented on mangos and TC already..

c2a3ea5043d8624a2782053414f06e4906e4c9e1 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix extension for classic and TBC

There are no vehicles.
https://github.com/ElunaLuaEngine/Eluna/commit/cfa6627d15a72002ab863446ec...

1e4aa81e6a8a0d917985b9c08d033a3f0385c9f8 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos build

6cd2ed2b6f4bb69d998b73ff6a42ed4aa0cfd315 authored over 10 years ago by Rochet2 <[email protected]>
Eluna switch to Lua 5.2.3

423619b652d229a90ac97751736f30bbb50058e4 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix crash on InterruptSpell. Make item use and item gossip hooks to be able to return false to stop spell casting.

0f8f37678d194c7ce93f87cba85c696dc657c3fe authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix cata merge

2318149d7a4a9da209cbdfcdcd5b64bc223a215b authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

1591e7a40de4435160680a811208b06564871476 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix core merge

d81a00ae209d16e71e988494cbcbb8218e9c22c3 authored over 10 years ago by Rochet2 <[email protected]>
Fix linux warnings Implement #72

580b3f7a25be90a8839a1f2d25ae1c6ae07d8fba authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix invalid stack state error

aa78932fd105a0c5193ae0ec865f89c713cdae92 authored over 10 years ago by Rochet2 <[email protected]>
Eluna misc fixes

aa96c42eb0ac6866db2e5a2ba89660cc3a1af789 authored over 10 years ago by Rochet2 <[email protected]>
Add a little more documentation to source. #24

There should now be enough information in the comment to be able to use the methods to create a ...

2764a915a1b496ee1f2b3c84936516542e865fe1 authored over 10 years ago by Rochet2 <[email protected]>
Add UpdateEntry method for creature. Closes #67

Fix optional arg

Fix mangos code

98aa2d18efe689040bca3f2c6bf3800d8f0aad14 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix crash on deleted item. Closes #66

34517d77d192c526bc8a6da7b21b18564ef8cc87 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix crash on reload eluna used from console

79fd1d5babc77c233c23e5c9ea7f50bce0f67493 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add event group type name to the error messages

0fd161588711c25b6a3789537986e13c7df7e4ca authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix invalid errors

d294405272dc678f6e8ceaedb05aebebca31be33 authored over 10 years ago by Rochet2 <[email protected]>
Fix GetAITarget

Add missing important breaks

719707f8b091424192b9e56ed947f57f0c358e5d authored over 10 years ago by Rochet2 <[email protected]>
Update CreatureMethods.h

6e4e77f18d895b8f972565b75c5769cd255840e5 authored over 10 years ago by Rochet2 <[email protected]>
Update LuaFunctions.cpp

2d81bd23eb5cb3502b7ce0eac553c9e225759069 authored over 10 years ago by Rochet2 <[email protected]>
Eluna remove crash possibility of using ReloadEluna global function on returning hooks, restrict the use of the reload command

45c5c876dde49cf52ac8033ea5e4c21ec67be6ef authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos GetAggroRange

eab5c0693b3b7f4e8867a33ef198daed58bc922f authored over 10 years ago by Rochet2 <[email protected]>
Eluna add GetWorldObject by guid to map methods. Closes #64 requires use of guid

37a0161f2998a7d226d32262d8f8a6d7eabfb196 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix merge changes

143e81da0762a31f77fe2bffffdf04407a91939f authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix some methods

eeb348e48a1a2385ce6807129750026d71eaa428 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix the distinction between Cstring and String for mangos

70b5389c13f6262a9c98ff4c22882c82974ab426 authored over 10 years ago by Rochet2s <[email protected]>
Eluna

417bb6d01746c36bc86f54357ecbfb640fa14f96 authored over 10 years ago by Rochet2 <[email protected]>
Eluna

a7e87c5de03adae017a4e7dd5f07fb90f4ca3b2c authored over 10 years ago by Rochet2 <[email protected]>
Update HookMgr.cpp

572f2670fc21d7a274e043503aad8049009bf4c9 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix build

8acf303652f5809b42b4cbb40517e306a7298429 authored over 10 years ago by Rochet2 <[email protected]>
Eluna made hook stores use templates to verify right bind store used to prevent human errors. Also fixed an error this system brought up :)

77ff26ac8e2cefab6c87d30d500c74d28e2d12c7 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix gossip events

d7a07239e9b66059de9be4789c826524f812435c authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix TC wotlk - was missing the include for opcodes

b7c00ae18f21aa1ba9b0b289765adcb196cbde29 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix opcode definitions

40774d0c5cf4d8532a74f229890556175f363e9d authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix typo

e7b1bdb6a964aced824141b69add07b4bdcde8ee authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix linux warnings

9a1f8c7884e82701028dec82210b24278dfb6f94 authored over 10 years ago by Rochet2 <[email protected]>
Eluna attempt fix linux

d4dbc2c00e0f17d21a9a2f047bbe8a855fa2ad83 authored over 10 years ago by Rochet2 <[email protected]>
Eluna prevent copying of Eluna and fix init order of WorldObjectInRangeCheck

16e7a719806f15b60315ca18a2a91e7e230a9bfc authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix typo

d269acbf8ea2f4a6a5597bfba5705de10875518b authored over 10 years ago by Rochet2 <[email protected]>
Eluna

Improved pushing so that a single userdata is used per object pushed.
Made everything use the sin...

b1f85bfc21d03828a2ecfdca65204dac4a38ef39 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos build

19b03dcbcf954e20d95a5b2877366f74d78f5ff8 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add new system for userdata management. single userdata with GC.

Note that this will still need the core side destructors to have the ref remove function used in ...

e131f36d390996d7279804ba012f718b9c0e21b7 authored over 10 years ago by Rochet2 <[email protected]>
Update LuaEngine.h

Made the error to return right amount of nils in any case.

18258079b2e375a38dceae771882d5eaae129532 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix RegisterEvent and other unexpected arguments

74aaea30d5f4127cfb542c4574041f1424d0e1b1 authored over 10 years ago by Rochet2 <[email protected]>
Eluna Removed mutex lock and forced only one map update thread to be used. Made returning more arguments than pushed to return the return amount of nils instead. Removed a few hooks

94063c1b7d0e4fdc86a962e79144fb3fe0ce0827 authored over 10 years ago by Rochet2 <[email protected]>
Update UnitMethods.h

9873293b17c4066a781367c05765c7d2d173d250 authored over 10 years ago by Rochet2 <[email protected]>
Update UnitMethods.h

166115b61286c624d49774e5e91bb74c1f8470b5 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos build

93b5da51d68e92a26a9f8b13ea0b218475c8d281 authored over 10 years ago by Rochet2 <[email protected]>
Update CreatureMethods.h

a5b372aeafedf4f750aaea6d60eb4dd380d056a8 authored over 10 years ago by Rochet2 <[email protected]>
Update INSTALL.md

9b805be5023f2a75cd9f11ee4b78efb46034e802 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix TC define changes

f166732b49af0cd5a2f05cd45ed3e68ef5ecd3a2 authored over 10 years ago by Rochet2 <[email protected]>
Eluna create workaround for SetReactState

6751208eb2514ad401b3a979abb4a87c0a0637b5 authored over 10 years ago by Rochet2 <[email protected]>
Updated GetAreaName with locale being an optional argument

WIKI: http://wiki.emudevs.com/doku.php?id=eluna_global_method_getareaname

bae4bd18be5db393181f33ef8809ef91608116f3 authored over 10 years ago by Easelm <[email protected]>
Update LuaEngine.h

523e6d50e5b3602e51eda423cbf0737306fe6e9e authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos build

404cbf3d11d7c98bee8e982ebf7bb3520bf0480c authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix build

c9985752217bee68f7223078a42a87b5fdd18900 authored over 10 years ago by Rochet2 <[email protected]>
Added Global Method

* GetAreaName(area or zone ID) - Returns area or zone (string) name by area or zone ID (WIKI: h...

89dc95a7462d30ede75c6a734dcc1f1726f4c83f authored over 10 years ago by Easelm <[email protected]>
Eluna fix folder path and add config option possibility for script folder path (default 'lua_scripts')

0fd4fbd94508c689a7a22bea0b1a1041807b1565 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix linux script loading - Still require adding a config setting to set a path to allow you to use a fixed path with restarters and shortcuts

cdaf38b737542e2a5f7a8658d39ff546dc440590 authored over 10 years ago by Rochet2 <[email protected]>
Eluna implement more hooks, remove unnecessary hooks and code. Can now use Reset to reset timed events and on spawn should be used for events that happen on spawn instead of reset.

7bd0288658fc135744f0c6a274a8b0e610a1d4ec authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

eaf8ca036914e1029218708aeea79801b6d29119 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos hooks

afb3aa8ca0eaaf29d5ae737d17e9197cbc04cfe0 authored over 10 years ago by Rochet2 <[email protected]>
Update INSTALL.md

0d370e046675c53dc42c34cfb566e469f978d889 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix left out TC logs

be806506253cb136557b08143d1a73ffa4b2bbd2 authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

99d7f60257aa039ea462c113a6314b9090eb79d5 authored over 10 years ago by Rochet2 <[email protected]>
Update INSTALL.md

1b90a658f6ac04d0ed169d2bee81df0b1a1ee474 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add randomizer back as extension

15134e27713273d729bd9e2550991a11eb6b565f authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

6fd8dce5e28c672d6a94b862901f2ad5a3d08896 authored over 10 years ago by Rochet2 <[email protected]>
Eluna misc fixes

924997603fed1d05a5b79060de97cd529aba3c5d authored over 10 years ago by Rochet2 <[email protected]>
Eluna add a new test extension (and the folder)

6fc67571c7e5547b16ff6e66674ac94fda3b44ec authored over 10 years ago by Rochet2 <[email protected]>
Eluna rewrite file loader

3cdc08d55623f472e0f69b18f1cda56043267dc2 authored over 10 years ago by Rochet2 <[email protected]>
Update ObjectVariables.lua

Fix lua error : |

6074f5cf6f82ea8c85ccaf9dfbd3f76fd9b36351 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add support for extentions and create lua_scripts folder automatically again

ab617b4f7f012b98b98257901f058dd322ec6397 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix addon msg hook for mangos and for TC's latest changes. Also improve it a little

6bec5eeb44e01055597bc047c32b61e6b87bee64 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add get expansion

f013e2a9faea078c1523057f2e753734a00951e3 authored over 10 years ago by Rochet2 <[email protected]>
Eluna

4537a7f8f0b577dbb48ead678f4dfdf1a7e11dc8 authored over 10 years ago by Rochet2 <[email protected]>
Update INSTALL.md

bbb968fbeba662483963178b1d0f9951d94a5471 authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

619ac5631117ba08c0f7db77f6d820eaa234acf2 authored over 10 years ago by Rochet2 <[email protected]>
Update README.md

0cb2e29734a6bdbb9c6b43c4da9c7e6b246a0fea authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix wrong opcode

bcf7ed591ffdb00ce24adfe393716a9faa9b2ed6 authored over 10 years ago by Rochet2 <[email protected]>
Eluna implement SendShowMailbox for all cores

389ed8a80e9da0ca3e812646e4a7631503067919 authored over 10 years ago by Rochet2 <[email protected]>
Create MERGING.md

7b9f812f756aba0fd96be20d036d918945e38495 authored over 10 years ago by Rochet2 <[email protected]>
Update GroupMethods.h

6f6a9bb1495543c210d072b995ecb8edaf1853cb authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos tbc & classic

e7cb68a3a6636e0489f70c92425e254c746e8c68 authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix mangos wotlk build

16b65145890f90ed29dcc8b5460b0dd97487d9a3 authored over 10 years ago by Rochet2 <[email protected]>
Update eluna

7ed94d3e7a65d55f74cb4857efc6dadb781cede1 authored over 10 years ago by Rochet2 <[email protected]>
Eluna Fixed SendAddonMessage

Might want to rewrite parts of this later on, however it works for now.
Thanks to @StoneHarry

e0f2bea853ccc0426a1b2e5855e1af6c1e240c3d authored over 10 years ago by Foereaper <[email protected]>
Eluna add uint64 methods

46a5f4d0330a5fc42a508f6f004039da6967412f authored over 10 years ago by Rochet2 <[email protected]>
Eluna fix crash on return false on chat hooks and fix opt arguments for strings. No longer accept numbers for opt string as valid strings.

b02cb0f5450b5ef812548414fbf8f3aa463abd1d authored over 10 years ago by Rochet2 <[email protected]>
Eluna add OnAddonMessage event

Added OnAddonMessage event for Client <-> Server Addon communication

a9542a28cb98765f9cfad31fd6729d680037854f authored over 10 years ago by Foereaper <[email protected]>