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

Added hooks for player network synchronisation

github.com/tModLoader/tModLoader - 890f25cf6e8b856cf2f2eb14fa94d7f460b8755f authored over 8 years ago by Chicken-Bones <[email protected]>
A few general game hooks

github.com/tModLoader/tModLoader - bec69f4a5ed15c027f26e272697b4595566e241c authored over 8 years ago by JavidPack <[email protected]>
0.8.2.2 Begin.

github.com/tModLoader/tModLoader - 30732bdfdbedcf24893af8663ef251b2e06e2190 authored over 8 years ago by JavidPack <[email protected]>
Added weak mod references and sorting

github.com/tModLoader/tModLoader - 9c7c1684ef0e4875ea6a3cc1c84d42997a73a873 authored over 8 years ago by Chicken-Bones <[email protected]>
Fix bug where GlobalItem saving hooks are called for empty item slots

github.com/tModLoader/tModLoader - 85e41b1e4430ee6e446c75d24eb1c45ab44286af authored over 8 years ago by Nathan Kim <[email protected]>
Made Wiring._currentWireColor public

github.com/tModLoader/tModLoader - 4d9ed67b3a9925d2c9ee18b4831cb829d2531163 authored over 8 years ago by Nathan Kim <[email protected]>
Added CanDamage and ShouldUpdatePosition hooks for projectiles

github.com/tModLoader/tModLoader - 93e38c459a79ca447eb53b43303ce740a343ed30 authored over 8 years ago by Nathan Kim <[email protected]>
Added Clone hooks for EntityInfo subclasses

github.com/tModLoader/tModLoader - ae5d854446c1b2818aa6d2fb1fda84625546848d authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where ModItem and EntityInfo are not initialized during mod-loading

github.com/tModLoader/tModLoader - 936a16b4fc316fcee81f01a01f657697f102db94 authored over 8 years ago by Nathan Kim <[email protected]>
Hooks for drawing custom buff tooltips

github.com/tModLoader/tModLoader - eb53feaac634ddb0dea6104cc67ab0aae626a884 authored over 8 years ago by Nathan Kim <[email protected]>
Fix invalid Main.clientPlayer.modPlayers state on mod sync reload

github.com/tModLoader/tModLoader - ca9e0de2efc7be0bb0becfa0e67472c7402d0b95 authored over 8 years ago by Chicken-Bones <[email protected]>
Buff tooltip bugfixes

github.com/tModLoader/tModLoader - 93e7df1e40fbf5e9de50cb924eebd9642d10b588 authored over 8 years ago by Nathan Kim <[email protected]>
PreReforge and PostReforge hooks for items

github.com/tModLoader/tModLoader - f568e14d81216ec3eae69f2eba3e1f19665b8fce authored over 8 years ago by Nathan Kim <[email protected]>
:confetti_ball: Linux/Mac Mod Browser hopeful solution. Some world gen info.

github.com/tModLoader/tModLoader - 1677509c7141a23c4f5fb310ab7327eac5dffcda authored over 8 years ago by JavidPack <[email protected]>
Modded chests now animate for opening/closing

github.com/tModLoader/tModLoader - 33cae4e6e853e292723484f0c6d9cf6f4a57af13 authored over 8 years ago by Nathan Kim <[email protected]>
Modded tiles are now preserved when their mods are unloaded and reloaded

github.com/tModLoader/tModLoader - 9ac8461574e9b7c9a84ac17e6f2a3893b4074219 authored over 8 years ago by Nathan Kim <[email protected]>
A world gen structure example. A simple well.

github.com/tModLoader/tModLoader - a55ccd3ad820f17618eae86c190c13baa201afb9 authored over 8 years ago by JavidPack <[email protected]>
Some simple code examples for ExampleGun

github.com/tModLoader/tModLoader - 62156783d29ea307d99b42a5bd1df13ce75d17c1 authored over 8 years ago by JavidPack <[email protected]>
Mod textures now have Name property assigned

github.com/tModLoader/tModLoader - e36e6380c587f1483704ea223e75d1826164123c authored over 8 years ago by Nathan Kim <[email protected]>
Added DrawHealthBar hook for NPCs

Also made Main.DrawHealthBar public
Fixed bug where wrong item is passed to ItemLoader.ConsumeItem

github.com/tModLoader/tModLoader - 99b48eb1034c7cfe3df238e9ba706198331aeea8 authored over 8 years ago by Nathan Kim <[email protected]>
Added RecipeFinder and RecipeEditor to manipulate vanilla recipes

