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

Fix indentation in 3865fbae

35c7388e29fa52ea9313f6531db83d310f880281 authored over 9 years ago by Qais Patankar <[email protected]>
Fix indentation in d4a43d9d

dfa4af242d2689c680a9475a2e0f7e18c26ad5d0 authored over 9 years ago by Qais Patankar <[email protected]>
Revert "Add set/getCameraFieldOfView"

This reverts commit 8c62713de880a1676ecb347fb18e432c4145a8aa.

This is because it doesn't work a...

2f892d649af212e0a998a78695c96c09e0ee03a0 authored over 9 years ago by Qais Patankar <[email protected]>
Fixed #8744 (Player socket / slot override bug)

1c324ef42a05852d55d3e8c1632520c0bd634152 authored over 9 years ago by ccw <[email protected]>
Test fix for performance issues with createBlipAttachedTo

b8ec05ff8a620515ab8d8e0e547213106cc50b4d authored over 9 years ago by sbx320 <[email protected]>
Fixed #8589 (outputChatBox returns with space if using color codes)

3865fbae53b9a1d6a72afde48b0e5695d2d1c790 authored over 9 years ago by sbx320 <[email protected]>
Fixed #7755 (Pickups created in map files ignore interior argument)

d4a43d9d7dcb705a751ed5544a7147506dcafdf3 authored over 9 years ago by sbx320 <[email protected]>
Fixed #8878 ([1.5] Client-side getElementID returns garbage)

97eb643aaa15cf70bada130458d4ad6a711c9cd7 authored over 9 years ago by sbx320 <[email protected]>
Fixed #8894 ([Request] Some functions or a function to get the settings of Web Browser in settings tab)

(Added getBrowserSettings)

74af3d489778cbcb63931b4a33ec38efc449c7c3 authored over 9 years ago by Jusonex <[email protected]>
Fixed #8899 ([1.5] loadBrowserURL wiki example causes crash)

5429295cbf0d8d472d1d487e7ca330b6e351ec14 authored over 9 years ago by Jusonex <[email protected]>
Fixed #8896 (Add the flag "u" in regular expressions) #2

a9781f2f94368222e11bee8a10b4c125372ec472 authored over 9 years ago by ccw <[email protected]>
Fixed #8896 (Add the flag "u" in regular expressions)

738e17422c25beb740a330ab74fa02f22c655b5d authored over 9 years ago by ccw <[email protected]>
Tweaked automatic TXD resizing

2be2c2283877742caaad281c8ced304740bab6de authored over 9 years ago by ccw <[email protected]>
Added more info to 'Bad server response' error message

7a17bb09b0bebd7774482d1010a05bbecfe8bd87 authored over 9 years ago by ccw <[email protected]>
Added resource meta option <download_priority_group> to allow certain client resources to download and start earlier or later than other resources when a player first connects to a server.

840ea4da41b9d2b212978181884220790b1a716d authored over 9 years ago by ccw <[email protected]>
Added number of simultaneous render targets capability to dxGetStatus.

Updated stats.

316064bf0b9a1fb040865d8348b7ab34eea462d5 authored over 9 years ago by ccw <[email protected]>
Fixed events attached to the element root (or a parent generally) not being called on gui-browsers

d3e9703dfb180a63a89f032bbdc4d78cb9e2d5f4 authored over 9 years ago by Jusonex <[email protected]>
Set bad_net_bullet_fix option to enabled by default

ecd8eedeace7982868227f88ebce4b8624b7a888 authored over 9 years ago by ccw <[email protected]>
Added fix for bullet sync not applying damage to the local player during network interruptions by applying remote calculated damage.

Enable with: setServerConfigSetting( "bad_net_bullet_fix", 1 )
Enable logging with: setServerCon...

62cc3b895383a8897e227f5242c576a4c63879b4 authored over 9 years ago by ccw <[email protected]>
Addendum to previous commit

1909a6b987d096d3d53bc86536daac3fdab2b2d1 authored over 9 years ago by Jusonex <[email protected]>
Added onClientBrowserResourceBlocked (Parameters: url, domain, reason)

f655dd8270747cc3c72d73e25d23f603cb90d4e9 authored over 9 years ago by Jusonex <[email protected]>
Fixed #8881 (Game Crash by Object "traincross1")

ed90768a16a36cfe18d168c04b30bc934baaaaa5 authored over 9 years ago by Jusonex <[email protected]>
Possible crash fix for random thing

3726b47d618e08e27046e1f9b49639e5433f26a1 authored over 9 years ago by ccw <[email protected]>
Added experimental network interruption detection

a492b049ccd8dfa4d4e20dac88d256e5056ec632 authored over 9 years ago by ccw <[email protected]>
Updated launch exe

