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

Added temporary link to LuaFunctions documentation

9e196581c228542115cbe268bd529d1f439a547f authored about 10 years ago by Foereaper <[email protected]>
Merge branch 'master' of https://github.com/elunaluaengine/eluna

8238ac05ca9f6d681383f0e6086a9e4a71f35d67 authored about 10 years ago by Foereaper <[email protected]>
First part of Player documentation

7ce8db73b9cc984ac6d7721814f6f7aee205bae9 authored about 10 years ago by Foereaper <[email protected]>
Add documentation of ElunaQuery and drop GetCString method.

From the Lua user's perspective there was no difference between GetString
and GetCString, so Get...

bce49b99e2806da65f4a6fb6c9d1a871ce6b3e51 authored about 10 years ago by Patman64 <[email protected]>
Improve description of Creatures in documentation.

bb0204a530c1f1342d1816ef242123697d036e83 authored about 10 years ago by Patman64 <[email protected]>
Improve Corpse method documentation.

04c2d3edf1bdc6dd20bc0a2edc0d5f247002beba authored about 10 years ago by Patman64 <[email protected]>
Update documentation standard.

289aec2c04ec2ea57b03eeaf3a54435f567a9e2d authored about 10 years ago by Patman64 <[email protected]>
Improve BattleGround method documentation.

2fba7cc4f534528415074a3025a3a7ad0d8197bd authored about 10 years ago by Patman64 <[email protected]>
Improve support for variable args in documentation.

Now prototypes are automatically generated with/without default arguments,
to better illustrate ...

ce53dfb25b7dde66c491681d1e7539de92df4ebb authored about 10 years ago by Patman64 <[email protected]>
Improve global function documentation.

0498e98fc6a4fcd687a61411c38977d2371036e4 authored about 10 years ago by Patman64 <[email protected]>
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna

c936555fbd78df1e0d28fa8d85688b0146cf0813 authored about 10 years ago by Rochet2 <[email protected]>
Merge branch 'Rel20' of https://github.com/ElunaLuaEngine/Eluna

50aa663bde0a1e1fed26e87d7df5f2477ef0782a authored about 10 years ago by Rochet2 <[email protected]>
Fix documentation generation for GetMovementType

91606ed69582d51e50465b12bbc1b99614e932f1 authored about 10 years ago by Rochet2 <[email protected]>
Merge pull request #132 from ElunaLuaEngine/dev

Merge Dev changes into Master

602d8f0585d7b3719f3cba04e8928f2debd29dbe authored about 10 years ago by Foereaper <[email protected]>
Allow event handlers to be cleared.

f15373ea438e5e73c0b935ecd5b69f89ba6c24f3 authored about 10 years ago by Patman64 <[email protected]>
Merge branch 'master' of [email protected]:ElunaLuaEngine/Eluna.git into dev

c33f62d42480b06e87bce19eb8ccd1f26b1bb1dd authored about 10 years ago by Salja <[email protected]>
Missing indent from previous commit

Derp

a7a8885c0f8a02efdea11278244a051c0fde7284 authored about 10 years ago by Foereaper <[email protected]>
Merge branch 'master' into dev

a79d45687225e9d9f809b53a61193d553562cade authored about 10 years ago by Salja <[email protected]>
Added requested movement method

Todo: Implement TC equivalent

Part of #80

20eeccf81543d8bebfd23ba32ddfb230b4118b3c authored about 10 years ago by Foereaper <[email protected]>
Added Item method documentation

d6b65cdf4cf5de47779d08955bf76948c0f60830 authored about 10 years ago by Foereaper <[email protected]>
Added Guild method documentation

Todo: Move a couple methods to player methods

6d0c50977f7f7229304d3466e009b36381406fbe authored about 10 years ago by Foereaper <[email protected]>
Merge branch 'dev' of github.com:ElunaLuaEngine/Eluna into dev

b281fe052e9ee85211d9e56bf3413d43b4092c7a authored about 10 years ago by Patman64 <[email protected]>
Fix messing up optional args and a warning

cbd35438a3c180562a229498d1a26c66fd28b060 authored about 10 years ago by Rochet2 <[email protected]>
Fix linux build and warnings

dcd0a0e89c689c90e57bc151f8cbfcdd98dece4d authored about 10 years ago by Rochet2 <[email protected]>
Eluna changes

* Attempt fix VS 2010 pow error
* Tweak the doc parser a little to work with variable arugments ...

