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

Add error screen when server connection is lost during mod reload

github.com/tModLoader/tModLoader - 25f77b6e1c95eef385aa1f6e6a54a081b1328fb4 authored over 2 years ago by Chicken-Bones <[email protected]>
Log client termination reasons, and log connections of steam clients

github.com/tModLoader/tModLoader - e2f7200afbd5f60b6e0c77ad1c321490d9466b3c authored over 2 years ago by Chicken-Bones <[email protected]>
Fix modpacks not saving for duplicate configs (#2709)

github.com/tModLoader/tModLoader - fd994d4c81dfd82952723ea46081697fc30b1fdf authored over 2 years ago by turtletowerz <[email protected]>
Silence some more server exceptions from logs.

github.com/tModLoader/tModLoader - b201ce560efaba330176f614b74990665d9d86b5 authored over 2 years ago by Chicken-Bones <[email protected]>
Add ms to log timestamps

github.com/tModLoader/tModLoader - aa20334eaa581622f37ab0e2af4d6ea141183007 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix mod syncing on fast connections, poor errors on dropped packets, and add a lot of net logging

github.com/tModLoader/tModLoader - 44194cccd17b0811b9e0851f9e25825a049ddbc2 authored over 2 years ago by Chicken-Bones <[email protected]>
Reset `Projectile.ContinuouslyUpdateDamage`. (#2698)

* Reset `Projectile.ContinuouslyUpdateDamage` in `Projectile.SetDefaults()`.

github.com/tModLoader/tModLoader - 1ba76d6483b312a33dda589ea5fda92af7b35996 authored over 2 years ago by Michael Scott <[email protected]>
Add some more graceful handling and logging for corrupt worlds on ded servers (#2693)

github.com/tModLoader/tModLoader - ef11fab024343e817a2665c6510c989d1ce7334b authored over 2 years ago by Chicken-Bones <[email protected]>
Fix players/NPCs falling through map in MP (#2359)

github.com/tModLoader/tModLoader - 8ef65a0d525d0b53aa2ea47619e049b72fe1ff78 authored over 2 years ago by Chicken-Bones <[email protected]>
Silence UPnPNAT exception when parameters are missing or invalid

github.com/tModLoader/tModLoader - 776397e9fe20ac7ace498e8bb416c28337b9021e authored over 2 years ago by Chicken-Bones <[email protected]>
Make WorldSections.SectionLoaded work in multiplayer

github.com/tModLoader/tModLoader - 14e776e7dbbfa37e2c5fb8330f1708d9629b81ff authored over 2 years ago by Chicken-Bones <[email protected]>
Log which world a player is joining

github.com/tModLoader/tModLoader - 245480efec39f6706fbccf1f551094a554a50019 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix missing import in #2691

github.com/tModLoader/tModLoader - f5dbfd2e5c1f96ada8b2f67e20ffb3f9db8760c1 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix some UPNP issues (#2691)

github.com/tModLoader/tModLoader - b9f7019cefea72b5d54457533d91f1a0c6993e01 authored over 2 years ago by jack bond-preston <[email protected]>
Make ModSystem.SetupContent call SetStaticDefaults by default

github.com/tModLoader/tModLoader - ae55e15fce1907af2d41ebbdd457e9fcc1fcfbc1 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix previous commit, update localization

github.com/tModLoader/tModLoader - 3a788313c7faa5e4c77f1967187f09aca804779d authored over 2 years ago by JavidPack <[email protected]>
Localization support for ModConfig (#2674)

* Add localization support to ModConfig and add Chinese translation for it

* Improve Chinese ...

github.com/tModLoader/tModLoader - 9f946073aed7cc05257fa6cbd87822c54cfb04d3 authored over 2 years ago by Lacewing <[email protected]>
Cleanup/fix some Terraria/TerrariaNetCore patches. Remove ImageSharp library

github.com/tModLoader/tModLoader - d9196149cb500a1540d7c8b7d22ca6973e6b92d3 authored over 2 years ago by Chicken-Bones <[email protected]>
Log FNA native lib versions

github.com/tModLoader/tModLoader - 28e49da07f809f6dba20f31758a361a09bc46d57 authored over 2 years ago by Chicken-Bones <[email protected]>
Update to latest FNA/FAudio

github.com/tModLoader/tModLoader - ff9a71539008ced5d20a710ee68b9d8054193f44 authored over 2 years ago by Chicken-Bones <[email protected]>
Update comment in ExampleShiftClickSlotPlayer

github.com/tModLoader/tModLoader - 4868e674b075f6d21762d7dbebfb2d77a61c1844 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix ExampleShiftClickSlotPlayer being incompatible with other usages of the hook

github.com/tModLoader/tModLoader - ca6743c559cfa7675e9f0e01d5e3c98a570f0606 authored over 2 years ago by Chicken-Bones <[email protected]>
Update FNA submodule

github.com/tModLoader/tModLoader - f9c647062af57ea7c800c4b1461042f0c82f708a authored over 2 years ago by Chicken-Bones <[email protected]>
Remove `Read/WriteVarInt` extensions (#2678)

* Add tests

* Remove `ReadVarInt` and `WriteVarInt` extensions

Use `Read7BitEncodedInt` an...

github.com/tModLoader/tModLoader - 7be76be18f263bc7d4041328e196a517ed179f86 authored over 2 years ago by Exterminator <[email protected]>
Use IAudio backend again, this time with speakermask fix (#2687)

github.com/tModLoader/tModLoader - 597a2cc1b1a36613b935349602b61daf5e5a20e1 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix PlayerLoader since it wasn't caught by SafeToTest label

github.com/tModLoader/tModLoader - 37952d81983f1570c78573669689de30103fbfc5 authored over 2 years ago by nmoll <[email protected]>
Add PlayerLoader.HoverSlot hook (#2620)

* Add `PlayerLoader.HoverSlot`

* Summary in `CursorOverrideID` + EM example

* Summary supp...

github.com/tModLoader/tModLoader - c86f63ddcb62260c9f181b0c7d31e0917b9925ac authored over 2 years ago by -Cyril- <[email protected]>
Add support for Linux x86 formally by adding libsteamapi.so

github.com/tModLoader/tModLoader - d456e639b24d716bc4d44e8b12d1d40555e1ff5f authored over 2 years ago by nmoll <[email protected]>
Fix #2644 Server Crash (#2672)

* Fix #2644 Server Crash

* Fix Typo

github.com/tModLoader/tModLoader - 4e3fdda4d1afb155b19f9dd98509e9987d030087 authored over 2 years ago by Solxanich <[email protected]>
exclude NoSync mods which don't exist on client from the ModNetDiagnosticsUI, fixing a client exception (#2676)

github.com/tModLoader/tModLoader - c81047c72b59ad376ed76c66f706399ac63ea5c9 authored over 2 years ago by direwolf420 <[email protected]>
Log OS version, catch more ControlledFolderAccess errors

github.com/tModLoader/tModLoader - 675bb38b7f863d1004ce08b1453f11193d2c5ce9 authored over 2 years ago by JavidPack <[email protected]>
[1.4] Nuke recipe methods in `Mod` (#2490)

* Nuke recipe methods in `Mod`

* HookGen

Note: I had to change the setup `HookGenTask` to ...

github.com/tModLoader/tModLoader - f81e172ad75f5471ef433fae11db790422a1e77a authored over 2 years ago by Exterminator <[email protected]>
Fix a missing true in Directory.Delete for 9999 folders

github.com/tModLoader/tModLoader - 23399923871ec0634dc8d6f9fedd534ea61bc799 authored over 2 years ago by nmoll <[email protected]>
Final Fix for #2660

github.com/tModLoader/tModLoader - 1aeb0f330cbcfe8c53de5f17178350d15e97baff authored over 2 years ago by nmoll <[email protected]>
Fix Unix Steamworks Bugs (Hopefully based on limited testing)

github.com/tModLoader/tModLoader - 9fde4f227b7a6e1fb261345688a2a4000b203bbd authored over 2 years ago by nmoll <[email protected]>
Catch all 'FolderShortcutSupport' exceptions.

github.com/tModLoader/tModLoader - 8c0b2095c25a49e23992cdffd638a2306ea92696 authored over 2 years ago by Mirsario <[email protected]>
Make Mods able to Opt-out of detection on Preview (#2663)

github.com/tModLoader/tModLoader - e88e8677f419f9bf7b268cec1e2d3e1b62ea63aa authored over 2 years ago by Solxanich <[email protected]>
Paralleldeadlocktest (#2659)

* paralleldeadlocktest

* wait version

* Cleanup imports and comments

github.com/tModLoader/tModLoader - 54bd3f2bae200e106d416ceca59a51f910eeac19 authored over 2 years ago by Chicken-Bones <[email protected]>
Modernize PlayerLoader, support custom ModPlayer hooks. (#2645)

* Modernized PlayerLoader, ModPlayer is now a GlobalType

* Added PlayerLoader.AddModHook.

...

github.com/tModLoader/tModLoader - a21502dca7e0e52cbab0c3bbf973115a7396f262 authored over 2 years ago by Mirsario <[email protected]>
Remove legacy compat code in TileObjectData

github.com/tModLoader/tModLoader - 9ad6fc81685a5d2ff9cf20aa632e92b4b6ae9fcd authored over 2 years ago by Chicken-Bones <[email protected]>
Run SetupContent on all content from all mods before PostSetupContent (#2594)

* Run SetupContent on all content from all mods before PostSetupContent

* Run ContentSamples....

github.com/tModLoader/tModLoader - 58794a48d27a7d2babb7760dd33cbcfe5068305f authored over 2 years ago by Chicken-Bones <[email protected]>
Fix for the Steam Unsubscribe Issue (#2648)

* Maybe a possible fix for the Steam Unsubscribe Issue and If not an Error Message Improvement
...

github.com/tModLoader/tModLoader - 030f19ad6812698bed8eb5c50589e58a83a135bf authored over 2 years ago by Solxanich <[email protected]>
Update Spanish localisation (#2652)

Translated and added the new strings.

github.com/tModLoader/tModLoader - 34d7b0db8b3577b1a4f046455ad25d19c80967d0 authored over 2 years ago by Wolf Igmc4 <[email protected]>
Prevent SDL2 loading on servers. (#2496)

* Set FNA_PLATFORM_BACKEND to NONE on servers.

* Crap, typo.

github.com/tModLoader/tModLoader - b2ea5b68735e9334fb09e594fcf742669302ce1a authored over 2 years ago by Mirsario <[email protected]>
Fix ExampleFoodItem using ConsumeItem rather than OnConsumeItem

github.com/tModLoader/tModLoader - 52f0a0af29d38d964b21917b5a54bd1dffeb6552 authored over 2 years ago by Chicken-Bones <[email protected]>
Port ExampleRobe to 1.4 (#2597)

* Add ExampleRobe

* Small comment addition

* More comments

* Add another comment

* C...

github.com/tModLoader/tModLoader - 35e8da40423099f37d8a8a541711d3295d594f54 authored over 2 years ago by Jay <[email protected]>
Remove GlobalRecipe (#2638)

github.com/tModLoader/tModLoader - b56e8b631951ef5af7039509320cc392f63ebb62 authored over 2 years ago by Chicken-Bones <[email protected]>
Only log silently caught exceptions to console in servers. (#2647)

github.com/tModLoader/tModLoader - 2bcc2f3edd17a5cd67a04489304ee60aeafc1143 authored over 2 years ago by Chicken-Bones <[email protected]>
Open Mods Folders -> open workshop folder too.

github.com/tModLoader/tModLoader - c088eb0ee42decda5bc42ff1d6764cce65459e5f authored over 2 years ago by JavidPack <[email protected]>
Fix orphan or incorrectly assigned recipe groups.

github.com/tModLoader/tModLoader - fa6f3191edae7913c9841029a7cd385fb6201022 authored over 2 years ago by JavidPack <[email protected]>
ControlledFolderAccess detection and redirection to FAQ page

To test this, debugging in VS won't work, need to change "executablePath": "C:\\Program Files (x...

github.com/tModLoader/tModLoader - 2039848350109a8a5096a2b160abee8d5af075d5 authored over 2 years ago by JavidPack <[email protected]>
Update ModUpdatedSinceLastLaunchMessage message

github.com/tModLoader/tModLoader - f3d5fcd62b9a4acb25f753985335a37314e288d8 authored over 2 years ago by JavidPack <[email protected]>
Gamepad overlapping fix (#2636)

github.com/tModLoader/tModLoader - f3ad346da91b0b3d87916fa15dbdd659cea063eb authored over 2 years ago by -Cyril- <[email protected]>
Add ModPlayer.ModifyFishingAttempt hook (#2623)

* give ExampleBuffPotion a DrinkParticleColors entry

* ModPlayer.ModifyFishingAttempt hook

...

github.com/tModLoader/tModLoader - 9515325b01e0d9c94b269a5b902e7989f18fcabe authored over 2 years ago by direwolf420 <[email protected]>
Merge branch 'tModPorter' into 1.4

github.com/tModLoader/tModLoader - e01313ceaa97a882c4842e222d3bb7ccee47143f authored over 2 years ago by Chicken-Bones <[email protected]>
fixed color chat tags being ignored by ChatManager methods (except for the ones that draw text shadows) (#2634)

github.com/tModLoader/tModLoader - a3f068c25ae6e0d8119f301eb214f0e6d5a6cfb9 authored over 2 years ago by John Baglio <[email protected]>
Set ItemSlot.SellOrTrash() public (#2610)

github.com/tModLoader/tModLoader - e59140b4f69233a41d9e8ed577be14d2758690d5 authored over 2 years ago by -Cyril- <[email protected]>
[1.4] NPC Dialogue Fixes (#2629)

* fixed NPC/sign dialogue and NPC chat buttons not using chat tags

* made ExampleTravelingMer...

github.com/tModLoader/tModLoader - 03cde76595b87f178c7814cd5b80dcd6ceda26ff authored over 2 years ago by John Baglio <[email protected]>
Remove a few dummy patches (#2627)

github.com/tModLoader/tModLoader - 8b26de3220b24f36001a0cfce2fd70882bd051bc authored over 2 years ago by Exterminator <[email protected]>
Fix Mac Steam Overlay - Fix by LordOfOtakus on Mac

Co-Authored-By: LordOfOtakus <[email protected]>

github.com/tModLoader/tModLoader - 80ab11adf7fbe744f011f5b58d9258c4832921a6 authored over 2 years ago by nmoll <[email protected]>
Fixes #2598 (#2626)

github.com/tModLoader/tModLoader - af8396dce86b749441e0328624be18b413c4d88e authored over 2 years ago by Exterminator <[email protected]>
Fix issue with recipe ordering (#2624)

github.com/tModLoader/tModLoader - 330434d344f948b8b6c5009fe84101595d8f8fc7 authored over 2 years ago by Exterminator <[email protected]>
Eliminate issues with having published on dev build while testing

github.com/tModLoader/tModLoader - 9171cc392c18a4ee707fde99b82e969ad466d298 authored over 2 years ago by nmoll <[email protected]>
Cleanup last commit since should have been at netcore patch level

github.com/tModLoader/tModLoader - 687fbad5e526aeee73de254da0a197d1fd59a15c authored over 2 years ago by nmoll <[email protected]>
Try updating to newer Steamworks (#2616)

github.com/tModLoader/tModLoader - fa590b2d1614460918ca9c5d03a3fbfcbf762e8d authored over 2 years ago by Solxanich <[email protected]>
Disable quickedit in console (#2607)

github.com/tModLoader/tModLoader - aaf474448e228da2c78b5be976a7dbe982ba6737 authored over 2 years ago by Chicken-Bones <[email protected]>
Prevent registering a recipe twice (#2614)

github.com/tModLoader/tModLoader - bb6612f02f425afd29f3452f997dcf72b235dde3 authored over 2 years ago by Exterminator <[email protected]>
Faster InstantiateGlobals (#2608)

* Faster InstantiateGlobals

* Fix typo in message

github.com/tModLoader/tModLoader - a12d3f085a6fbc3680496fce27c42218eead6f6a authored over 2 years ago by Chicken-Bones <[email protected]>
Make LoaderUtils public

github.com/tModLoader/tModLoader - 25f2d4a28bd098f77c9298dfb3714eed62dc7a5b authored over 2 years ago by Chicken-Bones <[email protected]>
Replace misleading exception with a clear log message when tML closes unexpectedly

github.com/tModLoader/tModLoader - d2157e3302a0c72d49e96e155f3875bc8a21fa65 authored over 2 years ago by Chicken-Bones <[email protected]>
Spammed nologo a bit less.

github.com/tModLoader/tModLoader - 2e7660c24473c7b8532d851a202c76374fa93419 authored over 2 years ago by Mirsario <[email protected]>
Spammed --nologo in dotnet CI

github.com/tModLoader/tModLoader - ab7443bd45e245aa2cc53a9bdb580d37148c6b86 authored over 2 years ago by Mirsario <[email protected]>
Expanded .NET prints in CI

github.com/tModLoader/tModLoader - bd2a41c32a648e3a39d73a49e66e94edd6c2f13d authored over 2 years ago by Mirsario <[email protected]>
use different contributor icon service (#2600)

github.com/tModLoader/tModLoader - 08b51cbf96cc5bc611d9af7044c9786f9e290cb8 authored over 2 years ago by NotLe0n <[email protected]>
Fix compile errors in expected mod

github.com/tModLoader/tModLoader - 77a10a776ae3e86a104aa446d220539882a6b35f authored over 2 years ago by Chicken-Bones <[email protected]>
Update test nuget packages

github.com/tModLoader/tModLoader - cbab4afa75a96b6baaa48220a4d1ff8973add2a1 authored over 2 years ago by Chicken-Bones <[email protected]>
Moved some common ModTree/ModPalmTree code into ITree, fixed EM tree leaf (#2586)

github.com/tModLoader/tModLoader - 54ea12db440e8c0054e418ed62b163c23c03c13d authored over 2 years ago by Ved_s <[email protected]>
fix town NPC given name always present (#2595)

github.com/tModLoader/tModLoader - 62348685d43384acc04e2af0bfebb41cdd88da03 authored over 2 years ago by ThomasThePencil <[email protected]>
Fix LastPreviewFreezeNotificationSeen logic, only show on Stable

github.com/tModLoader/tModLoader - 33ec6c7b6757f7cd244de3acfb409c8d93dbbfbc authored over 2 years ago by JavidPack <[email protected]>
Fix MusicLoader crash on mod load fail, and other exceptions on reload with an active ModMenu

github.com/tModLoader/tModLoader - 7d024a1cc79cb0335369903afa857ceb44900e8b authored over 2 years ago by Chicken-Bones <[email protected]>
1.4.3.6 B CI adjustment

github.com/tModLoader/tModLoader - f54c67912569219e5313df762706ea9912688fab authored over 2 years ago by JavidPack <[email protected]>
Preserve stack trace on rethrown loading exceptions (Fixes #2590)

github.com/tModLoader/tModLoader - f002609bcd1268413835da4d2ea08532d96cf565 authored over 2 years ago by Chicken-Bones <[email protected]>
Fix ExampleWhipProjectileAdvanced (implements #2591)

github.com/tModLoader/tModLoader - 9ae5f96994396a4d735f3402abc3c8a7ab56d6be authored over 2 years ago by Chicken-Bones <[email protected]>
Fixed disconnects missing 'back' button if mod reloading occurred.

github.com/tModLoader/tModLoader - 3c970053fe89ae9aed50b8bfc53b575232782626 authored over 2 years ago by Mirsario <[email protected]>
Fixed spanish TML locales.

github.com/tModLoader/tModLoader - 5b92478dc3f01c2cec1f23ff4ac8792c308baab6 authored over 2 years ago by Mirsario <[email protected]>
More hints for PatchTask.

github.com/tModLoader/tModLoader - eb188da88108baa1305c870c47aa7cfb3dac777a authored over 2 years ago by Mirsario <[email protected]>
Revert "Fixed a patch."

This reverts commit 1bfa21ced5db5753dd6ea2698457e1ec336c489d.

github.com/tModLoader/tModLoader - ef622b1044a1fc5bd2f8472b97882555dca7ccec authored over 2 years ago by Mirsario <[email protected]>
Updated RuntimeFrameworkVersion too.

github.com/tModLoader/tModLoader - eacfb0054ca3c43660aa244e8cff8680de8b68c9 authored over 2 years ago by Mirsario <[email protected]>
Fixed a patch.

github.com/tModLoader/tModLoader - 1bfa21ced5db5753dd6ea2698457e1ec336c489d authored over 2 years ago by Mirsario <[email protected]>
Attempted to update to .NET 6.0.6

github.com/tModLoader/tModLoader - ad18f18325a5127bcf8fa2a495cbb59725f90fff authored over 2 years ago by Mirsario <[email protected]>
Try to fix CI

github.com/tModLoader/tModLoader - 5d32c9b7c364e902b401c88cce920f8b92526c8b authored over 2 years ago by JavidPack <[email protected]>
Re-add Text back into UIModInfo so it looks semi-nicer

github.com/tModLoader/tModLoader - e45c9bdb3b248447d62bb0d3fba85b67efaaa763 authored over 2 years ago by nmoll <[email protected]>
Fix crash when loading a saved tML NPC with no globalData

github.com/tModLoader/tModLoader - f046767e7784689bf28f289db4d1cc191c0e71c7 authored over 2 years ago by Chicken-Bones <[email protected]>
1.4 main menu buttons (#2481)

* Initial button ideas.

* New button texture, fix some weird drawing.

* Slightly fix icon ...

github.com/tModLoader/tModLoader - b259f82b2524b22cfd2d6def9a8b57fe6fc3e3bf authored over 2 years ago by JavidPack <[email protected]>
Localized folders (#2190)

* Localized folders

* Made partial

* Update GameCulture.TML.cs

github.com/tModLoader/tModLoader - 790b00a46b2f71d8566a03de66f171b29c8750d7 authored over 2 years ago by Ishigh1 <[email protected]>
[1.4] Improved ExampleWorm (#2232)

* significantly improved Worm and ExampleWormX classes

* docs for ModNPC.Texture property usa...

github.com/tModLoader/tModLoader - 26eba06b3f07b1df80e5521f4c22897b8a8a879f authored over 2 years ago by John Baglio <[email protected]>
Add Projectile.ContinuouslyUpdateDamage and automatically propagate originalDamage from the item (#2587)

github.com/tModLoader/tModLoader - 7888a2fd1cdd5097bcfbee2fee4132c7b7305821 authored over 2 years ago by Chicken-Bones <[email protected]>
Various Bestiary fixes and automation (#2477)

* Various Bestiary fixes and automation

* Made icons able to see that they are selected by re...

github.com/tModLoader/tModLoader - b2555222fda867786ec7ecbddc6dc4fce0394dca authored over 2 years ago by JavidPack <[email protected]>
Update TerrariaHooks.dll

github.com/tModLoader/tModLoader - b166fb07e961e94ffe098caed3514b85d88d62c5 authored over 2 years ago by Chicken-Bones <[email protected]>
Update Polish (pl-PL) localization (#2584)

github.com/tModLoader/tModLoader - 8db63fd5a4193e3e804650bc6f3f140feb802b09 authored over 2 years ago by NothyariS0 <[email protected]>