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

simple tweakXl ui

d87e8fa5a0069f79168141f3b221c01a088dee46 authored over 2 years ago
add tweakXL new file support and plugin

e320daca2e6794e2af5cb9edf4d6f33eaab6a744 authored over 2 years ago
use appsettings for globals

a7fda601a82df6935a5829b1fe441f1215f13040 authored over 2 years ago
Merge branch 'main' into feature/node-editor_2

a7da08b0600ad5c1897d6c73784b6954a68eaf7d authored over 2 years ago
Merge pull request #964 from E1337Kat/feature/node-editor_2-update

Implemented:

A command line argument to enable the node editor if so desired.
Fixed:

Bump...

d9bd7d3159fbd13cb78a8f18d22b49ce9f3cb650 authored over 2 years ago
🚸 💡 Add suggestions from @mirou

7cfc6523c9fc976a4db7814d2857683f9a27b0a2 authored over 2 years ago
fixed a crash when opening dialogues from home view

6715285c8ab64c338fef7a905242911e6672aefd authored over 2 years ago
Merge pull request #965 from WolvenKit/feature/exit-codes

Implemented:

add verbosity options
use exit codes
Fixed:

refactor input options

98aa5c3a504bfc083ae6b63f4b6114356bf546fc authored over 2 years ago
add global verbosity option

30ae9dc53b0e6f9720fddd8c3a1f28d37f413a9a authored over 2 years ago
fix nullref errors

1d2a4726097347e3b1e69b4915093c497e55eeb5 authored over 2 years ago
Update ConflictsCommand.cs

057a2034b194218604585e2f6fa3da1d60b42038 authored over 2 years ago
revert some options in relation to a dotnet bug

https://github.com/dotnet/command-line-api/issues/1872

5412f0a55d12328175db5a19fe48ece56e71b8b0 authored over 2 years ago
Merge pull request #951 from WRodewald/improve-asset-browser-navigation

Add Arrow Key Support for Asset Browser Navigation

509b6ffa17e1623b7b28e5cb29b6582936f463c3 authored over 2 years ago
Merge pull request #963 from WolvenKit/fix/mesh-preview-uv

Fix UV map for mesh preview

1f58e74af78ec77802d3eac7eedeef7041d68757 authored over 2 years ago
use different exit codes

31e3b50188d7c24e7896b0f0501cd8db0797dfd7 authored over 2 years ago
Merge branch 'main' of https://github.com/WolvenKit/WolvenKit

eb33a4f85afbb465cd856057a516ea287e007552 authored over 2 years ago
use exit codes

afd877c5c87d15b190a665796e6a2d6f6ff35e57 authored over 2 years ago
✨ Add commandline arg to enable the node editor

86e110cc33687bf6a69808c7e5a92b300f43c84d authored over 2 years ago
⬆️ Bump nodify version to the latest

e4430e2f3a20de4be76e633348f910176681c783 authored over 2 years ago
Fix UV map for mesh preview

- Flips UV map for the file editor mesh preview. Mesh UV's in the previewer are now aligned with...

864c1c4b5474eb15d20fe88b5f89c02e8e8ca588 authored over 2 years ago
Converted all pseudo valueTypes to real valuesTypes

60ef4c7d12044b54afe7bf250d5abf49dcdaed3b authored over 2 years ago
Added an option to flip images on load

2b9f13bb4f614f370812ea08d8dd18b49f32b207 authored over 2 years ago
- Force refresh import/export tool after chaning settings. Should solve #961

- Applying settings to all items now copies the settings instead of the reference

7f242a0593e65c416040f60c7c6e546b7867dd26 authored over 2 years ago
add some verbosity options to the CLI and the logger

5c4d6b03740e3b67706e8c4bf12bd4c737554435 authored over 2 years ago
- Reworked Red4Reader

- Changed IRedImport DepotPath from string to CName

769469cedf4e3739a215d343995d34a215a776c6 authored over 2 years ago
use FileSystemInfo bindings

e65baf695754226aee35429d86dedbb0ef19b6f0 authored over 2 years ago
Merge pull request #960 from WolvenKit/fix/save-fixes

