Ecosyste.ms: OpenCollective

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

github.com/OpenXRay/xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://github.com/OpenXRay/xray-16

Update solution file for new external library locations.

dc6def9748eeb845e0a8345f7914c68692d50ae9 authored about 9 years ago
Merge branch 'master' of https://github.com/OpenXRay/xray-16 into dev

795a4593f9b0c0b05924b087642e59b69a82e968 authored about 9 years ago
Merge pull request #88 from Armada651/dev

Move all dependencies to the Externals folder.

23fd8da0d2c96e5b1f98d667bc856d8fb8884f3e authored about 9 years ago
Make the gitignore more specific for Externals.

865645cf8c19341c8812d2ca4091347d0a2c0ff4 authored about 9 years ago
Update build documentation.

4397f4188f82d664fde4c11cda8a1a67cd6fc255 authored about 9 years ago
Rename '3rd party' to 'Externals'.

be5f8630f4863afd74c333d7e1ed79ad1f0b3e41 authored about 9 years ago
Move all dependencies to the 3rd party folder.

11bf6f1a0e22ec33c5b6235def660878765fb21e authored about 9 years ago
Merge pull request #86 from Xottab-DUTY/dll_suffix

Remove ".dll" suffix from LoadModule calls. Close #78.

c6387d7272e9b770a6c8ab0e3cb966a6a72a27a6 authored about 9 years ago
Remove ".dll" suffix from LoadModule calls. #78

9b789e69890afee2944bf6b58a2173fe340b3aff authored about 9 years ago
xrCore/xrString.cpp: Fixed memory allocation on 64 bit archs.

c9d84c1c76039280b0c532cb3ecc683713357eb7 authored about 9 years ago
xrCore/Threading/Lock: Fixed code style.

Sorry for the noise.

30b64b5d32ee11e7fa6262d810c1a4a9916fdfd4 authored about 9 years ago
xrCore/Crypto/xr_dsa_signer: Ported to stdlib.

8ce16d152a005a04fb5c0e24975c7d73082dab73 authored about 9 years ago
xrEngine/xrLoadSurface: Surface_Detect() reimplemented via stdio.

ea441eb902f18307bcd26bbe4451f60c25e31f70 authored about 9 years ago
xrCore/Threading/Lock: Fixed isLocked().

bool isLocked was been not enough for recursive mutex.
We need to use integer, so one Leave() wo...

9ea58fc24816a68fb989b0638f6737479e61ba52 authored about 9 years ago
Delete redundant malloc.h inclusion.

fbac18ec0cb9f6176d311b42cf204dc492c38745 authored about 9 years ago
Merge pull request #80 from Armada651/gamedata

Revert "Add reference configs, scripts and shaders."

c79a0d7a11713ba8d82e98d926a939a141448e4f authored about 9 years ago
Revert "Add reference configs, scripts and shaders."

This reverts commit 0d00ac86a1cc7f220cc20fd492c2387f145b4beb.

Conflicts:
res/gamedata/scripts/...

c41368c9875533dc06d03702049c82726fa0652c authored about 9 years ago
Lock: reset lock flag after mutex unlock.

82e3f094620a83449b5f090c9ae32f31d67ae933 authored about 9 years ago
Render resource manager: delete redundant code.

63d9d93dad43675b87045f0efc0ffa67a6c592b7 authored about 9 years ago
Disable script engine export logging.

7e2fb52ca0a5645d09b6b9c3e7eff31465848f91 authored about 9 years ago
Fix conventions.

16dba8828ff5ee3fc8d54f98db99e8d9b6e73116 authored about 9 years ago
Lock: fix incorrect lock flag setup.

e6c0300d43fda16292755cfd6109af5548b05ff3 authored about 9 years ago
Replace misused xr_sprintf -> vsnprintf.

e6a304ffce8df02435f752a78270d0f29732e95e authored about 9 years ago
Render and game use separate script engines.

4898eba72083eda9659b01bb62864b4c118fbff5 authored about 9 years ago
xrScriptEngine: remove GlobalEnv.ScriptEngine dependency.

