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

xrRenderPC_GL: Fix blender implementation.

github.com/OpenXRay/xray-16 - 009378b6ecd4edcdb210fe7a306b862be430b63f authored about 9 years ago
xrRenderDX10: Move dx10MinMaxSMBlender to xrRenderDX10.

github.com/OpenXRay/xray-16 - bdfdf1ab3a18623a1b076222a857f450effd4186 authored about 9 years ago
QueryHelper: Implement missing ReleaseQuery().

github.com/OpenXRay/xray-16 - 31375c9cf858aa4fa1fb28095b90914d0344d39e authored about 9 years ago
ColorMapManager: Fix OpenGL implementation.

github.com/OpenXRay/xray-16 - d0b9aff2f024080527c8b7b154ed47fe8bc39908 authored about 9 years ago
xrCore: g_pauseMngr variable refactored to function.

g_pauseMngr constructor calls reserve() on m_timers member, which requires
dynamic memory alloca...

github.com/OpenXRay/xray-16 - cb308c1a83aacac49cd3586b6005627353a0c549 authored about 9 years ago
xrCore/Animation/Envelope: Fixed "Behaviors" read.

github.com/OpenXRay/xray-16 - 1f9c0fface39b12e9de899a60299a5cf49335d97 authored about 9 years ago
xrCore: Removed unused lzo sources.

github.com/OpenXRay/xray-16 - a6f34dac5d6028e2af3fcb39dc5d2f49454fab18 authored about 9 years ago
xrCore/xrstring.cpp: Fixed g_pStringContainer definition.

The var is not extern here.

github.com/OpenXRay/xray-16 - 94d6ba28178398b41a07eac8d61a6e0c158d2ad2 authored about 9 years ago
xrCore/ModuleLookup.cpp: Fixed LoadLibrary call.

Use LoadLibraryA instead of LoadLibrary so we
1) Call an out-of-namespace function instead of ca...

github.com/OpenXRay/xray-16 - c89dadce77be1ba05bb68e7bed99bdb394b93c99 authored about 9 years ago
Fix missing return in CScriptCallbackEx<void>::operator().

github.com/OpenXRay/xray-16 - 56f85cc0154856fc27d6d14a75f844143106eea5 authored about 9 years ago
Add script-specific CUIDialogWndEx::AddCallback overload.

github.com/OpenXRay/xray-16 - 596e2b98c4502c74f612dd71cca8ea420c11559e authored about 9 years ago
dxPixEventWrapper: Provide dummy PIX_EVENT macro for OpenGL.

github.com/OpenXRay/xray-16 - 55f10b52aa05459e8bd60e0ef303115d158d435d authored about 9 years ago
gl_R_render: Update implementation.

github.com/OpenXRay/xray-16 - 68d49ab4521653ba963cfb8778dbb93b693115b8 authored about 9 years ago
xrRenderPC_GL: Update render targets to R3 generation.

github.com/OpenXRay/xray-16 - cb58db386bde040489ab1383e6656c016c200ca4 authored about 9 years ago
xrRenderPC_GL: Update blenders to R3 generation.

github.com/OpenXRay/xray-16 - 8cbae009a5c1510181bb311580979212d11282fa authored about 9 years ago
gl_loader: Update implementation.

github.com/OpenXRay/xray-16 - 37182d8e1ea6d5607c0a506389c7b3cba0b282d6 authored about 9 years ago
r2_types: Update implementation.

github.com/OpenXRay/xray-16 - 6418f7ed8b454a58e38335f83b9256f315aa5cc2 authored about 9 years ago
rgl: Uncomment sync point members.

github.com/OpenXRay/xray-16 - 1c9b7d954c316b7c04b2ae505af245f8e982a976 authored about 9 years ago
Interfaces: Fix implementations.

github.com/OpenXRay/xray-16 - e3be056aded60b33feaa13864cb008f4fa4e53a3 authored about 9 years ago
Visuals: Add OpenGL implementations.

github.com/OpenXRay/xray-16 - 0ef0e089ec6afd74e36c8983f6f8ede461110b87 authored about 9 years ago
R_DStreams: Fix type casts.

github.com/OpenXRay/xray-16 - d62c8e80e8084085d2e5d78c4e147fed4199ecfd authored about 9 years ago
Update luabind.

github.com/OpenXRay/xray-16 - 2f5ae7c1ad65501f2c24771b6102d855b6080a9d authored about 9 years ago
xrRenderPC_GL: Remove missing files.

github.com/OpenXRay/xray-16 - 16a2e39e598c7dbff50550cc71f8ff29cc76e36f authored about 9 years ago
Blender_Recorder: Implement R3 recorder for OpenGL.

github.com/OpenXRay/xray-16 - 2641b74443c1cf64a4fe8d343c7278b453bd0469 authored about 9 years ago
Shader: Implement geometry shader support.