Save related fixes

7d8d34fc59847e2ed51a63f6acd8ecb46ad3dc33 authored over 2 years ago
Merge remote-tracking branch 'origin/main' into fix/save-fixes

8bb1e43141a0ff95d84d8be1ff55c8e405324897 authored over 2 years ago
Merge remote-tracking branch 'origin/main' into fix/save-fixes

51d871edef74f382a58377067892edd72be7ac66 authored over 2 years ago
Update nightly.yml

cf6704aad3ed4f8d0beb39be8c632dcdd50f457e authored over 2 years ago
Merge pull request #959 from WolvenKit/feature/better-CLI-commands

Fixed:

add aliases
add Command arguments
better commandline arguments
remo...

9f06c92de1ee41e5b64b0b04aba8b144050cd1bc authored over 2 years ago
add conflicts command to console

e75e2181c36c4053e7e83952f6ed2a1f9d351544 authored over 2 years ago
bump version

232761fc40929e7ff6ab499f36ac5ec972620bed authored over 2 years ago
remove DumpCommand (moved to Wolvenkit.Utility)

e74a8cb61f209df3e4b3aa92a6d7fee1db3ea042 authored over 2 years ago
modernize CLI

- add Command arguments
- better commandline arguments
- remove tweak command
- update help texts

78641e514292da1cf88e48ace2db5da069f24ccb authored over 2 years ago
add an "open logs folder" button, better update checks

b0d9428c9d6aa02c0873e894019362f3f67eaab3 authored over 2 years ago
Update README.md

672932dec1c423e05483f1c372b193eeb8aedb60 authored over 2 years ago
Merge pull request #954 from njibhu/cli-ctrl-c

Implement Ctrl-C shortcut for the CLI

e2409a2111b7529fa7a235d10b2c737fcc6ffe9d authored over 2 years ago
Merge pull request #956 from WolvenKit/fix/ui-paper-cuts

UI Fixes

Fixed:

Improved, cleaned up, and rearranged various UI elements
Fixed some awkwa...

