Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-29 | Forgot to tick the version | Ryozuki | |
2020-06-29 | Update to 14.0.3 | Ryozuki | |
2020-06-26 | Update to 14.0.2 | Ryozuki | |
2020-06-26 | Update to 14.0.1 | Ryozuki | |
2020-06-25 | Update to 14.0 | Ryozuki | |
2020-05-31 | Update to 13.2.2 | Rafael Fontenelle | |
2020-05-30 | Update to 13.2.1 and enable UPNP | Ryozuki | |
2020-05-27 | Update to 13.2 | Rafael Fontenelle | |
2020-05-01 | Update to 13.1 | Rafael Fontenelle | |
Enable antibot again, add libnotify to depends array | |||
2020-04-11 | Disable ANTIBOT due to cmake not installing libantibot.so | Ryozuki | |
2020-04-11 | Update to 13.0.2 | Ryozuki | |
2020-04-08 | Update to 13.0.1 | Rafael Fontenelle | |
2020-04-07 | Update to 13.0 | Rafael Fontenelle | |
Enable antibot and recording features. | |||
2020-02-22 | Update to 12.9.2 | Ryozuki | |
2020-02-14 | Update to 12.9.1 | Rafael Fontenelle | |
2019-12-26 | Update to 12.8.1 | Rafael Fontenelle | |
2019-12-18 | Update to 12.8 | Rafael Fontenelle | |
2019-10-31 | Update to 12.7.3 | Rafael Fontenelle | |
2019-10-16 | Update to 12.7.2 | Ryozuki | |
2019-10-15 | Update to 12.7 | Ryozuki | |
2019-08-24 | Disable websockets feature due to a crash. | Ryozuki | |
We will have to wait until this is fixed on ddnet. | |||
2019-08-02 | Update to 12.6.1 | Ryozuki | |
2019-07-31 | Update to 12.6 | Ryozuki | |
2019-06-16 | Add DDNet Server systemd service, drop desktop | Rafael Fontenelle | |
Instead of creating a .desktop file for the DDNet-Server executable, use a systemd unit file which runs the server instance as a user called "ddnet" and the service's data in "/var/lib/ddnet". ddnet-sysusers.conf is responsible for creating the user and group if they don't exist. It won't remove them upon package removal though, but one can use 'userdel ddnet' for that. ddnet-tmpfiles.conf is responsible for creating /var/lib/ddnet with the user and group newly created by sysusers.d config file. There will be stored autoexec_server.log, a "records" directory and any other persistent data. When starting the systemd unit file "ddnet-server.service", it runs the DDNet-Server executable with work directory "/var/lib/ddnet" as user "ddnet", which allows to store the persistent files in there. As a consequence of this change, "imagemagick" and "gendesk" are no longer needed for creating .png icon and .desktop files, so they were removed from makedepends array. .gitignore now includes *.conf and *.service to the exception list | |||
2019-06-15 | Don't package autoexec_server.cfg | Ryozuki | |
It's already packaged by ddnet-maps-git. I also updated the descriptions to match the ones of ddnet. | |||
2019-06-15 | Update to 12.5, add autoexec_server.cfg and use provided icons and .desktop ↵ | Ryozuki | |
files for the client | |||
2019-05-22 | Update to 12.4.3 | Rafael Fontenelle | |
2019-05-13 | Update to 12.4.2 | Rafael Fontenelle | |
2019-04-24 | Update to 12.3 | Rafael Fontenelle | |
2019-04-21 | Update to 12.2 | Rafael Fontenelle | |
2019-04-13 | Enable ddnet: links | Rafael Fontenelle | |
Click on a DDNet server instance URL to start the client playing in that server instance See: https://ddnet.tw/news/ddnet-links/ | |||
2019-04-10 | Update to 12.1 | Rafael Fontenelle | |
2019-04-10 | Use ninja build system | Rafael Fontenelle | |
Better build times. Also move $srcdir/build/prep/ folder to $srcdir/prep for a shorter filepath in the PKGBUILD. | |||
2019-04-03 | Add pnglite to depends | Rafael Fontenelle | |
2019-03-31 | Update to 12.0.1 | Rafael Fontenelle | |
2019-03-28 | Update to 12.0 | Rafael Fontenelle | |
2019-03-19 | Add websockets support | Rafael Fontenelle | |
Why not? | |||
2019-03-17 | Update to 11.9, convert icons, gen desktop | Rafael Fontenelle | |
Changes in this commit: - Update pkgver to 11.9 - Update pkgdesc using text from the project's GitHub page - Remove icon and desktop files from source() - Extract icon files from their .ico files (requires imagemagick) - Generate .desktop files (requires gendesk) - Install icon files in /usr/share/icons/hicolor/ subdirectories - Run 'install' verbosely | |||
2019-02-15 | Update to 11.8 | Rafael Fontenelle | |
2019-01-12 | Update to 11.7.2 | Rafael Fontenelle | |
2019-01-09 | Update to 11.7 | Rafael Fontenelle | |
2018-12-27 | Update to 11.6.1 | Rafael Fontenelle | |
2018-12-24 | Remove replaces teeworlds-ddnet | Rafael Fontenelle | |
Passed 1 year and 3 months already. See first commit | |||
2018-12-24 | Update to 11.6 | Rafael Fontenelle | |
2018-12-11 | Update to 11.5.1 | Rafael Fontenelle | |
Enable autoupdater again | |||
2018-12-04 | Enable autoupdater again | Rafael Fontenelle | |
https://github.com/ddnet/ddnet/issues/1374 | |||
2018-11-21 | Update to 11.5 | Rafael Fontenelle | |
2018-10-31 | Update to 11.4.5 | Rafael Fontenelle | |
2018-10-01 | Update to 11.4.4 | Rafael Fontenelle | |
2018-09-13 | Update to 11.4.3 | Rafael Fontenelle | |
Also use 'make install' to install client, server and tools bins, and other minor changes. |