631e220b314909a2e8860109dccab5be4a28e9d2 authored about 10 years ago by Rochet2 <[email protected]>
Fix previous commits to be more efficient overall and have better logic. Also try fix clang error.

78d18e8feeb5fec3435b7551ba713e883361ff0d authored about 10 years ago by Rochet2 <[email protected]>
Fixes #130

809a0ac2bc259ccda11ba046be39c917caa37785 authored about 10 years ago by Rochet2 <[email protected]>
Fix messing up optional args and a warning

517685f65d1c1881949ae57afb73d90cc188e7a8 authored about 10 years ago by Rochet2 <[email protected]>
Fix linux build and warnings

5e27ac24aae9cbaf17baeeee2af0bbb60ce0dbb1 authored about 10 years ago by Rochet2 <[email protected]>
Fix previous commits to be more efficient overall and have better logic. Also try fix clang error.

88dcea9cb71723aae37c627aa5092d24d307eb78 authored about 10 years ago by Rochet2 <[email protected]>
Eluna changes

* Attempt fix VS 2010 pow error
* Tweak the doc parser a little to work with variable arugments ...

2c694bb4d4e8dc332b02990890b9f27f59adee48 authored about 10 years ago by Rochet2 <[email protected]>
Fix bug in previous commit that caused temporary bindings to die early.

Instead of decrementing all their counters every time an event occurs,
only the counters of the ...

ed8edf065c25798f2402996669029e8e49cc4823 authored about 10 years ago by Patman64 <[email protected]>
Merge branch 'master' of github.com:ElunaLuaEngine/Eluna

7364facff6c6526ee0528a3dbbd14d4ebcefd0c1 authored about 10 years ago by Patman64 <[email protected]>
Allow temporary event handlers for all events.

This allows you to register a handler to only fire N times.

Dynamic event handler binding/unbin...

8c40dd16924aed6f4f93bbea2058ff5957958a7f authored about 10 years ago by Patman64 <[email protected]>
Fix shady comment

53ef010c3d7bf22095352409ebedab603da6936b authored about 10 years ago by Rochet2 <[email protected]>
Fix DurabilityRepairAll default value

130735de43de27f9056a20edcc7134c7115cc837 authored about 10 years ago by Rochet2 <[email protected]>
Eluna Fix Print functions

f81924530856a65d55bc4fe6e9ee340f0a2440e9 authored about 10 years ago by Rochet2 <[email protected]>
Eluna Fix checking of objects with varying types

662babc8060f7955878f1a589b89774fe2647e9a authored about 10 years ago by Rochet2 <[email protected]>
Eluna add int64 datatype, rename functions for osx, enhance object checking code

cb7f9d514585ee5aa08b50d2f6691152bd49acee authored about 10 years ago by Rochet2 <[email protected]>
Eluna fix TC errors from previous commits, fix merge and fix a crash on osx

76710544258c4281c46d9b5f5cc546909816b8af authored about 10 years ago by Rochet2 <[email protected]>
Implement log print functions

525e108b83a6a47bde3a4259fb3d06f33a044170 authored about 10 years ago by Rochet2 <[email protected]>
Expose time diff functions

e683f48fbba7ab0866cc42a61e9b9e94a8417654 authored about 10 years ago by Rochet2 <[email protected]>
Update definition for cmangos & mangos changes TEAM_NEUTRAL => TEAM_INDEX_NEUTRAL

Temporary branch for mangoszero & cmangos changes until new changes are complete.

24f4415eb937ec9b59fb6186f2aabc25a2c6d6aa authored about 10 years ago by Rochet2 <[email protected]>
Fix GetTargetDest

Deleting function cache. It is causing problems with few functions and there is not much use for...

a068a33bed8911198b52c9d2d8e926b2aa54490c authored about 10 years ago by Rochet2 <[email protected]>
Allow multiple callbacks for the same entry/event combo.

The callbacks will be called in reverse-order of registration.

3ff4c5f26ee7d96449d37d8448cd2b3d311667ed authored about 10 years ago by Patman64 <[email protected]>
Fix calling Eluna functions from coroutines.

Fixes #126.

967a8045eb3985b9a1c847c1dfcc4f5eab8b450d authored about 10 years ago by Patman64 <[email protected]>
Make ReactorAI the default AI on mangos and allow overriding.

All AI event handlers (except OnReset) can now override the default AI
behavior on both mangos a...

