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

Add *.VC.opendb to gitignore.

github.com/OpenXRay/xray-16 - 2b4292e14d82934532cd23f689ea451834186878 authored about 9 years ago
xrServerEntities/xrServer_Objects_Abstract: Fixed include.

github.com/OpenXRay/xray-16 - 6c88838acf5532bda435a32ab999aeba5b3e693e authored about 9 years ago
Merge branch 'xobah-master'

github.com/OpenXRay/xray-16 - 3631b4b4c2bbdb392de6643d7a07ec87b591d866 authored about 9 years ago
Rename ISE_AbstractLEOwner -> IServerEntityLEOwner.

github.com/OpenXRay/xray-16 - 2759d26afc0d2d41035efa364ca1a476ac7a4351 authored about 9 years ago
Rename ISE_Shape -> IServerEntityShape.

github.com/OpenXRay/xray-16 - c34b27f434fbb1ed2c6240f22f1214dc900c51a5 authored about 9 years ago
Rename ISE_Abstract -> IServerEntity.

github.com/OpenXRay/xray-16 - eb9ac7ac3d95bf67eb79c6ce7ef472b0047dd4ab authored about 9 years ago
xrCore/crypto: CRYPTO_API -> XRCORE_API.

github.com/OpenXRay/xray-16 - 7a5a194c086477b1a4499adb0299efdaa905a794 authored about 9 years ago
src/xrCore: Merged crypto and Crypto directories.

github.com/OpenXRay/xray-16 - c747a723940e2b9ebb33f17c95098f2dca3a2611 authored about 9 years ago
src/xrCore: stream_reader.h -> Stream_Reader.h

github.com/OpenXRay/xray-16 - f0f58d16367b27b520acd641546bfb79a587807c authored about 9 years ago
xrEngine/xrSheduler: 1000i64 -> 1000ul (fixed compilation with gcc).

github.com/OpenXRay/xray-16 - 23bd8e8d4eea96274b39945750ff0cd5a20ac654 authored about 9 years ago
rename xrCore/crypto -> xrCore/Crypto

github.com/OpenXRay/xray-16 - 60d256e4d562292d267a386296514cfe468cef42 authored about 9 years ago
additional crypto files added to xrCore/crypto

github.com/OpenXRay/xray-16 - cb4b4965dc1e492433925ffed1f9c57a1c9a052f authored about 9 years ago
Close sleep dialog with ESC key

github.com/OpenXRay/xray-16 - 7dce40d25a2cfb55ce7a4ac01d0675e7d111fe93 authored about 9 years ago
Convert ISE_Abstract to interface class.

github.com/OpenXRay/xray-16 - 94002ef87c5d4168c79017c616cac00b84e8524e authored about 9 years ago
Turn structs into classes.

github.com/OpenXRay/xray-16 - 33bfd2510439afeb72d10bb001067c02098982f9 authored about 9 years ago
Rename xrCore/crypto -> xrCore/Crypto.

github.com/OpenXRay/xray-16 - 29889aab5a8ef952b0678f3ed6490ed69e5cdd3e authored about 9 years ago
Add virtual destructors to server object interfaces.

github.com/OpenXRay/xray-16 - 85e68bd208dc402a7d36e14ace97b142cd8c37d3 authored about 9 years ago
Delete '3rd party/crypto'.

github.com/OpenXRay/xray-16 - 36b31073ae06bc37a70fb6f5bc4c7068c857b8b7 authored about 9 years ago
Fix xrCore/Crypto include paths case.

github.com/OpenXRay/xray-16 - bf9f3d116a81604ba834ce041ba4e0bd296fe731 authored about 9 years ago
Merge serializable interfaces.

github.com/OpenXRay/xray-16 - 5746d41742b4a56b59fee9d2da3bbe964fc88921 authored about 9 years ago
Add virtual destructors to object interfaces.

github.com/OpenXRay/xray-16 - 20c9616291d52ac6ccb854ba2628292454ddcbba authored about 9 years ago
Delete unreferenced code.

github.com/OpenXRay/xray-16 - 5a9cf98d6083273b875fb2d26053ca6646226fbd authored about 9 years ago
Substitute SERVER_ENTITY_DECLARE_XXX macros.

github.com/OpenXRay/xray-16 - 293de86ea421750cddf525a3fa40cf6eda71620e authored about 9 years ago
Fix typo in CLevelGraph debug draw.

github.com/OpenXRay/xray-16 - 41cc06088272675550eeac0a4651c003882c5f8c authored about 9 years ago
Delete duplicated code.

github.com/OpenXRay/xray-16 - 738eb50a8fc98e8533efe8c6ea69562caeed85b0 authored about 9 years ago
Merge branch 'Kaffeine-ai_cleanup' into ai_cleanup