963eb6b777627fcfc893acd463cbe9998046d601 authored over 9 years ago by ccw <[email protected]>
Added VS runtime check in launcher (on load failure).

Fixed auto-update problems associated with file permissions.

259215e75209546256b608ae0b4d625d67d514d2 authored over 9 years ago by ccw <[email protected]>
Force build to test fix for #8879 (Broken compatibility with external mods)

229f5fa5daefd1f9884301daa8541cc55f7fe0cb authored over 9 years ago by ccw <[email protected]>
Add set/getCameraFieldOfView

This only affects the onfoot/invehicle field of view.

This commit also introduces the requireme...

8c62713de880a1676ecb347fb18e432c4145a8aa authored over 9 years ago by Qais Patankar <[email protected]>
Hid httpserver option in mtaserver.conf because of misunderstandings. #2

7e0e7a29e81a4cbb8fed1f7eb48f149213d476f0 authored over 9 years ago by ccw <[email protected]>
Fixed crash when using a shader on grass

c0a35ccd2b7704c92907fd48f66eeea869e533a4 authored over 9 years ago by ccw <[email protected]>
Added an option to addAccount to check for case insensitive name clashes

28a95d5d9f47f710cd59dcf1c26f69d387d522b8 authored over 9 years ago by ccw <[email protected]>
Updated client error messages.

Hid httpserver option in mtaserver.conf because of misunderstandings.
Updated serverip comments ...

0feeda06ddbd7b953355f26952b412f37b33b65a authored over 9 years ago by ccw <[email protected]>
Test to make json rounding more efficient

4cc6fdaf990013f7d50bcc6f6036a9131c0e3ea6 authored over 9 years ago by ccw <[email protected]>
Fix indentation in a few files

6fd8c85c106a7103fbcfe759397027f34338208c authored over 9 years ago by Qais Patankar <[email protected]>
Add getPedOccupiedVehicleSeat client side

As requested three years ago by mabako, in issue #6845:
https://bugs.multitheftauto.com/view.php...

da77ba941e0bbe013864f2b6c93aaff9945156b0 authored over 9 years ago by Qais Patankar <[email protected]>
Fixed #8835 (OOP: takeAllWeapons, takeWeapon aren't implemented for Ped class)

3c2117897b16ab11932b39160319c5a24bb61abc authored over 9 years ago by Jusonex <[email protected]>
Added peds' weapons to the EntityAddPacket

Fixed a small inconsistency in CClientPed::GiveWeapon

27dd16873edbabc6663109ade2c5c9b4e3edc61e authored over 9 years ago by Jusonex <[email protected]>
Fixed resource file checksum error caused by scripts modifying downloaded files.

5acbe7449d9a6ae160bf00dcedd075da841e3314 authored over 9 years ago by ccw <[email protected]>
Updated crash logging

c621d7192c82bf8b18c2f139dfeb54967c870048 authored over 9 years ago by ccw <[email protected]>
Updated a kick message

1ac549a9ccc0a9c5f0936697bf66acdba07ab48b authored over 9 years ago by ccw <[email protected]>
Added option to allow locally modified player models

927099d735342d661cc03705db7200b27e486fd3 authored over 9 years ago by ccw <[email protected]>
Fixed memory leak when changing player model

8f59d1993d70cfbc8b92f950ef55e97c6930d5d7 authored over 9 years ago by ccw <[email protected]>
Changed module loading error messages to show more path information

95c874fd824f6dfca85a4f58c9c9ac2dc96a73e7 authored over 9 years ago by ccw <[email protected]>
Added help info for a model crash.

Added possible fix for floating point precision not being restored.
Updated disk space check to ...

eb86f81fba0c4fb6b5e53347c01e4d518c809794 authored over 9 years ago by ccw <[email protected]>
Merge pull request #7 from Audifire/json

Compact "toJson" http://bugs.mtasa.com/view.php?id=8848

feaabe986b27cf2e0406cdd55b2c68d084178b56 authored over 9 years ago by Qais Patankar <[email protected]>
Fix CEF OOP typo

75d1a3659a1528cc3168a6ae4b07e8ab734f9e8b authored over 9 years ago by Qais Patankar <[email protected]>
Fixed argument error logging

Fixed, that second value can not be any type

846703c68f7b6d137aae36230f9954fcbb148601 authored over 9 years ago by Audifire <[email protected]>
Delete outdated CHANGELOG

681318ff1bf0f7b2505c8ba0661559c15538b4ce authored over 9 years ago by Qais Patankar <[email protected]>
Rename "autocomplete nicks" to "nick completion"

cc580a60c8105bb264d939d627af064f09874c82 authored over 9 years ago by Qais Patankar <[email protected]>
Merge pull request #5: Nickname completion