3f08b37fd07466778d5b57ac1a456904a2993de5 authored about 10 years ago by Patman64 <[email protected]>
Eluna fix aura update for (c)mangos tbc and classic

28788e0efeddf4d7faf9a15c514257b277f0b352 authored about 10 years ago by Rochet2 <[email protected]>
Eluna fix (c)mangos build for mthread changes

7f496959f5f32e2c76898e0afb30fc04ce569e72 authored about 10 years ago by Rochet2 <[email protected]>
Eluna fix visual updates for aura methods for (c)mangos

19f3dc297a3b60729ebe435952beb2237a4f9ef0 authored about 10 years ago by Rochet2 <[email protected]>
Eluna implement changes from new_mthread to master ~ Does not add multithread support

6268216a649fb58c6da091e116ca8ea5a866ceb3 authored about 10 years ago by Rochet2 <[email protected]>
Eluna implement functions from #121, implement hidden file ignoring closes #122, enhance documentation in places, change requiring some now only allowing unique filenames

a7f4954fbebccf1eea1618c58153577045dc4972 authored about 10 years ago by Rochet2 <[email protected]>
Correct error messages to be clearer

93982a16c1421575a5ab199f3bcfcbb5e3faf3f3 authored about 10 years ago by Rochet2 <[email protected]>
Revert changes to extension from 2343f1b2d6e820130633c681821c8d1c57ad1fdd

02316cd182628ca79b996c7a6848be59126090dd authored about 10 years ago by Rochet2 <[email protected]>
Eluna fix require path to lua script folder structure. Implement .ext.lua and comment them in the ext files that exist.

2343f1b2d6e820130633c681821c8d1c57ad1fdd authored about 10 years ago by Rochet2 <[email protected]>
Fix loading debug messages to avoid confusion

d7920b4bb7713c4b346b7eff16de28463fcca5eb authored about 10 years ago by Rochet2 <[email protected]>
Eluna fix TC cata+

0d7318c109e5bc9de7c633c94fafca51becd1938 authored about 10 years ago by Rochet2 <[email protected]>
Moved include due to changes done to Mangos.

Do mind, this might need to change slightly for the cmangos sources!

6afc38a7438a94b6db67e25685f5bac7ce7b7e53 authored about 10 years ago by Foereaper <[email protected]>
Fix TC copy step and tweak mangos'

817c5c96e134069c2cb0245060b81c62a86c6418 authored about 10 years ago by Rochet2 <[email protected]>
Fixed RegisterPacketEvent typo

69177843b6370fa89986f415bed97b7214467deb authored over 10 years ago by Foereaper <[email protected]>
Eluna fix warning

V690 The 'WorldObjectInRangeCheck' class implements a copy constructor, but lacks the the '=' op...

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

95b103d2850eccddff65df64762803da50f76e3c authored over 10 years ago by Rochet2 <[email protected]>
Merge branch 'master' of https://github.com/elunaluaengine/eluna

644200fa50ba26c894c3217ec26307d224a4ad00 authored over 10 years ago by Rochet2 <[email protected]>
Some CMake configuring for mangos

5f2a079dc11bc15f340f5cd15aa2cf40291248a9 authored over 10 years ago by Rochet2 <[email protected]>
Update MERGING.md

9814d8571af1f18cb06d015a20dcb59e1fa55c15 authored over 10 years ago by Rochet2 <[email protected]>
Update MERGING.md

8b0a89e68f51e3f7b9900454f103af088ae40ee6 authored over 10 years ago by Rochet2 <[email protected]>
CMake files changed for Eluna module on Mangos

98f9ea7b801af3e9a4622c8fce27522e8bc3cb46 authored over 10 years ago by Foereaper <[email protected]>
Changed AddItem to return item object

0c72883009c254e6a13353ec98f78f9a4a30775d authored over 10 years ago by Foereaper <[email protected]>
Corrected typo

774df595a6ae50c4b3db9e7b2cca8682ef78fc5b authored over 10 years ago by emudevs <[email protected]>
Updated GetAITarget documentation with target types

696de1309b9ec394fb77d9275d65f621091285f1 authored over 10 years ago by emudevs <[email protected]>
[Mangos/CMake] Needed change for windows cmake support

afd9bf7b4b39e82b52e7eef6f5f72341bfaae504 authored over 10 years ago by Foereaper <[email protected]>
Eluna: Correct whitespace

