Ecosyste.ms: OpenCollective

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

github.com/multitheftauto/mtasa-blue

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.
https://github.com/multitheftauto/mtasa-blue

Fixed crash when streaming a towed vehicle in certain circumstances

549ca81dc0bedf47b71488538e8c9b4c8ca3866e authored over 10 years ago by ccw808 <[email protected]>
Fixed projectiles not working properly

780e0d8ccf0d8be34a604cb1e77a38b5cfebfbd5 authored over 10 years ago by [email protected] <[email protected]>
Updated client to use Vector2 and Vector3 reads.

53446e41be6a5e8cd115a60256ebbe8b5591d59d authored over 10 years ago by Cazomino05 <[email protected]>
Modified server side functions to use 2D and 3D Vector reads where appropriate.

Added NextIsVector2D to the arg reader

Modified 2D colshapes to use 2D vectors for input serve...

5bf18aac9df4d2aced741d85e6710c10dfbaec00 authored over 10 years ago by Cazomino05 <[email protected]>
Addendum to r6512 (Updated VS2013 projects and removed unused files)

d8d5b64104ec7db3b2db08b4f29f2b86faa3709c authored over 10 years ago by [email protected] <[email protected]>
Fixed #8252 (getAccountPlayer can sometimes return an invalid element)

Introduced CPlayer::PrepareForDeletion which should be used to clean up references to the player ...

b921d8bc726c868a2548fa708da421e10a4d2b9e authored over 10 years ago by [email protected] <[email protected]>
Added Vector2 and Vector4 reading functions and modified the Vector3 reading function

4D and 3D vectors can be read into 2D vectors as well as 2D vectors.

4D vectors can be read int...

e30299c8e348146b8379acc5d6e45055533c96f6 authored over 10 years ago by Cazomino05 <[email protected]>
[OOP Mapping|server]: Update vehicle variable for Ped class

d173b948e70d4bcff70bea18add9141c28ffd736 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added Ped class

e965c85fea740f744364091a2c831e5c64b7a9d8 authored over 10 years ago by Qais Patankar <[email protected]>
Updated CLuaVector4 to use CVector4D

Added missing server side oop functions for 2D vectors

Updated Vector 4 class functions

Added ...

be40ec23ffb232a6a4bbc65331200692651e1a92 authored over 10 years ago by Cazomino05 <[email protected]>
Added missing vector classes from r6512 in the server.

5f76627de2ee6082625ed2f22ef05aa49208f64f authored over 10 years ago by Cazomino05 <[email protected]>
Addendum #2 to r6503 (Added more screen resolution checks)

1a685417c5c5a05dcb91431f906896cec8ad9dc8 authored over 10 years ago by ccw808 <[email protected]>
Addendum to r6503 (Added more screen resolution checks)

a71f8f0bff3da645e6937675495904f3476c3a6b authored over 10 years ago by ccw808 <[email protected]>
Added Matrix.setRotation and Matrix.rotation = rotation

Added Vector2 and Vector4 (disabled) classes
Added CVector4D

9283e8e935413b9368805831dbd4bd72f03c048e authored over 10 years ago by Cazomino05 <[email protected]>
Added Set/GetRotation to CMatrix

bbc17cb2f5aaf45b6075486059ffbc9f3b70e2e1 authored over 10 years ago by ccw808 <[email protected]>
[OOP Mapping|server]: Added TextItem and TextDisplay classes

93a283b6e8ce1d302467201418650615f5aed6b8 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added Account class

40e424701725688beab8497874407c6c80546075 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added ACL and ACLGroup class

7cfb77a5f02fa567d4d11aff1967173762622ecb authored over 10 years ago by Qais Patankar <[email protected]>
Started adding Vector4

Fixed a code issue introduced in r6450 - "Fixed ACL support for Lua OOP custom defined functions...

2796386a5fac913abc33baa2a468e5b37aa91f11 authored over 10 years ago by Cazomino05 <[email protected]>
[OOP Mapping|client]: Updated Player class

dc644308f5e9de771ff7cccac45c3e13eb0aa206 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added Player class

9e0ff8db6c39d2262e93fec43a418244fb9f34ce authored over 10 years ago by Qais Patankar <[email protected]>
Fixed a code issue introduced in r6450 - "Fixed ACL support for Lua OOP custom defined functions."

optimisation always fails, the if ( pFunction ) should catch it but GetFunction will always retu...

76781b8c6402c3a2f55c40513c5ff1686f1aa5b9 authored over 10 years ago by Cazomino05 <[email protected]>
Added more screen resolution checks

a8da07f70545ff11bc11e30fadb81e350c143329 authored over 10 years ago by ccw808 <[email protected]>
Renamed Matrix.front to Matrix.forward.