Adds the ability to complete nicknames in the chatbox when the tab key is
pressed - this feature...

bb53835dd793644f8a9921dbbdd284616642540c authored over 9 years ago by Qais Patankar <[email protected]>
Moved client log and config files to mta\logs and mta\config #2

5f8473685f8ad86e262eb70e05294e007d1d63b7 authored over 9 years ago by ccw808 <[email protected]>
Moved client log and config files to mta\logs and mta\config

8bccd3bf1588192cf1f74bf399294bc996b3553e authored over 9 years ago by ccw <[email protected]>
Set 64 bit modules directory to "x64/modules"

1480067ced2b0e0c7790a6920d17823c2651ad20 authored over 9 years ago by ccw <[email protected]>
Made settings panel bigger.

Removed restart requirement when changing language.

de4f9d4c0702d4ec194aa2baacaf452ac3a8a323 authored over 9 years ago by ccw <[email protected]>
Fixed server ignoring module initialization failure

f61f41d0fba54c53ffe75ab7d5df198ca9482db6 authored over 9 years ago by ccw <[email protected]>
Enabled 'low frag heap' for XP

0f733f383772a84225adaae6bc066dba625dd646 authored over 9 years ago by ccw <[email protected]>
Fixed symbol path for Release builds

d2122918cd5263ea35c21b6861a3ec9cba7ee7c7 authored over 9 years ago by ccw <[email protected]>
Changed loader to always use proxy_sa.exe

c0f688a5e89fc03afe94a9d07af70a6c46d4eda0 authored over 9 years ago by ccw <[email protected]>
Add compact argument for toJSON from ID #0008848

c30efc1190bf6f66a00dd2461f1978503364ca4e authored over 9 years ago by Audifire <[email protected]>
Merge pull request #6 from Audifire/sound

Add sound throttling from ID #0008814

efbf598d5d2b64d26755f0a925ceb553012a38b1 authored over 9 years ago by ccw <[email protected]>
Add sound throttling from ID #0008814

236ca8d72141f73d941ecaa987afc44944eaec12 authored over 9 years ago by Audifire <[email protected]>
Removed unused file hooks

7aeb6c52f71aa148cd19f381af9f0f677098d9cb authored over 9 years ago by ccw <[email protected]>
Linux compile fix

b5c155e2ddfd009e57e1917ceda71c69b9c720db authored over 9 years ago by ccw <[email protected]>
Removed wild tab + optimisation

5f0f79af2d7ff04f034291fb53ad53a870c03f4b authored over 9 years ago by Audifire <[email protected]>
Fixed #8847 (getAccountData cause memory leak)

21b03b6616f636c9ac0c6448c60295b5569b6722 authored over 9 years ago by Jusonex <[email protected]>
Patch for ID 0008734 + togglable

Nickname Autocomplete with the wish to make it togglable

9b763a9aeef9499d067b7235c1c37cd1650979a4 authored over 9 years ago by Audifire <[email protected]>
Added server shutdown disconnect message

ba2817fd70ff73d468a1a70736342b028c67759c authored over 9 years ago by ccw <[email protected]>
Added isURL parameter to requestBrowserDomains/Browser.requestDomains (Addendum to previous commit)

494ec78fd93c536517acd8b0156a1475d8efec5b authored over 9 years ago by Jusonex <[email protected]>
Added 'isURL' parameter to isBrowserDomainBlocked/Browser.isDomainBlocked