4784c2052a0acdcbc9dfa4094be9ad9bc494bc28 authored over 10 years ago by Rochet2 <[email protected]>
Eluna: ObjectGuid is now used by all cores

2f17600f434d57d4cf754565bae1ca80fa29e4f4 authored over 10 years ago by Rochet2 <[email protected]>
Eluna remove WorldObject::GetWorldObjct, use Map::GetWorldObject

5b337c7f2b1446e9e4dfa6d7c372f1d69bc50f21 authored over 10 years ago by Rochet2 <[email protected]>
Eluna: Fix warnings

ecb076b65408d3d5b6a95bb0e3b7fd6a7f4dac6b authored over 10 years ago by Rochet2 <[email protected]>
Eluna: fix compatibility with new guid changes, fix bg methods for cata

16185423abb033d47cb83eafeafdc073e6cbdacf authored over 10 years ago by Rochet2 <[email protected]>
Global methods documentation

All methods should be documented, but some still need to be updated with appropriate explanation...

ea6f6bcff20879d81e3acb96245e153ef24bb2a7 authored over 10 years ago by emudevs <[email protected]>
Corrected Spell:Cast method documentation

Thanks @Rochet2 for the info

093ab2d740162570bbdaf48eccedeee644aec753 authored over 10 years ago by emudevs <[email protected]>
Updated README

a9d8f5625fcaf6f21ff9126d48100a9e0a0fda87 authored over 10 years ago by emudevs <[email protected]>
Updated Spell and Global Documentation

Fix whitespace in HookMgr

6819a7db4536abb8c3ff52000278a673db5550d4 authored over 10 years ago by emudevs <[email protected]>
Typo from last Commit

Signed-off-by: Salja <[email protected]>

ef1c68064b7672a6da5c0de8aeab9e3548514b98 authored over 10 years ago by Salja <[email protected]>
Added a few copyrights, footer and index.

9533cb2461d35e4a4951d9822454724cf6b8bd1e authored over 10 years ago by Faded <[email protected]>
Eluna: Separate eluna init and running scripts for startup load orders

7e99514fed578576009747b27befe3fa8694da90 authored over 10 years ago by Rochet2 <[email protected]>
Added missing parameter OnQuestReward

Cleaned commented code

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

6d65d5f2c8999af400c50d5387f5450dee4e3f04 authored over 10 years ago by Rochet2 <[email protected]>
Fix comment typo

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

2c2130be8a78f599d251e099beb3190e530590ea authored over 10 years ago by Rochet2 <[email protected]>
Eluna: Remove on quest end hook because it doesnt function correctly and there is a replacement

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

a17b4415844b67a8e63b334b3a144f2bd919a9de authored over 10 years ago by Rochet2 <[email protected]>
Remove crash on mangos from not unloaded objects on unload

f11d1767c108abeab2731437d28ad77f6db8658e authored over 10 years ago by Rochet2 <[email protected]>
Eluna merged with TC

Certain chat methods had parameter changes. Most of these changes will be updated soon to lift t...

7c0d2cb5235123ac5a2f14dddf3bdd0d96687315 authored over 10 years ago by emudevs <[email protected]>
Update ElunaUtility.h

bc5d1b3f86d4fb27cef55890babfd9234a373ce4 authored over 10 years ago by Rochet2 <[email protected]>
Fix < c++11 compatibility for mangos

9db50e4772795de3d51dca76c9726a2bf7fd2e09 authored over 10 years ago by Rochet2 <[email protected]>
Eluna: Add cod and money to sendmail, add missing spawn types for mangos and tc for SpawnCreature

d9ff37d78df1ef34d5a3d73d5f781debf3839e76 authored over 10 years ago by Rochet2 <[email protected]>
Implement BG methods for TC and do other fixes

9add43bf2ae86a6012d0b10591b37ec26742b882 authored over 10 years ago by Rochet2 <[email protected]>
Eluna: Implement utility GetRow()

42ffd8aff84b96f7d32d51cf362f59568a063bb4 authored over 10 years ago by Rochet2 <[email protected]>
Eluna add asserts for typename

10c81df2cdcda5b2ba958027159d16452da54d13 authored over 10 years ago by Rochet2 <[email protected]>
Eluna: Fix issues with SD2 compatibility

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

Fix typo for TC

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

61551494e8da8bb93c16bd8f088bb894d1ba9dc2 authored over 10 years ago by Rochet2 <[email protected]>