Ecosyste.ms: OpenCollective

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

github.com/tModLoader/tModLoader

A mod to make and play Terraria mods. Supports Terraria 1.4 (and earlier) installations
https://github.com/tModLoader/tModLoader

Update comment in ExampleShiftClickSlotPlayer

4868e674b075f6d21762d7dbebfb2d77a61c1844 authored over 2 years ago
Fix ExampleShiftClickSlotPlayer being incompatible with other usages of the hook

ca6743c559cfa7675e9f0e01d5e3c98a570f0606 authored over 2 years ago
Update FNA submodule

f9c647062af57ea7c800c4b1461042f0c82f708a authored over 2 years ago
Remove `Read/WriteVarInt` extensions (#2678)

* Add tests

* Remove `ReadVarInt` and `WriteVarInt` extensions

Use `Read7BitEncodedInt` an...

7be76be18f263bc7d4041328e196a517ed179f86 authored over 2 years ago
Use IAudio backend again, this time with speakermask fix (#2687)

597a2cc1b1a36613b935349602b61daf5e5a20e1 authored over 2 years ago
Fix PlayerLoader since it wasn't caught by SafeToTest label

37952d81983f1570c78573669689de30103fbfc5 authored over 2 years ago
Add PlayerLoader.HoverSlot hook (#2620)

* Add `PlayerLoader.HoverSlot`

* Summary in `CursorOverrideID` + EM example

* Summary supp...

c86f63ddcb62260c9f181b0c7d31e0917b9925ac authored over 2 years ago
Add support for Linux x86 formally by adding libsteamapi.so

d456e639b24d716bc4d44e8b12d1d40555e1ff5f authored over 2 years ago
Fix #2644 Server Crash (#2672)

* Fix #2644 Server Crash

* Fix Typo

4e3fdda4d1afb155b19f9dd98509e9987d030087 authored over 2 years ago
exclude NoSync mods which don't exist on client from the ModNetDiagnosticsUI, fixing a client exception (#2676)

c81047c72b59ad376ed76c66f706399ac63ea5c9 authored over 2 years ago
Log OS version, catch more ControlledFolderAccess errors

675bb38b7f863d1004ce08b1453f11193d2c5ce9 authored over 2 years ago
[1.4] Nuke recipe methods in `Mod` (#2490)

* Nuke recipe methods in `Mod`

* HookGen

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

f81e172ad75f5471ef433fae11db790422a1e77a authored over 2 years ago
Fix a missing true in Directory.Delete for 9999 folders

23399923871ec0634dc8d6f9fedd534ea61bc799 authored over 2 years ago
Final Fix for #2660

1aeb0f330cbcfe8c53de5f17178350d15e97baff authored over 2 years ago
Fix Unix Steamworks Bugs (Hopefully based on limited testing)

9fde4f227b7a6e1fb261345688a2a4000b203bbd authored over 2 years ago
Catch all 'FolderShortcutSupport' exceptions.

8c0b2095c25a49e23992cdffd638a2306ea92696 authored over 2 years ago
Make Mods able to Opt-out of detection on Preview (#2663)

e88e8677f419f9bf7b268cec1e2d3e1b62ea63aa authored over 2 years ago
Paralleldeadlocktest (#2659)

* paralleldeadlocktest

* wait version

* Cleanup imports and comments

54bd3f2bae200e106d416ceca59a51f910eeac19 authored over 2 years ago
Modernize PlayerLoader, support custom ModPlayer hooks. (#2645)

* Modernized PlayerLoader, ModPlayer is now a GlobalType

* Added PlayerLoader.AddModHook.

...

a21502dca7e0e52cbab0c3bbf973115a7396f262 authored over 2 years ago
Remove legacy compat code in TileObjectData

9ad6fc81685a5d2ff9cf20aa632e92b4b6ae9fcd authored over 2 years ago
Run SetupContent on all content from all mods before PostSetupContent (#2594)

* Run SetupContent on all content from all mods before PostSetupContent

* Run ContentSamples....

58794a48d27a7d2babb7760dd33cbcfe5068305f authored over 2 years ago
Fix for the Steam Unsubscribe Issue (#2648)

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

030f19ad6812698bed8eb5c50589e58a83a135bf authored over 2 years ago
Update Spanish localisation (#2652)

Translated and added the new strings.

34d7b0db8b3577b1a4f046455ad25d19c80967d0 authored over 2 years ago
Prevent SDL2 loading on servers. (#2496)

* Set FNA_PLATFORM_BACKEND to NONE on servers.

* Crap, typo.

b2ea5b68735e9334fb09e594fcf742669302ce1a authored over 2 years ago
Fix ExampleFoodItem using ConsumeItem rather than OnConsumeItem

52f0a0af29d38d964b21917b5a54bd1dffeb6552 authored over 2 years ago
Port ExampleRobe to 1.4 (#2597)

* Add ExampleRobe

* Small comment addition

* More comments

* Add another comment

* C...

35e8da40423099f37d8a8a541711d3295d594f54 authored over 2 years ago
Remove GlobalRecipe (#2638)

b56e8b631951ef5af7039509320cc392f63ebb62 authored over 2 years ago
Only log silently caught exceptions to console in servers. (#2647)

2bcc2f3edd17a5cd67a04489304ee60aeafc1143 authored over 2 years ago
Open Mods Folders -> open workshop folder too.

c088eb0ee42decda5bc42ff1d6764cce65459e5f authored over 2 years ago
Fix orphan or incorrectly assigned recipe groups.

fa6f3191edae7913c9841029a7cd385fb6201022 authored over 2 years ago
ControlledFolderAccess detection and redirection to FAQ page

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

2039848350109a8a5096a2b160abee8d5af075d5 authored over 2 years ago
Update ModUpdatedSinceLastLaunchMessage message

f3d5fcd62b9a4acb25f753985335a37314e288d8 authored over 2 years ago
Gamepad overlapping fix (#2636)

f3ad346da91b0b3d87916fa15dbdd659cea063eb authored over 2 years ago
Add ModPlayer.ModifyFishingAttempt hook (#2623)

* give ExampleBuffPotion a DrinkParticleColors entry

* ModPlayer.ModifyFishingAttempt hook

...

9515325b01e0d9c94b269a5b902e7989f18fcabe authored over 2 years ago
Merge branch 'tModPorter' into 1.4

e01313ceaa97a882c4842e222d3bb7ccee47143f authored over 2 years ago
fixed color chat tags being ignored by ChatManager methods (except for the ones that draw text shadows) (#2634)

a3f068c25ae6e0d8119f301eb214f0e6d5a6cfb9 authored over 2 years ago
Set ItemSlot.SellOrTrash() public (#2610)

e59140b4f69233a41d9e8ed577be14d2758690d5 authored over 2 years ago
[1.4] NPC Dialogue Fixes (#2629)

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

* made ExampleTravelingMer...

03cde76595b87f178c7814cd5b80dcd6ceda26ff authored over 2 years ago
Remove a few dummy patches (#2627)

8b26de3220b24f36001a0cfce2fd70882bd051bc authored over 2 years ago
Fix Mac Steam Overlay - Fix by LordOfOtakus on Mac

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

80ab11adf7fbe744f011f5b58d9258c4832921a6 authored over 2 years ago
Fixes #2598 (#2626)

af8396dce86b749441e0328624be18b413c4d88e authored over 2 years ago
Fix issue with recipe ordering (#2624)

330434d344f948b8b6c5009fe84101595d8f8fc7 authored over 2 years ago
Eliminate issues with having published on dev build while testing

9171cc392c18a4ee707fde99b82e969ad466d298 authored over 2 years ago
Cleanup last commit since should have been at netcore patch level

687fbad5e526aeee73de254da0a197d1fd59a15c authored over 2 years ago
Try updating to newer Steamworks (#2616)

fa590b2d1614460918ca9c5d03a3fbfcbf762e8d authored over 2 years ago
Disable quickedit in console (#2607)

aaf474448e228da2c78b5be976a7dbe982ba6737 authored over 2 years ago
Prevent registering a recipe twice (#2614)

bb6612f02f425afd29f3452f997dcf72b235dde3 authored over 2 years ago
Faster InstantiateGlobals (#2608)

* Faster InstantiateGlobals

* Fix typo in message

a12d3f085a6fbc3680496fce27c42218eead6f6a authored over 2 years ago
Make LoaderUtils public

25f2d4a28bd098f77c9298dfb3714eed62dc7a5b authored over 2 years ago
Replace misleading exception with a clear log message when tML closes unexpectedly

d2157e3302a0c72d49e96e155f3875bc8a21fa65 authored over 2 years ago
Spammed nologo a bit less.

2e7660c24473c7b8532d851a202c76374fa93419 authored over 2 years ago
Spammed --nologo in dotnet CI

ab7443bd45e245aa2cc53a9bdb580d37148c6b86 authored over 2 years ago
Expanded .NET prints in CI

bd2a41c32a648e3a39d73a49e66e94edd6c2f13d authored over 2 years ago
use different contributor icon service (#2600)

08b51cbf96cc5bc611d9af7044c9786f9e290cb8 authored over 2 years ago
Fix compile errors in expected mod

77a10a776ae3e86a104aa446d220539882a6b35f authored over 2 years ago
Update test nuget packages

cbab4afa75a96b6baaa48220a4d1ff8973add2a1 authored over 2 years ago
Moved some common ModTree/ModPalmTree code into ITree, fixed EM tree leaf (#2586)

54ea12db440e8c0054e418ed62b163c23c03c13d authored over 2 years ago
fix town NPC given name always present (#2595)

62348685d43384acc04e2af0bfebb41cdd88da03 authored over 2 years ago
Fix LastPreviewFreezeNotificationSeen logic, only show on Stable

33ec6c7b6757f7cd244de3acfb409c8d93dbbfbc authored over 2 years ago
Fix MusicLoader crash on mod load fail, and other exceptions on reload with an active ModMenu

7d024a1cc79cb0335369903afa857ceb44900e8b authored over 2 years ago
1.4.3.6 B CI adjustment

f54c67912569219e5313df762706ea9912688fab authored over 2 years ago
Preserve stack trace on rethrown loading exceptions (Fixes #2590)

f002609bcd1268413835da4d2ea08532d96cf565 authored over 2 years ago
Fix ExampleWhipProjectileAdvanced (implements #2591)

9ae5f96994396a4d735f3402abc3c8a7ab56d6be authored over 2 years ago
Fixed disconnects missing 'back' button if mod reloading occurred.

3c970053fe89ae9aed50b8bfc53b575232782626 authored over 2 years ago
Fixed spanish TML locales.

5b92478dc3f01c2cec1f23ff4ac8792c308baab6 authored over 2 years ago
More hints for PatchTask.

eb188da88108baa1305c870c47aa7cfb3dac777a authored over 2 years ago
Revert "Fixed a patch."

This reverts commit 1bfa21ced5db5753dd6ea2698457e1ec336c489d.

ef622b1044a1fc5bd2f8472b97882555dca7ccec authored over 2 years ago
Updated RuntimeFrameworkVersion too.

eacfb0054ca3c43660aa244e8cff8680de8b68c9 authored over 2 years ago
Fixed a patch.

1bfa21ced5db5753dd6ea2698457e1ec336c489d authored over 2 years ago
Attempted to update to .NET 6.0.6

ad18f18325a5127bcf8fa2a495cbb59725f90fff authored over 2 years ago
Try to fix CI

5d32c9b7c364e902b401c88cce920f8b92526c8b authored over 2 years ago
Re-add Text back into UIModInfo so it looks semi-nicer

e45c9bdb3b248447d62bb0d3fba85b67efaaa763 authored over 2 years ago
Fix crash when loading a saved tML NPC with no globalData

f046767e7784689bf28f289db4d1cc191c0e71c7 authored over 2 years ago
1.4 main menu buttons (#2481)

* Initial button ideas.

* New button texture, fix some weird drawing.

* Slightly fix icon ...

b259f82b2524b22cfd2d6def9a8b57fe6fc3e3bf authored over 2 years ago
Localized folders (#2190)

* Localized folders

* Made partial

* Update GameCulture.TML.cs

790b00a46b2f71d8566a03de66f171b29c8750d7 authored over 2 years ago
[1.4] Improved ExampleWorm (#2232)

* significantly improved Worm and ExampleWormX classes

* docs for ModNPC.Texture property usa...

26eba06b3f07b1df80e5521f4c22897b8a8a879f authored over 2 years ago
Add Projectile.ContinuouslyUpdateDamage and automatically propagate originalDamage from the item (#2587)

7888a2fd1cdd5097bcfbee2fee4132c7b7305821 authored over 2 years ago
Various Bestiary fixes and automation (#2477)

* Various Bestiary fixes and automation

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

b2555222fda867786ec7ecbddc6dc4fce0394dca authored over 2 years ago
Update TerrariaHooks.dll

b166fb07e961e94ffe098caed3514b85d88d62c5 authored over 2 years ago
Update Polish (pl-PL) localization (#2584)

8db63fd5a4193e3e804650bc6f3f140feb802b09 authored over 2 years ago
Added CanBeSloped to mod/global tiles (#2444)

* Added CanBeSloped to mod/global tiles

* Summary changes

* Changed CanBeSloped to ModifyS...

41ab2b7b7ae81f0060ef5f1d36472b86c7bcf28c authored over 2 years ago
WhipSettings & ExampleWhip (#1341)

* GetWhipSettings & ExampleWhip

* Updated PR and added a debuff

* Fix merge conflict

* ...

0a47a198a1a5ad8ac4dc3d7d7de983e8aba408fd authored over 2 years ago
Remove British spelling of endeavor (#2579)

This aims to remove the British spelling of endeavour -- other words such as `license` are spell...

a0cfc7b8c4d19331a73ed62e9cb9b64e62ca5a07 authored over 2 years ago
[1.4] OnWorldLoad/PreWorldGen doc updates (#2532)

* update OnWorldLoad/PreWorldGen docs to refer to eachother

* update rewriter

* clarify wh...

612fc42f70a558e5176b1a4d5ee817e098f42186 authored over 2 years ago
Save & load for NPCs (#1665)

* First commit on the save&load

* Added a check to verify that the NPC is saved

* Shortcir...

81073299461b4c6b1727a4d55e6e86c14815a46b authored over 2 years ago
[1.4] Move `Recipe.CreateRecipe` and `Recipe.CloneRecipe` to `Recipe` (#2470)

* Make `Recipe.Create` use currently loading mod

* Make `Recipe.Create` public

* Remove `M...

534a5b1ef77f0ef57873944294ab4fe169130f0a authored over 2 years ago
Add port and test for `GrowthFXGore` -> `TreeLeaf` (#2585)

018edba5767af57b9804293d299a5171e1f37af2 authored over 2 years ago
Improved Utils.OpenToURL further for unix systems.

f6b470d0e2f8667aca3a788151ffcb6c6b482f21 authored over 2 years ago
Fixed #2544 (Cannot open mod links in Firefox)

7ba27bbd9d9db1a53bdef194e9e984b7d703f46e authored over 2 years ago
More ModTrees code (#2576)

* ModTree and ModPalmTree Shake and TreeLeaf methods. removed TreeGrowFX

* Smart cursor inter...

5979eaa5276f192d3de121bcbe76cb44fba35b8d authored over 2 years ago
Fix ExampleMod ExampleTree Since QuickBuild didn't flag the error, grrr

ebe1e5d65faeb297af743d3b36a0eb0ea1a1be35 authored over 2 years ago
Fix SetTreeFoliageSettings missing a ref

f702b77965e296da19810c1142a721b8b01da9ff authored over 2 years ago
Workshop Description Separate (#2572)

* Split out Workshop Description from Standard Description

* Expose direct writing change not...

9eb0299a2c6ea62892e5a4fea4e6fb951da20c5e authored over 2 years ago
[1.4] NPC.Sets.AllowDoorInteraction Entry (#2550)

* Sets Entry & ExampleMod

* Small comment update for Sets entry

9606ea1107a73f0f9957edf40d6b7194be9adaff authored over 2 years ago
[1.4] Update Chinese localization (#2492)

* Update tModLoader.json

Replace the names of some biomes with the translations from the Offi...

53b018e4f2d98c14bc4a9ec4f8ee2e353139d9b1 authored over 2 years ago
Fix SpawnedFromStatue being true on all NPCs when multiple players are connected

4693824dd525ec6d9bfcfdc0de7c6be424cb0423 authored over 2 years ago
Merge branch 'tModPorter' into 1.4

3fe9b999a3dd69288a1c8dd26fdae4e4048efb75 authored over 2 years ago
Make Workshop Image Separate (#2561)

* Make Workshop Image Seperate

* Wording icon_workshop

bf105840eaf48fcd3691d16bc7b2efe6fec60f93 authored over 2 years ago
Add property override and access modifier refactors

447ea19b56447a490de871685c4fa21cb04f5e27 authored over 2 years ago
Merge branch 'tModPorter' into 1.4

88453e38810e48605b358486315acf68b1606fdb authored over 2 years ago