1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 16:38:42 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
Mathieu Comandon
e89c73c884 Remove custom-name directive from script 2021-04-13 22:05:41 -07:00
Mathieu Comandon
de8bb404ca Add note about destination for move command 2021-04-12 17:14:17 -07:00
Mathieu Comandon
7f5c03ba61 Remove terminal option from examples 2021-03-31 22:07:20 -07:00
Mathieu Comandon
020862ee3b Document extends directive (Closes #2839) 2020-10-05 23:29:38 -07:00
Loïc C. Reynier
004ae485ef Installer documentation fixes 2020-10-03 04:53:57 -07:00
Mathieu Comandon
b71c303af5 Installer documentation fixes 2020-06-26 17:31:21 -07:00
Mathieu Comandon
79cfa2e3eb Clarify and reorganize installer documentation 2020-06-19 17:51:44 -07:00
hydrian
0e7fc08bba Moved Lutris's API doc link. Also clarified that use of the slug. 2020-06-19 12:18:36 -07:00
hydrian
4ebd46fadb Added link to running api documentation to runner section. 2020-06-19 12:18:36 -07:00
hydrian
5ff6484ce2 Added how to extract gogid from an inno installer. 2020-06-19 12:18:36 -07:00
hydrian
fed243417e Fixed variable name typo 2020-06-19 12:18:36 -07:00
hydrian
21c99dd81a Added arch,appid,prefix, and working_dir 2020-06-19 12:18:36 -07:00
hydrian
92d54e45f7 Fixed typo in game_id. Added link to ScummVM compatibility list with
short names.
2020-06-19 12:18:36 -07:00
hydrian
211d0cdcc3 Fixed typo in gogid 2020-06-19 12:18:36 -07:00
hydrian
efc604da7e Fixed variable typo 2020-06-19 12:18:36 -07:00
hydrian
3071786f0b Added game section. exe,args,gogid,game_id,path attributes 2020-06-19 12:18:36 -07:00
Mathieu Comandon
ed9660bd82 Allow customization of the message displayed at the end of installations (Closes #1775) 2020-04-11 14:38:43 -07:00
Mathieu Comandon
6f6b50cf66 Remove xboxdrv option 2020-02-05 20:35:01 -08:00
Esdras Tarsis
1735b11611 [docs] Fix typo in the Override section 2019-12-25 18:30:29 -08:00
Julian Schacher
6e3b13a870 Fix Small Mistake in installers.rst
The example and description didn't match.
So fix the example to match the description.

Signed-off-by: Julian Schacher <jspp@posteo.net>
2019-12-21 15:13:52 -08:00
Mario Ortiz Manero
a37d3a417e Fixes inside installers.rst 2019-09-08 10:02:47 -07:00
Nick Zatkovich
e3077afb0b Add documentation of gog extract feature 2019-08-05 19:04:20 -07:00
Tarulia
6fc16d8be5 docs: added link to full list of winetricks 2019-05-14 23:17:37 -07:00
Mathieu Comandon
995cfb2ada Those shouldn't be called in installers 2019-03-28 11:22:52 -07:00
Clarence "Sparr" Risher
febf6fa4a8 Add wildcard support to extract command 2019-03-21 12:41:23 -07:00
Mathieu Comandon
4cfb14e500 Add resolution variables for installers (Closes #1874) 2019-03-19 18:14:17 -07:00
cxf
35cdc21257 Update GOG alt installer 2019-01-19 12:50:24 -08:00
Mathieu Comandon
41466f6bb2 Remove options that shouldn't be used in script from the doc 2019-01-10 02:24:21 -08:00
Mathieu Comandon
7da989e1b4 Remove RenderTargetLockMode option 2019-01-10 02:23:03 -08:00
Mathieu Comandon
b741d69f4a Change preselect as well 2019-01-07 17:48:04 -08:00
Mathieu Comandon
b2a2dd8a2f Brainfuck is not a proper example of a game's language unless the goal is to fuck with the reader's brain 2019-01-07 17:47:08 -08:00
Mathieu Comandon
e136a8f5f7 Remove [200~-run_without_steam (example: true) 2019-01-07 17:43:30 -08:00
Aaron Opfer
64a24405f9 speed up detection of wine process exit
This changeset installs a `SIGCHLD` signal handler which reaps child processes, and on successful child process reaping, triggers an early execution of `watch_children` to evaluate the new process state. This also removes the cycle count requirement for marking a process as exited since we now have more reliable ways to determine the state of the application. It also adds more background wine processes to the exclude list by default. Combined, these changes mean much more rapid detection of an exited wine game.

This should significantly help #1012.
2018-12-19 17:56:26 -08:00
Mathieu Comandon
14e6d658dd Document monitor_max_cycles option 2018-12-17 23:33:17 -08:00
Mathieu Comandon
9ae36e6793 Remove disable_monitoring option 2018-12-17 23:15:18 -08:00
Mathieu Comandon
acbd4681e2 Merge master in next (Warning: it's broken) 2018-11-06 22:19:45 -08:00
Mathieu Comandon
16e40ed2e7 Remove extra dollar signs from installer documentation 2018-11-02 21:08:17 -07:00
Medath
92298db75f document the copy command 2018-10-14 13:43:55 -07:00
Mathieu Comandon
0930b98299 Fix documentation formatting issues in example scripts (Closes #1166) 2018-10-09 00:10:11 -07:00
luthub
2ca90c41d6 Change example urls in installer documentation to https and example.com
Not sure what to do with line 34, because I don't actually know what a referer is
2018-08-16 00:25:59 -07:00
daniel-j
d3384d276d Add data and merge parameters to write_config installer command 2018-06-18 14:06:18 +02:00
cxf
d0b2242982 Update installers.rst
Wine Steam runner uses `winesteam:` not `wine:`

Linux Steam installers use the `steam` runner.
2018-06-18 09:37:29 +02:00
nastys
6dc34a53d7 Optimize code and enable desktop effects by default 2018-05-24 10:07:34 +02:00
nastys
2f24a87a89 Added an option to disable the compositor/desktop effects for better performance on KDE, MATE and XFCE 2018-05-23 13:57:25 +02:00
Mathieu Comandon
f3f0298bf5 Update default wine arch in documentation 2018-05-16 16:46:21 -07:00
Mathieu Comandon
eb13f57aeb Add custom-name directive to scripts (Fixes #715) 2018-05-08 00:24:18 -07:00
Mathieu Comandon
36ab7c01f1 Add require-binaries directive to scripts (Fixes #716) 2018-05-07 23:50:47 -07:00
soredake
d2d75ab940 Big docs update 2018-02-26 22:42:17 -08:00
Mathieu Comandon
dcb13ab0ba Add note about YAML formatting 2017-12-30 12:25:20 -08:00
Mathieu Comandon
c2fc40a6a8 Document mode option for write_file + substitute file content 2017-12-30 12:24:47 -08:00