Ecosyste.ms: OpenCollective

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

github.com/azerothcore/SunstriderCore

WoW Burning Crusade server emulator
https://github.com/azerothcore/SunstriderCore

Removed returning null result in Field get functions when type is incorrect while in debug mode.

Former-commit-id: 96aad67ef7613223b8d4501ca5c56374c6f2a7bf

05c75662c8423f2ae633c198de661acac0e70120 authored about 9 years ago
Fixed more database types

Former-commit-id: cfef1af8f496d365ef16350a7569f4107245879f

c558009a1f61d293d5bee9f3895cadfb16f44154 authored about 9 years ago
Fixed an error in gossip text loading

Former-commit-id: 19eddb966cf19d1bdc76eb8629dfee561c18424a

93353b1ce35ab6b7bde14571e62a612ca6161a8d authored about 9 years ago
Fixed some more incorrect database data types

Former-commit-id: d2f892ecece9ffe035cdcb25fb5279adc1b0443c

5bdefef5df3295dd81975f18f46f2b61ca65cc2f authored about 9 years ago
Fixed two incorrects data types in database loading

Former-commit-id: a77fe5e7ff0ccc8cf344cbdd56a5fe8190701d50

b79c0081e2064666736460ee594af252717b10d5 authored about 9 years ago
Merge branch 'sun' of https://github.com/kelno/sunstrider into sun

Former-commit-id: 5264cd76bb642eb48600ea543e886f7cf60984fb

93d61a291cd15a9ff6e406614b10258fe0c48726 authored about 9 years ago
Added systemd scripts (to be updated)

Former-commit-id: 7fd0ffd51360ff8c5618f935dd2269ed659420eb

ab823e5a1c927e3598489f8a258a5a3903789c21 authored about 9 years ago
Moved init.d scripts

Former-commit-id: 497f1545f73eb6ef6faba20c7e21b04fff57d8ee

8674f62a20248ceb18d93728333183fb7b5d7a62 authored about 9 years ago
Fixed possible crash at server loading

Former-commit-id: e56ae32599830049ff6cc5f724423b0426f81331

1ff0cbf41cb3e4c14d6475462761df832a73ca3e authored about 9 years ago
Update authserver.conf.dist

Former-commit-id: ce5a68be02aadc92c691a632a67bc38acb0c93c0

7c1d460c09ce82c15def21cfffcd16cfafcaf1fe authored about 9 years ago
Update worldserver.conf.dist

Former-commit-id: 9615adec0c22f8e984f2fde92b1bef0ed0b6b1ae

83fb367fd4e86d348d33630b5f328b5fe376766e authored about 9 years ago
Fixed battlemasters always offering warsong gulch. Fixed Nasty/Sunstrider-Issues#135

Former-commit-id: 7ffe07894dfdc58cbffbee04452c424a5f697b3c

536d7f57de00be3abbe8c7b6a277273a43f9af72 authored about 9 years ago
Fixed battlemasters always offering warsong gulch

Fixes Nasty/Sunstrider-Issues#135

Former-commit-id: d3c1460b4cbedb2ed6ae02134ee78fce3095ae84

2d9bbce021a4c200a46708c63365e2fbc84d2fbc authored about 9 years ago
Renamed isBattlemaster() into IsBattlemaster()

Former-commit-id: 02d74d9e41f77f1b22e1875edf882a55255be760

3ef2c67f4509d4cf3d7bb38e9e74fc94460d8aa8 authored about 9 years ago
Fixed ugly crash dumps not generated on windows

Former-commit-id: 3ca725f1782e496471b9147a19f2d2703dc38c34

990284156d10827c7564d80d54b9912ecfa6d827 authored about 9 years ago
[TrinityCore] Core/Tools: Fix brutal linking in mmaps extractor.

* caused warnings with shared linking
* ref #15671

Former-commit-id: 6852d28853d8f2cdf2f03939b1...

5ef4a8dd91e4cc5d2ccc31ff8c96e28067f44f9a authored about 9 years ago
Fixed some compile warnings from Clang.

Former-commit-id: 49394f0fdd244762b887797f87afb38a552abf3b

4bac7ad9c47b9c49e3117e04124673aa81f47856 authored about 9 years ago
Updated ByteBuffer from TrinityCore