aa570057b4dcb2bd8e40f3079a7ad772d409fd5e authored over 10 years ago by Cazomino05 <[email protected]>
Added missing debugscript and false returns for Lua oop custom functions specifically Matrix/Vector definitions.

Also fixed some custom functions returning 1 when they have not pushed anything to the Lua VM

bcd23945ef8cf2fddf7bd19104f582128fb46cbd authored over 10 years ago by Cazomino05 <[email protected]>
Added Matrix.TransformPosition, Matrix.TransformDirection and Matrix.Inverse.

removed dodgy Matrix*Vector implementation in favour of above functions.

534985f44b3db3cd75c73bd3b013c9591e9e3862 authored over 10 years ago by Cazomino05 <[email protected]>
[OOP Mapping|server]: Addendum to r6491

8dd9166f98cc684fa6b4f3f6c3808eb33c6280a3 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Gotta fix 'em all.

857b6e724a75f478d0081b7fda3d87badb41fa94 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added Ban class

6c655c075a242404ae4006d2a09f6e34c60204b2 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: New classes

- Added Element class
- Added uniform spacing between methods
- Update ColShape class

c3a5cbdfe42efbb0bfced8ec2f89a2ed06859392 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client]: Improved comments + API changes.

- "TODO" comments have been organised properly
- Element class changes

156fa88ddab3e0800b4ac78fdc2b8296ebf673e6 authored over 10 years ago by Qais Patankar <[email protected]>
Fixed connecting via command line if gta_sa.exe has already been started

13a7881ba7179df98ac384a5b4a7b81d76659c5e authored over 10 years ago by [email protected] <[email protected]>
[OOP Mapping|client]: Removed setElementSyncer

6042d3feacf36430af17925a69f504301028f3f5 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Addendum to r6491

74dc7b96244850b68e62a64b0c23d618926fe6a9 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added classes, XML API update:

- Added Pickup class
- Added Blip class
- Added ColShape class
- Added map xml functions
- Added ...

d6f65375237ee9ac1c872c4d5df38424a66c6b52 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client]: Update XML API

3fa252f58552d2f6f7ca4e143c79073c7cd6181c authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client]: Rename colshape instantiation from ColShape.createRectangle() to ColShape.Rectangle()

80bdd601c258b86f7a4ef9533750554b0ca02734 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Addendum to r6487

fa4df92df69d3ad660a37f480c57c1a34abd5840 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added five classes and fixed a "typoi":

- Added Water class
- Added XMLNode class and renamed to XML
- Added File class
- Added RadarArea...

f97e485fb32ae535a47b1fa67499a6a6702d6a6a authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client]: Rename "XMLNode" to "XML"

366178636440841039fb943acb5c2d34622a07f4 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client]: Rename "XmlNode" to "XMLNode"

54eba55a6cc55e806b62028e678f4cc69633328f authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|client] Add missing "height" variable to Water class

2caae8c96b979cd0b1e980ec006d1ac8ad75e8bc authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Added Team, Database and QueryHandle classes:

- QueryHandle hasn't been fully registered with its element and therefore the queryHandle var wil...

aac2f3b2efe6a05c7d419c7f082752a5cc78a1f1 authored over 10 years ago by Qais Patankar <[email protected]>
Addendum to r6478 Fixed compile error

04a38991f5f1d74c3a6a364cba8ccfca9435ea17 authored over 10 years ago by [email protected] <[email protected]>
Fixed a crash when using setElementParent with an element without parent as new parent

9413ef1c9e29db96f217841c1c643e1af014e55d authored over 10 years ago by [email protected] <[email protected]>
[OOP Mapping|server]: Add OOP hierarchy

- Reposition Element in the file (it feels safer to have it high up)
- Rename "XML" to "XMLNode"

bd574dd127b8eb2dc634c9c05eab8bda5bb5c034 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Rename "Admin" class to "Ban" class

bb37aad75c2e43f7570a0249223d8e11eb3e8522 authored over 10 years ago by Qais Patankar <[email protected]>
[OOP Mapping|server]: Add all function templates

f670c36d2ea1ad1905cd49b138db3c634567f9b1 authored over 10 years ago by Qais Patankar <[email protected]>
Fixed short yellow glow which appears sometimes when onClientObjectDamage gets canceled

6acaaf816683477a94df8d07e9f065ecf52fe6b6 authored over 10 years ago by [email protected] <[email protected]>
Fixed recent change in behaviour of setCameraMatrix

ecfc319924699a318fec594ef08065efed6d0fff authored over 10 years ago by ccw808 <[email protected]>
Fixed #8130 (Top-positioned taskbar not being drawn over)

Improved support for multiple monitors

9c57c5609454528cc36659c824246ee1cd0256b5 authored over 10 years ago by ccw808 <[email protected]>
Added sharing of the client file cache between MTA versions