github.com/OpenXRay/xray-16 - 6bc175fd55ed40a695cd989e9f1fc6ec1f50bffc authored about 9 years ago
Merge branch 'ai_cleanup' of git://github.com/Kaffeine/xray-16 into Kaffeine-ai_cleanup

github.com/OpenXRay/xray-16 - ed6028fcac35a0a4c02a69f8a93035c7e49235a0 authored about 9 years ago
Update dependency package download link.

github.com/OpenXRay/xray-16 - 4f5f564c3384cb00cf28970e5c4c34cdeb178720 authored about 9 years ago
xrCore/Xr_ini: Now uses EFS_Utils abstraction.

github.com/OpenXRay/xray-16 - ac02cd181b616dd2608c1474952eb8446387ab1c authored about 9 years ago
xrCore/_std_extensions: Introduced xr_strupr().

github.com/OpenXRay/xray-16 - f8d73f86dc061021635ab1c61831c36a998031c5 authored about 9 years ago
xrCore/Xr_ini: Removed an outdated comment in Russian.

github.com/OpenXRay/xray-16 - d3dc4527f74acab67ea6d09a12eb5179a6870790 authored about 9 years ago
xrCore/vector4: platform header used to abstract from compiler.

github.com/OpenXRay/xray-16 - f4ae18ec82c0e31fc956df9cebb1006d07f7b1e3 authored about 9 years ago
xrCore/Xr_ini: strncpy_s() -> xr_strcpy().

github.com/OpenXRay/xray-16 - c46883f7d15f1dbd269ddabf605abebba9db337b authored about 9 years ago
xrCore/FileSystem: Mark static methods as static.

github.com/OpenXRay/xray-16 - 8880327b0bf09408cf1dd6427aa99e2b11454c5a authored about 9 years ago
xrCore/FileSystem: strlwr() -> xr_strlwr().

github.com/OpenXRay/xray-16 - 407951967cf68c7204b24ce1010a1375796073c5 authored about 9 years ago
Include/xrRender/FactoryPtr.h: Fixed compilation with GCC.

github.com/OpenXRay/xray-16 - 261842187eb42e1c567d6d66285f621fc9dab775 authored about 9 years ago
xrCore/Math/PLC_SSE: __forceinline -> ICF.

github.com/OpenXRay/xray-16 - c15ff65861eb7a6847527010c4a086201e469ee1 authored about 9 years ago
xrCore/Animation: _strlwr() -> xr_strlwr().

github.com/OpenXRay/xray-16 - f518d9e0dc4a285e546d9a19b42a792a7452bd46 authored about 9 years ago
xrCore/Xr_ini: strlwr() -> xr_strlwr().

github.com/OpenXRay/xray-16 - 57468c431db86a39e434387d3c8b13516560f668 authored about 9 years ago
xrCore/_sphere: Fixed compilation.

github.com/OpenXRay/xray-16 - 3f655315e5e55f7803f4fd7254fd73c8e248e1f3 authored about 9 years ago
xrCore/Xr_ini: Removed unneeded include.

github.com/OpenXRay/xray-16 - 60ae9ddea2033161e37deb3fceb2ee34801e6742 authored about 9 years ago
xrCore/Media/Image: Reimplemented via stdio.

github.com/OpenXRay/xray-16 - 1a0d2ff5e69a74e92b32e38aedcb8b45f6fff56f authored about 9 years ago
xrCore/xrstring: _vsnprintf -> xr_sprintf.

github.com/OpenXRay/xray-16 - e8f602927877bce93a153039c7e63decc519309f authored about 9 years ago
xrCore: errno_t -> int.

github.com/OpenXRay/xray-16 - b94e8b97f4c4b76436c5add3c086232fef154d27 authored about 9 years ago
xrCore/vector3d: Used platform header, rather than own definitions.

github.com/OpenXRay/xray-16 - 13d7972ba6cdc52554f9460177131f96323a1051 authored about 9 years ago
xrCore: Inline control moved to platform-dependent code.

github.com/OpenXRay/xray-16 - e05b5fd356b6554fe8850ff1859768db771ddf2f authored about 9 years ago
xrCore/Platform: Simplified inline control.

github.com/OpenXRay/xray-16 - 3aa8acaee8975c68f3a368c191a2678988fe2c3d authored about 9 years ago
xrCore/Core: More compiler-dependent code moved to platform header.

xrCDB/xrCDB.h: Removed own ALIGN definition.

github.com/OpenXRay/xray-16 - d942558a8cee206f1d38f63ad27d273e6de8ff3f authored about 9 years ago
Project (mostly) abstracted from dllimport/dllexport declarations.

