mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
commit
7e358ec103
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,15 +1,32 @@
|
|||||||
#<img src="logo.png" alt="ExAd" width="200" />
|
#<img src="logo.png" alt="ExAd" width="200" />
|
||||||
|
|
||||||
## Changelog:
|
## Changelog:
|
||||||
### 160426 14:04 . v0.5.14
|
### 160426 14:04 . v0.5.2
|
||||||
#### Fixed
|
#### Fixed
|
||||||
* BattlEye filters been updated
|
* Description.ext was wrongly configured (Core)
|
||||||
* VG App return to sideApp on unLoad
|
|
||||||
* VG App clear lists before onLoad and content being loaded.
|
|
||||||
* AdvHint trying to show EXO Logo
|
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
* ExAd Logo.png
|
|
||||||
|
|
||||||
#### Deleted
|
#### Deleted
|
||||||
* EXO Logo.png
|
|
||||||
|
### 160426 14:04 . v0.5.1
|
||||||
|
#### Fixed
|
||||||
|
* BattlEye filters been updated (All)
|
||||||
|
* VG App return to sideApp on unLoad (VirtualGarage)
|
||||||
|
* VG App clear lists before onLoad and content being loaded. (VirtualGarage)
|
||||||
|
* AdvHint trying to show EXO Logo (VirtualGarage)
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
* ExAd Logo.png (Core)
|
||||||
|
|
||||||
|
#### Deleted
|
||||||
|
* EXO Logo.png (Core)
|
||||||
|
|
||||||
|
### 160426 . v0.5.0
|
||||||
|
#### Fixed
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
* Changelog introduced (All)
|
||||||
|
* Repo public (All)
|
||||||
|
|
||||||
|
#### Deleted
|
||||||
|
@ -1,7 +1,16 @@
|
|||||||
#Core
|
#Core
|
||||||
## Changelog:
|
## Changelog:
|
||||||
|
|
||||||
### 160429 14:04 . v0.5.14
|
### 160430 09:20 . v0.5.2
|
||||||
|
|
||||||
|
#### Fixed
|
||||||
|
* Description.ext was wrongly configured
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
|
||||||
|
#### Deleted
|
||||||
|
|
||||||
|
### 160429 14:04 . v0.5.1
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
* AdvHint trying to show EXO Logo
|
* AdvHint trying to show EXO Logo
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
#Core
|
#Core
|
||||||
## Instructions:
|
## Instructions:
|
||||||
|
### 160430 09:20 . v0.5.1
|
||||||
|
#### Update
|
||||||
|
* Description.ext was wrongly configured fixed ("CfgRemoteExec" >> "Functions")
|
||||||
|
```js
|
||||||
|
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
|
||||||
|
```
|
||||||
|
|
||||||
### 160429 14:04 . v0.5.1
|
### 160429 14:04 . v0.5.1
|
||||||
#### Update
|
#### Update
|
||||||
* Add "ExAdClient\Core\Img"
|
* Add "ExAdClient\Core\Img"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#VirtualGarage
|
#VirtualGarage
|
||||||
## Changelog:
|
## Changelog:
|
||||||
|
|
||||||
### 160429 14:04 . v0.5.14
|
### 160429 14:04 . v0.5.1
|
||||||
#### Fixed
|
#### Fixed
|
||||||
* BattlEye filters been updated
|
* BattlEye filters been updated
|
||||||
* VG App return to sideApp on unLoad
|
* VG App return to sideApp on unLoad
|
||||||
|
@ -28,7 +28,7 @@ class CfgRemoteExec
|
|||||||
jip = 0;
|
jip = 0;
|
||||||
|
|
||||||
class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
|
class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; };
|
||||||
class ExAd_fnc_clientRequest { allowedTargets=2; };
|
class ExAdServer_fnc_clientRequest { allowedTargets=2; };
|
||||||
};
|
};
|
||||||
class Commands
|
class Commands
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user