Former-commit-id: 85e398c94d2f25f2bf6277be6aa8381b5ad9c4e7

2e758f4fcbeaf5c2faa73fb98a42779107381ee9 authored about 9 years ago
Fixed last commit

Former-commit-id: 5cad41e7abe5658a21a7e95db424ed8cd91980d0

ee7005f1cba1d3ab87d4e285bac3e3e5b4071ab7 authored about 9 years ago
[TrinityCore] Core/DBLayer: Added compile time validation for prepared statement indexes passed to DatabaseWorkerPool::GetPreparedStatement turning mistakes like the one fixed in https://github.com/TrinityCore/TrinityCore/commit/0327927fa61434d432f9749fd9242ae5dce9a5cd into compiler errors.

Former-commit-id: c0b89765800ffaf1b0ed05c77e9ae07eadc4a41a

07408647d591b536216570bb2ea415030a04a674 authored about 9 years ago
Move some dep includes and deleted old sockets library

Former-commit-id: c862bfc4d8fa286323fae248e873e9695b6f6db9

9c70a9f637db588c907fd7f730468177354905e3 authored about 9 years ago
Replaced some ASSERT(false); with ABORT();

Former-commit-id: c1eff141febc7b04827cf9f5bd77eea76e307936

aa1dc6ccc0d7eb9931b03bcc02a2a14fbd6ce7ef authored about 9 years ago
[TrinityCore] Default initialize i_path instead of using NULL

Former-commit-id: 3d6b4450e6b241e49bb556749b93189980939638

68eb253d91bb11db875c60b5c10507d404a57314 authored about 9 years ago
[TrinityCore] Core/SAI: Add SMART_ACTION_RISE_UP for Z Axis

Former-commit-id: 866dd7a153e5293362e0d7b1d75d33073d99d999

031f015b347b06129ae45e90dfff8c5353b842c6 authored about 9 years ago
[TrinityCore]Core/Players: Changed multi-segment taxi paths to fly nearby flight masters along the way, not directly through them

* Taxi cost on multi-segment paths is now charged per segment when it is started

+ removed some ...

78a45d8f2b50964b4302bf94a6a2c77516fd84d2 authored about 9 years ago
Just some renames

Former-commit-id: bf8baf16f01a5d8ea7622b01f10c680fd9455e16

30835f73f1ff08b147a12f56cd833cd0b8eb286d authored about 9 years ago
[TrinityCore] Allow mounting while under transformations that can be cast while mounted.

Former-commit-id: 88db6c4cad0acb9ec03c732478ddea5515f6ad8e

6088028d754c3b4edbd4c24c43de0406584877b6 authored about 9 years ago
[TrinityCore] Core/SmartScripts: SMART_ACTION_TALK - added action param 3 to set target as talk target (used for $vars in texts and whisper target)

* by default (action param 3 is 0), it will try to trigger talk of the target

Former-commit-id:...

d352ddfa6d887722d467b80fe518edae1111935d authored about 9 years ago
Renamed BATTLEGROUND_TYPE_TOTAL to MAX_BATTLEGROUND_TYPE_ID

Former-commit-id: c163306c117cef3bd2fec613449c02f619e9b1aa

e1df7f6cdbb83fb0ef040a88671abbf8a33b4f19 authored about 9 years ago
[TrinityCore] Core/Unit: Do not remove aura with interrupt flag AURA_INTERRUPT_FLAG_NOT_UNDERWATER when already flying

Former-commit-id: 32b231606cb5ce21a4412a749a13b257466b41e6

35993d092e06a198c39afd45854be48102f3a43e authored about 9 years ago
[TrinityCore] Core/SmartScripts: added new action SMART_ACTION_COMBAT_STOP

Former-commit-id: 5ea4c539c5c541bdf643b92f4bb8776bf217be6c

8ac814c6b9d18987e99e4db5f472a02769090337 authored about 9 years ago
Added some consts to functions here and there

Former-commit-id: a57f572f8ee564ec709e098aeef5cc24fe3457cf

9aca1e1288aae70c53ecd3c53c03218e61605b04 authored about 9 years ago
(TrinityCore) Prevent damage immunities aura to be bypassed by damage splits aura (like Divine Sacrifice)

Former-commit-id: e38a465a6d2a2499c0f0519023c04d67b99ec691

