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

Refactor out some UpdateEquips portions for future hooks.

10f07f9724cd328e22611a4df88f489fa9c74fcd authored almost 9 years ago
OnCraft for items as well. Also, Main.cs patch looks lovely.

c3609b47d8582315b750171a60d3b4b03dc31cf2 authored almost 9 years ago
Improved patch format to reduce commit noise

0a3f56ed8971f229e2f15a722154b4fd456dc925 authored almost 9 years ago
Use direct pipe for patch command. Allows for patch pre-processing.

Language feature cleanup

c9ca5da1d431acd0a67dc226b3fee514d24eba19 authored almost 9 years ago
Synchronise networking updates with main thread.

d895856a59fbb3d773dc71fae9e245a7e3bbb66f authored almost 9 years ago
Add -nosteam command line parameter for debugging.

2260c43da107f7d64120e6fe49aca669519b180f authored almost 9 years ago
OnCraft Hook + example.

39bb298fea804b86b09c8182a717e85563d426d6 authored almost 9 years ago
Made Player.jumpSpeed and Player.jumpHeight public

4bb7bd35881f5e22b40a4751dc73e0e81a9b2267 authored almost 9 years ago
Fixed bug where Mod.equipTextures is not filled (b82d916db84564c66e92534d001871b7769bb1ce)

aecb68b90a6184df9fd336e06875fb76be3b79eb authored almost 9 years ago
Sound Fixes for people without sound cards.

035061cabcc760c9278ce37c1d1cd926b5b223cc authored almost 9 years ago
Fixed save corruption for inventories/chests with modded items (a472f0f5e6f556bf7036b0e8f0c4a7a8e9dc21fb)

f736cd67bcb5d6bf58b49fc30a50dff630818854 authored almost 9 years ago
Fix AssemblyManager bug with EaC and mod references

9c426c35dae74b48fae6963ff9fa6635d116cabd authored almost 9 years ago
Detect and view exceptions caused by LoadCustomData for worlds/chests

53301bfcbb3ffba21be91c471568399b37434bad authored almost 9 years ago
DeleteIfOlder deletes cache files from old versions of mods.

25853815994105196f3ca8be64c24d3cdb373ae2 authored almost 9 years ago
mkdir for ModCompile folder

87a74684650d770b0b6754cc5437b9cf5b251612 authored almost 9 years ago
Revert accidental path change in ExampleMod

f47168279a140d01f71019c457b343e57d5f56f7 authored almost 9 years ago
Add generic GetModX accessors for reduced redundancy

6a457634c9132ec154b7a3d14ed8858bc7c1e82f authored almost 9 years ago
Autoconvert patch line endings to CRLF

71dd9d1d42d452804e055905addc3bdc9b567c18 authored almost 9 years ago
Added C# 6 compilation support

Added languageVersion build property
Changed executable names to tModLoader when copied to Terrar...

932f5303e04ab72b388ddbb2eef6bee1d458ed1d authored almost 9 years ago
gitignore cleanup

79b151b8b5a3f98c0515674604adfbab080f9d28 authored almost 9 years ago
Mod loaded object counts icon prototype. Icon textures still TBD.

df42b50a5f82ed897ee8b09030feb93accb3d96b authored almost 9 years ago
Include Reduced version of DotNetZip rather than CF

743be6dc97fa480ea0705552c7087728ec0eb8ed authored almost 9 years ago
Fixed ItemIO bugs for vanilla items + Added new exception for modder IO errors

94cc96fedb6fd8626b259d5bf6b1ac728502e98a authored almost 9 years ago
Signature saved to uploader's tmod file.

104bf11a9d8ca9a22e4e1331c9aacb2812e35677 authored almost 9 years ago
Mod browser version string fix.

24deae8bf32af34500089279891c164096ed9c20 authored almost 9 years ago
Added general Item saving function to ItemIO

Code cleanup

a472f0f5e6f556bf7036b0e8f0c4a7a8e9dc21fb authored almost 9 years ago
Changed TmodFile format to only compress data blob (leave header easily readable)

0ba773a60251e95ad79c88d13e515f03fcf71785 authored almost 9 years ago
Merge branch 'master' of https://github.com/bluemagic123/tModLoader

9f5b80a6e58ea4a40be2608ccfe6ead5949aa59d authored almost 9 years ago
Added parameter to ItemLoader.SetMatch + Removed old hook checks

Old hooks checks are no longer needed now that old mod files
are incompatible

f303361008664053dc6a6b18552ea1d6f51d319d authored almost 9 years ago
Forgotten csproj, debug client spawns console

7cae2978234a0e8d936d3a58b2c8d279aa0d63c1 authored almost 9 years ago
IsSignedBy, UIHoverImage, key icon, some formatting

cc6f1107e6480b35bf69ca24be420c8fc0820223 authored almost 9 years ago
Joining servers through steam now works

4b1ea7303fa99ff0533a1819079a6360f17d4f39 authored almost 9 years ago
Servers no longer attempt to load content again

