Changelog:
* Fix insecure use of printf
* netplay.c: add missing includes generating warnings on compile
* Update README
* Remove old game server
* Update INSTALL
* Update configure script
Update diff from Micah Muer, OK maintainer Ryan Freeman
- upstream repo has been renamed (formerly Steamworks.NET-nosteam)
- now includes hlsteam which allows running Northgard (with hashlink)
- also adds libcestub for Little Racers STREET
currently failing to connect with Steam with both 2.3.2 and 2.3.3
switch to app entry URL from v0002 to v2 - reivyr (on #openbsd-gaming)
reports v0002 doesn't work in South America region.
Note new -debug flag which should help with bug reports
ok solene@
DESCR:
Python-based tool for downloading your GOG.com game collections and extras to
your local computer for full offline enjoyment.
By default, game folders are saved in the same location that the script is run
in. You can also specify another directory. Run gogrepo.py -h to see help or
read more below. Each game has its own directories with all game/bonus files
saved within.
Features:
* Ability to choose which games to download based on combinations of OS
(windows, linux, mac) and language (en, fr, de, etc...)
* Saves a !info.txt in each game folder with information about each game/extra
item.
* Creates a !serial.txt if the game has a special serial/cdkey (I know, not 100%
DRM-free, is it?). Sometimes coupon codes are hidden here!
* Verify your downloaded collection with full MD5, zip integrity, and expected
file size checking.
* Auto retrying of failed fetch/downloads. Sometime GOG servers report temporary
errors.
* Ability to import your already existing local collection.
* Easy to throw into a daily cronjob to get all the latest updates and newly
added content!
* Clear logging prints showing update/download progress and HTTP errors. Easy to
pipe or tee to create a log file.
nsnake is a clone of the classic snake game that we all used to play
on our cellphones. You play this game on the terminal, with a textual
interface.
OK solene@
(which is not) throughout the ports Makefiles.
* Replace find|xargs with find -exec {} +
* Replace -exec {} \; with -exec {} + if applicable.
* Use the -delete operator to remove files and empty directories.
* Combine and tweak some find(1) invocations while here.
ok kn@ rsadowski@ espie@
To do that, the irrlicht backend had to be switched from X11
to SDL, since the X11 backend joystick support is Linux specific,
and there is no way to combine SDL joystick support with Linux graphics
backend. Test reports by Raf Czlonka.
OK pascal@ (MAINTAINER)
Too many changes to list, but will now run most (all?) modern commercial
and free games.
Comes with a renpyify script modelled after the fnaify script that will
enable playing commercial games.
Tested by at least pamela@, solene@; ok solene@
Testing by at least pamela@, solene@; ok solene@
Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and
related libraries. The initial goal of this project are to allow games
written using the pygame API to run on SDL2 on desktop and mobile
platforms. We will then evolve the API to expose SDL2-provided
functionality in a pythonic manner.
It is used in modern versions of Ren'Py.
changelog: https://github.com/SteamRE/DepotDownloader/releases
fixes depotdownloader not exiting to shell after completion.
login key now stored in a dedicated file instead of PWD; you may have
to enter Steam's 2FA code again after this update