Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e26c8a1
userguide - 1st commit
alanggreen Sep 1, 2018
2b52f76
Textual updates
alanggreen Sep 1, 2018
4988ecc
Brushing up
alanggreen Sep 1, 2018
bfbfd33
Add configuration and hardware requirement info
alanggreen Sep 2, 2018
47e181b
updates
alanggreen Sep 3, 2018
7b48385
add links, results and more
alanggreen Sep 3, 2018
0271a2c
fix link errors
alanggreen Sep 3, 2018
ce0ac63
proofreading
alanggreen Sep 3, 2018
b3c5ca6
Move images info folder
alanggreen Sep 3, 2018
4d56931
Correct error in Download rankings
alanggreen Sep 4, 2018
6c9eb5e
Add link
alanggreen Sep 4, 2018
7981c5f
support 64 bit only
alanggreen Sep 5, 2018
95611d8
Cleanup
alanggreen Sep 5, 2018
406fa50
Improve overview
alanggreen Sep 6, 2018
4f65e58
Merge branch 'user-guide' of https://github.com/FirstLegoLeague/Launc…
alanggreen Sep 8, 2018
dbb95fc
Add quick start
alanggreen Sep 10, 2018
ee3b990
fix name of M.C. role
alanggreen Sep 10, 2018
de2755e
More details about scoreboard
alanggreen Sep 11, 2018
833b00c
STart known issues list
alanggreen Sep 12, 2018
88ee360
Updated according to experience with 1.3.9-205
yosikarl Sep 12, 2018
c34131d
Merge pull request #107 from FirstLegoLeague/yosikarl-patch-1
alanggreen Sep 13, 2018
83240f2
Add description of shortened schedule files
alanggreen Sep 13, 2018
c974ea7
Fix external links
alanggreen Sep 13, 2018
1c8700b
Update tournament-settings image
alanggreen Sep 13, 2018
9287083
Merge branch 'user-guide' of https://github.com/FirstLegoLeague/Launc…
alanggreen Sep 13, 2018
2abd220
Updates
alanggreen Sep 13, 2018
e2e0daa
Update launcher image
alanggreen Sep 15, 2018
b133218
more updates
alanggreen Sep 18, 2018
fb49a33
updates
alanggreen Sep 18, 2018
a839a55
fixes
alanggreen Sep 18, 2018
1810fcd
add About and Help
alanggreen Sep 18, 2018
e53f36e
Update userguide.md
yosikarl Sep 19, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ Development
If you are missing it anyway you can use one of the following option:
- [cygwin](http://www.cygwin.com/)
- [MinGw](http://www.mingw.org/)
- Python
- Install Python 2.7
- Microsoft Build Tools
- Download from https://www.microsoft.com/en-in/download/details.aspx?id=48159
- Install BuildTools_Full.exe

\*Optional - This is needed only for the building of the installation files

Expand All @@ -72,8 +77,8 @@ Development
- Clone the repository
- Run from cmd `yarn install`
- Run from cmd `yarn get all` - this would download all external
modules for the luancher. Use `yarn get --help` to change the modules
that would download.
modules for the launcher. Use `yarn get --help` to choose the modules
to download. Do this if you know that only specific modules have been updated.

### Run Program Locally ###
The simple way run:
Expand Down
Binary file added docs/images/launcher-loglevel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/launcher-network-connections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/results-display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring-duplicate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring-mission-incomplete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring-mission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring-tile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/scoring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/test-sounds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/timer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tournament-images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tournament-import-schedule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tournament-import.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tournament-matches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/tournament-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
338 changes: 338 additions & 0 deletions docs/userguide.md

Large diffs are not rendered by default.