Ecosyste.ms: OpenCollective

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

github.com/WolvenKit/WolvenKit

Community Mod editor/creator for REDengine games.
https://github.com/WolvenKit/WolvenKit

hook up searchpoint in streamingblock preview

2c509ce3795a366badf2f767726961ca704836f2 authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

7a4f555c50292dc5cea990498030e580c59b7d38 authored almost 3 years ago
update props in treeview

b8d2cfc48551ea7856ca6103ad006330cfd8333c authored almost 3 years ago
adds cgidatareader

181471aa277847fdae15cd9b279687dc06dd765d authored almost 3 years ago
Add help link to First Setup

- Adds link button to setup page of WolvenKit wiki

9acb409c9d5e17e95e070cc98fe6566c2332f454 authored almost 3 years ago
adds variantNodes, clean-up shared databuffers, change transform matrix for instances

0bbfcf58459a3de16234082a78facd5fbcbff2fb authored almost 3 years ago
Fixed mesh preview for models with empty names

5588d125a62eb45451e75ca0638d7f0241291309 authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

ad923045d74e053bceba3a922cb02f39f306ab04 authored almost 3 years ago
Fixed reading of CEnum if the value is 0/empty

68360375fe009331505c52f9936c60c088c469ce authored almost 3 years ago
merge enum value changes

c9f006189127d8f6f3aeaee1501e18ba7c2dbdfa authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

e7f55a551e6e6dbeb6db607297d896eac3fc4b44 authored almost 3 years ago
Fill empty sub meshes with dummy data

ee2f5dbab15300834f668e2e90be24dbf99d4deb authored almost 3 years ago
Order sub meshes by name

ec29fbed6198f5b8084f1e34764f3f12ad4589d6 authored almost 3 years ago
Merge pull request #767 from WolvenKit/fix/general-fixes

Daily fixes

07c35ad75d24305e6515d9f290d7b8c54c2f0bb0 authored almost 3 years ago
Fixed Reading/Writing for CEnums with custom red names

577618803f8cfa5d06f3b12ebadc20099c44cfca authored almost 3 years ago
Catched some null refs

a0ac22a9009f461e140608d6cd93223e02fed6ce authored almost 3 years ago
⚰️ Remove secondary search bar in AB, drop backing code

9060fd19fd69bcf0ece90ce2e114d1ecbe0b4944 authored almost 3 years ago
🚀 Fix negation performance for search

aefaebc3827f825c7d2d2ebad92e6d09a6599c4e authored almost 3 years ago
✨ Search game files or mod files w/ mod toggle

89ec5f6f52ddfaa0936318d2943d16480ce3b908 authored almost 3 years ago
🙈 Ignore .vscode/

db437bafcead743abc843ea0530e8e16f7e191b4 authored almost 3 years ago
✨ Hash search w/ (hash:)\d+

be47369e3e96db9b89ef384c5b9864b5e667a1d3 authored almost 3 years ago
✨ Basic enhanced search functionality

- Search is intended to work in one search box, not multiple,
which was always kinda confusing...

d37a7ba11cb46100ec76100a3601f21cd85d92ca authored almost 3 years ago
➕ Add MoreLINQ dependency https://morelinq.github.io/

3e9ceed7b7dfde2dc703b44a5a56a359c6775ec0 authored almost 3 years ago
Merge pull request #766 from WolvenKit/feature/rtti-improvement

Feature/rtti improvement

60e3c1011f7e1819d691f5419ada1d87509d99f2 authored almost 3 years ago
transparent colliders

6c3dee8ddf8cbca0e4f53fa3607a60cde328f3c2 authored almost 3 years ago
remove extra attr

5968bf1ac682ed42583929fe61312466c3a9d322 authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

c4d1832eeccca1d01582c2ae2e4976cbc7e1982b authored almost 3 years ago
Changed class init to the new system

bd3c58a46ae9fd380f7b58e9cc4a5d52191fae72 authored almost 3 years ago
More properties found in archive files

7b659929e2d9ac4ed9e0771f083f23f414588d85 authored almost 3 years ago
Made CEnum/CBitField a struct

7feef574d593d86a52a899c327824044503fd814 authored almost 3 years ago
Removed unused REDMeta attribute

Replaced IRedOverload with partial Constructor call

71c701b835ddc61645a4d7ea261a1f6d01d578f7 authored almost 3 years ago
Merge pull request #763 from WolvenKit/hotfix/mod-browser-archive-read-error

Hotfix For Mod Browser Read Error Crash

fc781c8e5a9060956c00682be4f8dc7302c3d279 authored almost 3 years ago
Merge pull request #765 from WolvenKit/fix/general-fixes

General fixes

8edd851a5a52b6e3a758900854c6f1c682ead234 authored almost 3 years ago
Change how floating windows are handled. Floating windows will not stay on top anymore.

