Commit graph

146 commits

Author SHA1 Message Date
Edgar 2ae3adcef5
Add link to doxygen generated docs hosted on wiki.ddnet.tw 2022-02-18 11:18:35 +01:00
Dennis Felsing 43d81bcc93 Add CentOS, RedHat, AlmaLinux instructions 2022-02-08 18:16:31 +01:00
Dennis Felsing 1cf377f172 Disallow start_video outside of video player (fixes #4642) 2022-01-28 21:12:31 +01:00
def 3f537b3463 Add mold linking instructions 2021-12-25 01:06:53 +01:00
bors[bot] 3013466b86
Merge #4392
4392: Add SQL/Score tests r=heinrich5991 a=def-

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
2021-12-20 00:42:03 +00:00
heinrich5991 9ef9ee5d09 README.md: Sort dependencies alphabetically 2021-12-20 00:51:58 +01:00
def f464f148ac Add explicit -DTEST_MYSQL
Since the setup is a bit more manual and not as self-contained, so most
probably don't want to test it locally.
2021-12-19 19:40:20 +01:00
def 522bf75190 Add brew to README 2021-12-18 00:39:52 +01:00
def 4140d936fc Add macOS dependency instructions 2021-12-18 00:39:39 +01:00
def 065b11e649 Add code formatting instructions 2021-12-13 19:02:07 +01:00
def 19fe50420e Update readme (fixes #4425) 2021-12-07 13:34:34 +01:00
def 03a00ac14f Add gmock as dependency to README 2021-03-26 08:51:13 +01:00
def fb7a33d2b5 Add FreeBSD instructions
https://www.freshports.org/games/DDNet
2020-12-08 14:41:35 +01:00
bors[bot] 8167d5da2f
Merge #3352
3352: Add benchmarking section to README r=heinrich5991 a=def-

<!-- What is the motivation for the changes of this pull request -->

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: def <dennis@felsin9.de>
2020-11-28 17:16:44 +00:00
b3z a177ade918
Update brew command
`brew cask install ddnet` is depreciated.
2020-11-27 08:56:22 +01:00
def f523a229b2 Add benchmarking section to README 2020-11-23 13:37:33 +01:00
bors[bot] b17fb2827c
Merge #3107 #3155
3107: Log close error to console r=Jupeyy a=def-



3155: Add memcheck/asan/ubsan to readme r=Jupeyy a=def-

To be linked from https://github.com/ddnet/ddnet/pull/3133

Co-authored-by: def <dennis@felsin9.de>
2020-10-26 02:42:03 +00:00
def 61aa47da90 Add memcheck/asan/ubsan to readme 2020-10-21 14:29:01 +02:00
b3z 670f949a59
Update README.md 2020-10-21 12:26:43 +02:00
b3z 550512abe3
Add installation info for binary. 2020-10-21 12:00:12 +02:00
Edgar 06ede1714c
Add videorecorded depedencies 2020-10-12 12:17:13 +02:00
def cf4cf80ca6 Put dependencies before installation instructions in README
as noticed by Андрей Рудой on Discord
2020-09-09 17:07:05 +02:00
def 3e0e4bd3a8 Add SQLite as dependency in README 2020-08-12 10:29:01 +02:00
def 17deb99030 Document which MySQL/MariaDB versions we require (fixes #2343) 2020-06-24 14:50:15 +02:00
heinrich5991 f339fea748
Merge pull request #2139 from edg-l/pr_add_upnp
Add UPnP support
2020-05-24 22:23:20 +02:00
Edgar 3569e174f2
refactor upnp code 2020-05-24 11:36:43 +02:00
Zwelf 68c8375e31 Add build-essential dependency to debian build instructions
Required for g++ and make
2020-05-12 13:27:56 +02:00
def df278aa5cb Make the github workflow badge link to appropriate page 2020-05-01 10:25:36 +02:00
Arda Demir b7d452d2a0
Libnotify support for linux client (#2099)
Add libnotify support for linux client

Also unify notification management

Make libnotify mandatory for the client. It is installed on 100% of Arch
Linux systems and on 70% of Debian systems. I'd guess the remaining
Debian systems are servers.

Detect dependent libraries of `libnotify` using `pkg-config`. Remove
library-specific code from the game module. Decrement refcount for
libnotify notification object before leaving the function.
2020-04-14 17:53:53 +02:00
Ryozuki 8c76dab962
add upnp library package name to readme 2020-04-14 12:15:08 +02:00
Ryozuki b647c1e978
Add UPnP support 2020-04-14 12:11:50 +02:00
patiga c64e6d5053 added base-devel alphabetically to dependency list 2020-03-21 19:24:39 +01:00
Dennis Felsing 50d848ec43
Merge pull request #1928 from sirius1242/demo_render2
Demo to video converter function.
2020-01-25 21:01:08 +01:00
Emir Marincic 87c71b8270
Update badges 2020-01-23 16:32:42 +01:00
def df807a7486 -DVIDEORECORDER=ON instead of -DFFMPEG=ON, fix README
remove unused files
2020-01-01 16:56:54 +01:00
ChillerDragon 4d7960f211 Add libssl-dev as dependency 2019-12-09 13:12:19 +01:00
sirius 3bf19f387d update README 2019-10-31 22:03:23 +08:00
sirius 71c53580ea recover the if-else block changed in d89ae6c18 2019-10-14 19:11:29 +08:00
sirius d9d6569580 add button to set whether show chat when rendering video 2019-10-13 20:29:55 +08:00
sirius 4f3f3d2a61 add two video settings: showhookcollother and showdirection 2019-10-02 13:33:55 +08:00
sirius 628f1eb777 update README 2019-09-30 20:54:42 +08:00
heinrich5991 40eda06f7c Clarify -DDEV=ON for CMake 2019-07-31 21:15:34 +02:00
Ryozuki fd6d8fe027
Update README.md 2019-04-25 20:53:53 +02:00
Ryozuki 52d51d8004
set make -j to use actual number of threads 2019-04-25 19:11:29 +02:00
def 85503c381a Add -GNinja mention in README 2019-04-09 23:30:14 +02:00
def 11162f84eb Clear up instructions on using make 2019-04-09 22:54:41 +02:00
Rafael Fontenelle 2fc6005c10
README: pnglite is in AUR, update instructions 2019-04-03 09:13:16 -03:00
Rafael Fontenelle f5c397b270
Improvements to build arguments documentation 2019-03-19 13:35:53 -03:00
Rafael Fontenelle aed1684857
Document build arguments in README.md
Fixes #1510
2019-03-19 11:56:37 -03:00
heinrich5991 5653df8207 Add status for a couple of repositories to README.md
Not useful, add if you want. :)
2019-01-14 11:44:36 +01:00
Dennis Felsing 29f2f5e0e6 Add python to requiremens in README (fixes #1184) 2018-07-19 11:27:16 +02:00
def 7a3aebced9 Revert "TextQL instructions"
This reverts commit 7973d55371.
2018-04-13 18:11:12 +02:00
def 7973d55371 TextQL instructions 2018-04-12 23:27:32 +02:00
heinrich5991 b07ca617a9 Update README.md instructions for installing dependencies
This follows the recent change that glew, pnglite and wavpack can use
the system libraries now.
2018-02-17 01:22:01 +01:00
heinrich5991 5bf6f6db3c Remove bam instructions from README.md 2018-01-30 12:32:32 +01:00
bors[bot] 250dd81e2e Merge #1009
1009: Scrub more references to bam r=heinrich5991 a=Learath2
2018-01-29 13:23:02 +00:00
Learath2 050a34295f Remove make_release, scrub references to lua files 2018-01-29 13:37:26 +01:00
Learath2 b26eeb235d Scrub more references to bam 2018-01-28 22:47:03 +01:00
heinrich5991 9fd7a7d283 Fix README.md Markdown format 2018-01-27 23:07:22 +01:00
heinrich5991 2593091380 Preliminary version of cross-compiled DMG archives
Currently they only contain the client and the archives are a lot larger
than the current release artifacts.
2017-11-09 00:16:52 +01:00
heinrich5991 ab2738ca1b Allow cross-compilation from Linux to macOS 2017-10-25 16:57:25 +02:00
heinrich5991 4c5115d742 Add toolchain files for MinGW 32- and 64-bit cross-compilation
Tested on Arch Linux. Fixes #807.
2017-10-24 01:22:17 +02:00
Dennis Felsing 9e6282d470 Update readme (no glew) 2017-10-20 11:36:37 +02:00
Dennis Felsing d6999bb726 Merge "Pull Request using OpenGL 3.3" 2017-10-18 12:49:27 +02:00
Ryozuki f4515acd32 tests instructions are only for debian/ubuntu 2017-09-25 14:28:32 +02:00
Ryozuki 5e815cf40d add instructions to run tests 2017-09-23 11:14:13 +02:00
Jupeyy 992dcbfaa4 added libglew to readme 2017-09-12 20:03:35 +02:00
heinrich5991 bd229a2de7 Change the Linux/MacOS build instructions to CMake 2017-08-29 14:52:12 +02:00
heinrich5991 3df0df4285 Add Windows CMake compilation instructions 2017-08-29 11:26:24 +02:00
Ryozuki 03fa608dd1 Add instructions to clone libs 2017-07-30 14:16:16 +02:00
def 2fc7f65c42 Mention cmake in readme 2017-07-22 18:13:41 +02:00
def 9b582cfa93 discord link 2017-07-22 14:30:43 +02:00
def 26b576ff7a Header 2017-07-22 14:28:11 +02:00
def dabd60d13f Needs more build badges 2017-07-22 14:24:45 +02:00
def 0b90cefde0 Update instructions 2017-07-20 23:34:10 +02:00
def 41d9de997c ddnet-libs submodule and some fixes 2017-07-20 23:07:15 +02:00
def e3191bdda2 Update readme 2017-07-19 21:52:59 +02:00
def 820a5ae3d4 shorter 2017-06-16 23:25:56 +02:00
def 7f7900fa9c README: Add text for importing the official DDNet DB into server 2017-06-16 23:25:08 +02:00
Ryozuki 416ed4de4d added bam
Wouldn't it be like some kind of dependency since you need it to compile?
2016-06-11 08:15:42 +02:00
def fa95256de6 Fix Debian installation instructions (fixes #491) 2016-05-19 20:14:22 +02:00
def dee629acf0 SDL2 in README 2016-05-04 01:22:42 +02:00
def a48c69b0a9 Fix ddnet.tw link 2016-05-03 21:25:24 +02:00
def 8940a6917f Add a note to README that the bundled MySQL libs might not work 2016-02-22 23:24:33 +01:00
def 012b20cb13 Clarify required dependencies 2015-09-23 16:41:59 +02:00
def 8b770a9d1a Update sql requirements 2015-09-22 11:48:50 +02:00
def 15b69bdd9b Update def- -> ddnet 2015-08-17 02:25:37 +02:00
def 8886eba885 Update CircleCI badge 2015-07-31 21:31:18 +02:00
def fde4c893dc Last README update 2015-07-22 22:56:34 +02:00
def 4b1b7adc4b Further license and cleanup 2015-07-22 22:49:20 +02:00
def 55d023c926 Clean up files a bit and extend readme 2015-07-22 22:41:31 +02:00
def 3e9fa201ba Update README 2015-07-06 02:45:13 +02:00
def a0a68e6004 Update README 2015-07-06 02:42:14 +02:00
def 814f973721 Readme 2014-08-25 23:45:59 +02:00
def ed30695b99 typo 2014-02-07 20:54:29 +01:00
def 386ce1a9f4 Update readme 2014-02-07 20:54:06 +01:00