Commit Graph

75 Commits

Author SHA1 Message Date
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Robert
56db3410c5 MAINT: Update copyright notice to 2021 (Part II)
Apparently the first commit (59ae429972)
did not include all files.

Furthermore the used script tended to produce funny results in certain
cases. This has been fixed and as a result thereof a few more changes
were made in this second run.
2021-04-09 15:41:49 +02:00
Robert
a25e224122 BUILD(cmake): Don't build retracted plugins by default
As these plugins typically don't do anything anymore it doesn't make all
that much sense to include them by default.

If you still want to include retracted plugins, use
-Dretracted-plugins=ON when invoking cmake.
2020-09-26 09:14:39 +02:00
Robert Adam
34c602c85b BUILD(qmake): Remove
This commit removes all qmake-related build-files from the system. We
have now migrated to cmake and are no longer maintaining qmake anyways
and therefore there is no reason to keep it.

Removing it also clearly states to any potential user/programmer that
this project is no longer intended to be compiled with qmake.

Given that the .pri files no longer exist, the mumble-version.py script
had to be adapted to read the version from the CMakeLists.txt file
instead.

Furthermore a few of the submodules support cmake natively and therefore
we no longer need the src/buid-directory approach in order to build
them. The respective build dirs have been removed and the src-dirs have
been renamed.
2020-09-02 08:29:45 +02:00
Davide Beatrici
6b87ac6221 Plugins: add CMakeLists.txt files 2020-07-11 19:34:49 +02:00
Davide Beatrici
4e67a2fafb Auto-update LICENSE.header in source files 2020-01-07 03:09:22 +01:00
Davide Beatrici
5db12321ac plugins: link to user32 in common project (only on Windows) 2019-10-11 22:48:06 +02:00
Davide Beatrici
b427333257 Auto-update LICENSE.header in source files 2019-01-25 04:56:19 +01:00
Mikkel Krautz
f6ba3a52bf Auto-update LICENSE.header in source files. 2018-01-01 23:05:37 +01:00
Jan Klass
23e763888f Fix assignment spacing in pro files
Consistently use single space before assignment operator.
2017-08-05 20:44:00 +02:00
Mikkel Krautz
91ebb8b0b5 Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Mikkel Krautz
313be4b66b plugins: update to use LICENSE.header. 2016-05-10 22:42:04 +02:00
Stefan Hacker
8678a0c37e Introduce concept of NULL plugin to retract plugins.
* NULL plugins have a shortname of L"Retracted" which excludes them
  from being listed as a plugin in Mumble >= 1.2.4
* NULL plugins are valid plugins that always return false on trylock
  so Mumble <= 1.2.3 gets behavior close to what recent Mumble has.
* NULL css, dods, tf2 and hl2dm plugins as they have been replaced by link support in the source engine.
2013-01-13 22:37:11 +01:00
Stefan Hacker
e5c564931d Fix zero terminations.
- With wchar_t arrays
- Where it was missing
2012-07-15 14:49:36 +02:00
Piotr Chodań
eef9a67d18 updated plugin for Team Fortress 2 b4934
fixed memory addresses
changed global variables to static
changed how context is handled
removed all calls to engine.dll module - we can get everything from client.dll nicely