7d5408541a900934bde6f3f0e6e6ab86a99ba912 authored almost 9 years ago
Added compilation support for references to embedded dlls

41e55837a54b127ca6e35ea2a0f276dce248a9ee authored almost 9 years ago
Remove bad and unnecessary naming restriction

a5e7575c77f8cce53243a8b053dca39d5ac1faf3 authored almost 9 years ago
Added edit and continue support

Assemblies are now only reloaded when necessary
Changed --build switch to -build

0721dfdd69331787f6d483422017e6d28a2a19d0 authored almost 9 years ago
Recipe Available Hook

086b9508a5fe2d55a149aa51dd244da16963b3f5 authored almost 9 years ago
Build All now has dependency sorting

8daca4b05ba53d0e09ea2cf9a3d33e4089e9caca authored almost 9 years ago
Renamed Other.dll to Mono.dll

Added indirect dependency (and dll) support to mod compilation

72599a563d135800037d93cf22837f20c4badd90 authored almost 9 years ago
Added mod reload encapsulation

799b3d36d1b31071bc0b5c3ab12335dddaaa2d6b authored almost 9 years ago
Bugfixes for previous commit and certain build configurations

c8d0cc89b7046a089f7f1edaf75be2114bd6a409 authored almost 9 years ago
Merge branch 'master' of https://github.com/bluemagic123/tModLoader

4b09edc7d38ecc09e07259f87c3ada885b978033 authored almost 9 years ago
Ore generation Example, Items in chests example.

78de75d3e07b7dd44ed23ffc54339e420db1ff2f authored almost 9 years ago
New mod file format

21e6cd7c0354c01af77e96d048cb5e4b8cbaefea authored almost 9 years ago
Multiskin townNPC.

38b65657124d4af6fe90867f9a88c05176420c21 authored almost 9 years ago
Build one menu fix, build all logic, server bats

c45f86f5c0bec45bed4fa96ccb1cbbcaa33ee310 authored almost 9 years ago
Clean up mod extension lists in Item/NPC/Player/Projectile

Any lingering references can be tracked properly with the debugger

95896235fa2eed6d28c1cfdd7c00d4d7ec9d9d6f authored almost 9 years ago
Fixed Edit and Continue in debugging

Debug configurations now copy .pdb files to steam directory.

4094e5f868b3d652085bc5d47e5d445e053653c7 authored almost 9 years ago
Added command line building and debug builds

124a6b94b3b709ed27978d27b41e07b61f984f02 authored almost 9 years ago
Fixed source file path for copying built executables

a216ce9ae6ff42d38f493e3e0514d2bb62a88e81 authored almost 9 years ago
Added debug configuration generation.

Added one click setup after pull.
Added deleted file handling to diff/patch

2b10748238b7ce0ffcb31df8fe92cdd03d846fb0 authored almost 9 years ago
Removed TerrariaSteamFolder environment variable

3d4dc6a5f7cb0707eda4391cdadde74c1d987cec authored almost 9 years ago
Undeleted App.Config.

07a5ddcf2f88bf0cbfdc0b69ca1f2081ee5ecf84 authored almost 9 years ago
Fixed deleted file detection in DiffTask.cs

Added default steam path

e8e3687d2d878e1fec94d77e4c08e260747224ee authored almost 9 years ago
Combine 'merged' and 'Terraria' projects together with build configurations

Add compile failure breaking (and return error codes) in build batch files

eba0cb30c5795b7598f08cbeed80722e11468836 authored almost 9 years ago
ExampleChest Map Entry. Advanced example of AddMapEntry

5857bb39aaa8a6c92bf172068aa4b83ea63821ff authored almost 9 years ago
Mod Browser stray keystroke ignore

3e84cc24dd293782e231cfc124099b81f5db5917 authored almost 9 years ago
Example of ModRecipe.ConsumeItem

56c56b61371e5d5ed77e4b04ba8defc143d61e19 authored almost 9 years ago
Brought some WorldGen variables out to a wider scope.

a180509061eaa3a2d362ecf5c9f6dfcd33b575be authored almost 9 years ago
Fix: Chest Duplication Bug / Error on Message NetBuffer

a5e77c2bed2c7344e320ccbbd73d68d95770869f authored almost 9 years ago
ModTiles now work in WorldGen pre-CaveHouseBiome

2821ef476c870765e812f65b4839d7ab94838007 authored almost 9 years ago
Volcano Fix

270904a00dc85b06f4b1d4b0cfb1ae33e06f3c48 authored almost 9 years ago
Fixed bug where only part of player hair is drawn

8c7870246d97b55863aae787df0d64c590bd8533 authored almost 9 years ago
Fixed server-sync bug with OnPickup hook + worked on ExampleMod

b0ac44d97771e7d6c639baf658ff3ae1c9da75e6 authored almost 9 years ago
CompleteRelease.bat uses correct directory for createInstallers.bat

5d2a7e504e98d9ce746986d2bab1184e81d61bbb authored almost 9 years ago
Added ResetNearbyTileEffects hook for ModWorld

