Commit Graph

48 Commits

Author SHA1 Message Date
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
Jan Klass
27a983d094 Fix indentation in pro files
Make them consistently two spaces indentation.

In two places a wrong indentation level was fixed.
2017-08-05 20:37:19 +02:00
Mikkel Krautz
91ebb8b0b5 Update tree copyrights to 2017. 2017-01-08 21:05:57 +01:00
Mikkel Krautz
74f5930e1c *.pro: use 'linux*' instead of 'linux' for Linux conditionals.
This makes the check Qt 4-compatible.
2016-12-08 22:41:24 +01:00
Mikkel
473b874c54 Only link against -lrt when using a linux mkspec.
In this case, the linux mkspec should really be a
check for glibc. But there isn't an easily available
way to check that in qmake -- so gate it behind linux
instead.

If/when we need to support other libcs on Linux, we'll
find a suitable solution.
2016-11-27 11:54:46 +01:00
Mikkel Krautz
2f5118c6ec plugins: use MUMBLE_PLUGIN_EXPORT instead of __attribute__((visibility("default"))). 2016-08-13 23:04:37 +02:00
Mikkel Krautz
b19840cd10 plugins: use MUMBLE_PLUGIN_EXPORT instead of __declspec(dllexport). 2016-08-13 22:59:30 +02:00
Davide Beatrici
713d531fe9 plugins/link: Initialize wsPluginName to fix #2482 2016-08-08 18:32:24 +02:00
Mikkel Krautz
042efe4d4b plugins/link: remove uses of HWND in about() and config(). 2016-08-06 17:18:11 +02:00
Mikkel Krautz
313be4b66b plugins: update to use LICENSE.header. 2016-05-10 22:42:04 +02:00
Stefan Hacker
d3d6920da9 Fix various warnings in Linux build
This patch fixes various warnings encountered
in the build when using gcc 4.9.
2015-07-04 15:12:49 +02:00
Mikkel Krautz
752a630063 plugins/link: make POSIX link work with Apple clang++ (Xcode 4.5). 2012-10-27 16:30:02 +02:00
Kissaki
9bd10b0001 refacs; initialization, var-scope reduction, replace c-style casts, rm unused
* DBus.h, AudioOutputSpeech.cpp: initialize uninitialized members,
* d3d10.cpp: actually use assigned results for a dbg output
* lib.cpp, link.cpp: c-style to c++-style casts
* SpeexMark.cpp, ResampMark.cpp: rm unused var
* AGC.cpp, ResampMark.cpp:
rm unused var (ineffective return statement after prior return;
thus removing unused code - but someone check if sth. was missed there)
2012-10-24 19:24:33 +02:00
Benjamin Jemlich
f90c6e35ab More plugin touching 2012-05-01 11:12:43 +02:00
Thorvald Natvig
7de5ebc18f Indent, changelog, submodule and language update 2011-06-11 02:58:17 +02:00
Thorvald Natvig
2dad2795bd Move overlayBlacklist and care about error on ftruncate 2011-05-15 16:09:38 -07:00
Thorvald Natvig
f3437a6ba7 Update copyright year ranges of dev team. 2011-03-18 05:52:51 +01:00
Thorvald Natvig
71e5e85277 Backwards compatible plugin structure 2010-02-25 14:14:44 +01:00
Thorvald Natvig
6d9bc4e116 Send pidmap to plugin trylock 2010-02-25 13:15:18 +01:00
Thorvald Natvig
16339bfc91 Update license to 2010 2010-01-05 08:49:22 +01:00
Thorvald Natvig
45da4e1569 Add license info to a few plugins 2010-01-05 05:34:09 +01:00
Mikkel Krautz
e96809e15d Extract .dSYM debug symbols on Mac OS X when using CONFIG=symbols. 2009-11-22 16:28:05 +01:00
Thorvald Natvig
f91647345b Avoid constref initializers of std::wstring inside const structs 2009-04-27 00:18:19 +02:00
Thorvald Natvig
a6886afe8f Indent, changelog and submodule update 2009-04-22 14:59:59 +02:00
Thorvald Natvig
965a35409a Check magic signature on plugins 2009-04-18 17:14:01 +02:00
Thorvald Natvig
5e79b062a3 Link 1.2.0 for nix 2009-04-18 17:11:09 +02:00
Thorvald Natvig
82c7cdcd15 Link 1.2.0 for Win32 2009-04-18 17:03:52 +02:00
Mikkel Krautz
89886d9919 Make 1.2 branch build on OSX. 2009-04-02 20:07:08 +02:00
Thorvald Natvig
1a7e9e8b6b Indent, changelog and submodule update 2009-03-26 21:57:19 +01:00
Thorvald Natvig
ac0b3cf4d4 Indenting 2009-03-04 16:32:43 +01:00
Thorvald Natvig
11eea44343 Use explicit static_cast<> instead of implicit conversions for float<->int etc
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1220 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-08-13 20:08:19 +00:00
Thorvald Natvig
7d873031e9 Indenting
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1109 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-25 16:48:54 +00:00
Thorvald Natvig
7ff1e6ef49 Patch 1950979: Repair broken ALSA, Changes to Plugins [derandi]
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1108 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-25 16:46:11 +00:00
Thorvald Natvig
625825dfa9 Add UID to shared memory and semaphore names on *nix, to allow multiple users at the same time.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1101 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-22 14:44:46 +00:00
Thorvald Natvig
f6e97989fb Path fixes for installer.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1078 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-11 22:52:13 +00:00
Thorvald Natvig
8f6afa75ed Indenting
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1076 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-11 21:11:57 +00:00
Thorvald Natvig
8a2fad6897 Patch 1934642: A few linkplug fixes [derandi]
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1063 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-05 17:15:50 +00:00
Thorvald Natvig
3547a8c9bf git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1059 05730e5d-ab1b-0410-a4ac-84af385074fa 2008-04-04 13:40:45 +00:00
Thorvald Natvig
8d67fd188f Don't break Win32 API for link plugin -- there's no need.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1058 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-04 13:39:55 +00:00
Thorvald Natvig
e917075948 Patch 1931477: Linux port of Link Plugin, Minor changes to [derandi]
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1057 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-04-04 13:12:13 +00:00
Thorvald Natvig
dba5f302e5 git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1049 05730e5d-ab1b-0410-a4ac-84af385074fa 2008-03-28 13:47:46 +00:00
Thorvald Natvig
2db85f41e2 Plugin updates.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1047 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-28 13:02:42 +00:00
Thorvald Natvig
8e6bd0de0c Fix for logic of Link plugin.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1044 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-26 14:07:15 +00:00
Thorvald Natvig
e93c194397 Indenting run
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1019 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-20 14:26:20 +00:00
Thorvald Natvig
d6ef7b8c51 Compile Win32 with Visual Studio + Intel C Compiler
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@958 05730e5d-ab1b-0410-a4ac-84af385074fa
2008-03-01 16:57:14 +00:00
Thorvald Natvig
7d26a570b9 Memory map bugfixes
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@773 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-10-08 11:59:10 +00:00
Thorvald Natvig
fdd190ddc3 Support explicit linked games.
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@772 05730e5d-ab1b-0410-a4ac-84af385074fa
2007-10-08 11:42:35 +00:00