github.com/OpenXRay/xray-16 - 6392d3063410e32b4855c14c4c1c20bc86f54961 authored about 9 years ago
R_constant_table: Fix parse() implementation signature.

github.com/OpenXRay/xray-16 - 97d304dbf495511d15decc30a04a4d99b8c78493 authored about 9 years ago
CRender: Update r2_R_lights implementation.

github.com/OpenXRay/xray-16 - 2b1217679e8e505f5c3d93e6376e2834459efd42 authored about 9 years ago
D3DXRenderBase: Use modern clear functions.

github.com/OpenXRay/xray-16 - 3f72d7fba7a5b315b59630b8536e9df0f569518b authored about 9 years ago
rgl: Fix texture_load prototype.

github.com/OpenXRay/xray-16 - 62600b4b79ce35460597d7fd9a2aaab494e76281 authored about 9 years ago
R_DStreams: Merge OpenGL implementation.

github.com/OpenXRay/xray-16 - d7a503438855f2e5a146e0fd26ac01df5383e0bd authored about 9 years ago
DrawUtils: Replace GLUtils by D3DUtils.

github.com/OpenXRay/xray-16 - d1678e98d3e939680733d0e6a77723ffb22f215b authored about 9 years ago
HW: Add context pointer to instance.

github.com/OpenXRay/xray-16 - ada231af6c2a20d711e527a5a0dbc18bc9e12a28 authored about 9 years ago
Merge pull request #91 from Xottab-DUTY/configuration_fixes

Configuration fixes

github.com/OpenXRay/xray-16 - afda831f2a1a78a91f1ebe1012387d8f56f65ee5 authored about 9 years ago
g_appLoaded removed in favor of pApp->IsLoaded().

github.com/OpenXRay/xray-16 - b6e34b11efed0649efa6dffa9160767d8f40a53a authored about 9 years ago
xrEngine: CApplication extracted from x_ray.

github.com/OpenXRay/xray-16 - 66c7d5a7859e81ef2de45980cca651817747d670 authored about 9 years ago
xrCore/ModuleLookup: Added missing stdafx include.

github.com/OpenXRay/xray-16 - 4f5c59511e9e2e1b2345a91fd2c713d61eabfc1d authored about 9 years ago
Disable luabind super deprecation.

github.com/OpenXRay/xray-16 - 9b16c891087aec0142b7b0b0751b30ba54b025ff authored about 9 years ago
Merge pull request #92 from Kaffeine/loading_and_lookup

Wrap dynamic library loading and function lookup.

github.com/OpenXRay/xray-16 - 60dc401b07268383964a6d0569bc10a63e4fb7f9 authored about 9 years ago
xrEngine: Ported to xr functions for library loading and function lookup.

github.com/OpenXRay/xray-16 - 28acac809ea6df936dd7c240fe61342d5bb1d477 authored about 9 years ago
xrCore: Added functions for dynamic library loading and function lookup.

github.com/OpenXRay/xray-16 - eca97a3a7323db68234059248311ccf9db9b1c95 authored about 9 years ago
Added dependencies

github.com/OpenXRay/xray-16 - 7679874ddd58c2d745495fdd995e411580c0edf7 authored about 9 years ago
Added Mixed configuration for some projects without it

Required for successful building

github.com/OpenXRay/xray-16 - 4cf45430efd589daedaf8d7b2065f387a42ef61a authored about 9 years ago
Missing precompiled header in Mixed configuration

github.com/OpenXRay/xray-16 - eb6e32c1a9218a6bb49eb9338ccbb1ff3696f466 authored about 9 years ago
Fix xrbinup script, adjust directory structure for game binaries.

github.com/OpenXRay/xray-16 - 380336fd09a3a11393057a77e5c39cc7c438e9a7 authored about 9 years ago
Fix plugin compilation.

github.com/OpenXRay/xray-16 - 319cd867e5a557358859525d755b466df53494a2 authored about 9 years ago
glR_Backend_Runtime: Move framebuffer and program pipeline to HW.

Also provide more modern clear functions.

github.com/OpenXRay/xray-16 - 13d875cad8af44f563afd4cb62e0e5459244dfe9 authored about 9 years ago
Move luajit and luabind include paths to Common.props.

github.com/OpenXRay/xray-16 - e1013f466e7efba466726fad48dfdf1fcc3e3f90 authored about 9 years ago
xrGame: temporarily turn off compiler warnings to avoid MSVS crashes.

github.com/OpenXRay/xray-16 - 12a53bddfb9d46eb9dd49718e1516237628e73c7 authored about 9 years ago
xrPhysics: fix last '3rd party' occurance.

github.com/OpenXRay/xray-16 - fcbf4376c4a313986fd8e45174232db63f9b5266 authored about 9 years ago
xrPhysics: fix ODE include paths.