xrCore/Platform: Introduced XR_IMPORT/EXPORT macros.

github.com/OpenXRay/xray-16 - 5066e3e0d27a83dd7f17c11a32f88cc78d1bcbc9 authored about 9 years ago
xrCore/vector: Fixed definitions for Borland.

github.com/OpenXRay/xray-16 - 6f9586791d81c3163f66860f7e015ef18b351c9f authored about 9 years ago
xrCore: xrCore_platform.h -> Platform.h.

github.com/OpenXRay/xray-16 - d957c79464c32c54ec6cb00f2c8f5c799a8f4cd7 authored about 9 years ago
src/common -> to src/Common.

github.com/OpenXRay/xray-16 - 9c99195c09f0f63e74fc910b80a35dc003924344 authored about 9 years ago
xrCore: xrMEMORY_POOL.h -> xrMemory_POOL.h

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

github.com/OpenXRay/xray-16 - 2832c1d3c668690102dbc86eb0a8bbe738373334 authored about 9 years ago
Remove crypto.dll from xrbinup.

github.com/OpenXRay/xray-16 - 2411c63c6a61656dded05899d5318b3558d12e37 authored about 9 years ago
Merge branch 'gditeck-crypto' into ai_cleanup

github.com/OpenXRay/xray-16 - 51772ff4c73f4e06efd74c9ec5cf536601f4f8d7 authored about 9 years ago
Merge branch 'crypto' of https://github.com/gditeck/xray-16 into crypto

github.com/OpenXRay/xray-16 - 0928ad8375608a3b2983f8402609a1b546c6ae77 authored about 9 years ago
decouple openssl and merge crypto into xrCore

github.com/OpenXRay/xray-16 - c6f1adaa2aa15ca6030c440fd680876f8d9c3f18 authored about 9 years ago
decouple openssl and merge crypto into xrCore

github.com/OpenXRay/xray-16 - 6e9d98218f599257f7d9beee60f76b4cb02d1e98 authored about 9 years ago
xrCore/xr_ini.h: Comments translated to English.

github.com/OpenXRay/xray-16 - 0a1afc73446dfe6f48fc71762e4caba41338623f authored about 9 years ago
xrCore/_obb: Fixed compilation.

github.com/OpenXRay/xray-16 - 8838d5a0a2623071f7d2ab4065f960b4fad347ee authored about 9 years ago
xrCore/intrusive_ptr: Fixed compilation with GCC.

github.com/OpenXRay/xray-16 - 752f904eb8919c52a96543192733f094d8e6e65e authored about 9 years ago
xrCore/xr_trims: Fixed compilation.

github.com/OpenXRay/xray-16 - 4a5d60a2efe2ea8734b2645fc9d985709ff162c7 authored about 9 years ago
xrCore/xr_resource: Fixed compilation with GCC.

github.com/OpenXRay/xray-16 - 1c3900f7e0768ad5f18bc2af63c1b88c87742d33 authored about 9 years ago
utils/ctool/PPMTrain: Fixed printf() usage.

github.com/OpenXRay/xray-16 - 13d9838ca45d345e68a32df575b2883be74b05a0 authored about 9 years ago
utils/ctool: Fixed compilation (added missing parenthesis).

github.com/OpenXRay/xray-16 - 3a7315662c6cf535df5c55257fc378973b7eaf3d authored about 9 years ago
xrCore/_rect.h: Fixed compilation.

github.com/OpenXRay/xray-16 - 6f3dbc056a114db6fc392a749c247fbcf48f76f0 authored about 9 years ago
xrCore/fbox.h: Fixed compilation.

github.com/OpenXRay/xray-16 - 5c88705d8de7e710eebce6664dd6183efd58faa6 authored about 9 years ago
xrCore/Model: Fixed cross-initialization.

There is "goto RESTART_MODEL" before the Successor allocation.

github.com/OpenXRay/xray-16 - ced76e086febeda176436e0e957cbdf6467aef03 authored about 9 years ago
xrCore/stl_extensions: Fixed ptrdiff_t namespace.

github.com/OpenXRay/xray-16 - 705dbc591781cfa292efa5956e4731d63db57b5e authored about 9 years ago
xrCore/matrix33: Fixed overlapped argument and type names.

github.com/OpenXRay/xray-16 - 020ca150d88b4355e30d592823ae1d0fbc1a21cd authored about 9 years ago
Delete unused code.

github.com/OpenXRay/xray-16 - d9e69137fb621bf5a14a22539605a7614fc5b9f1 authored over 9 years ago
Updated task_list.txt with more tasks

github.com/OpenXRay/xray-16 - bff0dc54aa234e3c373ab35c4d86e2098e1f2c1a authored over 9 years ago
Delete obsolete initializers.

