Skip to content

Releases: IgrisModz/IgrisLib

IgrisLib 1.5.0.0

06 Aug 23:21
Compare
Choose a tag to compare

Add 2 others constructor (api by name or enum)
Add 2 others change api (api by name or enum)
Add list of apis (name)
TargetName is now saved when you connect
Add icon to controls in add console window and console connection window
Fix getconnected for PS3MAPI
Add PS3MAPI to GetConsoleName

Exemple:
public PS3API PS3 { get; }
public List ApiList { get; set; }
public string SelectedApi {get; set; }

Exemple with class:
for all its CCAPI, TMAPI, PS3MAPI
PS3 = new PS3(new CCAPI());
PS3.ChangeAPI(new CCAPI());
Exemple with name:
PS3 = new PS3("CCAPI");
PS3.ChangeAPI("CCAPI");
Exemple with enum:
PS3 = new PS3(SelectAPI.CCAPI);
PS3.ChangeApi(SelectAPI.CCAPI);

IgrisLib 1.1.0.0

03 Jun 19:05
Compare
Choose a tag to compare

Save current connected ps3 ip address
Add preset modules functions to PS3MAPI
Delete VSH_Plugins_CMD class because it is in double (PS3MAPI)
Add Full name in API interface

IgrisLib 1.0.3.6

21 Dec 21:33
Compare
Choose a tag to compare

Fixed error when connecting with ps3mapi when ccapi registry is not installed
Fix Add/Cancel text don't display to add console view

IgrisLib 1.0.1.0

20 Dec 23:43
Compare
Choose a tag to compare

Fix File don't display to connection view (CCAPI/PS3MAPI) in IgrisLib.MahApps.Metro
Add List of all api to PS3API (GetAllApi())

IgrisLib 1.0.0.0

13 Dec 22:38
Compare
Choose a tag to compare

This ps3lib has been completely redesigned and converted to wpf.
I added a part to it for the Mvvm (ViewModelBase / DelegateCommand).
It also contains PS3MAPI for HEN.
It works for CCAPI 2.60 and above.
The biggest changes different from ps3lib are:
-More options in extension.
-The instance is done like this PS3 = new PS3API (new PS3MAPI)) ;.
-The API change is done like this PS3.ChangeAPI (new CCAPI ()) ;.
-Detection to GetConnected()/GetAttached/GetCurrentGame and save to IsConnected/IsAttached/CurrentGame.
-Add DetachProcess();.
-Add PS3RPC for Modules injector (TMAPI) ...

Language:
-French
-English
-German
-Spanish

IgrisLib.MahApps.Metro is the same as IgrisLib but uses MahApps.Metro as the theme. Used only if you used this theme as well, otherwise the theme will not display correctly.