Ecosyste.ms: OpenCollective

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

OpenXRay

Open source project that aims to improve S.T.A.L.K.E.R. game, fix old bugs, boost performance and improve code quality.
Collective - Host: opensource - https://opencollective.com/openxray - Code: https://github.com/OpenXRay/xray-16

xrGame: minor cleanup

github.com/OpenXRay/xray-16 - dd7da620491e80ca615cd9bb6c79569e53b3ea78 authored almost 2 years ago
xrGame/alife_spawn_registry.cpp: removed rudimentary debug code

github.com/OpenXRay/xray-16 - 84fb6c05bde3861f554589d079018a94ecd46bf8 authored almost 2 years ago
Added console command: spawn to inventory (#1150)

Co-authored-by: Xottab_DUTY <[email protected]>

github.com/OpenXRay/xray-16 - cf1b88af0742a3860a553c867a5f185b277341e2 authored almost 2 years ago
Ability to interact with UI style system from scripts (#1114)

Co-authored-by: Xottab_DUTY <[email protected]>

github.com/OpenXRay/xray-16 - 8c4f15008c12060e64bf92a9ffbc9f19f8972560 authored almost 2 years ago
Merge pull request #1244 from OpenXRay/dependabot/submodules/Externals/AGS_SDK-003b453

github.com/OpenXRay/xray-16 - aaa02409a4e78a010c84dec952ea4326392ca412 authored almost 2 years ago
Proper configuration for pull request labeler [skip ci]

github.com/OpenXRay/xray-16 - cdfdc5d9b6701597beac26ccea84fcffd66ae667 authored almost 2 years ago
Zadolbal fail fix

github.com/OpenXRay/xray-16 - 4c7ca12fdd3aed19a446d9d7d48d3a86a9ae6bc4 authored almost 2 years ago
Using `if constexpr` C++17 and constexpr vars (#1274)

Co-authored-by: Xottab_DUTY <[email protected]>

github.com/OpenXRay/xray-16 - f473363debf120a3034b46e8afd79428218bf2f2 authored almost 2 years ago
Fix shadows on macOS (#1252)

github.com/OpenXRay/xray-16 - 92e9ab855c9e8b701d3edfa43182b4e208aedaa7 authored almost 2 years ago
Proper azimuth handling when calculating sun dir in the weather editor

github.com/OpenXRay/xray-16 - f3607bff92f47918a1a95d244f4168f4270e8842 authored almost 2 years ago
Ability to calculate sun direction in the weather editor

github.com/OpenXRay/xray-16 - 4e4316ffc9fec9beb852a6fc57750c923d0d820c authored almost 2 years ago
Weather editor: save dynamic/config sun movement independently from SOC weather config style

And always save sun_azimuth. This is helpful for feature upcoming with the next commit:
Ability ...

github.com/OpenXRay/xray-16 - 7e468faa95fb4d214243bdb4ea945d0805dd550c authored almost 2 years ago
Burer logic: burer can properly pick up several objects now

Previous code was buggy

Это ПЫС, да.

github.com/OpenXRay/xray-16 - 3ee814fa0b1855e368d036dae600d6655565db64 authored almost 2 years ago
Burer logic: correctly iterate over currently active objects (closes #886, closes #1096)

github.com/OpenXRay/xray-16 - c264b090ae4c12fea6bda90a409a54c48bcdcd8a authored almost 2 years ago
Fixed crash in the weather editor when trying to save configs

github.com/OpenXRay/xray-16 - 774882b0ff92ba806725b88eca8ab52ea62fc3f7 authored almost 2 years ago
GitHub Actions: update Ubuntu configuration (#1277)

Using ubuntu-latest image and latest compilers
Removed x86 configuration for Ubuntu

github.com/OpenXRay/xray-16 - 20947ed22d481514bc71729250055cff6a790641 authored almost 2 years ago
xrGame/UIActorMenuInitialize.cpp: update conditions for initialize slot for backpacks (#1218)

github.com/OpenXRay/xray-16 - c4a8899cac7faeaf128a23e8ffda28d7260a1dac authored almost 2 years ago
Fix muted EFX effects (#1276, #1271)

github.com/OpenXRay/xray-16 - 2cda30dd91c416d63cae07cabcfc8cbfaf54da6f authored almost 2 years ago
xrEngine/editor_weather.cpp: optimized variables a bit

github.com/OpenXRay/xray-16 - f6a7f5f5a050632bc5d59b787cf3d8a0353400e0 authored almost 2 years ago
Hack for crash in weather editor after resetting changes

github.com/OpenXRay/xray-16 - 328015595c8cb51d18fc02785a6d8dbfb387834d authored almost 2 years ago
xrGame/Level_input.cpp: removed old unused debug stuff

github.com/OpenXRay/xray-16 - c95c447ea2dd331126362780b95aa6eb200acbc5 authored almost 2 years ago
Properly functioning time track bar in the weather editor

Thanks @abramcumner and @DanceManiac for environment game time code

github.com/OpenXRay/xray-16 - 629caf35e6d7e3328472a727da8bb685c7d63070 authored almost 2 years ago
xrEngine/Environment.h|cpp: removed old EDITOR stuff

github.com/OpenXRay/xray-16 - e536bf127e57b09034dcbc153815180b4cbe0777 authored almost 2 years ago
Removed weather environment debug hotkeys (use weather editor for that)

github.com/OpenXRay/xray-16 - 627ff70bc0ea378cf222ee5db3765d31b47ceff0 authored almost 2 years ago
Fix sound being cut-off when EAX/EFX is on (#1272, closes #1271)

github.com/OpenXRay/xray-16 - 7a8a1dc558a1fc48098b3108e911c241b1e66f51 authored almost 2 years ago
Refactored CLensFlareDescriptor creation a bit

Continuation of 80e0af8211f09ff497fec6ca736c71ca398ec3d5

github.com/OpenXRay/xray-16 - 472610806203c388abc5d7e77e17079658cf11e8 authored almost 2 years ago
Fixed crash when trying to render lens flare

This reverts a change from 80e0af8211f09ff497fec6ca736c71ca398ec3d5

github.com/OpenXRay/xray-16 - d308dde6b1639008c3f6b06257ee90a0583405f3 authored almost 2 years ago
xrGame/fs_registrator_script.cpp: fixed original GSC typo in script export

Hopefully, this doesn't break anything. I guess, it should not, because
the code was wrong in th...

github.com/OpenXRay/xray-16 - f97ef50d45eab7eb013190e9870612e3c330a587 authored almost 2 years ago
Fixed build after previeous commit

github.com/OpenXRay/xray-16 - 105d24e5c4f04e7e28d9f4df83600a60623079af authored almost 2 years ago
Removed weather editor from Master Gold configuration

github.com/OpenXRay/xray-16 - 971f7112a76b3e49b0e003c5cc8e0fdddfa2a22f authored almost 2 years ago
Don't build utils (except xrCompress) on Master Gold builds

Also fixed ARM/ARM64 configurations

github.com/OpenXRay/xray-16 - 8da3c0e2db8e384fd438dbf50c479cf51dcad844 authored almost 2 years ago
Modernize CScriptValueContainer code

github.com/OpenXRay/xray-16 - e74c5296c5a249cdb79e4086afb846d550be2cb1 authored almost 2 years ago
Made CScriptIniFile a bit simplier

github.com/OpenXRay/xray-16 - c3601e60802347e70062aa2338f5944c7b6816b1 authored almost 2 years ago
xrServerEntities/script_ini_file.cpp: throw on script caused errors (like in original X-Ray)

This commit partially reverts 2cef17bbb4da2bf0985b6a947f88a80909d95691

github.com/OpenXRay/xray-16 - 67c904c92b3276f5e9f55f94fbae1880caa4ddd0 authored almost 2 years ago
Made FillProps editor functions available under non Master Gold builds

This is needed for game SDK functionalty

github.com/OpenXRay/xray-16 - a3bfaeb8b9db71ce574f8d532e2a449dcaf6a230 authored almost 2 years ago
Removed unnecessary type aliases

github.com/OpenXRay/xray-16 - c4a27ac7902fa2bbb6f5d7885cb438bf963e324a authored almost 2 years ago
Ignore CppDepend output in VSChromium indexing

github.com/OpenXRay/xray-16 - fa59b45033ad1558a87d1f70e9378ec7a3cddc95 authored almost 2 years ago
Add CppDepend analysis database

github.com/OpenXRay/xray-16 - f44390e2e00ba8dc3953d6607c6cc1ee5f685636 authored almost 2 years ago
Add CppDepend project file

github.com/OpenXRay/xray-16 - 87a7a8ad3e89964d0b9ef335175d6a1d8609f050 authored almost 2 years ago
Fixed: using %c[color] tag with multibyte font causing unexpected line ending (#1091)

github.com/OpenXRay/xray-16 - dd6860e7231880663202ca8c9081725eb8c01a15 authored almost 2 years ago
build(deps): bump Externals/AGS_SDK from `7d2d1a2` to `003b453`

Bumps [Externals/AGS_SDK](https://github.com/GPUOpen-LibrariesAndSDKs/AGS_SDK) from `7d2d1a2` to...

github.com/OpenXRay/xray-16 - 8c32ecb653d42df92facb57d4948b3b05c9c7ec3 authored almost 2 years ago
Small fixes while inspecting the compiler warnings. (#1209)

github.com/OpenXRay/xray-16 - b65ea4ae5e7881effc95f0b471839e03ab9d843e authored almost 2 years ago
xrCommon/math_funcs_inline.h: mark clamp as noexcept (#1176)

github.com/OpenXRay/xray-16 - c393d2d8530f8f6795852affc56b33d9a3d6dd61 authored almost 2 years ago
Rewrite predicate functions to modern C++11 lambda expressions (#1214)

Co-authored-by: Xottab-DUTY <[email protected]>

github.com/OpenXRay/xray-16 - 8b6004be1cd02ed9c62bf2a141edb9c7395cc6da authored almost 2 years ago
xrGame/ai_stalker_alife.cpp: use range-based for and emplace_back (#1198)

github.com/OpenXRay/xray-16 - 2c553a3c477a5ee9e2c092a7368c3e21a9a24512 authored almost 2 years ago
Layers/xrRender/ParticleGroup.h: use C++11 to initialize elements in the constructor (#1191)

github.com/OpenXRay/xray-16 - 58b4ea9f944a6d3b7bf841bf7f8971534ff60888 authored almost 2 years ago
Try to fix labeler [skip ci]

github.com/OpenXRay/xray-16 - f872c2bcd097a34403504a313e0b23742f73cc14 authored almost 2 years ago
GitHub: fix labeler run on pull request review [skip ci]

github.com/OpenXRay/xray-16 - 042eb62a864359a0490cebd509691b9db16bf498 authored almost 2 years ago
Improved EFX support (#1231)

Co-authored-by: Xottab_DUTY <[email protected]>

github.com/OpenXRay/xray-16 - 66e7e49f026928840c87de3392bb054058d1da68 authored almost 2 years ago
GitHub: PR labeler configuration update: [skip ci]

* Mark (only new) pull requests as pending review
* Mark pull requests as ready to merge when th...

github.com/OpenXRay/xray-16 - 51523c1487baecf0814dc7f2f223c9a91406eb19 authored almost 2 years ago
GitHub: fix labeler workflow file [skip ci]

github.com/OpenXRay/xray-16 - c00807f1aca9b6e4fcffb80aa892e9c395ca4cc2 authored almost 2 years ago
Fix Release Master Gold nightly builds publishing

github.com/OpenXRay/xray-16 - a63a1947dae50c1407003d2731552a6f9b886503 authored almost 2 years ago
Fix nightly builds publishing attempts on pull requests

And don't upload artifacts anyway if failed to update the tag

github.com/OpenXRay/xray-16 - cc5702a3c62bbc5510d41d591be6dbc743c2d26a authored almost 2 years ago
GitHub: fix labeler workflow file

github.com/OpenXRay/xray-16 - 0a4239812fb25e8984d53c074537c561508565cb authored almost 2 years ago
Rewrite SSortNodesPredicate, *_wounded_predicate to modern C++11 lambda (#1255)

Co-authored-by: Xottab_DUTY <[email protected]>

github.com/OpenXRay/xray-16 - 7292d3417b874a499c3475c867924444c3aa026a authored almost 2 years ago
Bringing exception types to the same view (#1264)

github.com/OpenXRay/xray-16 - bd9c5a215dd5fc331696149280633da6ff4d71e9 authored almost 2 years ago
Merge pull request #1268 from v2v3v4/physics-v2v3v4

github.com/OpenXRay/xray-16 - f0c543942031e103cf188f1499313bcae21971af authored almost 2 years ago
xrPhysics and ODE formatting fix

github.com/OpenXRay/xray-16 - 5bd4cbea9929c442031cc1969332a85acd0db322 authored almost 2 years ago
Use lambdas when spawning a thread

github.com/OpenXRay/xray-16 - c4e96fe54cf19f3a056a695786477c407377bff1 authored almost 2 years ago
Task scheduler: Ability to get worker id

github.com/OpenXRay/xray-16 - bba1653edcd75ff58558bbafdef75fede15084c7 authored almost 2 years ago
Clean up xrGame from stale physics files

github.com/OpenXRay/xray-16 - 7e19e9415225e8d67d0fbfa46230ea4cc9a8ee28 authored almost 2 years ago
Merge pull request #1270 from OpenXRay/dependabot/submodules/Externals/sse2neon-7b92098

github.com/OpenXRay/xray-16 - e88913859315cb9e649da618fe36610d25fa62b4 authored almost 2 years ago
build(deps): bump Externals/sse2neon from `0d28a35` to `7b92098`

Bumps [Externals/sse2neon](https://github.com/DLTcollab/sse2neon) from `0d28a35` to `7b92098`.
-...

github.com/OpenXRay/xray-16 - 41b995d6350e76c6879e9a14fbaa8f11208222e3 authored almost 2 years ago
Fixed elements moving bug fix part 2

github.com/OpenXRay/xray-16 - b02bdd415e3e2cf5746502f352d8779dda289317 authored almost 2 years ago
Elevator bug fix. thx @Annet

github.com/OpenXRay/xray-16 - 7b805762dd6aae3065c2809d557530055e8119bc authored almost 2 years ago
Fixed elements moving bug fix

github.com/OpenXRay/xray-16 - 188b727f8cf48dee62e1324add5a18a5b064cd71 authored almost 2 years ago
README.md: made CppDepend logo fancier [skip ci]

github.com/OpenXRay/xray-16 - 00d31d03deae44d20cb97de44e1e6e012e031d9f authored almost 2 years ago
Removed ConsoleRender (not used)

github.com/OpenXRay/xray-16 - 5b2d3a30162e4e4ce86f77049a8b9cfaa5ecdbaa authored almost 2 years ago
Simplified thunderbolt sound and model loading

github.com/OpenXRay/xray-16 - 09dbc31b77142b52c6bb8a68f680ab490a8ef32c authored almost 2 years ago
Simplified thunderbolt gradient creation

github.com/OpenXRay/xray-16 - 4496e5e2952795bc73df970de4f128ca6fbbcc05 authored almost 2 years ago
Make CEnvironment::CurrentEnv to be an instance instead of a pointer

This was needed in CS/COP to support old C++/CLI weather editor, now we can return to SOC variant

github.com/OpenXRay/xray-16 - 197c568b11dd4435aba4950ca80e7345cb045aae authored almost 2 years ago
Refactored CEnvironment and corresponding weather classes

Better code organization, potentially faster
Looks more like SOC code in this case. In CS/COP cod...

github.com/OpenXRay/xray-16 - 80e0af8211f09ff497fec6ca736c71ca398ec3d5 authored almost 2 years ago
Weather editor: correctly save hemisphere color for SOC mode

github.com/OpenXRay/xray-16 - 8eccc1f218be602b2e5a0dc6b73416858d75e88f authored almost 2 years ago
Weather editor: don't save env ambient if it's not selected

Added ability to select empty env ambient in the editor GUI and moved variable to a higher scope ...

github.com/OpenXRay/xray-16 - 8d85bc109951cfaa4cfa235a9af81581a8d01254 authored almost 2 years ago
Weather editor: stubs for editing environment collections

github.com/OpenXRay/xray-16 - f9eb45c0d4a7ea32d3b4c7d7123fd728c1773348 authored almost 2 years ago
Moved thunderbolts params back to CEffect_Thunderbolt class for better code organization

It was there in Shadow of Chernobyl engine

github.com/OpenXRay/xray-16 - 2130ceee831d51393320e645181582eac434ffcc authored almost 2 years ago
Weather editor: hide Environment lerp table under Live edit header

github.com/OpenXRay/xray-16 - 8c53de64fe42ce35020bee9ece3301f7724b7b6c authored almost 2 years ago
GitHub Actions: create labeler workflow

github.com/OpenXRay/xray-16 - 530d1d929db317786c7a82b8f8f3aaddab5c94f8 authored almost 2 years ago
Use a dot instead of a space in the build package

github.com/OpenXRay/xray-16 - 63453043c5b47ef7ac54f05e155e1dded8a3a654 authored almost 2 years ago
Proszę cię, zacznij pracować ku...

github.com/OpenXRay/xray-16 - ba874a00e07df74f50288d8b8ec96d334aff77cf authored almost 2 years ago
NOW nightly builds should be uploaded correctly finally

github.com/OpenXRay/xray-16 - ca2e8940f5d81d1452b2cb429afd9b44ccd22511 authored almost 2 years ago
Fix nightly builds uploads

github.com/OpenXRay/xray-16 - b550d29949a62e155e7d929417710f4b681aecdb authored almost 2 years ago
Correctly delete MFC DLLs from res folder

Oops, incorrect path was provided in
8f093c443479a23ae472107ec3f4130b94f6f108 :)

github.com/OpenXRay/xray-16 - 22e5eb08f302533981412cc8c9729f8dee97d186 authored almost 2 years ago
I hope that now nightly builds will be uploaded correctly

github.com/OpenXRay/xray-16 - 3065508b412675c986a872477866245aeb9e0cfa authored almost 2 years ago
Delete MFC DLLs from windows packages

github.com/OpenXRay/xray-16 - 8f093c443479a23ae472107ec3f4130b94f6f108 authored almost 2 years ago
Simplified environment render

Less ugly code
Now you can properly use time slider in the weather editor and the sky will be vis...

github.com/OpenXRay/xray-16 - 1656f25b321620b8fefc83927ade1e95d919b5d3 authored almost 2 years ago
GitHub Actions: fix nightly builds artifact names template

github.com/OpenXRay/xray-16 - c683154b666f3ce97faa1cafb3120863ad6c8adc authored almost 2 years ago
GitHub Actions: Properly working nightly build

github.com/OpenXRay/xray-16 - 4b68f44c413934a9011b4e01c98123bf0114ed59 authored almost 2 years ago
Weather editor: added pause button

github.com/OpenXRay/xray-16 - 5f0f5b2ee39dc101278c8506fb4cb41206245a77 authored almost 2 years ago
xrRender/dxEnvironmentRender.cpp: allow tonemap texture for sky and clouds to be missing

github.com/OpenXRay/xray-16 - 09a4fd5f51743f17ccdf51a2974a6fcc496a0194 authored almost 2 years ago
xrRender/dxEnvironmentRender.cpp: removed broken sun geoms workaround

This is an old code for the bug from Shadow of Chernobyl ages. The bug
itself was fixed in the C...

github.com/OpenXRay/xray-16 - ec9fe47ad7a1de688efc50ee26e6c8979cf866d1 authored almost 2 years ago
Weather editor: ability to reset all weather changes

github.com/OpenXRay/xray-16 - 688147a131ebb40bd9d699c20b62a6431c376e7f authored almost 2 years ago
GitHub Actions: add nightly build description [skip ci]

github.com/OpenXRay/xray-16 - 362714852e8c1ae33bbc441df3b72d5aca6f7bbb authored almost 2 years ago
GitHub Actions: fix nightly build publishing

Hopefully, this works.

github.com/OpenXRay/xray-16 - e1a16b0c31ba6c34b8067a62110a562d277ea5e4 authored almost 2 years ago
Provide a tag for latest nightly release

github.com/OpenXRay/xray-16 - 33ee399fe8d324669299f47a86b9ff86e6baf390 authored almost 2 years ago
GitHub Actions: upload Windows nightly builds on every commit

github.com/OpenXRay/xray-16 - 19e7c4cc5b5b485d5084ed8d289f4d95aadbb2f5 authored almost 2 years ago
C++17 composition optimization and const param (#1169)

github.com/OpenXRay/xray-16 - c02444e7c5ace92cf6529b5b9959d69be1d9273d authored almost 2 years ago
Use constexpr class id's instead of macros

github.com/OpenXRay/xray-16 - ec0d0f89f7a5d8b75a4323759bcb32ceb98440d1 authored almost 2 years ago
Almost removed NO_XRGAME macro

github.com/OpenXRay/xray-16 - 535e424e7fba1f84421df91ac9a5434c89b36be8 authored almost 2 years ago
xrEngine/device.cpp: fixed fall through in the switch

Plus added comments according to the code style

github.com/OpenXRay/xray-16 - bdbf31286aabf800dd90265d63520d22a14a3b77 authored almost 2 years ago