github.com/OpenXRay/xray-16 - 9d51bc30494a07151b2ed3417f87512e9b4d339d authored over 9 years ago
Move level structure definitions to common headers.

github.com/OpenXRay/xray-16 - 6ff0720400c0ee1a33d3c5dc0dd1c4cd693970f0 authored over 9 years ago
Upated task list for myself in task_list.txt

github.com/OpenXRay/xray-16 - 7c55eda236f2f61bb4eee207b5499fed18be7e0a authored over 9 years ago
Merge pull request #1 from OpenXRay/master

Updated task list for Swartz27 in task_list.txt

github.com/OpenXRay/xray-16 - 3524fdf0681d01548d1e11d6471a7d9256bfaa9d authored over 9 years ago
Updated task list for Swartz27 in task_list.txt

github.com/OpenXRay/xray-16 - 6303f14af8b793fa289d881f3642f9262597eed0 authored over 9 years ago
Merge pull request #35 from OpenXRay/Swartz27-patch-1

Update tasks.

github.com/OpenXRay/xray-16 - fbf062aa5c7e4a887da6a35c9daabec3b039540d authored over 9 years ago
Assigned tasks for Swartz27 in task_list.txt

github.com/OpenXRay/xray-16 - 8500fbcd63c17bdc9a73ed28a110deeac073cf28 authored over 9 years ago
Use final specifier instead of make_final, update type_traits.

github.com/OpenXRay/xray-16 - dbb05c087d9b2a37725d91ac23bb02d5363ccf4c authored over 9 years ago
Delete removed sources from xrGame project.

github.com/OpenXRay/xray-16 - 68ccea9a3b91e096aff7f36dce7582e7c6655ce8 authored over 9 years ago
Tweak xrGame project filters.

github.com/OpenXRay/xray-16 - 000895dfb831ce640a0962d0ca885c2839a25abe authored over 9 years ago
Remove obsolete linker dependencies. Close #32.

github.com/OpenXRay/xray-16 - 27d88d9b97f273eed2bd29deb74493c1dd378292 authored over 9 years ago
Delete atimgpu library.

github.com/OpenXRay/xray-16 - fa5d14c2ca3be83ec500534d819fb30e6270543a authored over 9 years ago
Fix xrManagedApi target framework version.

github.com/OpenXRay/xray-16 - 32706b9ddfe363371428a693484df6ec05a55e96 authored over 9 years ago
Merge master into ai_cleanup.

github.com/OpenXRay/xray-16 - c1d2402fbd9f18a8dddb46098e5e9669b0da5991 authored over 9 years ago
Allow .s files in gamedata/shaders.

github.com/OpenXRay/xray-16 - b0de5a68bf621d40d771a6d77b0cb9b3f1b8492d authored over 9 years ago
Move script engine code to xrScriptEngine.

github.com/OpenXRay/xray-16 - 7ae37de4a3e8875fe960b4fdf0e8c30d026d55a6 authored over 9 years ago
Add xrScriptEngine project stub.

github.com/OpenXRay/xray-16 - c83bc2382b7ad35c9426e81d029dd98b36527627 authored over 9 years ago
Update mp verifier initialization procedures.

github.com/OpenXRay/xray-16 - d36f902a02b5c6008a4af299cc192dfe21026613 authored over 9 years ago
Delete xrCoreStatic.

github.com/OpenXRay/xray-16 - a4a74e185cf4ce3dbb4a8537dd22abd14f61238c authored over 9 years ago
Fix inconsistent linkage issue.

github.com/OpenXRay/xray-16 - 09c8acb066e3ff2e984bde39e605241846b9b273 authored over 9 years ago
Clean GameMtlLib sources.

github.com/OpenXRay/xray-16 - 5d63a89d91e443b0f3ee8c556d68676395621e35 authored over 9 years ago
Add task_list and task_history links.

github.com/OpenXRay/xray-16 - 5c60d00b0b6827373cc96fd375608630ac72f12f authored over 9 years ago
Merge proposed engine changes into task_list.txt.

github.com/OpenXRay/xray-16 - f02ec0762d62d308d6cda8377e8d37e44e43098f authored over 9 years ago
Update tasks.

github.com/OpenXRay/xray-16 - 5c8df692776fcc9e6c3b6fe89094a75920684b4c authored over 9 years ago
Add updated sources to xrCoreStatic.

github.com/OpenXRay/xray-16 - 4ddede6513a3358fbaddd298151886d4b59dc656 authored over 9 years ago
Add xrAICore project stub.

github.com/OpenXRay/xray-16 - af552a6ba150349d1c231bf7075a7ae8e26fb610 authored over 9 years ago