Wrapped context in JSON. Context passing is disabled when running localhost (loopback:0) server and when not in game (fixed - now only in state=0)
2012-05-14 23:31:15 +02:00
Benjamin Jemlich
f90c6e35ab More plugin touching 2012-05-01 11:12:43 +02:00
Mike
9e8976a6f1 Update TF2 plugin to build 4785 2011-12-23 18:05:26 +00:00
Mark-Willem Jansen
a3245f01c0 Plugins: TF2 updated to build 4539 2011-04-18 17:38:46 +02:00
Stefan Hacker
a972df68de Convert context field to json 2011-04-02 14:44:09 +02:00
Mark-Willem Jansen
4a98c74ceb Plugins: updated Team Fortress 2 to 4426
-Moved general notes to the start of the file.
-Removed the using namespace std statement.
-Updated the memory locations.
-Combined the pos and rot tuple in one peekProc call.
-Moved some declaration closer to there used location.
-Reduced the sin(), cos() calls in calcout and added some comments.
2011-04-02 14:44:08 +02:00
Thorvald Natvig
f3437a6ba7 Update copyright year ranges of dev team. 2011-03-18 05:52:51 +01:00
Tuck Therebelos
2da7fb60ad Plugin update run 2011-02-12 20:10:24 -06:00
Thorvald Natvig
e1b24d25f0 Clean up a few compiler warnings. 2011-01-20 18:25:15 -08:00
Tuck Therebelos
120fa9ee1e Plugin updates for release 2010-12-19 16:45:47 -06:00
Tuck Therebelos
685954cc12 Source updates 2010-08-23 20:59:41 -05:00
Tuck Therebelos
06dd3abbec Gmod update; minor plugin fixes/updates 2010-08-09 18:01:45 -05:00
Tuck Therebelos
d0a66273e3 Source plugin updates; clarify regName parameter usage in Murmur.ini 2010-07-29 15:45:49 -05:00
Tuck Therebelos
25e833bd9a Source plugin updates; BFBC2 update, works with Steam now 2010-07-10 22:01:18 -05:00
Tuck Therebelos
36e395034d DoDS, TF2 updates 2010-05-19 20:49:37 -05:00
Tuck Therebelos
69aaf673b7 Plugin updates 2010-05-15 17:46:07 -05:00
Tuck Therebelos
d8e89090eb TF2, DODS update 2010-05-03 22:00:59 -05:00
Tuck Therebelos
4b426f3742 TF2 update 2010-03-21 01:11:39 -05:00
Thorvald Natvig
f2c191daf8 The grand plugin multiregexp experiment 2010-02-25 15:18:35 +01:00
Thorvald Natvig
c263aa0a7d Update plugins to new trylock signature 2010-02-25 13:19:47 +01:00
Tuck Therebelos
0de84db9b9 DoDs, L4D2, TF2 updates 2010-02-13 18:56:46 -06:00
Stefan Hacker
070692d6fb Small style fixes in some plugins 2010-02-08 22:35:22 +01:00
Thorvald Natvig
e207ef60c4 Zero camera positions in plugins' fetch() 2010-02-08 17:11:59 +01:00
Thorvald Natvig
7eb1ed926c Indent, changelog, submodule and language update 2010-02-03 16:28:24 +01:00
Tuck Therebelos
1afffff63f Fix unstable TF2 state address 2010-02-02 16:52:22 -06:00
Tuck Therebelos
7ef0e7f582 TF2 update; hopefully more update-friendly arrays now 2010-02-02 16:11:17 -06:00
Tuck Therebelos
d24d29bbc3 Added alpha-testing ArmA 2 plugin; plugin version bumps 2010-01-23 15:02:58 -06:00
Tuck Therebelos
58081c648c Update licenses; add UT3, 2004, 1942 plugins; update some Source plugins 2010-01-07 05:56:08 -06:00
Tuck Therebelos
85e54290a7 Add licenses to plugins 2010-01-04 23:58:21 -06:00
Thorvald Natvig
bb5b214203 Indent, changelog, submodule and language update 2010-01-01 23:56:30 +01:00
Tuck Therebelos
d58af53faa Fix remaining plugin bugs; ensure console connects get handled properly; link PA in AW to bTransmitPosition; set default minimum volume of PA to 85% 2009-12-29 00:52:31 -06:00
Tuck Therebelos
417ae98ac1 Unified string messages; added ETQW plugin; various plugin fixes, improvements and updates 2009-12-27 08:23:10 -06:00
Tuck Therebelos
9f48958516 TF2 update 2009-12-24 00:09:15 -06:00
Tuck Therebelos
75fbf020f0 TF2 update 2009-12-19 20:34:03 -06:00
Tuck Therebelos
2c83e67188 TF2 update; update DOS build number 2009-12-17 21:15:07 -06:00
Tuck Therebelos
9aaa8ccf22 TF2 update 2009-12-14 21:44:08 -06:00