Added onClientBrowserLoadingStart and improved the behavior of onClientBrowserNavigate a bit (it ...

7d243c948bde41092de95b90475c609b06c8b113 authored over 9 years ago by Jusonex <[email protected]>
Fixed 64bit compile error

51c54459b0fc3de056bfe7fceb6566915cbc63f7 authored over 9 years ago by ccw <[email protected]>
Addendum to last commit #2

b566982fc64f3dedc19ed350a96dd0717bfc1bb9 authored over 9 years ago by Jusonex <[email protected]>
Fixed loading local files for the CEGUI web browser widget

Addendum to last commit (added postURLEncoded parameter to loadBrowserURL)

5b2e4fd6dfd4ceea40f310ac5cae4ffada059f47 authored over 9 years ago by Jusonex <[email protected]>
Added postData parameter to loadBrowserURL/Browser.loadURL

Added transparency parameter to guiCreateBrowser

6547f10fcbc425eb5e8fa25fe4477425dfaddb34 authored over 9 years ago by Jusonex <[email protected]>
Fixed GUI element not loosing input focus when being hidden

Also fixes onClientGUIBlur not being triggered in consequence of guiSetVisible(e, false)

This fi...

d240028e4a4e6f0e1c7023717e690f66e0e250cb authored over 9 years ago by Jusonex <[email protected]>
Merge pull request #4 from Kernell/master

Added quality argument for dxCreateFont

6091c2c34a5f24970dcb39023f6c85a67e6cc960 authored over 9 years ago by ccw <[email protected]>
Improvements for automatic TXD resizing #2

b5ed33f54ca8514c2d9d7111eeddf905db918596 authored over 9 years ago by ccw <[email protected]>
Improvements for automatic TXD resizing

fe599b84157ac79e5fc05d965c6cb216f7018313 authored over 9 years ago by ccw <[email protected]>
Changed SString strQuality to enum eFontQuality

f609388429a12e987693da63c673a4da3d5598ca authored over 9 years ago by Kernell <[email protected]>
Renamed 'Browser' tab to 'Web Browser'

Layouted web browser tab for the larger settings GUI size

f8d8d95df5e86f5b9277c2503823113f6ef27937 authored over 9 years ago by Jusonex <[email protected]>
Fixed crash in automatic TXD resizing #2

fce2393d0de5d638a175cfbdfb900396d72fb5fd authored over 9 years ago by ccw <[email protected]>
Fixed crash in automatic TXD resizing

27d68adf1f45beae416b1c93b7ed4699df46fed6 authored over 9 years ago by ccw <[email protected]>
Linux compile fix

8fdd7e579383dc886d844a24f354978bec08cc3a authored over 9 years ago by ccw <[email protected]>
Added automatic TXD resizing for 32 bit OS users to help fix low memory crashes

f50adcff0bccdae1d7f749cd31ae0fbe19551ee3 authored over 9 years ago by ccw <[email protected]>
Fixed dxGetStatus().SettingFOV being all wrong

d06d0d24704ee9cfc4526455dd50ebb6420085ae authored over 9 years ago by ccw <[email protected]>
Added quality argument for dxCreateFont

70defb31c4c062e9c7bfc20d46ea5edc65b9089d authored over 9 years ago by Kernell <[email protected]>
Added support for CEGUI browsers to guiSetInputMode

Removed unused URL parameter from guiCreateBrowser
Fixed a few warnings

d88a4e59cdde899003bfb7e64a68e321e5006a29 authored over 9 years ago by Jusonex <[email protected]>
Fixed #8829 (removeBan(?) crashes the server)

9caa1205a7135726033c2713c1c4818e45bfa33a authored over 9 years ago by ccw <[email protected]>
Fixed #8803 (Remove BASS Error message for players) Patch from ruun

971dc486f85acbc33cf970c88924ca97dbefd922 authored over 9 years ago by ccw <[email protected]>
Fixed #8822 (Remove "voiceptt: This server does not have voice enabled" for players)

ca89412546db76d9f09f6490a3b4788add38cb74 authored over 9 years ago by ccw <[email protected]>
Fixed FOV setting not being applied on startup.

8912ae46f2dbc3eaeec372eb6220283c62420f7f authored over 9 years ago by ccw <[email protected]>
Fixed #8793 (removeElementData does not trigger the events: "onElementDataChange" and "onClientElementDataChange")

faae9a2c6c1a60c208924d6720bacfca47ec5da5 authored over 9 years ago by ccw <[email protected]>
Fixed #8826 (showChat(false) while typing will block the console away)

5ae9d8291084b31eac155eaf267e3d054a0de952 authored over 9 years ago by ccw <[email protected]>
Tweaked streaming memory size calculation.

a7839fb03267446180b100761a041165c18c407c authored over 9 years ago by ccw <[email protected]>
Added server check for incorrect use of private IPs.

Added server net module log output.
Tweaked server config reading.

c835efb9ab958872a6ec25667a8782511ec87d27 authored over 9 years ago by ccw <[email protected]>
Fixed issues caused by updating CEF

Added a check to guiCreateBrowser that prevents browsers from getting created if remote websites ...

c1d0cd9e030ee820c0505c1c6a9e8413b6e50e56 authored over 9 years ago by Jusonex <[email protected]>
Updated CEF to 3.2272.2077 (Chromium 41.0.2272.76)

Removed cefsimple and cefclient

420ae49aba00591f19281f732dfed1fc336105d2 authored over 9 years ago by Jusonex <[email protected]>
Added firewall check to installer

c1b9abfda75c99d75cc2ef087d2d9f22aa6e9fa6 authored over 9 years ago by ccw <[email protected]>
Server crash fixes

bbd44aaf528090e67d1fbfcae9a72d6e75504263 authored over 9 years ago by ccw <[email protected]>
Added FOV setting in the Video tab

df758e8985f7d91ca0f719b2c11cba68591302c1 authored over 9 years ago by ccw <[email protected]>
Fixed http stats being wrong sometimes.

3e7d06cc9d62b6904af79c002dcb9f14fa1682da authored over 9 years ago by ccw <[email protected]>