Fixes #752

bf5282c73eeea8e616ecb460bed94d3482c956be authored almost 3 years ago
mlmask export: Changed folder name to avoid conflicts

56b74efd206023f37c1c3c261e833f1bad6440d3 authored almost 3 years ago
finishes up collision buffer, adds geometrycacheservice, collider preview

12e3428fe4582b64a72e5dd528196474c47ec139 authored almost 3 years ago
adds geometry cache buffer reader

d053787b3b75562df2564469ce63f83b87c82eac authored almost 3 years ago
Avoid extracting duplicated materials while extracting all materials.

Fixes #749

a974f48969fc357acddadddd844f66a78e41b994 authored almost 3 years ago
Fixed DeepCopy for red Arrays. Fixes #739

97ab92f8daed9b5bab976592bf70e531aeca9bff authored almost 3 years ago
XBM Import: Set real format & compression when a new xbm file is generated

#756

7337c01534f14886a3cfef5e61c7d46c678cf487 authored almost 3 years ago
Fixed compiler warnings

3d4946ac632898af30706c177b2c0672705ff788 authored almost 3 years ago
Allows Splat to use Microsofts DI Container. Fixes #762

3a894df56b249eba66e1679bd34bebc58f7cf856 authored almost 3 years ago
🚑 Guard against null mod archives if there was a read error

8b25123725d8e319f017e283793b961850ce5aea authored almost 3 years ago
read buffers independently from expected length

89162e95e509fcdda16a98a3b28bb30d20ddc972 authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

4146a2f647cb55a153e1c504a93f3aa1ce7f9266 authored almost 3 years ago
adds instanced transform buffer writing

75da418da54112984dca4e936695e2c560d73c18 authored almost 3 years ago
start scene files

2239a13e129d4e51ec6118b1204af730791be7e1 authored almost 3 years ago
make autolayout more generic, intro interfaces, middle mouse button pans

1c3353e1dfa5958c529c3ef83880541cd28e73cc authored almost 3 years ago
ignore buffers for now, fix ref load condition

83c2ac5b0d588c54d0cc09651d22b479498bfcd7 authored almost 3 years ago
defer reference loading

1367058ee1785d8b335f3c517fdea678faa1395d authored almost 3 years ago
fix autolayout

7b7615c9e6653a29522a414c5e6e8c8c4ea52416 authored almost 3 years ago
Merge pull request #761 from WolvenKit/fix/archive-load-order

Archive fixes

Implemented:

Proper load order for archives for now
Added descripti...

88263353eeee85c4d430940fcec4c47f48e2424e authored almost 3 years ago
import/reference experiments, automatic layout almost automatic

f0dc82a7eba2f7b43477d09c8f1e38f1f2433296 authored almost 3 years ago
Catch exception while loading images

0ba5925a830172f8c7288b8bce26f422b2d0cc85 authored almost 3 years ago
more file type research

28e99922a5f9f3eceae474562edac828dbe38975 authored almost 3 years ago
Moved ERedExtension from Core to RED4.Archive

Refactored file type handling
Add descriptions to some file types

c6ea83863d1071f3c7bf7936e288bfe4443c43fa authored almost 3 years ago
Apply proper load order...

8fce8f93776b2a27bd29849c3e373ed47e471c24 authored almost 3 years ago
Revert "Get last file in load order if multiple versions exists"

bfc12b7166ecd0811101a867d1dc3ce221e92fe8 authored almost 3 years ago
more types

f75ecff3ae817024e9ec57dbefbeb8b2b63f14b8 authored almost 3 years ago
display more, highlight connections when node is selected

314b646059fd511a28056603c9dd6ebfe0cbf6d8 authored almost 3 years ago
phase/grouping node working

a2e636c909052932173a932d4474b7716601c34c authored almost 3 years ago
Merge pull request #760 from WolvenKit/feature/archive-refactor

876e43020ff18398582a5201f8774260ce539ba7 authored almost 3 years ago
Some improvements

2f5138d380d05123633514b3e13eb242c34b1b93 authored almost 3 years ago
Get last file in load order if multiple versions exists

4f06cae4099760050511250b75eac2fcc13b9428 authored almost 3 years ago
Open archives read-only to fix permission issues (UAC)

4a12ed6b58a2509795013716920c049bb548d2bf authored almost 3 years ago
autolayout & some styling

706c7c99de644485be506fd78f55c494985348d6 authored almost 3 years ago
nodes & connections working

0b00f8d4c49295812364065a78eddd8b3f51db8b authored almost 3 years ago
Small cr2w fixes

b4c186a2768e1de376f52cd119646538ab1a0f41 authored almost 3 years ago
Guess filetype for unknown hashes

Add files to project with guessed type if the hash is not known