Also fixed some RecipeGroup-related bugs
Made Terraria.Graphics.Shaders.GameShaders public
Update...

github.com/tModLoader/tModLoader - ea1e895be466e1b5d36b731443c63da56ed66c69 authored over 8 years ago by Nathan Kim <[email protected]>
Added the ability to modify all item tooltip lines

github.com/tModLoader/tModLoader - e62b16e7e2f7df7e5aae501cd9638cfd8aad3600 authored over 8 years ago by Nathan Kim <[email protected]>
Added client/server sync hooks for custom ModPlayer biomes

github.com/tModLoader/tModLoader - 012bd4b33132b8e1bfc339b4a4ae69a0aaafefaa authored over 8 years ago by Nathan Kim <[email protected]>
Added client/server sync hooks for custom world info

Also updated backup version name for installer

github.com/tModLoader/tModLoader - eb33674f3450cf9b2a4b46ec3badadf3c0a74f4e authored over 8 years ago by Nathan Kim <[email protected]>
Custom data saving hooks for GlobalItem

github.com/tModLoader/tModLoader - d4bd5dab739e97e2c0ed353db740f3126fa0c95e authored over 8 years ago by Nathan Kim <[email protected]>
Merge pull request #31 from bluemagic123/mounts

Added UseAbility and AimAbility

github.com/tModLoader/tModLoader - 6af75f91c6c3788df75f29666de4d11c9eff3273 authored over 8 years ago by Nathan Kim <[email protected]>
Added UseAbility and AimAbility

github.com/tModLoader/tModLoader - 8a8dfeee8338a430fe615123b2cf73cb0fe6ee11 authored over 8 years ago by itamargreen <[email protected]>
Made Wiring.DeActive and Wiring.ReActive public

Character selection menu now displays modded maximum life
Set version to v0.8.1.2

github.com/tModLoader/tModLoader - 977dfb7cbc75a429ddc15018f1889118f0db16c8 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed a ton of bugs with modded chests and dressers

github.com/tModLoader/tModLoader - fc15ebc01378cbb3cf856b5ae3d11e968f59c075 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where jungle temple door can't be unlocked... again

github.com/tModLoader/tModLoader - c0ed726b86dbd9f7f57fc4f528bd57cc5cda94c5 authored over 8 years ago by Nathan Kim <[email protected]>
Added support for modded dressers + Fixed some modded chest bugs

github.com/tModLoader/tModLoader - 4bfbe0a788da2b5c4512ec247960ba382a3042d0 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where ModGore code is not autloaded

github.com/tModLoader/tModLoader - 19e9bb4842bfe0ed8ec9277c403e34f497cfa725 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where explosives don't kill tiles on servers

github.com/tModLoader/tModLoader - c9b939a0140d6656360e52891117e2914cb6f627 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed most server-related ExampleMod bugs

github.com/tModLoader/tModLoader - 8cbd075b1fe76f9cde05d01181449a416528dd93 authored over 8 years ago by Nathan Kim <[email protected]>
Added the ability to clone new instances of mod entities

github.com/tModLoader/tModLoader - 9d047587ea7ea5a14577a168fa72f7b58d35c5f5 authored over 8 years ago by Nathan Kim <[email protected]>
Setup, examplmod csproj updated

github.com/tModLoader/tModLoader - f09b092d536fc893bd968601798c886eb1d715f2 authored over 8 years ago by JavidPack <[email protected]>
Merge branch 'master' of https://github.com/bluemagic123/tModLoader

github.com/tModLoader/tModLoader - 64899091dc513d07ff30eda9afb4dedc755dedc3 authored over 8 years ago by Nathan Kim <[email protected]>
Updated to Terraria v1.3.1.1

github.com/tModLoader/tModLoader - a70168183086d34aaf89bc2f2abc4a5dc9dabd6f authored over 8 years ago by Nathan Kim <[email protected]>
Mod Browser reminds users to reload or enable mods.

github.com/tModLoader/tModLoader - 26b72f56bc9fbed79676145bab5a6c95a8b73709 authored over 8 years ago by JavidPack <[email protected]>
Mod Browser download future proofing.

github.com/tModLoader/tModLoader - b6d587ff252086002a48ccee6ee241604620ee05 authored over 8 years ago by JavidPack <[email protected]>
Fixed bug where ModProjectile extra AI is not synced