github.com/OpenXRay/xray-16 - 15da50ac84bf3ec347e2eb8bcfe7d83bd2d08ec2 authored about 9 years ago
xrPhysics: remove redundant linker dependencies.

github.com/OpenXRay/xray-16 - 6927faaca31d8c9128cca928090660e652519ca8 authored about 9 years ago
Update LuaJIT library path.

github.com/OpenXRay/xray-16 - a52f6c1f5c623b3d029881f12044eb4bfd42e82a authored about 9 years ago
Add luajit as submodule.

github.com/OpenXRay/xray-16 - c216ba27aa32835996fedf00891fdd8fe5f364ce authored about 9 years ago
Common.props: set OutDir=xrLibDir for static library configuration types.

github.com/OpenXRay/xray-16 - 66b732d7773c1e946c74ab83aac6da0838b7ca1a authored about 9 years ago
Update luabind.

github.com/OpenXRay/xray-16 - 78a34146835bda28dd07bced008f0940c64432a6 authored about 9 years ago
Common.props: set default debug info format = /Zi.

github.com/OpenXRay/xray-16 - 865dd70299499c7b6e5edc5e306ab929edd65cb1 authored about 9 years ago
xrXMLParser: remove redundant references.

github.com/OpenXRay/xray-16 - 60c4c191b40dad8d5e893433a495ed8813019e4a authored about 9 years ago
CRender: Fix shader_compile() error handling.

github.com/OpenXRay/xray-16 - b1c35afcde722f1486c2e584bc311497b2ae32b0 authored about 9 years ago
xrRenderGL: Update various OpenGL implementations.

github.com/OpenXRay/xray-16 - 6fc370db8d6a9e168dccd7fa8bf32a6ef461d534 authored about 9 years ago
Add trailing slash to intermediate path.

github.com/OpenXRay/xray-16 - f878b6a740987c56cad4c95712ec11591a9021b8 authored about 9 years ago
xrCDB: fix inconsistent /GM.

github.com/OpenXRay/xray-16 - e7baf08c24795ca4e54a260ad69f1cfb4703a0a7 authored about 9 years ago
xrRender: Add various OpenGL implementations.

github.com/OpenXRay/xray-16 - eca94e62ba5b3ae1fc74ce11906bc2101378c649 authored about 9 years ago
xrCore: remove redundant xrAPI dependency.

github.com/OpenXRay/xray-16 - 188dc25974a05fa9dbc6c91521754d049978a7d8 authored about 9 years ago
Add $(ProjectDir) to default include directories.

github.com/OpenXRay/xray-16 - dc0cf699ad7606d4535a3ea77e989773d5e3997b authored about 9 years ago
Fix luabind dll file name casing.

github.com/OpenXRay/xray-16 - 7d8d1eebd9dd7de483b705bf536aa78a196dd6d8 authored about 9 years ago
Update build instructions.

github.com/OpenXRay/xray-16 - 2cc69fc580d37264c22e4edffeafad510c68d4a1 authored about 9 years ago
Define xrPlatform msbuild macro, update build script.

github.com/OpenXRay/xray-16 - 52d50f31698b35e6c690ef4fac7fad3c27cfcd61 authored about 9 years ago
rgl: Reimplement CRender based on R3 renderer.

github.com/OpenXRay/xray-16 - e809f750153f5403192039f5ea6c4ea7ed926a00 authored about 9 years ago
Unify project settings.

github.com/OpenXRay/xray-16 - 67d7044b4e81bbce1dc61143e1218e1d36877892 authored about 9 years ago
Add missing .vcxproj.filters.

github.com/OpenXRay/xray-16 - 3fe7ebfba56f0bfc77000eedae2064d1d54d082a authored about 9 years ago
Delete redundant 'Mixed platforms' solution configuration.

github.com/OpenXRay/xray-16 - cde0c50b29aa4aec9ea9eb2c320b3197bca9640e authored about 9 years ago
Add luabind project to solution, update paths.

github.com/OpenXRay/xray-16 - 7f8b68df8328a495f186de32e844e5ed10aaaeb0 authored about 9 years ago
Add luabind submodule.

github.com/OpenXRay/xray-16 - 8dc6dcd2ff3a7279a046217d7db36d2233c057ae authored about 9 years ago
Update BugTrap header path.

github.com/OpenXRay/xray-16 - 7de36a355e4cd9ea5c00d0ebd4840ead8c03b97f authored about 9 years ago
Remove luabind and luajit projects from solution.

github.com/OpenXRay/xray-16 - bc75e4d9b0ab7ba67fd958324572b1033a69275b authored about 9 years ago
xrRender: Implement OpenGL support in various headers.

