3
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 2 days ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed warnings in cl_irc.c More... over 13 years ago
Fixed warnings in cl_irc.c More... over 13 years ago
Extend /if: recognises Super, and handles multiple modifiers. More... over 13 years ago
Extend /if: recognises Super, and handles multiple modifiers. More... over 13 years ago
Only allow HTTP calls to www.unvanquished.net. More... over 13 years ago
Only allow HTTP calls to www.unvanquished.net. More... over 13 years ago
Changed more branding to the superior Daemon name. More... over 13 years ago
Changed more branding to the superior Daemon name. More... over 13 years ago
added tinyxml find module and told cmakelsists.txt to use it More... over 13 years ago
fixed most indenting/formatting errors. Still a few left More... over 13 years ago
minor formatting of options More... over 13 years ago
Merge pull request #47 from harmonise/master
dolcetriade
as DolceTriade
More... over 13 years ago
Remove vsay dependance on weapons Tremulous allows vsays to be defined per weapon, however this means we need to define vsays for every weapon, which means that we will just be defining the same vsay over and over again. This just leads to huge voice files that take longer to parse. More... over 13 years ago
Save news.dat to $fs_homedir, not the current directory. More... over 13 years ago
Save news.dat to $fs_homedir, not the current directory. More... over 13 years ago
Fixed formatting of a USE_INTERNAL_ZLIB if statement More... over 13 years ago
Replaced error() with message() as message is an actual command More... over 13 years ago
Merge pull request #46 from dsalt/0.2.5-deb
dolcetriade
as DolceTriade
More... over 13 years ago
Added OpenAL support to Mac OS X. More... over 13 years ago
Added OpenAL support to Mac OS X. More... over 13 years ago
Merge pull request #45 from dsalt/openal-fixup More... over 13 years ago
Merge pull request #45 from dsalt/openal-fixup More... over 13 years ago
if physics enabled but tinyxml can't be found cmake will exit. If use_internal_zlib is false but can't find zlib then cmake will exit with error More... over 13 years ago
All cmake find modules will not fail with error if enabled but unable to locate package More... over 13 years ago
Cleaned up formatting. More... over 13 years ago
Cleaned up formatting. More... over 13 years ago
Revert part of the openal linkage commit (not needed). More... over 13 years ago
Default to dlopen()ing libopenal.so.1: that's what most on *nix have these days. More... over 13 years ago
Default to dlopen()ing libopenal.so.1: that's what most on *nix have these days. More... over 13 years ago
Fix up linkage with libopenal (when not dlopen()ing it). Replace OPENAL_STATIC with !USE_OPENAL_DLOPEN. More... over 13 years ago