ff91a26892419856b419dd3c3ac0c0a02ad3e3bd authored almost 9 years ago
One Click Build/Zip/Publish

f6d5eb7301a71ac859628e90fa61482402d65ef9 authored almost 9 years ago
Ingame Menu while on steam bug

cfa18af2617843bc0d3d583c452c6da8ca19bc2c authored almost 9 years ago
Fixed bad decompile cast in NetModule

4d243f605adb615f3204896631e28cecd0bdc522 authored almost 9 years ago
Removed ExampleMusic

99ab0b464a4971c674394a2296975e15872dc6c0 authored almost 9 years ago
Added simple file-copy installer

d8beed83f11f69264950b7465a3ddfc70e2c1a7d authored almost 9 years ago
WavCache clear on build and old.

e3ae183d18cce7eb03823d113e674b10139ac26e authored almost 9 years ago
Filter Mod Browser.

e9aae12803c0d4c4d85e279492dcd8a72931ea19 authored almost 9 years ago
Alternate MP3Sharp.dll

9fd60d672e1d2881d8f89411d30af0a80c156de1 authored almost 9 years ago
UIModInfo now scrollable.

eebff3f33f6c836bdfc7c46c40fa5d381f0f5950 authored almost 9 years ago
Mod Sources Menu Performance

a21faa0d9a913b3b011a3c80f2c5cee06ed92025 authored almost 9 years ago
Config test.

bc79da33f31f31625d9c694e82530bdcb82ae914 authored almost 9 years ago
:confetti_ball: Fix armor lag bug.

Yay.

ed92c897b39d90c320ef20e14ce77c0d58be95dd authored almost 9 years ago
Projectile.DrawBehind hook

Example DrawBehind usage
Example Vanilla texture usage
Example Multi-class .cs file

5ce2682cc2dd9d82a54a00002b02be90a2e8e56b authored almost 9 years ago
Bug fixes + Merge fixes

- Fixed bug where unstackable ammo can be prefixed
- Fixed vanilla bug with DrawData.useDestinat...

e38affeb6a121090555377c74eeed78c40280627 authored almost 9 years ago
Setup diff now actually reset-able.

37cc8eb1bc1bb58790911b90303c58b1d2fc97fc authored almost 9 years ago
ModWorld.PostUpdate and example.

b33bfd72d91ffd726016970d14380137137cffe9 authored about 9 years ago
I should really make my commits more focused

- More specific ded. server console outputs for loading mods
- Added Initialize hooks for ModPlay...

dd703836a40e1667716018187f96ee7491e20167 authored about 9 years ago
Fix ExamplePet, ExampleLightPet inventory use

0a943c73103b52d00326811a21c027a0e6d5dbb0 authored about 9 years ago
Restored WorldGen

How did this disappear? weird.

461958b6d574ec9e490cbefc1e55f7521c028f48 authored about 9 years ago
:angry: Stupid Bug.

ed53dda02a53dba78fb77f8e965769fac2e1fed2 authored about 9 years ago
csproj fixes.

edbff522c73cf803e26a1933bc89af7f8b46f7be authored about 9 years ago
Client now no console window.

2acb7b5152836ba3a31d32e05b84cafea4aa013b authored about 9 years ago
Merge pull request #18 from bluemagic123/Server-Experiment

Server experiment, restructure. Merged.

86c3cef267766bd0fdae5df382fb9cbf55700407 authored about 9 years ago
Fix.

15b05d14b155c35477fcab52cc5f80f6c68cc830 authored about 9 years ago
Merge remote-tracking branch 'refs/remotes/origin/master' into Server-Experiment

# Conflicts:
# patches/tModLoader/Terraria.csproj.patch
# patches/tModLoader/Terraria/Main.cs.patch

33eb43f05ef70de42f079e2ce5e3ad8d5659fe19 authored about 9 years ago
Oops. Compiles now.

d17d16bd897e0aefcdd33a092bd26fd7bd3f210c authored about 9 years ago
csproj fix.

f7595c5a36b18cb94ff81954e8705cb2984c98a6 authored about 9 years ago
PreWorldGen, MysteryWorld, SaveLoad CustomData

c94849ac162130bacc1a737a433defdca528ae5c authored about 9 years ago
Renamed some names to be shorter + added totalWeights to ModifyWorldGenTasks

b253de7a3393a9e7974dde30a028be12f3ed536d authored about 9 years ago
WorldGenModifyTaskList and WorldGenPostGen

a9eb4a90ad3e0b5d9f25c8100d777496bcc43f70 authored about 9 years ago
Save Hotkey Configs.

8436d921993ddc08530214bb983bbb098079b4da authored about 9 years ago
Couple ModBrowser Bugs.

1743b780c456150310a414f58b771c843b8e5e8e authored about 9 years ago
:moneybag: Wav cache. MP3s are decoded only once. Super Speed Load!

27191b88ac7260258db41fe015db516b3dbf2c98 authored about 9 years ago
Added mods menu to dedicated server console

21f2df23b616ab30b2bc5fba1d464597b06fc59f authored about 9 years ago