d6b4ca0adc0ad5d6be628b14dc499b2aca980627 authored about 9 years ago
[TrinityCore] Dep/G3D: Backport fix from G3D10

Former-commit-id: 0ec472f19e895036e28d622f37742b81605d8c29

cb2b4858399125239c8d2a93c919af7c737fdc6a authored about 9 years ago
[TrinityCore] Core/Instances: Make loot rolls instance-wide

Make loot rolls, master loot at money loot instance-wide, removing the previous limit for 74.f ya...

3e81dabbc2888a2effccb7f7cd3faf4be8425345 authored about 9 years ago
Added AddPct and ApplyPct utils

Former-commit-id: ffb1fd61432e2a311d49cbd43fd210429267cec3

74f60eb16aa9e4ff85bd59e47808aedea22981ba authored about 9 years ago
[TrinityCore] Core/Creature: Fix UNIT_FLAG_IMMUNE_TO_PC validity for player pets

Former-commit-id: 33a70f169ae5c5e9df778c112eeafc4e2075b10a

003ad04ec0771779fd0e4ae7219be2037cf37958 authored about 9 years ago
[TrinityCore] Core/Unit: Fix snare/daze immunities versus SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED

Fix SPELL_AURA_USE_NORMAL_MOVEMENT_SPEED modifying speeds of bosses that are immune to changes of...

0896b909dcd585f806d139bc0fccaea71e1dfaaf authored about 9 years ago
[TrinityCore] Allow GM's to teleport to bg

Former-commit-id: de1f1a5d8e8f90e91ff5a863e671a14e98b48a98

afe573fd4208a76cec0921040050b18453258f55 authored about 9 years ago
[TrinityCore] Scripts/SmartScripts: Clear Movement on Death

Former-commit-id: 65f6f319986c8ff29c07da70c3e2045ef35f75d6

af8370d8a9f00a7fe871aa35f1026902beac8b0d authored about 9 years ago
[TrinityCore] Core/Player: Fix resurrection exploit

No detail on TrinityCore but it seems sending a

Former-commit-id: f2679442914402d5438897a0f67c0...

847d9cab5f16b54fa99fdfa74e8cdd7153c6a338 authored about 9 years ago
Fixed current health update with aura SPELL_AURA_MOD_INCREASE_HEALTH when aura has multiple stacks

Former-commit-id: 0301fd10bf5f2d8596519d708fbb146c8e937018

ff671547e87872841533a15965fd0376a3c7d839 authored about 9 years ago
[TrinityCore] Core/Spells: fixed creatures stucks at 1 hp when a health increasing aura gets removed

Former-commit-id: 23f9972c5583c52aafd39c1d264f57803a287d4d

883736ea8f9add70b42b61eea3593cf1f6661ae9 authored about 9 years ago
Suggest MariaDB 10.x instead of 5.5 + added support for it in cmake

Former-commit-id: d1682715d419535c28580319415ca3e144a904f0

2c6dfcf307a95a0fbdc38e0c32cf0d208515205a authored about 9 years ago
Removed a bunch of unused variables (MSCV C4189 warning)

Fixed some other little errors (mainly possible uses of initialized variables)

Former-commit-id...

d4039d475bbe7bba80da0afdb845a818a8b0b02a authored about 9 years ago
Merge branch 'sun' of https://github.com/kelno/sunstrider into sun

Former-commit-id: 84a30693fb791d4f1e3838eb9f4b481001a68935

5c106892b4dc0afb2018168b096ad62af17f50eb authored about 9 years ago
Fixed commands loading broken a few commits ago

Former-commit-id: c80d66c7118117ca6be0078409a387079235edf7

751b6df7c35ccf2655bec42452c9a303740de728 authored about 9 years ago
Changed Clang compilation flags.

Random syntax cleanups.

Former-commit-id: aeb5f4c9c6af0aa50e8e3c87ad8d71fec193c216

d9e2f06be5f8eddb4e6dd09c40bc80d7ac7cc35a authored about 9 years ago
Update README.md

Former-commit-id: 2af197905552ba81ac13f08906933610a98fe5d9

85c1bde901ba8599652d5893c25ab961675e441d authored about 9 years ago
Updated travis config