e55b95d046c7e577840abacbae8ea804a060971a authored almost 3 years ago
Only read xr2w headers while writing archive files

5fabe130327c8643a7683a1daafa9f388f046b98 authored almost 3 years ago
Moved cp77 archive handling into

5429f11d493bb080754c7e1b7b9caa52af6b24bb authored almost 3 years ago
add some quick nodes

8b3ad3f76f1c891e5929dde2d81c786550081074 authored almost 3 years ago
Merge branch 'exploring-nodify' of https://github.com/ruchirlives/WolvenKit into feature/node-editor

20ec27d6c8c0ec40cd442090766577d73b7c666a authored almost 3 years ago
fix some null refs

8b660d65cfabc5d8d16b089f5553ff1e5067966a authored almost 3 years ago
Introducing nodify

3f9d5957d145ccd6e6597b9bbbb16437e54f1a36 authored almost 3 years ago
Merge branch 'main' into develop

6094c8e92b8abf6c31df9d8c64ef5424e7c9686d authored almost 3 years ago
Merge pull request #735 from Halvkyrie/develop

Added function/button to launch CP77 via Steam

c935995d7115054003b6e07bcf30eb46e0428fe3 authored almost 3 years ago
Merge pull request #758 from ruchirlives/main

Implemented:
Clipboard SetText fails whereas SetDataObject does not

Fixed:
Changed Clipboar...

fba8c4c9cacd63577547f7871ec3937b363bf04f authored almost 3 years ago
Clipboard error fix for SetText to SetDataObject for Asset Browser

02ecc3b08c3fba01ceee9dccc2255c8e43702e3f authored almost 3 years ago
Revert "Clipboard error fix - Clipboard crash #744 for AssetBrowser"

This reverts commit 45e237cf24669d27842087e6e0035308e06b88e7.

de7a361d3d728a6888a9ae5ef688fdfe33e6561c authored almost 3 years ago
Clipboard error fix - Clipboard crash #744 for AssetBrowser

45e237cf24669d27842087e6e0035308e06b88e7 authored almost 3 years ago
Clipboard error fix - Clipboard crash #744

fa3103ff39c736e9588623fda75217604867e014 authored almost 3 years ago
fixed a bug where the appsettings file was mising from the functional tests

f5a92152cb8a5979c0d68bb7ca233b0718ef07e6 authored almost 3 years ago
Merge pull request #757 from dragonzkiller/develop

RDTMeshViewModel: fix for meshes that start with a number

50ada8d340059917d12a38578bf1d6b894150976 authored almost 3 years ago
RDTMeshViewModel: fix for meshes that start with a number

- if a mesh starts with a number, WolvenKit will crash when previewed
- XAML names have restricti...

2ddf0e51427070918b01be7d5a4b60b829d6e0a4 authored almost 3 years ago
navmesh stuff figured out, guess more of struct

fed94042a58b1d1b8909df973a523f676e8a76cd authored almost 3 years ago
display sector info in all.streamingblock

b9c4f5414be581215cc85eba158277210131f061 authored almost 3 years ago
better sst struct guesses, display handles & more info in GUI

61cc26d5c2110614de6f4dbbff6809136a1ddc9c authored almost 3 years ago
updated struct with noderefs maybe

08bceacdf016376aa7611a088ada230b1153e127 authored almost 3 years ago
noderef hashing & editing

14ca9e524b0f1da627114ba80477c82d274ecc68 authored almost 3 years ago
More Write Parsing

69407cb2a537543be6723430f479175533cbc498 authored almost 3 years ago
adds quick & experimental graphviz output for quests

3518a6dc88da91672371d0536171613bdd4b14cf authored almost 3 years ago
avoid processing meshes that are missing important parts

e54385ddf978037107c5c2a254cea38934700079 authored almost 3 years ago
sort exteriors into levels

d75c081db44ff7bf36a7fccd7dd8b6ab00e75019 authored almost 3 years ago
better guess at streaming sector transform data

4b382a7b667e151fba8834a0de818aae097343bb authored almost 3 years ago
Merge branch 'develop' into feature/sector-transform-writing

78d2e0f258d0b0bb1a612565442f1f4bac059912 authored almost 3 years ago
more descriptors, render spawner

d117924ff801bb474aab03ae1bdb61ade9f8a88f authored almost 3 years ago
Merge pull request #754 from WolvenKit/feature/rtti-update-152

7d2b50f14263179467a8806c63a9eaed8a9dcd4d authored almost 3 years ago
Merge pull request #753 from WolvenKit/fix/defer-tweak-browser-setup

2b03fff6d99fb0d836a449eeae277ca7db0de6cc authored almost 3 years ago
Updated red.db & missinghashes

c74962616b6222fd97c56007d6f33c3800e97783 authored almost 3 years ago