d7aff220edd6b1956d10a553991f2c724b4ca43c authored about 9 years ago
Fix invalid smart casts.

76517184db251704f642ac558c48d7e7a986b46f authored about 9 years ago
Remove redundant malloc.h inclusion.

d33f8d2670b1d3cf5bda4175e2a560ecf2b9e5f4 authored about 9 years ago
Revert a941aee (bad rename).

83631d82e82a21dcb90798be2faac0173eb9d3bb authored about 9 years ago
CGameObject: move CScriptBinder from inherited classes to protected members.

4410adba1261c225933207a12b38b60cf72e1c5a authored about 9 years ago
Rename CScriptBinderObject->ScriptObjectBinder, CScriptBinderObjectWrapper->ScriptObjectBinderWrapper.

a941aee740a0b50674d70249ed6860fab85326fd authored about 9 years ago
Delete empty function.

f134dc999713fed3c177b661c7520b200f4b4d85 authored about 9 years ago
Merge CUsableScriptObject into CGameObject.

9ba32863c83d075812d58e2c8b334a9d3ed88fd9 authored about 9 years ago
Add XXX comments.

f978f1425982204fe66a7bc10e01e58edbf6a470 authored about 9 years ago
xrCore/FMesh.cpp: Removed commented-out code and unused include.

4bac13b190d3e6039d3394e74c970d45315d083f authored about 9 years ago
xrCore/LocatorAPI.cpp: Removed useless comment in Russian.

2ad02185eb5ddcfcde8e48a2bbc3d32c3695bed5 authored about 9 years ago
xrCore/LocatorAPI_auth.cpp: Fixed out-of-scope variable usage.

586a3a1326595b7c106daf89bb5ae66d1cee775b authored about 9 years ago
xrCore/FS (IReader): Fixed close() compilation.

There was a deletion call xr_delete(this) and xr_delete() tries to
set passed argument (this) to...

8c7bd752cf6033e5f92f6c972ece3f173f5b9554 authored about 9 years ago
Merge pull request #77 from Xottab-DUTY/ai_cleanup

xrD3D9-Null: add project dependency and missing include path.

1ae74ad86c31ea785744a70ed10159d2bc1518ac authored about 9 years ago
Fixed include and dependency