Former-commit-id: 1b1919738ca7fdf9bf319ec83ec3769ade52f471

79957a7080d700536970178d1264d03e8c460239 authored about 9 years ago
Fixed another bunch of warnings by Clang

Former-commit-id: ecaebb61cd3d988d341329374398433991fd711b

2a1a7f27d97b8a6aad72c2bb35de67a8ae131338 authored about 9 years ago
Updated travis config

Former-commit-id: 0434d5109ab21df551142f9b4ae6492c58ba94bb

51145bf6c60a357348f6616e388e217f91f17f54 authored about 9 years ago
Made the project clang compatible. Also fixed a LOT of compiler warnings given by Clang and fixed some typos here and there.

Former-commit-id: a80e2fb4b5161554d345676c4343a3b6e7f8ab9a

a117c6a79654513a5e14b6bca809be169c09932e authored about 9 years ago
Removed some old unused library

Former-commit-id: 71f2ee79382ba161a556b62e3d52a531e932462f

6400eda7c451d7e7bb75c2a2fc2788269a24f215 authored about 9 years ago
Updated mapextractor from TrinityCore. Brings usage of Boost and various improvements. Extracted maps haven't changed.

Also updated BoudningIntervalHierarchy to fix those annoying compilation warnings.

Former-commi...

15426f4b53d90bddcd664650ecda1781cdadc0d0 authored about 9 years ago
Updated libmpq

Former-commit-id: 3c132f013e86e2b2a7ccaefdc3a7e74b5fc916e7

f3e5154dffd4ce9bdf0cac115fb14de04bdb2192 authored about 9 years ago
[TrinityCore] Core/Condition: Fix issue reported by static analysis

Former-commit-id: 858bf22b60d3995e032572ecb8f51c7389a09d03

b9548efd6a22b0136406d6f285148794a6471a57 authored about 9 years ago
[TrinityCore] Buildsystem: Fixed building on windows 10 with cmake 3.4

Former-commit-id: 25738bebcf7269b81a0cb01b4a8fa46a5e812052

4e39b0095a15e97cdbe07df886c8b40748f6d9ef authored about 9 years ago
[TrinityCore] Core/DBLayer: Ensure that MySQL version used when compiling is the same as libmysql.dll version used for running the server.

Former-commit-id: 09319e4da9d93d98421e754b04a949709b3af1e6

30823c63c5e97570dc285d32773c149745d9249e authored about 9 years ago
Fixed some wrong sql updates

Former-commit-id: 94fcee221c307e860fad69f5487a2fa5f846c7e8

558fe1a8389d59b630f7f1022e66ec6a7eb0aceb authored about 9 years ago
Fixed another error with SMSG_QUESTGIVER_REQUEST_ITEMS preventing to finish quests demanding items

Former-commit-id: 8d126788044b66888d5d61a1e736b7fc083857fe

6142a31435c063203c478a18efdabbd08ec95375 authored about 9 years ago
Experimental feature: Allow SmartAI reload of creatures already existing. Command: ".reload smart_scripts 1"

Former-commit-id: c498ae2dc1f8f3accf1312dd4bf809180f9d3f36

000c99c75abef0d43314627596187ee4ecee98f5 authored about 9 years ago
Extend precompiled headers memory allocation limit on MSVC

Former-commit-id: ac438218383d892edd5d928536690919c4308e58

61d3adebba29558d205f31b29155b9994e0aa270 authored about 9 years ago
Added missing CREATURE_TYPEFLAGS_BOSS and CREATURE_TYPEFLAGS_GHOST types in Core. Removed those flags from some creatures in db.

CREATURE_TYPEFLAGS_BOSS is now also used to determine if a creature is a boss serverside. CREATUR...

0b1ab85aed7b0b65652f2939c7dce8719895b671 authored over 9 years ago
Changed .gitattributes to replace tabs with spaces

Former-commit-id: ff9f4eaeab1696e9df31dcd1617721fd9a2819fe

407595bf36dc390472c6f2b6b75e04f84d87156f authored over 9 years ago
Moved old updates

Former-commit-id: e0eeef296c5c5c9b8047b033173a887eaea5e694

db1c1dc37db2e5fb066a5406a2b5e3ffc6c8839f authored over 9 years ago
Changed minimum Cmake version