github.com/OpenXRay/xray-16 - 769a401ef15c557aafbc21460be07b4bfd16bb24 authored about 9 years ago
Merge branch 'dev' into ai_cleanup

Conflicts:
src/Externals/luabind/library_linkage.cpp
src/Externals/luabind/luabind.beta7-devel...

github.com/OpenXRay/xray-16 - 6ae51b1c2d8ffd74d3c8db207f488b48e1d8a625 authored about 9 years ago
Delete outdated headers.

github.com/OpenXRay/xray-16 - e281e8507d8b9a5450f11e0677f8190431c327ce authored about 9 years ago
Luabind 0.9 adaptation.

github.com/OpenXRay/xray-16 - 7fa0353cb1d5218d050853f849990af6b41fb32d authored about 9 years ago
Replace min/max -> std::min/max.

github.com/OpenXRay/xray-16 - 64b4fefcb5e8147567890509d3e4cbc54e238681 authored about 9 years ago
(WIP) Delete old luajit+luabind.

github.com/OpenXRay/xray-16 - b1b561176f3536e548105929607ee9259c4b3693 authored about 9 years ago
Externals: Downgrade glBinding to stable v1.1.0.

github.com/OpenXRay/xray-16 - bf18a311d4f8c54bdd0a1dba0dc51dd84da33006 authored about 9 years ago
xrRenderPC_GL: Update project file.

github.com/OpenXRay/xray-16 - 3988037ec66d57626566f8cf50ace2c5024f2c3b authored about 9 years ago
xrEngine: Add OpenGL support.

github.com/OpenXRay/xray-16 - 18be63b52c2080e6030471b7a988a14997f1f780 authored about 9 years ago
rgl: Fixup header.

github.com/OpenXRay/xray-16 - 29e38f530f0105e8b1efa37df58fe205309674bd authored about 9 years ago
glHW: Add glClipControl.

github.com/OpenXRay/xray-16 - 4b684008c22fbb86f5ef53dadc2aacbf9b18e65e authored about 9 years ago
rgl: Update header includes.

github.com/OpenXRay/xray-16 - e4e7c132162e513c2ad31a9f82874a64819ce506 authored about 9 years ago
xrRender: Move Light_Render_Direct to a common folder.

Implementations are identical between generations.

github.com/OpenXRay/xray-16 - 9c0fb6d06570dba16411a79c061f2e4cdf8d5f21 authored about 9 years ago
xrRenderPC_GL: Use DX interface implementations.

Reduces code duplication.

github.com/OpenXRay/xray-16 - 681f4ebe1af32ff197e5cb8c2a26c050f3a04dfa authored about 9 years ago
xrRenderGL: Implement glHW to replace glRenderDeviceRender.

github.com/OpenXRay/xray-16 - 161f67aaeb24d8770350d61532142cc5d79fa8f7 authored about 9 years ago
Merge branch 'ai_cleanup' of github.com:OpenXRay/xray-16 into ai_cleanup

github.com/OpenXRay/xray-16 - 685cb66041237bdd464283283c3d9d45da5d2bd8 authored about 9 years ago
Delete old boost headers.

github.com/OpenXRay/xray-16 - dd659f960cb164aceb6bef4ea3a2eb464f258bea authored about 9 years ago
xrRenderPC_GL: Update project file.

github.com/OpenXRay/xray-16 - 2ea745cadc67fca49cb0728df1d323d860c1dee0 authored about 9 years ago
Externals: Add project file and dependency for glbinding.

github.com/OpenXRay/xray-16 - 456c7024064393f61e7ef96645bccf224918f326 authored about 9 years ago
Externals: Add OpenGL renderer submodules.

github.com/OpenXRay/xray-16 - 55d70bd746e74949cf46d7251aabcc8f3744a85c authored about 9 years ago
xrRenderGL: Add OpenGL renderer from X-Ray 1.5.

github.com/OpenXRay/xray-16 - 7b18fa2035b1bd76bce52309b8b1c0de151fa52d authored about 9 years ago
Merge pull request #87 from Xottab-DUTY/small_fixes

Small fixes

github.com/OpenXRay/xray-16 - 7048f0ab769fa156ac20c80882736cee605c262c authored about 9 years ago
xrCore/Crypto/xr_dsa_signer: add missing include.

github.com/OpenXRay/xray-16 - e65e27b5d782aa5980ff64d063bfbd5c07e4fcb6 authored about 9 years ago
Fixed invalid name of exported script function (thanks to AVO)

From commit:
avoitishin@00e48d5

github.com/OpenXRay/xray-16 - 4dc757295a26b7b3f373b616aa55f8655515d6aa authored about 9 years ago
xrServerEntities/smart_cast_impl0: Fixed include

github.com/OpenXRay/xray-16 - c1e71715d355a512be31aee7547cde7328ab4eb7 authored about 9 years ago