233a4f04a9ceb570b7ce70725f1b7edf21df621f authored over 10 years ago by ccw808 <[email protected]>
Fixed problem where default resolution is not available

62fe585e5c287ff7aa3ebab4e12fb818e33827df authored over 10 years ago by ccw808 <[email protected]>
Fixed Fatal Error caused by NaNs

69ed9bfbabdcb6895076f46a490d201016fa45da authored over 10 years ago by ccw808 <[email protected]>
Fixed #8218 - Dead ped can still drive an vehicle for seconds.

caf0c6b84f350b7ea57fdbdb9cb32e3a199d9861 authored over 10 years ago by Cazomino05 <[email protected]>
Addendum to r6439

Changed logic to depend on the actual type of the CModelInfo structure instead of checking the mo...

b752551cc92ec636e08f1052c3c575c01703b90a authored over 10 years ago by [email protected] <[email protected]>
Fixed peds continuing to fire their weapons after running out of ammo.

5f2dfa9aa7612dc385a3972d78582ac60e0d9236 authored over 10 years ago by Cazomino05 <[email protected]>
Some Audio Engine documentation possibly for a future commit

0db34150e76c7b3350d86eea7ebd2badc471ee7b authored over 10 years ago by Cazomino05 <[email protected]>
Fixed GetSoundLevelData outputting an error when the sound has no level data e.g. this section of the sound is very quiet/mute

53751d826555519c7e81ebfebe291e315500aa2b authored over 10 years ago by Cazomino05 <[email protected]>
Fixed Lua OOP error outputs outputting [C] instead of function name, file name and file location

0fc3fb5682dedcb6ddab8a5cda098dd84835a6ca authored over 10 years ago by Cazomino05 <[email protected]>
Fixed ACL support for Lua OOP custom defined functions.

d0c1eb16b9341cb285dc259998a5e4694e3bd6a5 authored over 10 years ago by Cazomino05 <[email protected]>
Addendum for r6443

Fixed compilation for Visual Studio 2008

9479b78cd3c38695b26faf9166a07be46fa5f384 authored over 10 years ago by [email protected] <[email protected]>
Fixed startup issue caused by bad video mode

22c1da189f1ba39fde606afc7faa4468203cc62e authored over 10 years ago by ccw808 <[email protected]>
Addendum for r6443

playSFX to match the radio channel names returned by getRadioChannelName

e8af019da6f5671da37c00f5a22223dab1bfde74 authored over 10 years ago by [email protected] <[email protected]>
Fixed #8241 ([REQUEST] Functions simillar to PlaySFX, PlaySFX3D to play GTA SA radio files)

076f4e77d280d2f50ff50fb8a89945138414b478 authored over 10 years ago by [email protected] <[email protected]>
Fixed #7924 (guiCreateProgressBar with guiProgressBarSetProgress)

a9430c992f5de0c104e5be6e1311f0dad7365111 authored over 10 years ago by [email protected] <[email protected]>
Fixed #8129 (Replacing a specific weaponmodel will crash your client) and #6608 (Custom melee weapons crash the game)

7fd1ccae9b57f0090837bc57f6d995fd02f80c8c authored over 10 years ago by [email protected] <[email protected]>
Addendum #2 to r6435 (Updated some compatibility settings. Updated logging.)

ffd56e40b77f4b80f782b4e3070743e2a088d8c2 authored over 10 years ago by ccw808 <[email protected]>
Addendum to r6435 (Updated some compatibility settings. Updated logging.)

df2c12f40783e879e1580aebf731ce363f67fac0 authored over 10 years ago by ccw808 <[email protected]>
Updated some compatibility settings.

Updated logging.

e619d6f9746251814b4c476ce87615929deef4ac authored over 10 years ago by ccw808 <[email protected]>
Fixed setting an element data with an empty string as key rising Fatal Error 6 for newly joining clients

ed8d121bc0a043ffb7de55e56afc7da30ae885f0 authored over 10 years ago by [email protected] <[email protected]>
Sort of fixed 16-bit color mode not working in Windows 8

b391c42033670e157315736328d507088ce34fed authored over 10 years ago by ccw808 <[email protected]>
Update #3 for crash fix in r6415

4454aa564e245fc359ba8cd5e25d84a5e7a349fa authored over 10 years ago by ccw808 <[email protected]>
Update #2 for crash fix in r6415

6e95b2fd3a8d400cec3f7cd29c28fef80022f315 authored over 10 years ago by ccw808 <[email protected]>
Update for r6420

Added missing 'true' argument for CPlayer::SetTeam

384e879bd458ef0c08249d2451077a8413bda1e2 authored over 10 years ago by [email protected] <[email protected]>
Update for crash fix in r6415