Former-commit-id: ec10abe138f38568f975ad499fa6eedaad36ada9

c0d5c102ee72798192330acc5ba8e62bf60e7ea3 authored over 9 years ago
Fixed build and some warnings with gcc

Former-commit-id: 3901b35160f23dcf03c44a725f539b386aa65b40

87adc63f1a3b2e5d583fb160b792e1bfb7001732 authored over 9 years ago
Fixed buiild under msvc14

Removed Unit::GetCreature/Player/Unit functions, as they are redundant with ObjectAccessor functi...

7a98adba6f6a72af7ee0dbabcc55b2627fc48d37 authored over 9 years ago
Added support of msvc-14 and boost 1.59

Former-commit-id: 79364562202318eca73054429211666481e1dc6f

9d053eef5669baa34bdaad1b1931d7aa0e7b3508 authored over 9 years ago
[TrinityCore] Core/Collision: Fix race conditions in mmaps

Fix a race condition in MMapManager happening whenever a map was unloaded. GridUnload enabled was...

078922b326915f3e28ea9396f0759e233ca78315 authored over 9 years ago
Added SmartAIMgr::IsTextValid validation checks (code from TrinityCore)

Former-commit-id: a89322392802d2bcfa2308ba42492220c9497ba7

be979324fb00d2d2923f8885396fcdbb2957c0c1 authored over 9 years ago
[TrinityCore] Core/Collision: Fix race conditions in vmaps

Fix a race condition in VMapManager2 happening whenever a map was unloaded. GridUnload enabled wa...

37d780683b8b3fa2cf36a877160c1ea73a1f3ecb authored over 9 years ago
Improved some conditions to perform a stealth warning

Former-commit-id: 5754856c36ed692528b2209e3992a13207537006

364f3e1a0337e910ec26a37d0a24e6ad156f0e18 authored over 9 years ago
[TrinityCore] SmartAI: Fixed a bug where creatures would clear movement flags when they shouldn't at SetCombatMove.

Former-commit-id: a9709df15924de2a806f83f6b8219868d7058f4f

b3395eb67c1c752e339e0a1bc38f1d7bb2a148c5 authored over 9 years ago
Updated Recast

Former-commit-id: a728f4c0f35727675dd60850dfaa26d2164578ba

4448078e3553e539489a54ecf11b8fb20f28982c authored over 9 years ago
[TrinityCore] [SpellEffect] Fix bugged amount of threat given by Taunt

Also minor rewrite in HostileRefManager

The taunt was actually using the current victim as top t...

94953d432af5d646c266c499c94fa0cd01c854d4 authored over 9 years ago
Removed unused m_emoteState variable in Creature class.

Removed wrong mount on a creature in the Deadmines.
Changed .mmap command security level to 5.

...

e221f088e543e24bca628ca2d0e60b6f2f994683 authored over 9 years ago
Updated lots of bits of the chat system. Added Broadcast texts from Trinity. Most scripts text still use script_string but you should avoid using this in the future, this is only supported for retrocompatibility.

Translated some french texts in scripts.
Removed InCombat variable from ScriptedAI, using Unit::I...

df2283785988b331100be4fd9ecf6aa2abd8aef7 authored over 9 years ago
Restricted Altruis (npc 18417) flight path for quest 9991 to the said quest. His other quests are still to be fixed.

Former-commit-id: fb832c23db19446f494b68108d7921be4458db52

d600a563fc82f42a263c48dc4a497671eb635f37 authored over 9 years ago
Fixed Nqsty/Sunstrider-Issues #107

Also fixed at least two cases were it was possible to delete a pet by unstabling another one.

F...

de864de181be055386974a880d128d2a46becd36 authored over 9 years ago
Fixed Nqsty/Sunstrider-Issues#82

Former-commit-id: 486ae195892a08e281f4c53a7f997b0d3c05e017

a05c4614adad9a80416d24e0c681496ff925e633 authored over 9 years ago
Some preliminary changes for playerbot, mostly classes and functions renames. Also included playerbot source, not compiling at the moment. Playerbot is disabled by default in cmake.

Former-commit-id: 9b14bdcd9ae07a4554e41c84be81d25c34e9de58

45289145fb41250783b6fcf3f6d8257d8de843aa authored over 9 years ago
SmartAI: Added action

