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

Removed excess fields that are shadowing parent class fields (#1171)

github.com/OpenXRay/xray-16 - 593dd648f391ee68fc243741928e7b0c56734df9 authored almost 2 years ago
Removed min_radius and max_radius requirement from weapon configs

They are just not used anyway
Thanks to @GermanAizek, #1171

github.com/OpenXRay/xray-16 - a8cfb8445aeee5ad5802ffcf7fa706c13037d502 authored almost 2 years ago
TaskManager: add API execute task immediately in this thread

github.com/OpenXRay/xray-16 - cc1421d515b8d6c0d11f8e3ab849a51683fca86e authored almost 2 years ago
Fixed possible bug with lights not being updated OpenGL renderer (thanks @GermanAizek, #1148)

github.com/OpenXRay/xray-16 - a94e2fea8532874143d2ba12afde61eb9c0cc8fb authored almost 2 years ago
xrRender: cleanup lights code (closes #1148)

github.com/OpenXRay/xray-16 - 0f5df9bd4f82be1882416d6b799121b5d425d76c authored almost 2 years ago
xrRenderPC_R1/FStaticRender_RenderTarget.cpp: removed old commented code

github.com/OpenXRay/xray-16 - 59c7264ed0f974d1a78cc24160003ec7e8aa311d authored almost 2 years ago
xrRenderPC_R1/FStaticRender_RenderTarget.h|cpp: cleanup

github.com/OpenXRay/xray-16 - 8a88589da69df4ea519c5cd9aee2af47bacfabe5 authored almost 2 years ago
utils/xrCompress/xrCompress.cpp: use emplace instead of insert and std::make_pair

github.com/OpenXRay/xray-16 - b41f9c2e4007aae953777cf5645961395e1ea818 authored almost 2 years ago
Merge pull request #1308 from OpenXRay/feature/dsgraph_refactoring

github.com/OpenXRay/xray-16 - db5e68fe3272b85c35016b70157506a8769ea1c3 authored almost 2 years ago
xrRender_R1: `render_R1_box` returned back

github.com/OpenXRay/xray-16 - 7f839368162bdc0780d6e7c6c51d0f0a32dee3d1 authored almost 2 years ago
xrRender: proper naming for scene traversal function

github.com/OpenXRay/xray-16 - 25661cf4eb353528523731d0073129b982dbc17a authored almost 2 years ago
xrRender: removed global HOM state switches

github.com/OpenXRay/xray-16 - c2b46367fe118137d77135c0c11bcf0030ae6cfe authored almost 2 years ago
xrRender: own XRC in dsgraph

github.com/OpenXRay/xray-16 - 2fb4224cc7a48e677d6572e54a442dbfbca3203c authored almost 2 years ago
xrRender: unused IRender methods removed; slight HOM refactoring

github.com/OpenXRay/xray-16 - dd53eb3ed94dd9f91d5a083073d026f4f894eaf5 authored almost 2 years ago
xrRender_R1: Ported LightShadows to FFP

github.com/OpenXRay/xray-16 - b16cd99d9dcdf621c12bafa73bc7c614a5060ff1 authored almost 2 years ago
xrRender_R1: fixed fog not being applied to some meshes when FFP is on

github.com/OpenXRay/xray-16 - 78a54e64837423f9b92930199812687969da8877 authored almost 2 years ago
xrRender_R1: fixed wrong texture stage was applied to sky and clouds

Fixes mistake from e831dc2df4eefe0eb3c8b5d0e3ffe41d84f9e6eb

github.com/OpenXRay/xray-16 - aa7a50cb6abb6c2803eed2dec4f393adc91f3836 authored almost 2 years ago
Enable FFP in blenders if FFP switch is on

github.com/OpenXRay/xray-16 - e4262153c7df950066753af9c8cbd0f8cd34f24a authored almost 2 years ago
xrRender_R1: ported blenders to FFP, returned old FFP code from builds

They are not working properly right now, though.

github.com/OpenXRay/xray-16 - 45bed2a9dabcae91e95f86ab3665f6302c0f9f1d authored almost 2 years ago
xrRender/SkeletonX.cpp: call RImplementation directly instead of calling through GEnv

github.com/OpenXRay/xray-16 - 1f3e593d13cc745039c0b16dec7871a8a152563e authored almost 2 years ago
Fixed incorrect shader was applied to some models

This fixes 03865ccea5175e60a9d80ef9a731f96d1db2a0ef

github.com/OpenXRay/xray-16 - 41843818ff6557a376f6b4f055aef0d22eb75a7a authored almost 2 years ago
xrRender: last sector changed to id

github.com/OpenXRay/xray-16 - 5ed840f7db15570d0805b73418721118ccbf36ef authored almost 2 years ago
xrRender: unused function removed

github.com/OpenXRay/xray-16 - 9c6f8deadee89e3304bbc46d04ec2f89720f5f8f authored almost 2 years ago
Fixed Linux build

github.com/OpenXRay/xray-16 - 2f8ac7a877b6b1ebf8049f75082e8f20f201c62e authored almost 2 years ago
Fixed Linux build

github.com/OpenXRay/xray-16 - 0fcd507de08a665ab1fe0c9027a9a50da32639ec authored almost 2 years ago
Fixed build

Whoopsie

github.com/OpenXRay/xray-16 - 21112c04d7779616823e887e1f885da836fb9e1c authored almost 2 years ago
xrRender_R1: use software skinning and details processing when FFP switch is on

github.com/OpenXRay/xray-16 - 03865ccea5175e60a9d80ef9a731f96d1db2a0ef authored almost 2 years ago
Revert "xrRender_RX: removed software processor from details manager"

This reverts commit 71b5db579bb6c7bb6e684cb5adf22d086c259532.

github.com/OpenXRay/xray-16 - 493e30ef9c4e8d5d84350264675643a1e157196a authored almost 2 years ago
xrRender_R1: added ability to enable or force fixed-function pipeline usage instead of shaders

github.com/OpenXRay/xray-16 - 1eb1afce14e2814c6a9f3acf121d42941c3d9d81 authored almost 2 years ago
Convert path separators when saving imgui config (#1305)

github.com/OpenXRay/xray-16 - 937f660297ec4d3831a3ed10dcbb7d02fc720e86 authored almost 2 years ago
Merge pull request #1306 from OpenXRay/feature/spatial_refactoring

github.com/OpenXRay/xray-16 - 0d890937d3bf8fe602f57f7006e69e9acc4cbbac authored almost 2 years ago
xrRender: Code review iteration for #1306

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

github.com/OpenXRay/xray-16 - f65cc3563ed95a2c5ea3644e68073c1265a578cd authored almost 2 years ago
Merge branch 'dev' into feature/spatial_refactoring

github.com/OpenXRay/xray-16 - c49306f16690ebacb3be8ac6eb7c0f85cf7ac4ff authored almost 2 years ago
Sector ID type introduced

github.com/OpenXRay/xray-16 - 68fbe6867d59913c7002802b73fe5243c1e207d6 authored almost 2 years ago
Sector getters moved into `dsgraph`

Minimized use of raw sector pointer in the game logic

github.com/OpenXRay/xray-16 - 642445eed9d3621126aa1fec021b763ca1f808de authored almost 2 years ago
Removed GSC precompiled shaders usage (those that are in r*/objects folders)

They are not relevant anyway

github.com/OpenXRay/xray-16 - 440a4a7e725a4bcf9fdd24a75fc1a7d755311a41 authored almost 2 years ago
Class definition clean-up

github.com/OpenXRay/xray-16 - 7726fcc1f482002cbde0fc710772a060dcced39e authored almost 2 years ago
Get rid of intermediate spatial data

github.com/OpenXRay/xray-16 - 785f1491b2bbf2247e5623f5873e3534ee92ae06 authored almost 2 years ago
xrRender: made variable name more readable in STextureList::create_texture() function

github.com/OpenXRay/xray-16 - c3d7cc7d266bc473c72ec4cc7028972b092fe898 authored almost 2 years ago
Made environment tonemap available on R1 again (#1304)

But don't warn if it's missing.

github.com/OpenXRay/xray-16 - e831dc2df4eefe0eb3c8b5d0e3ffe41d84f9e6eb authored almost 2 years ago
MSBuild: copy utils dependencies to utils output folder

github.com/OpenXRay/xray-16 - feb024ad955d1ae07e18dd1431b58a2cb76c265c authored almost 2 years ago
Placed archived file headers read and write into one place

Better code organisation

github.com/OpenXRay/xray-16 - 6f2afde1397e1be7acd434be62b921577817d2c0 authored almost 2 years ago
Cleanup xrCompress

github.com/OpenXRay/xray-16 - 099589cbf5f090586a58af434f6c6d13e84fdd26 authored almost 2 years ago
xrRender_R1: fix for crash on initialization (#1304)

github.com/OpenXRay/xray-16 - 87d6c36904471fcdc5a1b81efda83457be80c070 authored almost 2 years ago
Skip visible portal update if camera doesn't move

github.com/OpenXRay/xray-16 - d6a537ddeb4f394b1e4ad77c8d7f8c954ec6202d authored almost 2 years ago
`PortalTraversal` removed from global namespace

github.com/OpenXRay/xray-16 - 1214d6008d51fc273595253141edef41d7f797a2 authored almost 2 years ago
`Sectors` and `Portals` moved into `R_dsgraph_structure`

github.com/OpenXRay/xray-16 - caec4358cbb522409d30463dbbc360fa0a6f5196 authored almost 2 years ago
volatile data decoupled from sectors and portals

github.com/OpenXRay/xray-16 - 2a8c177280bb2ae004c4fad260d6365c5a5659ea authored almost 2 years ago
xrRender: decoupled DSGraph (#1301)

github.com/OpenXRay/xray-16 - 07d7f69826075cce6750279db732100a3b0d738f authored almost 2 years ago
Removed inappropriate effects for EFX on default sounds. (#1297)

github.com/OpenXRay/xray-16 - 73af11fbf0ca1024509c71bbdea06826e57310b2 authored almost 2 years ago
Fixed artefact hud animations don't have blending

github.com/OpenXRay/xray-16 - a24a35a68cafd24252ff528c3f9428c30a014248 authored almost 2 years ago
Fixed dedicated server crash on start

github.com/OpenXRay/xray-16 - 2784bd8bbdcfa5738367997271239d2813363234 authored almost 2 years ago
xrRender_R4: RenderDoc integration (#1300)

github.com/OpenXRay/xray-16 - 4e0e486093f696bfe184df57928dfeda4bea306e authored almost 2 years ago
xrGame/script_game_object_inventory_owner.cpp: support for SOC-style run_talk_dialog Lua function

github.com/OpenXRay/xray-16 - 2b71746f987e8661ffea25681f8e8a589b460ddc authored almost 2 years ago
xrGame/script_game_object_inventory_owner.cpp: support for SOC-style give_game_news Lua function (#392)

github.com/OpenXRay/xray-16 - a9d0a11a6b3273054bb6b64d9c8f11f197b04be3 authored almost 2 years ago
xrGame/script_game_object_inventory_owner.cpp: pass GAME_NEWS_DATA::eNews explicitly

github.com/OpenXRay/xray-16 - 9425069cc386de1e6286cae15ffd1f5592f7a896 authored almost 2 years ago
CScriptGameObject::AddIconedTalkMessage: use pcstr, cpcstr not needed here

This commit revises 1ea203d0d53909e85a2648143ca1b0371a5b0b79 a bit

github.com/OpenXRay/xray-16 - 93fbaef01a782d93f108153e22c1582ce9f91436 authored almost 2 years ago
xrGame/ui/UIPdaMsgListItem.h|cpp: SOC compatibility (#392)

github.com/OpenXRay/xray-16 - 5d91d0b98b12784bd5b4d1f76de7bc659414620d authored almost 2 years ago
xrGame/ui/UINewsItemWnd.cpp: compatibility with SOC (#392)

In SOC, there was m_UIDate->AdjustHeightToText() call instead if
m_UIDate->AdjustWidthToText();
...

github.com/OpenXRay/xray-16 - d8e034270d4d5f4ca8f92c1caac31d6b3b07992d authored almost 2 years ago
Merge pull request #1299 from OpenXRay/dependabot/submodules/Externals/sse2neon-32ad00d

github.com/OpenXRay/xray-16 - 415e1c5ecb02cd75f53514599836fcc5439d96cb authored almost 2 years ago
build(deps): bump Externals/sse2neon from `44d1d68` to `32ad00d`

Bumps [Externals/sse2neon](https://github.com/DLTcollab/sse2neon) from `44d1d68` to `32ad00d`.
-...

github.com/OpenXRay/xray-16 - 0757041d184010740710626f780ac8337d01a9a6 authored almost 2 years ago
xrGame/Actor.cpp: optimize sounds loading code

github.com/OpenXRay/xray-16 - 83c0397f2b51e12f1507697c1f2a8e1095a62f5a authored almost 2 years ago
xrGame/Actor.cpp: tabs -> spaces

github.com/OpenXRay/xray-16 - 0ca2e066b67c341afbb9216024cbc9dc83c8ccf9 authored almost 2 years ago
Moved nag about missing Actor hit sounds to the log file

github.com/OpenXRay/xray-16 - 5eeea040def16f0fa81870302406948cc353e466 authored almost 2 years ago
Moved nag about inconsistent inventory slots count is system.ltx to the log file

github.com/OpenXRay/xray-16 - f734cd4ea352e1318026d829b7f1f131fc4a9c87 authored almost 2 years ago
Fix crash on multiplayer menu open in SOC (#392)

github.com/OpenXRay/xray-16 - eb7d824c3bbd189e2f9924bb7a1f646cf46de1ce authored almost 2 years ago
Moved nag about duplicated string table ids to the log file

github.com/OpenXRay/xray-16 - 173325b48c2e0da60fd943c58e3512a786fe24da authored almost 2 years ago
Fixed idle animation doesn't play when crouching on rifle with grenade launcher

github.com/OpenXRay/xray-16 - 0862b5d6fe07361fe7b3be39167c9b147ac4659d authored almost 2 years ago
Fix sprint animation on rifles with grenade launcher

github.com/OpenXRay/xray-16 - 12874e6f806d05d60cda798b4515c74d3d84791e authored almost 2 years ago
Fix crash on missing hit animations in SOC (#392)

github.com/OpenXRay/xray-16 - 3243bda813ba851ce87715a2a931b2ae2ffec04f authored almost 2 years ago
Initial support for SOC weapon HUD (#392)

Co-Authored-By: SkyLoaderr <[email protected]>

github.com/OpenXRay/xray-16 - fa0769dadb1d176f21135d8dc9208ff679fe2fd6 authored almost 2 years ago
xrRender/animation_motion: modernize MotionID with C++11

github.com/OpenXRay/xray-16 - dd2f60ac036124e94d980d8b85d12e1b27eab897 authored almost 2 years ago
Fix environment configs loading in SOC mode

Was broken in 80e0af8211f09ff497fec6ca736c71ca398ec3d5

github.com/OpenXRay/xray-16 - 262588a96af871767b910370d57f6731b9776a7f authored almost 2 years ago
xrGame: optimize script actions with default constructors

github.com/OpenXRay/xray-16 - 79427a35ea1b81b28655763e078e746558a7eb71 authored almost 2 years ago
Fix build warnings in src/xrGame (#1275)

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

github.com/OpenXRay/xray-16 - 2c708a7b97b53fbfd762f302de000220b03a09e0 authored almost 2 years ago
Clear Sky support is in RC state now! (thanks to @Decane)

github.com/OpenXRay/xray-16 - 375eb168febf28c951183b42522bfc2e0c278e85 authored almost 2 years ago
Fix crash in Clear Sky related to buggy xr_kamp.script (closes #828, related to #382)

github.com/OpenXRay/xray-16 - 3eaa106b7284fd265eef94244a8305df0abde4e5 authored almost 2 years ago
xrAICore/Navigation/level_graph_inline.h: micro-optimize CLevelGraph::inside()

github.com/OpenXRay/xray-16 - 8843248787e77726e18f60e71c3958cd0be39045 authored almost 2 years ago
xrAICore/Navigation/level_graph_inline.h:

Made function a bit more readable, and, probably, more optimized.

github.com/OpenXRay/xray-16 - cd20266f48dd402261f7f00e4b78e655638fbcfa authored almost 2 years ago
Fix crashes in Clear Sky after e3868c21302b1c38806f26767b2a9cb7cb997fbd (#382, #392)

github.com/OpenXRay/xray-16 - 7bf5514e90de0673c0750101c36c358100ba6095 authored almost 2 years ago
Merge pull request #1295 from OpenXRay/dependabot/submodules/Externals/sse2neon-44d1d68

github.com/OpenXRay/xray-16 - 331de9376c885c42db1efe6a5a89d768694e008e authored almost 2 years ago
build(deps): bump Externals/sse2neon from `7b92098` to `44d1d68`

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

github.com/OpenXRay/xray-16 - dfdc0dc3bc37adabf7392f9e8be5c119ccf44539 authored almost 2 years ago
README.md: spelling and accents upgrade ⭐

Thanks to @acidicMercury8 in #1259 for highlighting few issues in the previous readme file.

github.com/OpenXRay/xray-16 - bd758daef5bb445e7824771793f6d078feb8ff47 authored almost 2 years ago
lower the tension

github.com/OpenXRay/xray-16 - f60409a815df6550577dc0b900a249071269d51b authored almost 2 years ago
declaration of intent

github.com/OpenXRay/xray-16 - f915cdeed8cf205ae02daeab424a54c0123d0187 authored almost 2 years ago
Update detail height when using vid_restart (#1291)

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

github.com/OpenXRay/xray-16 - ae566c2c8fe07f2f0ff3ec32c13f2b2c22ba91c2 authored almost 2 years ago
Merge pull request #1292 from yohjimane/feat/normalize_mouse_sens

github.com/OpenXRay/xray-16 - 216017a9ffdf6acad9970885c1a382d086506dbc authored almost 2 years ago
Update code quality

github.com/OpenXRay/xray-16 - 6d0587e3a89a549ba871597a9f286469e116037b authored almost 2 years ago
Never allow m_fControllerInertionFactor to be below 0.1 in case of different configs

github.com/OpenXRay/xray-16 - e78d99dbb147eef5a580e32fc1e179258b71fc69 authored almost 2 years ago
Need to fix upgrade sens if we are normalizing mouse movement, to avoid negative values (sawed off toz)

github.com/OpenXRay/xray-16 - 3909825d7bbe90fd73184d63941b6ccc81fb064a authored almost 2 years ago
Add console option to normalize mouse sens (requires reload)

github.com/OpenXRay/xray-16 - 6c24c205bf0a43015a3fffaeecd1edb37baacce4 authored almost 2 years ago
Update CppDepend project settings

github.com/OpenXRay/xray-16 - 59c95e52cfdcb14710002eb7594c99c0d32e468c authored almost 2 years ago
README.md: Added PVS-Studio to thanks section

github.com/OpenXRay/xray-16 - 410a31d3c7d7abad3dd5a2cdfc704b6ef866518b authored almost 2 years ago
xrScriptEngine/script_process.cpp: microoptimize CScriptProcess::run_scripts() function

github.com/OpenXRay/xray-16 - 0c60cd750971c4d80627dafd4e840fb0ec726eb2 authored almost 2 years ago
xrScriptEngine/script_process.cpp: don't crash on wrong syntax when running Lua string

github.com/OpenXRay/xray-16 - d877421ef4a0e08e21d726b0dbe5012f87a9f021 authored almost 2 years ago
Rewrite old functor predicate to lambda expressions (#1287)

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

github.com/OpenXRay/xray-16 - 23c50ebb815a1be666e612171832939e48d0d917 authored almost 2 years ago
macOS: Added default sdk and deployment version environmental variables. (closes #1135) (#1286)

github.com/OpenXRay/xray-16 - ac7e0b9251c557bc812704be5ebcd1170c362e26 authored almost 2 years ago
Revised xrLuaFix originally authored by RVP (#1288)

github.com/OpenXRay/xray-16 - a1d88fc68d0a7f4043913b7ab15d44988d14d3d2 authored almost 2 years ago
constexprify variables in the code (#1282)

github.com/OpenXRay/xray-16 - d7e2f4a1e9466a8f43f642b6cbc9e293524e8184 authored almost 2 years ago
Returned SOC artefact spawning code (#392)

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