github.com/tModLoader/tModLoader - db89bece245209a93a05ac41f354ab4a91377c54 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where certain modded NPCs disappear upon hit in expert servers (Fixes #23)

github.com/tModLoader/tModLoader - 228d5933a73cae8a6c417b4e72c0f1ae59d31d98 authored over 8 years ago by Nathan Kim <[email protected]>
Mac/Linux now work on 1.3.1

github.com/tModLoader/tModLoader - 2940f3bd6179833f40615720def3c1a64463cad3 authored over 8 years ago by Nathan Kim <[email protected]>
Finished windows update to 1.3.1

github.com/tModLoader/tModLoader - 8be0c402e8156c3b2d59600771032e87a1125e28 authored over 8 years ago by Nathan Kim <[email protected]>
NetMessage confirmed working.

github.com/tModLoader/tModLoader - 9949de8ab6f0746617d4237ca47b439e640b8fd1 authored over 8 years ago by JavidPack <[email protected]>
Fix NPE in ModPacket.Send when broadcasting

github.com/tModLoader/tModLoader - 7fc8df725353daeb7db8a6b07846a3d19f77ff7a authored over 8 years ago by Chicken-Bones <[email protected]>
Mod Hotkeys re-added. Hotkeys persisting while unloaded still to implement.

Also, another annoyance is defaults are overridded by no hotkey.

github.com/tModLoader/tModLoader - 8178ca95c26309855de6bcf63adc5f5ee591837c authored over 8 years ago by JavidPack <[email protected]>
Example ModNet messages. Volcano synced and fixed.

github.com/tModLoader/tModLoader - b94163b9d54927e6162cc3c6de329572e0bd1087 authored over 8 years ago by JavidPack <[email protected]>
Exceptions in adding mod recipes / recipe groups now display mod name

Also made ExampleMod DriveMusic more quiet
Also gave a cooldown to ExampleMod volcano to make it ...

github.com/tModLoader/tModLoader - 745bf8b6ec356d6493975f7e87c1b87b632fe1f5 authored over 8 years ago by Nathan Kim <[email protected]>
Removed CraftGroup in favor of new 1.3.1 RecipeGroup

github.com/tModLoader/tModLoader - 574553c757ad372e2b64c857c63eb592c0298a88 authored over 8 years ago by Nathan Kim <[email protected]>
Missed a new array to resize

github.com/tModLoader/tModLoader - 370b77d68eab7d9795d64f5675c81f78169ad5e4 authored over 8 years ago by Nathan Kim <[email protected]>
Updated array resizes to 1.3.1 + Bugfixes + Removed ModTile.platform

github.com/tModLoader/tModLoader - 2a14822fdfa673230c10602615fe3687defde91d authored over 8 years ago by Nathan Kim <[email protected]>
Updated tModLoader patches to 1.3.1

github.com/tModLoader/tModLoader - 3311547f019b1c37be5166fc3b50f42536f18406 authored over 8 years ago by Nathan Kim <[email protected]>
These files weren't diff'd for some reason

github.com/tModLoader/tModLoader - be0678b6a276a398af06c454e3dad98b7f4753d7 authored over 8 years ago by Nathan Kim <[email protected]>
Fixed error with formatting Terraria source

github.com/tModLoader/tModLoader - 35083960f2c22d6ee0c55a4ad4f9ddde44da6d8f authored over 8 years ago by Nathan Kim <[email protected]>
Updated merge and Terraria patches to 1.3.1

github.com/tModLoader/tModLoader - 861ae0e76a9146153bd96b65974a480cb5e5ad9f authored over 8 years ago by Nathan Kim <[email protected]>
Extended patches to catch local variable name changes

Also tabified a lot of stuff

github.com/tModLoader/tModLoader - 153c616789c440c039e63c1a0196b9de3845d8ac authored over 8 years ago by Nathan Kim <[email protected]>
Created list of decompile runtime errors

github.com/tModLoader/tModLoader - b4bebeac41cf404d30265d778fc0cb4a7ba180aa authored over 8 years ago by Nathan Kim <[email protected]>
Fix the bug where the menu would crash with too many mod controls

github.com/tModLoader/tModLoader - b451229cc4f45243ee93583d6139ad6b90e29846 authored over 8 years ago by JavidPack <[email protected]>
Example of Removing a vanilla Recipe completely. Might want to make a method for this at some point.

github.com/tModLoader/tModLoader - 3e4e06e50814bbd77efae96c7fd945afed432bd0 authored over 8 years ago by JavidPack <[email protected]>
Example Statue WIP

github.com/tModLoader/tModLoader - 47f0d6dd62a81313eb2ebcecc20ddd4a7597f97d authored over 8 years ago by JavidPack <[email protected]>
:volcano: Shaky.

github.com/tModLoader/tModLoader - aab83e90e18d32dc9c346a5793203479048d8413 authored over 8 years ago by JavidPack <[email protected]>
Hook to modify world transform matrix.

github.com/tModLoader/tModLoader - 6bb74a983c5e275e954cde2bc5f9a00e79ddc06b authored over 8 years ago by JavidPack <[email protected]>
Version++, Hijack vanilla message hook.

github.com/tModLoader/tModLoader - 46301f99a4c9ef64222fa625fdd18b2b9b876a46 authored over 8 years ago by JavidPack <[email protected]>
Added ModNet

github.com/tModLoader/tModLoader - 54131a3d21463f9f43836a5156f750509bc6caec authored over 8 years ago by Chicken-Bones <[email protected]>
Run one tick to JIT the game content on server start rather than when a player connects.

github.com/tModLoader/tModLoader - 933d4f44b3fd8b135258d03cc4935cbb4257ef44 authored over 8 years ago by Chicken-Bones <[email protected]>
Network documentation

github.com/tModLoader/tModLoader - 7d28f71b8a5198eae63915b750e1967258e431df authored over 8 years ago by Chicken-Bones <[email protected]>
Some ExampleMod stuff.

github.com/tModLoader/tModLoader - 8fd3fb591e5b39046b4a31c0ca481fb6f3a2697d authored over 8 years ago by JavidPack <[email protected]>
ExampleSoul, GrabRange,GrabStyle examples

github.com/tModLoader/tModLoader - 244a9107114a18a407914ca869639a0e3e844d8d authored over 8 years ago by JavidPack <[email protected]>
largeaddressaware flag: Allows access to full 32-bit virtual memory allocation. (4GB)

With this, many OutOfMemory exceptions should disappear, as long as the
user actually has more t...

github.com/tModLoader/tModLoader - 379e06419a410b49cfea54e0bc703b5507fefd87 authored over 8 years ago by JavidPack <[email protected]>
Slight bugfixes (fixes #24)

github.com/tModLoader/tModLoader - c5e4f9f514e834b53a0577395b7f6b58ff808b3a authored over 8 years ago by Nathan Kim <[email protected]>
Fixed bug where ItemLoader.SetMatch didn't convert equipment to item IDs

github.com/tModLoader/tModLoader - b611403c54931ac00a946f74280591d66f1d7226 authored almost 9 years ago by Nathan Kim <[email protected]>
Remove duplicate connection message

github.com/tModLoader/tModLoader - a535c7292f3e92079100137e02e8728c54f8613c authored almost 9 years ago by Chicken-Bones <[email protected]>
Better server tick rate maintainer

github.com/tModLoader/tModLoader - e71b941fa7bab0d7af0a39e56ce7039d4e4f711e authored almost 9 years ago by Chicken-Bones <[email protected]>
Fix network updates when there are no clients connected

Invoke network updates on an as needed basis

github.com/tModLoader/tModLoader - e07759235e6acde720feed063fa398c0b9fa5f7a authored almost 9 years ago by Chicken-Bones <[email protected]>
Fix crash with expert mode worlds and Host & Play

github.com/tModLoader/tModLoader - c05f29d52def3e572c61dfd6a6c848e057cefa8e authored almost 9 years ago by Chicken-Bones <[email protected]>
Fix Post-build errors on configurations with no copy task

github.com/tModLoader/tModLoader - b53fc6628d4fd0c48acb661cd33092b8dd3df48a authored almost 9 years ago by Chicken-Bones <[email protected]>
Fixed bug where Host & Play servers do not stop and save

github.com/tModLoader/tModLoader - 414a793320f5e25fca32fcb05ee8a37981b732b7 authored almost 9 years ago by Nathan Kim <[email protected]>
Fixed modded town NPCs on servers for reals + Made Mount fields public

github.com/tModLoader/tModLoader - 081d1347742314c2104b5bf60124d59d9c71ff33 authored almost 9 years ago by Nathan Kim <[email protected]>
Finished updating installer

github.com/tModLoader/tModLoader - 6015cbc7937698d558e97453e3c4cc19a1c1dd58 authored almost 9 years ago by Nathan Kim <[email protected]>
Partially updated installer + Fixed town NPCs not working on servers?

github.com/tModLoader/tModLoader - 00b9d2366f29eda02806bae10d637ffc029e6775 authored almost 9 years ago by Nathan Kim <[email protected]>
Custom item data in chests is now synced between clients and server

Also added v back to version display for mods

github.com/tModLoader/tModLoader - ee180d903bf70b02c45025c5fc56bc58a6a58891 authored almost 9 years ago by Nathan Kim <[email protected]>
Worked on ExampleMod + minor bugfix + April Fools

- ExampleMod: Fixed yellow captive element rotation on servers
- ExampleMod: Added Worm base clas...

github.com/tModLoader/tModLoader - 32e622cc2276be0297f0c84e135b955203c3a4cd authored almost 9 years ago by Nathan Kim <[email protected]>
Added CanExplode hook for tiles

github.com/tModLoader/tModLoader - d6464c0a1134c1502d8f9ba0c06cc8997f610562 authored almost 9 years ago by Nathan Kim <[email protected]>
Added DrawEffects hook for tiles

github.com/tModLoader/tModLoader - 777dda6e262289218f79412a19d7100656c275ea authored almost 9 years ago by Nathan Kim <[email protected]>
Completed functional extra accessory support.

github.com/tModLoader/tModLoader - 60fbe9f708acc8cc81a34b13eb4ddcd89a654b63 authored almost 9 years ago by Chicken-Bones <[email protected]>
Added option to use constructor instead of cloning for ModPlayer

github.com/tModLoader/tModLoader - efa86ad67f95efc6aea8f12ddf40025a3a525b98 authored almost 9 years ago by Chicken-Bones <[email protected]>
Custom item data is now synced between clients and server

github.com/tModLoader/tModLoader - a16bdf9c7fa13dcae5d76be3d0d223ae17546ae5 authored almost 9 years ago by Nathan Kim <[email protected]>
Added ModifyBuffTip hook for buffs

github.com/tModLoader/tModLoader - 8c5e706d4c6232e66496e7f365f65ff00d504876 authored almost 9 years ago by Nathan Kim <[email protected]>
Detect and view exceptions from LoadCustomData when loading players

github.com/tModLoader/tModLoader - f3835020347c1dedc722ed46afcf7430cfa5001c authored almost 9 years ago by Nathan Kim <[email protected]>
Example Zone, Tile Counts, Map Background image.

TODO next, backgrounds.

github.com/tModLoader/tModLoader - 0610987e5b994426bc5d28cb3c662029f2f18701 authored almost 9 years ago by JavidPack <[email protected]>
BuffImune CloneDefaults fix.

github.com/tModLoader/tModLoader - 5225e456cd45e55c8d23b011ffe1b43d5bcc202e authored almost 9 years ago by JavidPack <[email protected]>
Significantly improved performance of Player.clientClone

github.com/tModLoader/tModLoader - e9b92ec93ee2300ac5a5a62eabce166cff1bc533 authored almost 9 years ago by Chicken-Bones <[email protected]>
Gotta go fast!

github.com/tModLoader/tModLoader - 2a56e7d6ef69d3d4a0b787b9726c78cd00fea762 authored almost 9 years ago by Chicken-Bones <[email protected]>
Refactor out some UpdateEquips portions for future hooks.

github.com/tModLoader/tModLoader - 10f07f9724cd328e22611a4df88f489fa9c74fcd authored almost 9 years ago by JavidPack <[email protected]>
OnCraft for items as well. Also, Main.cs patch looks lovely.

github.com/tModLoader/tModLoader - c3609b47d8582315b750171a60d3b4b03dc31cf2 authored almost 9 years ago by JavidPack <[email protected]>
Improved patch format to reduce commit noise

github.com/tModLoader/tModLoader - 0a3f56ed8971f229e2f15a722154b4fd456dc925 authored almost 9 years ago by Chicken-Bones <[email protected]>
Use direct pipe for patch command. Allows for patch pre-processing.

Language feature cleanup

github.com/tModLoader/tModLoader - c9ca5da1d431acd0a67dc226b3fee514d24eba19 authored almost 9 years ago by Chicken-Bones <[email protected]>