SMART_ACTION_PREVENT_MOVE_HOME = 156

Former-commit-id: f98f0fdcf2ffb8160fa6e68234c8f31554c5f11b

df21bead9800805d35fd8cf66936d2bffd77f6e7 authored over 9 years ago
Added 'any' argument to SMART_EVENT_GOSSIP_SELECT

Former-commit-id: ab63c8a7bff1486afc9233e85d99cb3b81581041

23cbb45962b813066947afc48980d6bd4c2157cc authored over 9 years ago
Really fixed gossips texts with goobers gameobjects + fixed cases with locked gameobjects (gameobject was not really used, you could only loot them)

Former-commit-id: 58a19435250a9f5975136c3e321a2bcc1eded45e

bfb417ea8693fcb00c7113e4aed768075b855ac3 authored over 9 years ago
SmartAI: Fixed SMART_EVENT_RESPAWN not called in some cases where the creature respawn without dying

Former-commit-id: 0ce7e76cf0b3fa1331d65f05fd59795901bf5a11

bb18e1f19b8ffc060fcdd8e5f1f5c0a405217588 authored over 9 years ago
SmartAI: Added gameobject SMART_ACTION_CAST handling

Former-commit-id: 8e59d50674666770844242eecf2dbfac546b1017

51123d02889518dd206b1508a898f2c070d72619 authored over 9 years ago
Added per creature entry gossip menus

Former-commit-id: 1cb0f52aaa733693e406f981ef6b0a027b5e35c4

a7b932dbd796fc09e36e4c99fb02867a3c377bf4 authored over 9 years ago
Renamed command '.reload smartai_scripts' to '.reload smart_scripts' to match table name

Former-commit-id: 17f93a35d4ce19afbb6d0f32119f366e05115751

7f9b2fd384d475264051b7216ba37aeb5c82b933 authored over 9 years ago
Fixed spell reloading broken with new spellInfo system

Former-commit-id: d92846c21035ec1b06a5fc6a5d138f0d2b4ed9a6

04339e1ea2ad3950aa290eb133ade9b3863e1fbe authored over 9 years ago
Added possibility to add gossip menu to GAMEOBJECT_TYPE_GOOBER in database

Former-commit-id: 05835a24f944039d02d0718e5a2b34a44f547362

acc410976dd004e0b0d5be1fdf71ed6e25100094 authored over 9 years ago
Imported some trinity core code around spell target selection, not used used yet

Former-commit-id: 221440f6ea6cf1ecde52e9541d64f2a0c4c17bcc

14d08fa7813d478703da850e910ce2fefd163f24 authored over 9 years ago
Fixed envenom not castable anymore

Former-commit-id: 76afcb23b82110ed08e76fd988a1cf33317d8d80

0bbce646b2b31b3597ca07dc7526d6ecc576f402 authored over 9 years ago
Moved ItemExtendedCost from dbc to database

Former-commit-id: 3b479033baed2d5f73f15218ce392ff0261d97c5

494ab2a2e96d7c103de021ade739b44cc883ed9d authored over 9 years ago
Added some cheat commands from TrinityCore

Former-commit-id: 5dce654aa747fb0d7dc80d168ec9ddbe39991c3c

39740feb4947e831fa5db2120b269187d7eefed2 authored over 9 years ago
Fixed warrior execute spell also converting spent rage into damage

Former-commit-id: b9c2576a7636e7938d6bef9d338d2eb81b98dcf1

ac4e90ed280f5e5906c0e690f92fc35a4f9ebda9 authored over 9 years ago
SmartAI: TIMED_ACTION_LIST will now correctly use target list. This enable the usage of timed events with this action

Former-commit-id: ff634e5dce5b217d27fa0bcd8555ea315d67654a

8409d21c4359197eafa75fd3dd3bd560b28d1f43 authored over 9 years ago
Forced despawn of creatures now allows them to respawn later

Former-commit-id: 20005d8b85971a351c4c123fcf3e20342b123df5

30b6e0d3435c31879d147b81a62dc23b057df312 authored over 9 years ago
Added '.npc near' command

Former-commit-id: dcb27443128eb298f5672e8cd9dd182ee99d7e96

531ce5cf7c7dc4c13552a379c525f6a14c7ce09a authored over 9 years ago