Fixed include (missing path to xrCore in xrD3D9-Null) and dependency
(You need build xrLCUtil be...

0cd19f0ee64e140802ad23559f61f4d84d2e473a authored about 9 years ago
Fix nonstandard type conversion.

f4b1a84d232f1c65c8bec62ce96a5e7df85e0930 authored about 9 years ago
Update coding conventions.

5a15544a7836a0c16ee44a2a6588b2f16177d570 authored about 9 years ago
Delete redundant header file base_client_classes.h.

ddfa7fc6b212bbb73f527ebf67051279e7b8b9a7 authored about 9 years ago
Remove DLL_Pure type alias.

c955da6527b066905d1e544938adbd112da59910 authored about 9 years ago
DLL_Pure: move data to FactoryObjectBase, introduce interface IFactoryObject.

676b645d35148085d5c73170881d8d25dbf5e9f9 authored about 9 years ago
Revert 8214988 (xrEngine/pure_relcase.h: static_cast -> reinterpret_cast).

5d3320e0fdb71d45d69def21df7b2f5ecabac1d6 authored about 9 years ago
CGameFont: replace misused xr_sprintf to vsnprintf.

88aa811233583f89ccb6acca542ee2397d80d348 authored about 9 years ago
Delete no_single.h and NO_SINGLE macro.

6027cb1906082a3d3bca7fe018643c73c31455ca authored about 9 years ago
Delete xrEngine/dedicated_server_only.h.

77ba5646f54bbeb8ea256cc2baf25b9c2102b687 authored about 9 years ago
Remove launcher related code.

1238327338f788b750e1139d67fbfd741738b171 authored about 9 years ago
Remove virtual memory size check.

24130eb470eb075766f562db738fa01db676f555 authored about 9 years ago
Delete parental control check.

ab829e12e645a4e0c2a5e72d6e07a6cdcb9b0174 authored about 9 years ago
Remove securom stuff.

706fce443a587cad7ee5728f372af6e4d4729a7f authored about 9 years ago
IRenderable: move data to RenderableBase.

e08653c4cf0f17fb14c3eb146ba7cd382451bb3f authored about 9 years ago
xrLC_Light: add missing include.

4ad28f05c151ec21b0a50a901322df1c3b3e7632 authored about 9 years ago
xrCore/Containers/AssociativeVector.hpp: Fixed compilation with gcc.

Removed default arguments from template specialization.

Error: AssociativeVector.hpp:122 defaul...

51cffa4717c1fb04422fcadb9faeae0b82e4b561 authored about 9 years ago
xrCDB: Fixed includes.

5a01b05f2a75ffbaf4ef6fc6b63d8d442cae0c13 authored about 9 years ago
utils/mp_screenshots_info/pch.h: Removed unneeded includes.

0993c102c9594eff68d6b44a0d40ef862a390179 authored about 9 years ago
xrEngine: Fixed includes.

a30082ae646c3474221db1536413afbe93df045f authored about 9 years ago
xrEngine/pure_relcase.h: static_cast -> reinterpret_cast.

The obj of cast inherits privately. Force reinterpretation for now.

8214988d47f2218c51a16184a5b35d7c8559ff01 authored about 9 years ago
Layers: Fixed includes.

7ed68e9e60cf506d39811177472fc26748c2c6f7 authored about 9 years ago
xrEngine/Feel_Touch.cpp: Fixed out-of-loop variable usage.

d0238ab3b1010ecc5cec3ccd1e7481482e0547dc authored about 9 years ago
xrEngine/IGame_Persistent.h: strlwr -> xr_strlwr.

f11fd37326c581f06eaea7a3277a21bbb0986e29 authored about 9 years ago
xrEngine/LightAnimLibrary: Abstract declspec behind XR_EXPORT.

3595697ef5e003e8086119f5b748b44e2fd8a8ea authored about 9 years ago
xrEngine/GameFont: vsprintf() -> xr_sprintf().

8efd6550d1c158ffe50ab5a31da49319dfbeb2ab authored about 9 years ago
xrEngine/GameFont.cpp: Fixed out-of-loop variable usage.

44f0435044f3b704ad8322473dbc9fe6dd049e5b authored about 9 years ago
xrEngine/Environment.cpp: Removed unneeded include.

41cb04adcbfba473311517cf70e61b169ba4624a authored about 9 years ago
xrEngine/CameraManager.cpp: Fixed out-of-loop variable usage.

6f21860159cf5d6c7d49508f4adfa5732195d9dc authored about 9 years ago
ISheduled: move data to ScheduledBase.

4ba953da162fdb9b1cd615e177cbd92ee8b2f9f3 authored about 9 years ago
xrCore/Threading/Lock.hpp: The lock allows recursion now.

a8f5a3588fe1a31b1bda331dfada6df64ba9c1ac authored about 9 years ago
Update conventions.

f6b56db01c1e2c4bb8fccd3f59a8c27205638b4e authored about 9 years ago
ISpatial: move data to SpatialBase.

8e77ee9efb013a7b9ef642f13f5d761da18dd903 authored about 9 years ago
xrCore/Threading/Lock.hpp: Fixed warning on weird symbol.

How this happend?

85609044d6c74a39a1a90b96c2e2fd597109e971 authored about 9 years ago
xrEngine/IGame_Level.h: Removed unused templates.

0a8247bfd0bfc6e29a89971f455f4143a0fc699f authored about 9 years ago
Convert ICollidable into interface, introduce CollidableBase class.

eaad5fb2c8f6311d8a2f6bd94b094744e6a7ec21 authored about 9 years ago
xrCDB: rename CObjectSpace::Lock -> CObjectSpace::lock.

ac3b38d4bc7a327af50b4b13ec6965a7cd6b1465 authored about 9 years ago
xrGame/damage_manager_inline.h: delete empty header.

17098678814e26e4152cd00dd96b7e67f9093225 authored about 9 years ago
xrGame/DamageSource.h: delete deprecated header.

a962994f3a7e8bd6ec89efc33db44480ac007e55 authored about 9 years ago
xrGame/HUDTarget: Fixed compilation.

bfd8375a352a7f728f9a1d4be2fa94ae7f051f7e authored about 9 years ago
xrGame: cameralook.{cpp,h} renamed to CameraLook.{cpp,h}

This is how the class referenced in includes.

a9477d6eca7ff541982223e363a0145a752eec29 authored about 9 years ago
Fix missing D3DXRenderBase.h references.

21eb73aff2993a6093c0a932371331ea3a096905 authored about 9 years ago
xrEngine: Removed d3d9.h dependency.

Author: Jules Blok <[email protected]>
Author: Alexandr Akulich <[email protected]>
...

e87cb0d687ed9c57bbd1128451a2521eb1e33418 authored about 9 years ago
xrCore/Threading/Lock: Made inline and reimplemented via std::mutex.

1c13715dc624df228189b9f38eab572bb084ff8e authored about 9 years ago
xrEngine/CRenderDevice: Removed D3DXMatrixInverse dependency.

cc3644d64c294de03157b8ff453b13d37cfd2573 authored about 9 years ago
xrEngine/Environment: Removed unused get_ref_count() function.

Based on commit 46c36e6 from Armada651/xray repository.

c738d70b33781400a69f07193fd918529edca56f authored about 9 years ago
Massive D3DCOLOR_XRGB() -> color_xrgb() change.

Author: Jules Blok <[email protected]>
Author: Alexandr Akulich <[email protected]>
...

95318780c4d25ed786d0c1fb27c5aa1ac1b28a77 authored about 9 years ago
xrGame: D3DCOLOR_RGBA() replaced by color_rgba().

86c8675220fc0a9fa4069ff0ef1837b6f2d77036 authored about 9 years ago
Most of D3DCOLOR_ARGB() calls replaced by color_argb().

Author: Jules Blok <[email protected]>
Author: Alexandr Akulich <[email protected]>
...

79c9582ea822b50e33fa525444f41a0fb07cebea authored about 9 years ago
xrCore/_color.h: Fixed compiler warning about bitwise ops usage.

8150b0d872bb8e5840dff9289798ee8b3115f7b8 authored about 9 years ago
Project: PROFILE_CRITICAL_SECTIONS -> CONFIG_PROFILE_LOCKS.

be47ce0876fb800f2219b0f5ae85cfbaa95a7e61 authored about 9 years ago
Rename light::export -> light::Export.

91bfa910b308292002b17355b3baa79247536edc authored about 9 years ago
Remove redundant MultipacketSender constructor.

ae1c95202715af52cdd0a6d0b951ed6bde8fadeb authored about 9 years ago
xrGame: remove nonexistent files from project.

cb5f91b3768f42972fb536f7d46059a5296d7fb7 authored about 9 years ago
Hide MultipackerSender/MultipacketReceiver methods.

3942eeae36f3ab83eb30be5e8d076b207b77ee53 authored about 9 years ago
IGameFont: Fix non-interface class linkage warning.

a0d570a310c609c5064ef3c8a04205a5bc29dcfb authored about 9 years ago
Ignore compiler warning C4250.

2e9ece17f6836fba98e629811f557b0d25ad7aa7 authored about 9 years ago
Introduce new server and game state interfaces.

f4d3160d46e145271450764af065d3b4ed9105c1 authored about 9 years ago
_quaternion: Remove linkage attribute.

5f87b298e74251eab6d87f30d31275dd9db65cb6 authored about 9 years ago
Rename NET_Event::export -> NET_Event::Export (export is a reserved keyword).

de23f8731c602afb348e04b9b9527fda0af0b719 authored about 9 years ago
Fix incorrect virtual function implementation.

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

d2ebd7dae5c793839a6211398d1dd78a3c2c838e authored about 9 years ago