Ecosyste.ms: OpenCollective

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

tModLoader

tModLoader is an API for Terraria that provides a way to create and load mods without having to work with Terraria's source code directly.
Collective - Host: opensource - https://opencollective.com/tmodloader - Website: https://www.tmodloader.net/ - Code: https://github.com/tModLoader

Fix dead links in comments

github.com/tModLoader/tModLoader - 34700b2c767683fce6fc41bb43ac31f2efbfea2f authored over 1 year ago by JavidPack <[email protected]>
Add ProjectileID.Sets.PlayerHurtDamageIgnoresDifficultyScaling for explosives (#3796)

github.com/tModLoader/tModLoader - 6961aef3a71ff174220328384f79e98eaf741e8e authored over 1 year ago by Chicken-Bones <[email protected]>
Fix favorite status transferring to hand in PickupItemIntoMouse

github.com/tModLoader/tModLoader - e64e561f4a4a9b890df8330dadee366882c1493c authored over 1 year ago by Chicken-Bones <[email protected]>
Fix melee speed affecting tool use speed (#3667) (#3795)

* Fix melee speed affecting tool use speed (for vanilla and example items)

* Fix UseTime hook...

github.com/tModLoader/tModLoader - f9c38dfb6a85f7d4c2ce0e2b2eca240cad8eabfc authored over 1 year ago by Chicken-Bones <[email protected]>
Fine Tune A Few Thread.Sleeps based on user feedback

github.com/tModLoader/tModLoader - caa95302b664f0a0ec2809645c278c3b0de1f89a authored over 1 year ago by Solxan <[email protected]>
Update GlobalType documentation regarding nullability and NewInstance

github.com/tModLoader/tModLoader - 88e6bf5f41239815480f158c322f4bdd2a48d60e authored over 1 year ago by Chicken-Bones <[email protected]>
Update GlobalType.SlotPerEntity docs to be accurate again

github.com/tModLoader/tModLoader - db3d50c04d9f30028c551dd17fb631d6a95a0b57 authored over 1 year ago by Chicken-Bones <[email protected]>
Add additional handling for Corrupt Install Scenarios (#3784)

* Add additional handling for Corrupt Install Scenarios

* Updates & Cleanup

github.com/tModLoader/tModLoader - 763ae13fb46fe857609536c9820073f891f2a133 authored over 1 year ago by Solxan <[email protected]>
Silence SteelSeries connection errors and http failures on async threads

github.com/tModLoader/tModLoader - eb3a3df49ccdefb72347b2cd018fc93b563c39fd authored over 1 year ago by Chicken-Bones <[email protected]>
Revert "Change ACF File to just be deleted and left for regeneration each launch"

This reverts commit 9b007c2fc217ab10e6a885f792b9c59a6b400c0f.

github.com/tModLoader/tModLoader - 48eb28a339df2465a4dd806c5da775d3832743ed authored over 1 year ago by Solxan <[email protected]>
Ported & updated Tantamount's patron set.

github.com/tModLoader/tModLoader - 96e6919054810f17423d52c15638d047b3e2056f authored over 1 year ago by Mirsario <[email protected]>
Revert "Cleanup Organization of ModPlant/IPlant/ITree, Non-Breaking"

This reverts commit 08050d14152cf1134612d304a56e3fc04a104cec.

github.com/tModLoader/tModLoader - 5c412cc6e24c2e6f480c7e32637615768ee86e9c authored over 1 year ago by Solxan <[email protected]>
Seal ModAccessorySlotPlayer to prevent modder mistakes

github.com/tModLoader/tModLoader - 4ead0ba5da36370f4b418ab959f819d9fc54e682 authored over 1 year ago by JavidPack <[email protected]>
Fix doc reference

github.com/tModLoader/tModLoader - 7b1bf7141f386e868bd422a345c81eb2696a61c4 authored over 1 year ago by JavidPack <[email protected]>
Dust Documentation, etc.

github.com/tModLoader/tModLoader - 1953e044bbe65494b16e80c8a6c8aa9ab1b56e21 authored over 1 year ago by JavidPack <[email protected]>
Disable debug build upload in CI going forward to minimize confusion

github.com/tModLoader/tModLoader - 74ddfcf5abc23d8d854b0ee9d47c09468e2d976a authored over 1 year ago by Solxan <[email protected]>
Update PartyZombie.cs

github.com/tModLoader/tModLoader - 171eee5ae53c3d1362a727b31b27b5358c420fa7 authored over 1 year ago by JavidPack <[email protected]>
Fix #3692, Also serves as an example for using Obsolete on hooks (#3770)

* Fix #3692

* Add tests, tests work now with updated tmodporter

* Make obsolete Kill metho...

github.com/tModLoader/tModLoader - c034ac85ad13196092ad6f533b8b2aafddce73fe authored over 1 year ago by JavidPack <[email protected]>
Rewrite CheckIfPublishedForThisBrowserVersion Logic (#3767)

* Rewrite CheckIfPublishedForThisBrowserVersion Logic

* Revision 3 - Better Docs & Logic I'm ...

github.com/tModLoader/tModLoader - 2e7bb1d9496b05f6c7e3ff9bfc456d478c557b0d authored over 1 year ago by Solxan <[email protected]>
ModPlayer OnPickup hook (#3759)

* Add ModPlayer OnPickup hook

* Fix wording on ModPlayer OnPickup docs

github.com/tModLoader/tModLoader - 0a2e6788048fc46231774c6e0c21c193ebcf8993 authored over 1 year ago by stormytuna <[email protected]>
ItemID.Sets.IsSpaceGun (#3761)

* Added ItemID.Sets.IsSpaceGun

* Update ItemID.TML.cs

github.com/tModLoader/tModLoader - b6a6fcc40d2d39aed6df98e862f29e8deaf7a77e authored over 1 year ago by BasicallyIAmFox <[email protected]>
Add modded world header data (#3746)

* Add modded world header data

* Add last used mods to world, also world gen mods+example, Fi...

github.com/tModLoader/tModLoader - 71dfb75c9577678f1e7ac77736c9a24d82dc20e4 authored over 1 year ago by Chicken-Bones <[email protected]>
GlobalInfoDisplay.ModifyDisplayParameters supersedes ModifyDisplayValue/ModifyDisplayName/ModifyDisplayColor

github.com/tModLoader/tModLoader - 3ca9bf16a3722c35ea86377b7a28f4456b072743 authored over 1 year ago by JavidPack <[email protected]>
Fix tModPorter ability to rename obsolete overrides

Co-Authored-By: Chicken-Bones <[email protected]>

github.com/tModLoader/tModLoader - 246388aa64e6e8c72dc7b29e2523cb8e4fe8657c authored over 1 year ago by JavidPack <[email protected]>
Update ru-RU tModLoader.hjson (#3734)

* Update ru-RU tModLoader.hjson

* Update ru-RU tModLoader.hjson

Revert tags language

github.com/tModLoader/tModLoader - 476f64480f12b7c41336f89f8f7dc624700e6553 authored over 1 year ago by RazzSG <[email protected]>
Moves ArgsConfig Parsing in to tModLoader.dll & add env-argsConfig variant (#3724)

* Moves ArgsConfig Parsing in to tModLoader.dll & add env-argsConfig variant

* Add Try-Catch ...

github.com/tModLoader/tModLoader - 6e7e5a75d39881b7b072314a6b5d2588496622d2 authored over 1 year ago by Solxan <[email protected]>
Auto Enable Dependency Mods on Reload (#3726)

* Rename variable for clarity & re-add diff style EnableDeps

* Fix avoidable call of EnsureDe...

github.com/tModLoader/tModLoader - 73dc09057d52503d77499ea907beb4307618a326 authored over 1 year ago by Solxan <[email protected]>
Cleanup Organization of ModPlant/IPlant/ITree, Non-Breaking

github.com/tModLoader/tModLoader - 08050d14152cf1134612d304a56e3fc04a104cec authored over 1 year ago by nmoll <[email protected]>
Fix MonoModHooks.DumpILHooks always throwing (#3755)

* Update MonoModHooks.cs

* Update MonoModHooks.cs

github.com/tModLoader/tModLoader - c01c09025b459bb67fd7266239bb1ad870e4c359 authored over 1 year ago by BasicallyIAmFox <[email protected]>
Fix SignedByte inconsistency in ModAccessorySlotPlayer

github.com/tModLoader/tModLoader - 13ca6cfa5ae429a2dd079fffb1d9a14db7a93b44 authored over 1 year ago by nmoll <[email protected]>
Fix docs on Item.cs.patch (#3747)

* Fix docs on Item.cs.patch

* Update Item.cs.patch

---------

Co-authored-by: JavidPack ...

github.com/tModLoader/tModLoader - e23c618551c577e045eff6a2317ff06185e595dc authored over 1 year ago by NeonCube <[email protected]>
Config Elements state if they required a reload (#3362)

* Make tooltip and label say if a reload is required

* Fix compilation, null issue

* Fix l...

github.com/tModLoader/tModLoader - c7245fd60daa22a569a17a7219535cc268d02594 authored over 1 year ago by Destructor_Ben <[email protected]>
Modded Emote Bubble (#2918)

* Basic emote bubble things + example

* ModEmoteBubble stuff completed

* - Format fixes
-...

github.com/tModLoader/tModLoader - bf6597369454a25a662172be9e63cbe411827a57 authored over 1 year ago by -Cyril- <[email protected]>
Change ACF File to just be deleted and left for regeneration each launch

github.com/tModLoader/tModLoader - 9b007c2fc217ab10e6a885f792b9c59a6b400c0f authored over 1 year ago by nmoll <[email protected]>
Fix IntermediateInstallState Caching Gap in ModBrowser icons

github.com/tModLoader/tModLoader - 35ac128608c34c534e454ffd9ee94150a11d0e59 authored over 1 year ago by nmoll <[email protected]>
Fix mis-usage of evaluation braces

github.com/tModLoader/tModLoader - 4bad75439824893286bbc91912c7d860e8a95b77 authored over 1 year ago by nmoll <[email protected]>
Robustness Update for Github Build.yaml

github.com/tModLoader/tModLoader - 3adceef0f8dacfa760a2b1e5e2534d80fc63c6e1 authored over 1 year ago by nmoll <[email protected]>
Use logging instead of Console

github.com/tModLoader/tModLoader-Discord-Bot - 0b3c2e1d7074a7e0e81aa579f29e9cd17ed3a02a authored over 1 year ago by JavidPack <[email protected]>
Retrieve mod info directly from steam.

github.com/tModLoader/tModLoader-Discord-Bot - b26eafc7be4ecf392c3b211465eff1ac1057a507 authored over 1 year ago by JavidPack <[email protected]>
.doc command now using 1.4.4 stable links, no longer use wiki docs pages.

github.com/tModLoader/tModLoader-Discord-Bot - d66efb20dc75898715f8ea5dd339524cda1086ac authored over 1 year ago by JavidPack <[email protected]>
ExampleHerb add AcornAxe effect

github.com/tModLoader/tModLoader - fedb0ea27990b8101263d94b0b2bd7cea3fb8961 authored over 1 year ago by JavidPack <[email protected]>
Direct port of "Added support for Modded Builder Toggles", #2511 (#3731)

* Direct port of "Added support for Modded Builder Toggles", #2511

Co-Authored-By: Kirtle <ma...

github.com/tModLoader/tModLoader - 716495e5db60b85240199bc26098fbef13d89e33 authored over 1 year ago by JavidPack <[email protected]>
Tile Documentation (#3685)

* Vanilla remappings documentation

* Initial documentation for Tile.TML.cs

* More work

...

github.com/tModLoader/tModLoader - bdc36b60a3ba5b0b2a39e825ebf6dbf46cfcd6a6 authored over 1 year ago by Destructor_Ben <[email protected]>
Update MonoMod (fixes #3625)

github.com/tModLoader/tModLoader - d053670a1c88ec94a83b904012182116f3f8a3a0 authored over 1 year ago by Chicken-Bones <[email protected]>
Mod Icon Bug Fixes (#3703)

* Fix mod workshop icon having vanilla border

* Fix mod icons in manage mods menu

* Use fa...

github.com/tModLoader/tModLoader - 37dadf8346c0eeffae6c389a01c89d0a65acbafc authored over 1 year ago by Destructor_Ben <[email protected]>
Fix #3688 (Terrarian Legendary prefix exception)

github.com/tModLoader/tModLoader - 9ca5fd1463b0cca567ec72821057cc9f7377544c authored over 1 year ago by JavidPack <[email protected]>
Re design Mod Browser & Back-end (#3346)

* Added basic paging storage

* Mod Browser Interface Sketching

* Refactor of Browser Back ...

github.com/tModLoader/tModLoader - beae839e625a8f199bffa798b1e783d4c59a251d authored over 1 year ago by Solxan <[email protected]>
Better Changelogs (#3710)

* Update WorkshopHelper.cs.patch

* review

* Fix EM changelog

not sure it works bc i can...

github.com/tModLoader/tModLoader - e597e0a584ae1fed8c7392fc337fc9c4accfffcb authored over 1 year ago by Destructor_Ben <[email protected]>
Fix #3717 (Fix some shop items not having material bool set)

github.com/tModLoader/tModLoader - e6e8afec8d5b8b36124edcc69c841ad0d9642763 authored over 1 year ago by JavidPack <[email protected]>
Translation file update script

github.com/tModLoader/tModLoader - 06aa7cd4e2f40a88093e8e3be5d0eef0675e3d07 authored over 1 year ago by Chicken-Bones <[email protected]>
Prevent publishing dev-built mods on stable (#3711)

* Fix

* Review changes

github.com/tModLoader/tModLoader - 5af7f32a4b0b7662908efc31946fecdb31100fd9 authored over 1 year ago by Destructor_Ben <[email protected]>
Make FirstChanceExceptionHandler CCTOR Safe

github.com/tModLoader/tModLoader - 549467e26a9317342e21d851d2a4c0555285e7d5 authored over 1 year ago by nmoll <[email protected]>
Temp Code for a deferred freeze in September. 2023.8 to be the version next on stable

github.com/tModLoader/tModLoader - 0f4c16c3156c02542da60d4d1eb72cb236a3da33 authored over 1 year ago by nmoll <[email protected]>
a few general stat fixes (#3713)

* fix new general stat items

* turns out Crimson armor also didn't give enough damage

github.com/tModLoader/tModLoader - 8ddf409a89e1707e436134e89d0da09187fda21d authored over 1 year ago by ThomasThePencil <[email protected]>
Fix tModPorter meleeCrit typo

github.com/tModLoader/tModLoader - 5a6b9c1b278bb1c6ed9bc6ec090b008525df4604 authored over 1 year ago by JavidPack <[email protected]>
Refactor GetWorkshopFolder Logic & Document. Fixes issue with GoG when Directory.Exists returns true due to being too close to OS root

github.com/tModLoader/tModLoader - cb42d82f659cae5dedfa85598b45d8f91955b468 authored over 1 year ago by nmoll <[email protected]>
Made GenPass instances hideable. (#3642)

* Made GenPass instances hideable

* Now gen passes are removed in their Modify methods

* U...

github.com/tModLoader/tModLoader - 8460afd82e71a88b7fa3856713e33baa4f0fda57 authored over 1 year ago by BasicallyIAmFox <[email protected]>
Now TooltipLine instances can be hidden. (#3641)

* Now TooltipLine instances can be hidden.

* Changed ExampleTooltipsItem to use Hide method
...

github.com/tModLoader/tModLoader - 42daf2a8789bebab092902a4dad59bdfdfd88a17 authored over 1 year ago by BasicallyIAmFox <[email protected]>
Update Log Archiver For Terraria Steam Client And Environment.Log (#3706)

* Initial Sketching

* Logging Archive Rewrite for TerrariaSteamClient And Environment.Log

...

github.com/tModLoader/tModLoader - 8692420a336114831f87811de32526238cd42ee1 authored over 1 year ago by Solxan <[email protected]>
Doc clarifications

github.com/tModLoader/tModLoader - 7de4a788974cc00a619504aa38b70a1b9ce8d8e5 authored over 1 year ago by JavidPack <[email protected]>
Fix hover texts overlaps in UIModItem, special icon for translation mods.

github.com/tModLoader/tModLoader - 3c4edc60a95c70c73760b28241237cfce6b62a1d authored over 1 year ago by JavidPack <[email protected]>
Fix an issue with translation mods and localization count features

github.com/tModLoader/tModLoader - f8c5f303901c8ba244b860a9482081d99ce3593e authored over 1 year ago by JavidPack <[email protected]>
Forward Port #3698 - Additional World, Player Save Protections

github.com/tModLoader/tModLoader - 1f14d9827519bf5d52afa2f044a59f9a0db09dd4 authored over 1 year ago by nmoll <[email protected]>
Further OneDrive SaveData Migration Fixes

github.com/tModLoader/tModLoader - f1b1baf66a95d4ae81f65ce6efd571a124041e6b authored over 1 year ago by nmoll <[email protected]>
Example Last Prism Port (#3646)

* Update en-US.hjson

Updated for Example Last Prism and its projectiles.

* Added the Examp...

github.com/tModLoader/tModLoader - b2482781414823080ec5b625bdfc5188497f7e41 authored over 1 year ago by VaemaVoid <[email protected]>
Rework NPCID.Sets.DebuffImmunitySets (#3453)

* Initial NPCID.Sets.DebuffImmunitySets rework efforts

* Implement GrantImmunityWith approach...

github.com/tModLoader/tModLoader - eed9b65a50531ef1ac167130a40369ef87a41e25 authored over 1 year ago by JavidPack <[email protected]>
Fix Duplication Search (#3649) (#3682)

* Update ItemFilters.cs.patch

* simplify a little

* Update ItemFilters.cs.patch

-------...

github.com/tModLoader/tModLoader - 77f7cc3d8603980f7f53c7a62f6308ab2bc09de3 authored over 1 year ago by Destructor_Ben <[email protected]>
Fix #3665 , createLeaves now defaults to True to match 1.4.4 changes.

github.com/tModLoader/tModLoader - 1352e4b5c8109de9f86cc20735bceb91ebdb5198 authored over 1 year ago by JavidPack <[email protected]>
Should Fix #3689

github.com/tModLoader/tModLoader - f2ec02c14813bafbe77f909acbfcd7a51ba52565 authored over 1 year ago by JavidPack <[email protected]>
Add Preview Beta Name Dynamicism

github.com/tModLoader/tModLoader - 2f533559f716a1eac0818fad5ac27511a659bca2 authored over 1 year ago by nmoll <[email protected]>
NPC interaction (damaged by) related docs

github.com/tModLoader/tModLoader - 686b28bc617b6c3740fa06c9164ac068269d5e05 authored over 1 year ago by JavidPack <[email protected]>
Final newline in localization files for git consistency.

github.com/tModLoader/tModLoader - f2a1fe7e4e5ee9fdec6b7d4d8dac95ba329131f3 authored over 1 year ago by JavidPack <[email protected]>
Moved ModGore.OnSpawn calls to after vanilla init, + fixes ChildSafety replacements having ModGores.

github.com/tModLoader/tModLoader - 2ac9759bad0a92dcd1d5fc3fe7ced1564d5a008d authored over 1 year ago by Mirsario <[email protected]>
Fixed gore/leaf type 0 being treated as valid in some areas.

github.com/tModLoader/tModLoader - 1657a09cd121bd83b2bbd1c2bc1da67cf7e5635d authored over 1 year ago by Mirsario <[email protected]>
Fix UnloadedModItem in accessory slot deletion

github.com/tModLoader/tModLoader - c1090261cd70cefaf0238e38bf2a7e2a9299a7ee authored over 1 year ago by nmoll <[email protected]>
Fix #3668 (#3671)

* Fix

* Use a different approach, keep the option open for the dictionaries to work for vanil...

github.com/tModLoader/tModLoader - 331c5faa81df9822c72853be43abff5c5afd92d5 authored over 1 year ago by Destructor_Ben <[email protected]>
Fix Grand Design not dropping wire directly into player inventory, half of #3680

github.com/tModLoader/tModLoader - 835f07a6eb1ef9d238dc2de7dd35d6c420ce7d07 authored over 1 year ago by JavidPack <[email protected]>
UIModItem different version link to beta branches wiki page. Adjust tooltip

"Click to Update" -> "Switch to a different tModLoader version"

github.com/tModLoader/tModLoader - 673ff63442c006e57b91c7d76eef138201aba6bf authored over 1 year ago by JavidPack <[email protected]>
Fix documentation link

github.com/tModLoader/tModLoader - 66c9cf445d8ed118f4cab72095797d7e98339d60 authored over 1 year ago by JavidPack <[email protected]>
Fix Fishing Eye Of Golem Exploit

github.com/tModLoader/tModLoader - 741ba2b1d9ffe0fe6b7460eeb435c4d0aae410bb authored over 1 year ago by nmoll <[email protected]>
Update MonthlyMerge.yml, fix typo

github.com/tModLoader/tModLoader - 58c4d91fcfd7a983f87d3f081cf8549c0eda09cf authored over 1 year ago by JavidPack <[email protected]>
Crate Loot Fixes from 1.4.4 Port (#3677)

* Sky,Azure Crates + Ore Updates

* Remaining Crate Ports

github.com/tModLoader/tModLoader - f1b0f29734c800275818cfc9cbe29cced86e9291 authored over 1 year ago by Solxanich <[email protected]>
dedicated server management rewrite (#3675)

* management script rewrite

* management revisions

* imply --github on --tml-version

* ...

github.com/tModLoader/tModLoader - 5da6b913421465c9fae857d85fafb75f3ae68afa authored over 1 year ago by turtletowerz <[email protected]>
Update MonthlyMerge.yml

github.com/tModLoader/tModLoader - 334c08364e077c499d447ec7d7a2fc576176e2ec authored over 1 year ago by nmoll <[email protected]>
Changing index crlf to lf only (#3672)

github.com/tModLoader/tModLoader - 820676f11f2ccd2eb4a67d505d67e31fee6c9bb5 authored over 1 year ago by DarioDaF <[email protected]>
Big Scary Enable Rollover

github.com/tModLoader/tModLoader - 9f9e5346353bc9268c37bd324884e936d876d098 authored over 1 year ago by nmoll <[email protected]>
File Porting changes for 1.4.4 default (#3650)

* Untested File Porting changes for 1.4.4 default

* Adjust logic that seems incorrect

* Fi...

github.com/tModLoader/tModLoader - acc199f3834f3100ed83a28402a870b6b93d9198 authored over 1 year ago by Solxanich <[email protected]>
Fix #3639 (Firecracker tag effect damage scale)

github.com/tModLoader/tModLoader - 535f80c4a633b3a63f6aef8a52836dfa2e1535a0 authored over 1 year ago by JavidPack <[email protected]>
Fix modded closed doors being hammerable

github.com/tModLoader/tModLoader - 86323456f457e771f5c839ee776c0cd45474b127 authored over 1 year ago by JavidPack <[email protected]>
Info Display Fixes (#3604)

* Initial Work

* Fixed info display hovering

* Update ExampleMod.csproj

* Fixed tModPor...

github.com/tModLoader/tModLoader - 8e0274a1fb317b856600a804acc93cd2635d31fe authored over 1 year ago by Destructor_Ben <[email protected]>
More custom LocalizedText examples, setBonus usage

github.com/tModLoader/tModLoader - 3b2f60bdadc7e51a14fb41d7f5c1de0f627b7042 authored over 1 year ago by JavidPack <[email protected]>
Removed obsolete 64-bit TML mentions in OOM hints.

github.com/tModLoader/tModLoader - b2313885f81107ecd2f56129910578b4f35bbfb3 authored over 1 year ago by Mirsario <[email protected]>
Update ru-RU tModLoader.hjson (#3663)

* Update ru-RU tModLoader.hjson

* Partially undone guille­met reverts.

* Log -> Log-(file|...

github.com/tModLoader/tModLoader - 3222ec5cfa14db8e4fd340848d928ce531e46888 authored over 1 year ago by RazzSG <[email protected]>
Run tag localization script and uploaded to steam

github.com/tModLoader/tModLoader - 054a92bf82719a0ff0b08e03cebb365ff1b9691f authored over 1 year ago by JavidPack <[email protected]>
Update tmod lang file templates

github.com/tModLoader/tModLoader - 550c18a7f2d9557ff2d9afb0fb5a95d78f28849b authored over 1 year ago by JavidPack <[email protected]>