Skip to content

Commit

Permalink
Changed update mechanism to fetch latest release information from Git…
Browse files Browse the repository at this point in the history
…Hub API. Added non-human translations as a temporary sulotion for filling the missing entries within the translation files. Small fixes regarding server selection.
  • Loading branch information
BigETI committed Apr 24, 2018
1 parent 5591c47 commit b38f864
Show file tree
Hide file tree
Showing 165 changed files with 11,511 additions and 5,182 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,5 @@ __pycache__/
*.cache
SAMPLauncherNET/obj/Debug/SAMPLauncherNET.csproj.FileListAbsolute.txt
./SAMPLauncherNET/bin/
./SAMPLauncherNET/obj/
./SAMPLauncherNET/obj/
./SAMPLauncherNET/PreBuilds/
Binary file modified .vs/SAMPLauncherNET/v15/.suo
Binary file not shown.
20 changes: 11 additions & 9 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ With the use of the Material Design layout the launcher looks modern.
### Multi-language support
If you prefer a different language than the english language, you can easily change the language of the launcher.

### Discord Rich Presence
Show at your Discord profile where you are playing using the [SA:MP Discord Rich Presence plugin](https://github.com/Hual/samp-discord-plugin) integration.
### ASI plugin loader and manager
Load or manage any GTA San Andreas compatible ASI plugin within this launcher.
Supported and listed ASI plugins by default:
- [SA:MP Discord Rich Presence plugin](https://github.com/Hual/samp-discord-plugin)

### Multi-threaded query mechanism
Fast server listing, where hundreds of SA:MP servers can be queried at the same time.
Expand All @@ -31,14 +33,12 @@ Search anything related to a SA:MP server easily on popular search engines.
### Debug mode and singleplayer
You can launch SA:MP debug mode or Grand Theft Auto San Andreas with a click on a button.

### Gallery
Manage your screenshots from this launcher.
### Media
The media tab allows to manage screenshots, look up the last chatlog and saved positions.

### Last chatlog
If you would like to know what happened the last time you joined a server, you can look it up in the last chatlog.

### Saved positions
Look up your saved positions on the fly.
### Sessions data
A very important feature for users who want to record session based data.
This can be enabled at the launcher options.

### Version changer
Change your SA:MP version to your needs by applying a patch or installing manually.
Expand Down Expand Up @@ -89,3 +89,5 @@ Make your server development workflow easier by configuring, starting and joinin
![Screenshot](screenshots/screenshot017.png)

![Screenshot](screenshots/screenshot018.png)

![Screenshot](screenshots/screenshot019.png)
293 changes: 0 additions & 293 deletions SAMPLauncherNET/GitHubLatestReleaseDataContract.cs

This file was deleted.

Loading

0 comments on commit b38f864

Please sign in to comment.