e63e3a2975a1bde95f46a099a16ad2f2581c7b42 authored over 10 years ago by ccw808 <[email protected]>
[OOP Mapping:client] Added getResourceState to the Resource class

a0a855da905d69a3dce1bb3b62fd651c539faff7 authored over 10 years ago by Qais Patankar <[email protected]>
Fixed serverside setElementRotation always returning false when rotating an object

3c0c256dc802fc8c2e3d5e9a5278be8ef0ae08e8 authored over 10 years ago by [email protected] <[email protected]>
Fixed #8230 (getPlayersInTeam can sometimes return invalid element)

fb0043559bd172c3cb281ef8b8a324cc3cd4ee63 authored over 10 years ago by [email protected] <[email protected]>
Fixed vehicle spawn crash

537c3784992c5890802a21daff0a30b991955570 authored over 10 years ago by ccw808 <[email protected]>
Crash fix and logging tweak

324097c6d977e86dd42f9703e43151e3d3cd2b58 authored over 10 years ago by ccw808 <[email protected]>
Fixed #8214 (onClientPlayerDamage doesnt trigger for spray can)

69276483cc18198245023005c1c5955ecbb6a577 authored over 10 years ago by [email protected] <[email protected]>
Fixed getPedTotalAmmo sometimes not working properly for slot 7 (heavy) and 9 (special) - Needs testing

bbb48dc6a54a3f6a90cbd1ccce684ad61a7e011f authored over 10 years ago by [email protected] <[email protected]>
Fixed Linux terminal going all funny after a crash.

Modified Linux dump output to cope with double exceptions better.

faed19bd818f728afda96dc6817a91c46804d8d4 authored over 10 years ago by ccw808 <[email protected]>
Fixed #8232 ([Request] isChatVisible)

88441f34e98a4c40011708c4332a068eb8b75e91 authored over 10 years ago by [email protected] <[email protected]>
Fixed #8233 (Patch: Linux: Check if stdout is a TTY to determine whether to use a simple console) patch from mickdermack

a9cb5e031011d2c08cb5d55392936f19e702ee4a authored over 10 years ago by ccw808 <[email protected]>
Disabled lib version check for non release builds #2

b8120af24c4570dd07a91d41722097426a8f7529 authored over 10 years ago by ccw808 <[email protected]>
Disabled lib version check for non release builds

f48b6a62eba160cba9d07770f2f0f666ccd81209 authored over 10 years ago by ccw808 <[email protected]>
Fixed setObjectBreakable to work with glass

d34a3260a237c277a6f9bba95251d161038a7f9e authored over 10 years ago by [email protected] <[email protected]>
Fixed Linux compile more

8d4d7cc51146d510fe00d137a962e593a226997d authored over 10 years ago by ccw808 <[email protected]>
Fixed Linux compile for OOP stuff

1b089f5ad64534ea0b90e883e03c0947e9364a59 authored over 10 years ago by ccw808 <[email protected]>
Fixed Linux compile and removed some files what are generated

567bdfb9e9ba5b087a5d46ab20b71f35b8e1b21a authored over 10 years ago by ccw808 <[email protected]>
Fixed #7930 (Player doing a driveby, is invulnerable to gunfire)

Replaced bugged driveby animations with a working version
Added "baddrivebyhitbox" as glitch opti...

a74285d6a5cfa2a64ad399af7121d8e6a204da4b authored over 10 years ago by [email protected] <[email protected]>
Added server crash backtrace upload

52a4a62902c084a205a50954dcb0dbcc6733baea authored over 10 years ago by ccw808 <[email protected]>
Added lib version check for server

cfe366c372316573245da906b1ee011d688f1008 authored over 10 years ago by ccw808 <[email protected]>
Updated VS2013 projects (Addendum to r6393)

c4ce3dac91154ab6813c44ce7a470e1b188b4ef3 authored over 10 years ago by [email protected] <[email protected]>
Compiler fix for nightly build

6470cc12a7bfac054ae3e23ac5879ae290d98238 authored over 10 years ago by ccw808 <[email protected]>
Fixed server side Lua OOP, converted all x,y,z reads to Vector3 reads, Added some example Lua oop custom definitions

-- needs matrix GetRotation fixing as it relied on a function in GTA
-- needs functions mapping ...

d319ae8d1fc839a6e52e2a328a4c80a7c13ce8ea authored over 10 years ago by Cazomino05 <[email protected]>
Updated data files installer

583afbae9936c8fee7b77928533d3e8543dc3faa authored over 10 years ago by ccw808 <[email protected]>
Merged revision(s) 6364-6365 from branches/1.3.5:

[1.3.5] Tests for server crashes
[1.3.5] Addendum to r6364 (Tests for server crashes)

ed91b733ccb0b3240d146636ee3c8b3be4e9de3a authored over 10 years ago by ccw808 <[email protected]>