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