aff1b2b95703bd410828b98023522298130e0952 authored over 2 years ago
Update "Open in Asset Browser" to full expand Browser to file path (#955)

* Update "Open in Asset Browser" to full expand Browser to file path

* AssetBrowserViewModel:...

783247ced29227b08c2834a89a65fa262b99c11c authored over 2 years ago
Merge branch 'main' into fix/ui-paper-cuts

c1a84e3b79c72c4c7b795299f6931f1bf00ba876 authored over 2 years ago
Remove flip when generating materials

- Removes flip when baking textures in mesh previewer. Doesn't resolve issue with incorrect imag...

6725ed8840842376e19c0c4091b41e1c0331480c authored over 2 years ago
QOL with ent preview

- Rearranged some buttons to make better use of space
- Set column width to auto
- Added experim...

7239fc9cbd79124b90d3ac02b613756a2e240245 authored over 2 years ago
Change Mod Browser button to switch

- Changed Mod Browser button from Toggle to Switch, aiming to improve discoverability.

94e78b0a07cf83076e7a8525402dae3c3e5edea1 authored over 2 years ago
Adjusted Menu Bar

- Moved Pack & Launch buttons to Build menu category with other build options
- Renamed menu ite...

d0c3ba93a089d4a998a7601217c4862e4fc57a4c authored over 2 years ago
Fix Show File Preview button

- Fixed Show File Preview button within the View menu category
- Disabled menu bar label toggle ...

b04574c9c54b135c213141b9e69922a0d37af572 authored over 2 years ago
Changed .anims reader to not alter data

6a8315c730ba7a9811724a1de9c605fd29f21e96 authored over 2 years ago
Implement Ctrl-C shortcut for the CLI

4ed7d3aab85f2b2737c00eefc37830b5a84894ce authored over 2 years ago
Adjusted Depot Generator

- Set default format to PNG
- Updated warning messages to include size requirements
- Shortened ...

ef5dd5d2be00848d53cb211767b30777402d1465 authored over 2 years ago
Merge branch 'main' into fix/ui-paper-cuts

4062b56488b08f4c0110c3f04150a26d63b76dcc authored over 2 years ago
Merge pull request #950 from WRodewald/improve-rename

Improve Rename in Project File Explorer and add Key Shortcuts

f8351c6f877012ac3ab1d6ffef8a5bcf9d8cf49e authored over 2 years ago
Fixed serialization of RedPackages

1f89d9fda81814cd8626e3aad8b480bef7c9a19e authored over 2 years ago
- Added the possibility to add non rtti classes to arrays

- Small fix for CollisionBuffer writer

1c3cdb890bb3ba55682a2be41c9f53beb2765a15 authored over 2 years ago
- Create new array if its null

- Some streamingsector stuff

dbf3199eeba606d6c348b00f70a7854975d7697d authored over 2 years ago
Merge branch 'main' into fix/ui-paper-cuts

085d5f9f08874529196d2be08063f699b4dd8624 authored over 2 years ago
- Removed file type selection for exporting ent files as its not used yet

- Prevent serialization of archives files

612b1f266298a7d890cb8a2cf77a3c964339667e authored over 2 years ago
Returning default enum value for not valid values

3817b655d2c0b50b431b1c5cbf014e1d85e30148 authored over 2 years ago
Added some null checks to mesh export

d6d672c6061cc667523572f5a2d07419a79e01a7 authored over 2 years ago
Fixed adding value types to arrays

0a0e7341d92cedac74f6bd6f4aa5d9c3fba87ba6 authored over 2 years ago
Cleaned up the mlmask exporter

18ea94fe7593459bdf0771260b30fb48ba039057 authored over 2 years ago
Updated mlmask checks

70e009e1ce0c4e6c340c034d48283495458e3238 authored over 2 years ago
Add Arrow Key Support for Asset Browser Navigation

704b04e9bf50e6113281e0ce96abccf35e6b009c authored over 2 years ago
Add Shortcuts for Rename and Delete Commands

Add F2 for rename and DEL for delete command in ProjectExplorerView.
I had to attach these comma...

4387303a8a296953fad352832e0dca20b6d2a5d7 authored over 2 years ago
Rename Dialog on startup selects filename

The RenameDialog now by default selects the filename of the file to be
renamed. This is done to ...

1d7890b675243e2e0292dc99489903c71906eca9 authored over 2 years ago
Fixed not loaded ArchiveManager while generating materials from the main menu

2337a38c06ebbcdc3e20db65859f55ddca12cf8a authored over 2 years ago
allow reordering of launch profiles

update game launch menu

1ed2a9b04f49353b3f6ff59d8306054c8b79760a authored over 2 years ago
Cleanup build and launch buttons in toolbar and menu

73ed68abab331da73525a20ad489e0078bd82b65 authored over 2 years ago
add refresh button to PE

4d779bf8101a4a50c41dfd2815f8ced1c4e4086a authored over 2 years ago
Merge pull request #949 from WRodewald/import-fix-lost-files-on-rename

Fix Importer losing files saved by PS or paint.net

1d4763df73af5f19f8133bcec91eda6ce37cbc0f authored over 2 years ago
Fix importer losing files saved by PS or paint.net

This fixes commit an issue where files are ignored after being renamed
from some temp name (.tmp...

5d0b336b1e57e69c6f8e7133f10f2dc4c30a90c6 authored over 2 years ago
Merge pull request #948 from njibhu/export-null-check-1

Add extra nullchecks for the RenderResourceBlob

1e18cff3cede9cb95f6e9760f13900e94dc41d09 authored over 2 years ago
add uncook extensions to material dialog

add file to mod bugfix

9baa3f92f63c3211ecc2cf3ad2758c1e4571458b authored over 2 years ago
Add extra nullchecks for the RenderResourceBlob

9fefa3608afd7e55f2bed3c21b85ecc3e54efb57 authored over 2 years ago
Fix awkward behavior when scaling app

- Moved app version number to sidebar so it doesn't overlap other UI elements

- Set fixed size ...

6d5d0fe568d1fa60df4f78c93771c6c7cc3d4f93 authored over 2 years ago
use MaterialrepositoryViewModel

03adbf33acbaabf8e3e8696ef2d20b3806ca0994 authored over 2 years ago
Merge pull request #946 from WolvenKit/feature/ui-qol

Implemented:

add "open in explorer" button
Fixed:

better Asset browser add files
replace...

363ee9bc7a10c0a2a415d92c125ca662af9fe1aa authored over 2 years ago
fixed two crashes with the NewFile dialog

e2f6c083bd18f79b1d143343f13e8d7591e9dc14 authored over 2 years ago
Merge pull request #947 from WolvenKit/feature/help-menu

2923371c63277af8856f09cf3148be490739a152 authored over 2 years ago
Simplified Link Command

- Made required changes (Delete, Delete, Delete, Delete)

ad98926f0f32c2f000782943984645e1d31c3ab9 authored over 2 years ago
Merge pull request #945 from WolvenKit/fix/inkwidget-crash

4ca8024c0ec3fedab559985689769bc37e97b5c7 authored over 2 years ago
Add Help menu category

- Added Help Menu category

- Added help links to wiki and Discord permalink

95875ffd6212afa417b0a9ef6db493527654112c authored over 2 years ago
Add link to Cyberpunk Blender Add-on

- Add link to Cyberpunk Blender Add-on in Extensions menu

a74f9dabf47a3c1730f8f8cbbfa2502ad7a5fa5c authored over 2 years ago
Merge pull request #941 from WolvenKit/feature/rework-depot-operations

Rework Depot Operations

77f0f67d3658242b672c960e0fc22cd41898bba0 authored over 2 years ago
replace messageboxes with proper implementation

6c0f71cf5265b191d0552321f285cbe51d6fd5b3 authored over 2 years ago
refactor add file to mod with dialog

88cf523ded811b58b754ba210d2629ebde9d03ee authored over 2 years ago
fix add file AssetBrowser commands

30347bc89be66b684dfb9e7e5431a70ec0da7183 authored over 2 years ago
better Asset browser add files

d09a066e56ff13f8adeeb0f37a050b7406e9b78a authored over 2 years ago
add "open in explorer" button

fa72f6659f145c6733a17eeba29b34841412f688 authored over 2 years ago
fixed a bug where the inkwidget preview would crash

bb6179096ca3b22c2b947f4bb70f1e3593b92a95 authored over 2 years ago
Merge pull request #942 from njibhu/cli-mesh-export-params

Add CLI options to export meshes.
--mesh-export-type which matches the export types in the UI
...

2406e483a43ec863aa21f635160f05c3838372e9 authored over 2 years ago
Update App.xaml.cs

* Correct a comment

3d1b61a50e154dcf9b129d795a383d4ff4ec0daa authored over 2 years ago
Modifications to OnExit/Logging.

9c33e96b7a34d33ea7d3ca0f4aeb843e638bb322 authored over 2 years ago
Add --mesh-export options to the uncook CLI command

a5206f6ab8da6da1027cd1636ab616ddc74871b4 authored over 2 years ago
Help better align the log terminology.

* Setting default log level to Info for release as it seems needed.

465f69c61890dfe3d1ea3c71b475a41bb0c0b28d authored over 2 years ago
Update MaterialsRepositoryDialog.xaml.cs

* Cut/paste mistake.

bc175709fb8cd5502ae10ba17f9bfee5717f1e70 authored over 2 years ago
Adjustments to parallelism and bug fixes for Materials import.

4d6a38875d1b273660cf9aee0abc8f67d5b073fa authored over 2 years ago
log font size

- larger log text size
- trim project names for whitespace

b8c87cebe444abfd76568c5ae39f92b9d4e05dac authored over 2 years ago
Update bug_report.md

8914e4b4b2d0a228cb11921872a9fc433155b274 authored over 2 years ago
fixed a bug where selecting multiple files in the AB would not add all to the project

f977fae4a156ed3b7e9f9c58293eb6f8ed78f1db authored over 2 years ago
Fixed StackOverflow. Oops...

93558afcaf4f076b64e9769ce1dc9c1d81f367d3 authored over 2 years ago