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

Refactor BiomeVisuals to be in ModSceneEffect (#1826)

github.com/tModLoader/tModLoader - 1b55ab5693f2e5aba118811f5d8fb8531c6fca96 authored about 3 years ago
[1.4] ExampleMod Recipes rework (#1923)

* Fix wrong recipe example

* Add recipe groups in proper place

* Add `RecipeGroupID` menti...

github.com/tModLoader/tModLoader - e4f8a10a6eebdce5c75011541c1d78020d3f7604 authored about 3 years ago
Added ModSystem.AddRecipes, AddRecipeGroups, PostAddRecipes.

github.com/tModLoader/tModLoader - e8d499cdc5a1cc5e3ccbfed73ad0c3d5fe21ffce authored about 3 years ago
[1.4] Patch and general cleanup (#1927)

* Move TML Player methods to partial

* Partial Item

* Partial Main

* Remove no op code
...

github.com/tModLoader/tModLoader - 3fb6095647087c13bf4c88a12c0676f926f3098f authored about 3 years ago
Github Actions Rewrite (#1921)

* temp

* Change default FNA platform to AnyCPU

* Fix ExampleMod test build from Mod Source...

github.com/tModLoader/tModLoader - a4b8296946ffa900c4e2a7562ee26c99ad844709 authored about 3 years ago
[1.4] `Player.QuickSpawnItem` return item index (#1926)

* Make `Player.QuickSpawnItem` return the index of the item spawned

* Add Direct variants

...

github.com/tModLoader/tModLoader - 453098cbe7fa7b72e5a1875fd96f4ff7027d7d7c authored about 3 years ago
[1.4] Fix modded sounds (#1920)

* Remove extension earlier.

Should allow ModSounds to work

* TryGetValue

* Change Custo...

github.com/tModLoader/tModLoader - c71b7f8a3415d035de41742b633007553ed8fb01 authored over 3 years ago
Publicized ModAccessorySlotPlayer.SlotCount as a property.

github.com/tModLoader/tModLoader - dfd6db58be8f8464393f70f2eb043d24d997a5d5 authored over 3 years ago
Made ModAccessorySlotPlayer.scrollSlots default to false.

github.com/tModLoader/tModLoader - a34feb660ac04f16342ef7d228af2f17db73c654 authored over 3 years ago
Update TerrariaHooks.dll

github.com/tModLoader/tModLoader - 509bbd07cebf7305e48e87f4e2c8815c0812c1e3 authored over 3 years ago
Removed non-AnyCPU platforms from solution.

github.com/tModLoader/tModLoader - ba8c2b1bfa73b7fc936e8a342f5910a42de02e92 authored over 3 years ago
Reverted all recent ModSide changes. Needs more thought.

github.com/tModLoader/tModLoader - 1fd24beba79ab47c661b32557ca4c4ca8093ae09 authored over 3 years ago
Allow Multiplayer to Function for Now (#1910)

github.com/tModLoader/tModLoader - 1b9b94dd04700bbcc607a3a6121d4f564e75785e authored over 3 years ago
Sleep schedule changes really can do some fun stuff

Fix Client checks, because somedays you just are that stupid.

github.com/tModLoader/tModLoader - 0a2513894d09a6676ea686cd6df9084e5f4985f7 authored over 3 years ago
Update ModLoaderMod.cs

github.com/tModLoader/tModLoader - 2f4580da2a8cf75c995371ad346392250cdc3f98 authored over 3 years ago
Switch from attribute to higher control IsLoadingEnabled

github.com/tModLoader/tModLoader - d0295d4f84874b797d4ec6f01d273df2cfe7997c authored over 3 years ago
Add static classes to documentation

github.com/tModLoader/tModLoader - 435a96e4e3187cc9f12da112566d07f719fc6649 authored over 3 years ago
Unlock more freedoms with Vanity slots in ModAccessorySlot

github.com/tModLoader/tModLoader - 2bd7c67c134fa742bb3480e8a088930ca0722b82 authored over 3 years ago
Made vulkan work on MacOS?

github.com/tModLoader/tModLoader - eb9e299271b8148920401e33e3d59829fec436cb authored over 3 years ago
Merge pull request #1900 from Solxanich/ProperFixForGitActions

Fix Github Actions while maintaining benefits

github.com/tModLoader/tModLoader - 10aba10673f44caa822a9e3399dedecd3612c48b authored over 3 years ago
Fix Github Actions while maintaining benefits

Add more solution configurations to avoid building examplemod by default, and still have ability...

github.com/tModLoader/tModLoader - 19550b16cb492a9c931385e92a7fe8f5da68f236 authored over 3 years ago
Build project instead of solution now that ExampleMod is added to sln

github.com/tModLoader/tModLoader - 1e86ef93d0a775971fbf785aa8efe290c72ccf18 authored over 3 years ago
Add ExampleMod to tModLoader.sln

- And make building mods from places other than the Mod Sources easier

github.com/tModLoader/tModLoader - 0d5bf9333aac03782d976a0a51f10cd3d57f9097 authored over 3 years ago
Fixed a typo in an EM comment.

github.com/tModLoader/tModLoader - 8aaf3a91bd2b904694559aed7659b4a0c21b8031 authored over 3 years ago
[1.4] Town NPC StepUp fix + ExampleTable (#1860)

* Add TileID.Sets.IgnoredByStepUp

* ExampleWorkbench tweaks

* Port ExampleTable

* use m...

github.com/tModLoader/tModLoader - 0b28abf710b49615db63ef8d2d4d4a9e8460d49d authored over 3 years ago
Fix spike damage and bleeding application (#1804)

github.com/tModLoader/tModLoader - 74ad460f36003d781e7ece99ec31e303abc1f4f7 authored over 3 years ago
[1.4] Change PlayerDrawSet field internal use to reflect name intent (#1891)

* Change internal use to reflect name intent

* "Renamed" vanilla fields for clarity.

* Cra...

github.com/tModLoader/tModLoader - a2dd33d4ddc63f437bc9f062427ceab7d07a5346 authored over 3 years ago
Fix wrong method argument (#1893)

github.com/tModLoader/tModLoader - be7b29627960a7d5b1d463b5722e01080605e3ad authored over 3 years ago
1.4 extra acc fix redux (#1894)

* fixed DamageClass throwing an exception before the game can even start

if this gets undone ...

github.com/tModLoader/tModLoader - 1d29528dfda670805e4f9824af42f2873165670e authored over 3 years ago
[1.4] Fix ModTileEntities not being placeable in MP (#1888)

* Fix typo that prevented ModTileEntities from being placed in MP

* Add lock used by vanilla TEs

github.com/tModLoader/tModLoader - 27e281aaf0dbc3ad1e52a650a68da8195149fa0e authored over 3 years ago
[1.4] Fix ModTileEntity.GlobalUpdate methods not being called (#1862)

* Remove unused code

* Cleanup

* Fix GlobalUpdate methods not being called

* IReadOnlyD...

github.com/tModLoader/tModLoader - 0bd88ab0f509e8683532068c77551e5148301042 authored over 3 years ago
Fix compilation error (#1886)

github.com/tModLoader/tModLoader - a242f2c046df3a88a6f2ba7dde720092729c6339 authored over 3 years ago
[Mod-Breaking] Eliminate duplicate override ValidTile in favor of existing IsTileValid (#1885)

* Eliminate duplicate override ValidTile in favor of existing IsTileValid

* remove an old com...

github.com/tModLoader/tModLoader - 3c387519eab9cd866553400628861691d4c42808 authored over 3 years ago
Fix hat rack TE (#1883)

* Fix ArraySize Typo

* Compress to one BitsByte

* Fix accidental space

* Update patches...

github.com/tModLoader/tModLoader - 234017aa7d1563be459e909660ff3f2aca30a268 authored over 3 years ago
Actually use the headless argument added to XNA.Game() (#1880)

* Actually use the headless argument added to XNA.Game()

* Move to terraria step.

Co-autho...

github.com/tModLoader/tModLoader - 8394934759cdcea73bf0097694d8c93e60deda7e authored over 3 years ago
Updated FNA to 21.10, + another attempt for fixing headless servers

github.com/tModLoader/tModLoader - 600a02c48bb1cd357f76ff2a046d742a0bf7ca7c authored over 3 years ago
Fix ExampleDye shader loading (#1870)

github.com/tModLoader/tModLoader - d6486f94a4262200d0c02f83e13c7f4fb70e2632 authored over 3 years ago
Allow non public constructor on ILoadable implementations

github.com/tModLoader/tModLoader - 28be0b5c143c5195fb6a63c07c96cdc62f8bd5c9 authored over 3 years ago
Add commit message to EM changenote

github.com/tModLoader/tModLoader - 4fa1056071a8493feea613fcb76ca7c7832e2b56 authored over 3 years ago
Final github actions examplemod publish fixes

github.com/tModLoader/tModLoader - 643b636afcb3b5b7ad0ef72a21705f91a1134f29 authored over 3 years ago
ExampleMod publish used wrong folder

github.com/tModLoader/tModLoader - 8acd3e02a20d7a61369b9d3bf74e9a85fa244c92 authored over 3 years ago
Try to fix build.yml syntax

github.com/tModLoader/tModLoader - 48f27c494eb9fe8f336e8e4a219187c6ae497028 authored over 3 years ago
Dummy edit to trigger EM publish

github.com/tModLoader/tModLoader - 9b37bcc81e50d5d2887a30a3d76d08dee4cf99f2 authored over 3 years ago
Automatically publish ExampleMod to workshop

github.com/tModLoader/tModLoader - cafc5e8f65c9cd594dbb039443a4b91101554f5e authored over 3 years ago
GitHub Actions Parser and Prelim Publish Script (#1819)

* Fix Steam Multiplayer

- Remove influence of InstallVerifier so the GameServer doesn't accid...

github.com/tModLoader/tModLoader - 9905d0eb31893fe6609f3ec9e7d83a4b5988de4d authored over 3 years ago
Fixed a typo in worldgen hardmode tasks.

github.com/tModLoader/tModLoader - 935fd8f18b2579b859b2e4391ade54d5ee7ea7bf authored over 3 years ago
Update PlayerInput.cs.patch (#1872)

github.com/tModLoader/tModLoader - dc37c06d639ffc2c223ff52e1bc6b39b76974870 authored over 3 years ago
Made local empty TagCompound reused (non reentrant) (#1868)

github.com/tModLoader/tModLoader - 618d8d13cbff152e6c150fc4f72e99866a040970 authored over 3 years ago
Ishigh's UnloadedItem 1.3 compatibility fix.

github.com/tModLoader/tModLoader - afb210954f04e7ca2121589705b3672e7c0be7cc authored over 3 years ago
Revert "1.3 compatibility fix for UnloadedItem."

This reverts commit 6d0e42a014e52ba1c716578c63de5c8c91d9389e.

github.com/tModLoader/tModLoader - 54ae465ba0eb452c85ba6ca54be1f59b32578ebd authored over 3 years ago
1.3 compatibility fix for UnloadedItem.

github.com/tModLoader/tModLoader - 6d0e42a014e52ba1c716578c63de5c8c91d9389e authored over 3 years ago
Commented out TestNewThreadSizeWindows

github.com/tModLoader/tModLoader - 75fba50314afd31e1701ff8ca863d58b238811f8 authored over 3 years ago
Fixed IO freezes by removing a flawed optimization.

github.com/tModLoader/tModLoader - 7ff4fb073e4984a5f469d98c093f6a5d531042f7 authored over 3 years ago
Fixed yet another typo, adsfghhhj.

github.com/tModLoader/tModLoader - 56859e498c2df361f81ba28ad69b817d8e76049e authored over 3 years ago
[1.4] Avoid wipe of mod data on SaveData/LoadData (#1867)

* Changed HasMethod types and added temporary checks for items with modified SaveData/LoadData
...

github.com/tModLoader/tModLoader - 9c159920d66fa745c951081afcf2b18dd2e41736 authored over 3 years ago
Unified a bit of internal code.

github.com/tModLoader/tModLoader - 3e2ea622cfb29d088a2350744f7e1a37838b57c4 authored over 3 years ago
Update Commenting format

And Add troubleshooting code if ever reattempting later

github.com/tModLoader/tModLoader - 5a90e02fbc39ede17af7ea497b9d31c7f340c5d0 authored over 3 years ago
Repair MinStackSize

.NET doesn't appear to respect its own environment variable when set after launch using the SetE...

github.com/tModLoader/tModLoader - dd978d4af1829ec885076a25c5848b4ae7fdc55f authored over 3 years ago
bool ModLoader.HasMod(string name)

github.com/tModLoader/tModLoader - d09b51afe400eadb5dbcee247c76a236fc2155f9 authored over 3 years ago
EM leftover change from Save & Load PR.

github.com/tModLoader/tModLoader - 6bedf5f2bd72de8dafa779689c230f12803e73ee authored over 3 years ago
Rework of Load & Save IO hooks (#1814)

* Initial commit

* Back to Load

* Updated ExampleMod

* Initial commit

* Added global...

github.com/tModLoader/tModLoader - 5cb240ce74ca950ddc2b68e9855df9d4ac0eedeb authored over 3 years ago
Fixed a typo causing visual problems on spectre boots

github.com/tModLoader/tModLoader - a8f13f081f7edf9db967a987a74d1f86bee668df authored over 3 years ago
Small translation fix (#1861)

github.com/tModLoader/tModLoader - 704a8293e0e5c8b37fdf5e347342ee937b30bff2 authored over 3 years ago
[1.4] Fix some ItemLoader methods not being called (#1849)

* Fix some ItemLoader methods not being called

Still need to do DrawHair
DrawHead might need...

github.com/tModLoader/tModLoader - e6e9791475bf18696ae37f16bc0d49c9299ef4c3 authored over 3 years ago
Revert InstallNetFramework.bat changes in previous build (#1858)

* Revert InstallNetFramework.bat changes in previous build

And a change in a file so triggers...

github.com/tModLoader/tModLoader - 8a5ff3aecd8ed5207b03c670bf6dce26d8f0124c authored over 3 years ago
Many Misc Tiny Fixes

1) Cleanup MonoModHooks file to have less extra stuff going on
2) Improve logging surrounding Mo...

github.com/tModLoader/tModLoader - a5fe91404cf8d471043155566fb5d6fd6028944e authored over 3 years ago
MonoMod Runtime Detour Update

No changes to hookgen in this release.
Fixes:
1) Mod unloading on release builds
2) Methods in c...

github.com/tModLoader/tModLoader - 9959eedfebd0990903a5226aa60dc88557889ab1 authored over 3 years ago
Fix StartScript setlocal enabled bug

github.com/tModLoader/tModLoader - ccd66858130028a047b99ee9d89b5c6ce0351220 authored over 3 years ago
Revert "Many Misc Tiny Fixes"

This reverts commit 94ad8b97d646a32b68da59e2673a4ebb9f411015.

github.com/tModLoader/tModLoader - 1de4b6e12334602598ff962a3c09ad02a1ca9720 authored over 3 years ago
Many Misc Tiny Fixes

1) Cleanup MonoModHooks file to have less extra stuff going on
2) Improve logging surrounding Mo...

github.com/tModLoader/tModLoader - 94ad8b97d646a32b68da59e2673a4ebb9f411015 authored over 3 years ago
[1.4] UNIX script POSIX-compliancy fixes (#1782)

* Replace non-POSIX-compliant test

Replaced a non-POSIX-compliant string equality test with t...

github.com/tModLoader/tModLoader - c594897444cfaf73b6cf7cd40ddbff6ba9a0fcd7 authored over 3 years ago
[1.4] Generic HasBuff (#1747)

* Generic HasBuff

* EM usage

* Move other HasBuff into Player.TML

* Generic NPC.HasBuff...

github.com/tModLoader/tModLoader - c1aade689327c55dfd4a49b99f2c76e0ff87c798 authored over 3 years ago
[1.4] [breaking] (On)ConsumeAmmo fixes and refactor (#1734)

* Fix ConsumeAmmo call and OnConsumeAmmo parameter twist

* refactor (On)ConsumeAmmo:
* Consu...

github.com/tModLoader/tModLoader - 56d8fe15fe0b6103cf46e4221c360d24f0ffccc8 authored over 3 years ago
Don't exclude pdb for steam alpha anymore.

github.com/tModLoader/tModLoader - 7312bf1d607f704908f28c26e16cb2066b280c84 authored over 3 years ago
TmodFile.GetFileNames() and Mod.GetFileNames()

github.com/tModLoader/tModLoader - f4d15f8ee6d21d21998d9f51555bcc003ac2f4c2 authored over 3 years ago
Basic logging of total world generation time.

github.com/tModLoader/tModLoader - dffe41aa71bdb90c9b4d9d2e3f87bbb4859e31da authored over 3 years ago
[1.4] (ExampeMod) Remove Acid Venom immunity from MinionBossBody and MinionBossMinion (#1835)

* Removed MinionBoss Acid Venom immunity

* Remove MinionBossMinion Acid Venom immunity

github.com/tModLoader/tModLoader - 344d31e3c02ddc3241771c5be0c7e27b6a617f32 authored over 3 years ago
Made 'StatModifier -> int' casts explicit.

github.com/tModLoader/tModLoader - c5b7c0cb03f2f1c3e8ce4e2537718bf34f1f472d authored over 3 years ago
StatModifier styling.

github.com/tModLoader/tModLoader - f11a562f80a77543df85cf8996d336d12aaebff7 authored over 3 years ago
fix knockback value implicit cast to int (#1848)

github.com/tModLoader/tModLoader - e3286ed1ce3b128bffce0e8fe69e13c02c599b1b authored over 3 years ago
Make 'ProcessGroupsForText' and 'AcceptedByItemGroups' public (#1844)

github.com/tModLoader/tModLoader - b6f2b70cd2d799457b1f0734a67fe84c6ec0da88 authored over 3 years ago
[1.4] Document/publicise some weather methods (#1833)

* Make Start/StopSandstorm public, add documentation

* Document Start/StopRain, add helper me...

github.com/tModLoader/tModLoader - 8a79b3f94a6d5804547fa2c1edd6890750f61d2e authored over 3 years ago
Update to 0.1.3 to publish changes

github.com/tModLoader/tModLoader.CodeAssist - f5099970b2c26495f1c31b8110d0ff62467abc81 authored over 3 years ago
Migrate fixes from tModLoader/tModLoader@9d45131a5990c4eb6e75384d8b1c58a49e6b6f6c

github.com/tModLoader/tModLoader.CodeAssist - 78412105f1576b3a738cb6d0e0550d2f81b28cdd authored over 3 years ago
Spread out load away from the frames when renderCount is 3 on Colour lighting

github.com/tModLoader/tModLoader - 8498671f5d2ae7af8b811b6ca2ae547f7634be11 authored over 3 years ago
fix #1838 (#1839)

* fix #1838

* Move clone earlier to be consistent, tweak readability

Co-authored-by: Javid...

github.com/tModLoader/tModLoader - 18123637e62287c9a112235b8afdbab407f9250c authored over 3 years ago
Cleanup output dir in workflow in-between builds.

github.com/tModLoader/tModLoader - 5f7c2cf0b434aceb2babf1c249b592002ca7644c authored over 3 years ago
Fixed pause & exit not working now?

github.com/tModLoader/tModLoader - 631d4cfbc2982c5bab4b6d3aa9be5e890de15c59 authored over 3 years ago
Made the workflow upload msbuild.binlog

github.com/tModLoader/tModLoader - fe6db8cbc24a129ceef3018e10b4f688a734c231 authored over 3 years ago
Removed recently added nuget cleaning from CompleteLib.bat

github.com/tModLoader/tModLoader - fb0ae0d6e17354b8ac8528599794d2b4cd58e4ce authored over 3 years ago
Test: Swap Debug & Release in workflow build order

github.com/tModLoader/tModLoader - 07fe65caa04ad94d4a7ccc4a60cdaf4b6da3cc43 authored over 3 years ago
Try A Few Google Fixes for Build Error (#1830)

* Try A Few Google Fixes for Build Error

* Move cleaning NuGet cache out of build scripts & i...

github.com/tModLoader/tModLoader - a86e6e58ca21d1b7038793a70e1d075ed0fa011e authored over 3 years ago
Fix material flag not being set for items in the cache (#1829)

github.com/tModLoader/tModLoader - a0a1ab5c2e7711af544976c5674b964cd80e9960 authored over 3 years ago
Try clearing cache

github.com/tModLoader/tModLoader - 4f00b0b5d8194b477de305b5f80772b5350190bb authored over 3 years ago
Removed unused armor sprites from EM.

github.com/tModLoader/tModLoader - 6cce08fa4d79dc7d7450998e21ee72dc2df58ce1 authored over 3 years ago
Update TerrariaHooks to remove Posix Mono error on Mac

Also moves Monomod from .NET standard build to .NET5 build

github.com/tModLoader/tModLoader - 8a657e23b8d12b1cc831fe0fb1d0f18a5f64bbae authored over 3 years ago
Fix SetSize on LightMap.cs for Higher Resolutions #1661 (#1801)

* Fix SetSize on LightMap.cs for Higher Resolutions #1661

* Move the incrementation to only a...

github.com/tModLoader/tModLoader - e8b87405adb5b4f08c6de6acf4489c8086b4b3e4 authored over 3 years ago
Add ObsidianLockBox to OpenVanillaBag methods (#1803)

github.com/tModLoader/tModLoader - c6a8f085e00712dff2747363354fcb43b00a4155 authored over 3 years ago