mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
13930 lines
493 KiB
Plaintext
13930 lines
493 KiB
Plaintext
2016-12-23
|
|
Lari Tikkanen <lartza@outlook.com>
|
|
6366ff4 Default case for user dragging is unneeded
|
|
7586175 Use ChannelDrag enum for UserDrag
|
|
7e6c415 Implement configuring user dragging
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ddd4764 Merge PR #2709: Add setting to configure user dragging
|
|
|
|
2016-12-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3c62a18 Merge PR #2715: Transifex translation update
|
|
|
|
2016-12-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a1c964b Merge PR #2707: Transifex translation update
|
|
|
|
2016-12-14
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
e8849a4 plugins/rl: update plugin to work with version 1.26
|
|
|
|
2016-12-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
900803c Merge PR #2704: Transifex translation update
|
|
|
|
2016-12-08
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
6bad7ae plugins/rl: update plugin to work with version 1.25
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
be79bff Merge PR #2703: Qt 4-related FTBFS issues
|
|
74f5930 *.pro: use 'linux*' instead of 'linux' for Linux conditionals.
|
|
704069e DeveloperConsole: drop QPointer::clear() call. It is
|
|
unnecessary, and the clear() method is Qt 5-only.
|
|
|
|
2016-12-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6ac0553 Merge PR #2698: Add Developer Console to Mumble
|
|
f62af9a Add Developer Console to Mumble, where users can inspect
|
|
Mumble's log output.
|
|
ab35897 Mumble: add os_unix.cpp, with LogEmitter support.
|
|
a45bf73 os_macx.mm: add LogEmitter support.
|
|
967e93e Add LogEmitter to Mumble and use it in os_win.cpp.
|
|
681ecf6 Merge PR #2697: Refactor LogEmitter from Murmur into its own
|
|
file in src/.
|
|
cd8f6b7 Refactor LogEmitter from Murmur into its own file in src/.
|
|
ec0ed4e Merge PR #2696: 3rdparty/opus-build: update verison references
|
|
in config.h for Unix-like systems to 1.1.3.
|
|
0502f61 3rdparty/opus-build: update verison references in config.h for
|
|
Unix-like systems to 1.1.3.
|
|
c722cd1 Merge PR #2695: 3rdparty/opus-src: update to 1.1.3.
|
|
94493ac 3rdparty/opus-src: update to 1.1.3.
|
|
e596b72 Merge PR #2694: ConfigDialog_macx, mumble.pro: extra cleanups
|
|
after removal in PR #2693.
|
|
|
|
2016-12-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
95a666d ConfigDialog_macx, mumble.pro: extra cleanups after removal in
|
|
PR #2693.
|
|
7dd03f3 Merge PR #2693: ConfigDiaglog_macx: remove, now that we
|
|
default to the new Mumble theme.
|
|
599bd1b ConfigDiaglog_macx: remove, now that we default to the new
|
|
Mumble theme.
|
|
5998cc0 Merge PR #2692: os_win: remove MumbleHWNDForQWidget, add
|
|
mumble_mw_hwnd.
|
|
5075b6c os_win: remove MumbleHWNDForQWidget, add mumble_mw_hwnd.
|
|
aa263e9 Merge PR #2691: mumble.pro: don't add to QTPLUGIN if we're on
|
|
a Qt with auto-plugin support.
|
|
4bcd067 mumble.pro: don't add to QTPLUGIN if we're on a Qt with
|
|
auto-plugin support.
|
|
d15ca88 Merge PR #2690: qt.pri: introduce QT_VERSION_INT for easier
|
|
version comparisons in qmake files.
|
|
48b8ef7 qt.pri: introduce QT_VERSION_INT for easier version
|
|
comparisons in qmake files.
|
|
6fe920b Merge PR #2689: mumble.pro: only use qico on Windows.
|
|
7a45072 mumble.pro: only use qico on Windows.
|
|
eda8ade Merge PR #2688: mumble.pro: refactor handling of
|
|
accessiblewidgets plugin.
|
|
67945fd mumble.pro: refactor handling of accessiblewidgets plugin.
|
|
|
|
2016-12-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
06d3785 Merge PR #2687: Settings: add workaround for macOS "@Variant("
|
|
bug.
|
|
c6029e6 Settings: add workaround for macOS "@Variant(" bug.
|
|
c45298e Merge PR #2685: MainWindow: disable MainWindow::changeEvent on
|
|
macOS; it causes Mumble to be non-interactive after restoring
|
|
from being minimized.
|
|
0f170bf MainWindow: disable MainWindow::changeEvent on macOS; it
|
|
causes Mumble to be non-interactive after restoring from being
|
|
minimized.
|
|
|
|
2016-12-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9b4ee06 Merge PR #2682: main, SocketRPC: add 'togglemute' and
|
|
'toggledeaf' RPC commands.
|
|
541ac08 main, SocketRPC: add 'togglemute' and 'toggledeaf' RPC
|
|
commands.
|
|
8aa2558 Merge PR #2681: Audio: start qtLastFetch timer in LoopUser to
|
|
fix local loopback.
|
|
f7c40bd Audio: start qtLastFetch timer in LoopUser to fix local
|
|
loopback.
|
|
acd664a Merge PR #2673: ffxiv_x64 Plugin: Add a plugin for Final
|
|
Fantasy XIV DX11/x64
|
|
f1b901e Merge PR #2677: Transifex translation update
|
|
|
|
2016-11-29
|
|
Arthur Moore <Arthur.Moore.git@cd-net.net>
|
|
84c2ae2 ffxiv_x64 Plugin: Add a plugin for Final Fantasy XIV x64
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0a58100 Merge PR #2675: Transifex translation update
|
|
|
|
2016-11-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2a106e1 Merge PR #2674: Mumble: convert AudioInputPtr and
|
|
AudioOutputPtr to use QSharedPointer instead of
|
|
boost::shared_ptr.
|
|
b676712 Mumble: convert AudioInputPtr and AudioOutputPtr to use
|
|
QSharedPointer instead of boost::shared_ptr.
|
|
|
|
2016-11-27
|
|
Arthur Moore <Arthur.Moore.git@cd-net.net>
|
|
07308dc ffxiv Plugin: Add a plugin for Final Fantasy XIV
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0bc6d7d Merge PR #2672: installer: add ffxiv plugin to the installer.
|
|
5fc3721 installer: add ffxiv plugin to the installer.
|
|
8bbb34d Merge PR #2653: Add plugin for Final Fantasy XIV
|
|
0df5c64 Merge PR #2671: Split mumble_flags.qrc into seperate files to
|
|
reduce .cpp size for older compilers.
|
|
54dd7e7 Split mumble_flags.qrc into seperate files to reduce .cpp size
|
|
for older compilers.
|
|
b6d7cf4 Merge PR #2670: scripts/mkflags.pl: remove old flags script.
|
|
2c3eb27 scripts/mkflags.pl: remove old flags script.
|
|
feb2b21 Merge PR #2669: Add OpenBSD to compiler.pri and, in main.pro
|
|
disable the overlay on OpenBSD.
|
|
c0865e1 Merge PR #2668: Only link against -lrt when using a linux
|
|
mkspec.
|
|
473b874 Only link against -lrt when using a linux mkspec.
|
|
66693d8 main.pro: don't build overlay on OpenBSD.
|
|
030a901 compiler.pri: add OpenBSD.
|
|
d22a797 Merge PR #2666: ServerHandler: use
|
|
QUdpSocket::bind(QHostAddress, int) overload to fix Qt 4
|
|
build.
|
|
afbf239 ServerHandler: use QUdpSocket::bind(QHostAddress, int)
|
|
overload to fix Qt 4 build.
|
|
46137d9 Merge PR #2665: Always prepend 'release' or 'debug' dirs when
|
|
adding to QMAKE_LIBDIR.
|
|
5cffbf3 Always prepend 'release' or 'debug' dirs when adding to
|
|
QMAKE_LIBDIR.
|
|
|
|
2016-11-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cb1732b Merge PR #2664: Connection.h: fix build-breaking typo in
|
|
include: Qtcore -> QtCore.
|
|
989f5d6 Connection.h: fix build-breaking typo in include: Qtcore ->
|
|
QtCore.
|
|
8a10b93 Merge PR #2663: Fix Windows no-pch build by including correct
|
|
headers in .h files.
|
|
1f430e4 Merge PR #2662: 3rdparty/speex-build: add CONFIG += no_batch
|
|
to speex-build.pro.
|
|
27dc651 Fix Windows no-pch build by including correct headers in .h
|
|
files.
|
|
ca8a117 3rdparty/speex-build: add CONFIG += no_batch to
|
|
speex-build.pro.
|
|
153c0aa Merge PR #2661: Restore green background for strong
|
|
certificate in UserView (root channel) and ServerView
|
|
(ConnectDialog)
|
|
b3a1722 UserView: amend UserDelgate to allow a UserView's
|
|
BackgroundRole to override the theme's default background
|
|
color.
|
|
18d73fa ConnectDialog: add ServerViewDelegate for ConnectDialog's
|
|
QTreeView to be able to override the theme's background color.
|
|
89b3916 Merge PR #2657: 3rdparty/qqbonjour-src: in
|
|
BonjourServiceResolver, always tear down ResolveRecord on
|
|
error.
|
|
|
|
2016-11-25
|
|
Arthur Moore <Arthur.Moore.git@cd-net.net>
|
|
8494361 l4d2 plugin: cleanup
|
|
cd92d83 l4d2 plugin: combined plugin files
|
|
d043606 l4d2 plugin: Moved constants to a single const block
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6130b34 Merge PR #2659: macx/compat: fix build of compat.m shim with
|
|
Sierra SDK.
|
|
f3e8b13 Merge PR #2658: cplusplus.pri: pipe gcc -print-multiarch
|
|
output to stderr.
|
|
db12479 Merge PR #2650: L4d2 Plugin Simplification
|
|
f01f6e5 macx/compat: fix build of compat.m shim with Sierra SDK.
|
|
f47822d cplusplus.pri: pipe gcc -print-multiarch output to stderr.
|
|
21a603c 3rdparty/qqbonjour-src: in BonjourServiceResolver, always tear
|
|
down ResolveRecord on error.
|
|
64d730a Merge PR #2656: buildenv.pri: set USE_BUILDENV preprocessor
|
|
define when inside a buildenv.
|
|
9ecbc1c buildenv.pri: set USE_BUILDENV preprocessor define when inside
|
|
a buildenv.
|
|
52fd689 Merge PR #2655: .gitignore: add mocinclude.opt.
|
|
0f2e4fb .gitignore: add mocinclude.opt.
|
|
0d76ff9 Merge PR #2589: Remove additional word character channel name
|
|
restriction
|
|
82c27fe Merge PR #2644: Add command-line flags for accessing license
|
|
information for Mumble and Murmur
|
|
|
|
2016-11-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
25cb53d Murmur: use About dialog for -license, -authors and
|
|
-third-party-licenses on Windows.
|
|
e96f81a Murmur: Add AboutDialogOptions flag to the AboutDialog class.
|
|
821d547 Add About dialog to Murmur.
|
|
33ae63e murmur: add -license, -authors and -third-party-licenses
|
|
flags.
|
|
b55a75d mumble: implement --license, --authors, and
|
|
--third-party-licenses flags.
|
|
7c5b3d4 About: use License class in the about dialog.
|
|
6bb3270 License: new class for easier access to license data.
|
|
cc2b1c7 Move licenses.h header to src/ from src/mumble/.
|
|
|
|
2016-11-18
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
54eab8d Merge PR #2648: cplusplus.pri: refactor 'prior modern C++
|
|
standards' logic to work for Qt 4.
|
|
edf3e89 cplusplus.pri: refactor 'prior modern C++ standards' logic to
|
|
work for Qt 4.
|
|
|
|
2016-11-17
|
|
Jan Klass <kissaki@posteo.de>
|
|
e2ad9c0 Fix 2643: Revert "Merge PR #2611: plugins: use the short form
|
|
of peekProc"
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f47df77 Merge PR #2647: main.pro: include compiler.pri to make
|
|
CONFIG(buildenv) check in macx section work.
|
|
84d88b3 main.pro: include compiler.pri to make CONFIG(buildenv) check
|
|
in macx section work.
|
|
09a0f84 Merge PR #2499: Themes: add support for user styles.
|
|
5e005a7 Merge PR #2641: GlobalShortcutWin: ensure winhook NumLock and
|
|
Pause keys are translated into their correct DirectInput key
|
|
IDs.
|
|
b466faa Merge PR #2637: Fix Murmur build inside the Linux buildenv
|
|
e9f3c08 Merge PR #2640: ServerDB: ensure 'id' is never uninitialized
|
|
in Server::removeChannelDB().
|
|
|
|
2016-11-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
486381c Merge PR #2642: About: add AUTHORS file to the about dialog.
|
|
493204f About: add AUTHORS file to the about dialog.
|
|
|
|
2016-11-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fa27098 GlobalShortcutWin: ensure winhook NumLock and Pause keys are
|
|
translated into their correct DirectInput key IDs.
|
|
|
|
2016-11-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
175ddb6 ServerDB: ensure 'id' is never uninitialized in
|
|
Server::removeChannelDB().
|
|
491363e Merge PR #2636: compiler.pri: drop old modern C++ detection
|
|
logic that is now handled by cplusplus.pri.
|
|
f97a28b compiler.pri: drop old modern C++ detection logic that is now
|
|
handled by cplusplus.pri.
|
|
d2c0cc3 main.pro: use CONFIG(buildenv) instead of custom
|
|
buildenv-detection logic.
|
|
0dcb493 murmur.pro: use CONFIG(buildenv) in
|
|
QSslDiffieHellmanParameters check.
|
|
454e3d7 compiler.pri: use CONFIG(buildenv) instead of custom
|
|
buildenv-detection logic.
|
|
6af0190 cplusplus.pri: do not use Debian C++11 lib dir when inside a
|
|
buildenv.
|
|
3c3714a compiler.pri, buildenv.pri: add CONFIG+=buildenv when inside a
|
|
Mumble buildenv.
|
|
4be78f2 When using -isystem, also add the included path via the
|
|
regular -I flag.
|
|
c21518f Themes: add support for user styles.
|
|
b2e37e6 Merge PR #2623: Use same source address for UDP packets that
|
|
is used for TCP packets
|
|
2b1c6b4 ServerHandler: implement ServerHandler logic for
|
|
'net/udpforcetcpaddr'.
|
|
7d621d7 Settings: add 'net/udpforcetcpaddr' option to configure the
|
|
default UDP binding behavior.
|
|
cb6329b Connection: add localAddress() and localPort() getters.
|
|
380cd6b Merge PR #2634: overlay: fall back to fxc.exe on PATH if DXSDK
|
|
is not set.
|
|
713e2aa Merge PR #2630: compiler.pri: improve modern C++ detection
|
|
d9cc484 overlay: fall back to fxc.exe on PATH if DXSDK is not set.
|
|
4a91dd7 cplusplus.pri: handle Debian C++11 library path.
|
|
20b33c2 compiler.pri, cplusplus.pri: improve modern C++ detection.
|
|
|
|
2016-11-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9fc379a ServerHandler: reconnect to the server if it is not responding
|
|
to TCP pings
|
|
|
|
2016-11-05
|
|
Jan Klass <kissaki@posteo.de>
|
|
dd874cc Add and update author alias for Jan Klass
|
|
94b05db Fix #2584 by reverting introduction of log message with PR
|
|
#2580
|
|
|
|
2016-11-03
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
685b5d6 plugins: fix compile error on Linux
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8396904 murmur_ice: use `slice2cpp --version` to guess the slice
|
|
include path for slice2cpp.
|
|
4efd506 Merge PR #2616: plugins: fix compile error on Linux
|
|
36ae0fc Merge PR #2613: Transifex translation update
|
|
|
|
2016-11-02
|
|
Jan Klass <kissaki@posteo.de>
|
|
628ddc3 Remove most of channel name restriction
|
|
|
|
2016-11-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e9c558f Merge PR #2611: plugins: use the short form of peekProc
|
|
|
|
2016-10-31
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
921ee19 plugins: use the short form of peekProc
|
|
|
|
2016-10-30
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
dead5a7 plugins/l4d: total revamp and identity support
|
|
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
f836ed4 Merge PR #2609: plugins/l4d: total revamp and identity support
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ca2fd07 Merge PR #2593: Introduce QAtomicIntLoad inline function in
|
|
QAtomicIntCompat.h header, use for aiUdpFlag in Murmur.
|
|
|
|
2016-10-29
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
882ad70 plugins: build x64 ones only when the target is x86_64
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b96bd07 Merge PR #2607: plugins: Build x64 ones only when the target
|
|
is x86_64
|
|
|
|
2016-10-27
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
c553e04 Merge PR #2603: plugins/bf1: better squad pointer
|
|
|
|
zeroX-tj <tim.janssens@gmail.com>
|
|
360cac6 plugins/bf1: better squad pointer
|
|
|
|
2016-10-26
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
30c779c plugins/bf1: update plugin to work with version 1.0.9.53998
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
509d7fd compiler.pri: use -std=c++98 instead of -std=c++03.
|
|
2e6625b Murmur: replace all QAtomicInt loads with new QAtomicIntLoad
|
|
compatibility function.
|
|
2e08433 murmur_pch.h: add QAtomicIntCompat.h header to Murmur's PCH
|
|
file.
|
|
6c3544d Add QAtomicIntLoad via new QAtomicIntCompat.h header.
|
|
|
|
2016-10-23
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
90bcd40 plugins: Move NUL terminator to escape function
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
308e4f7 Merge PR #2592: plugins: Move NUL terminator to escape
|
|
function
|
|
|
|
2016-10-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0258d2a Merge PR #2582: compiler.pri: explicitly default to C++03 on
|
|
Unix-like systems.
|
|
e99b0c9 compiler.pri: explicitly default to C++03 on Unix-like
|
|
systems.
|
|
|
|
2016-10-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e9a34bd Merge PR #2583: Fix BF1 PA plugin Windows installer
|
|
integration
|
|
61b53ca Fix BF1 PA plugin Windows installer integration.
|
|
|
|
2016-10-20
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
7ab7d1d Positional audio support for Battlefield 1
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4add9ce Merge PR #2580: Log information about missing target channel
|
|
c1cd99e Merge PR #2581: Positional audio support for Battlefield 1
|
|
|
|
2016-10-19
|
|
Jan Klass <kissaki@posteo.de>
|
|
9c5d02c Log information about missing target channel
|
|
|
|
2016-10-18
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
0785dea plugins/wow: Update version number
|
|
|
|
2016-10-16
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
05cc7e3 plugins/l4d2: Added player SteamID in identity
|
|
|
|
2016-10-05
|
|
Jan Klass <kissaki@posteo.de>
|
|
9d2bb10 Fix #2572: Fix invisible Quickchat bar on startup
|
|
|
|
2016-10-04
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
89b0f31 plugins/rl: update plugin to work with version 1.24
|
|
|
|
2016-09-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2d6e099 Merge PR #2564: Added an appdata.xml file for Linux software
|
|
gallery integration
|
|
2733fed Merge PR #2565: plugins/wow: update plugin to work with build
|
|
22624
|
|
|
|
2016-09-25
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
a18d61c plugins/wow: update plugin to work with build 22624
|
|
|
|
Matthias Mailänder <matthias@mailaender.name>
|
|
a063ee2 Add an appdata.xml file.
|
|
|
|
2016-09-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d08be37 Merge PR #2557: Transifex translation update
|
|
|
|
2016-09-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f3a1a6c Merge PR #2555: Added a DBus method for getting a list of
|
|
currently talking users.
|
|
|
|
2016-09-16
|
|
Jeff Rogers <jeff@flyzipline.com>
|
|
a528343 Added a DBus method for getting a list of currently talking
|
|
users.
|
|
|
|
2016-09-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4009ea3 Merge PR #2552: MainWindow: avoid initial setupView(false)
|
|
call in setupGui() on Qt 5.
|
|
|
|
2016-09-13
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
fe3ec08 plugins/rl: update plugin to work with version 1.23
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
99899d1 MainWindow: avoid initial setupView(false) call in setupGui()
|
|
on Qt 5.
|
|
|
|
2016-09-12
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
04dacb1 plugins/wow: Total revamp and support for the x64 executable.
|
|
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
28fe58f Build Rocket League on Linux
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0556b6c Merge PR #2549: plugins/wow: Total revamp and support for the
|
|
x64 version of the executable
|
|
d13a877 Merge PR #2551: Revert PR #2531: installer: use MSVC2015
|
|
runtime.
|
|
e3acce3 Revert PR #2531: installer: use MSVC2015 runtime.
|
|
a235d1a Merge PR #2550: Build Rocket League on Linux
|
|
|
|
2016-09-09
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
29f6e20 Positional audio support for Rocket League on Linux
|
|
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
fbf7900 plugins/rl: update plugin to work with version 1.22
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f064a8d Merge PR #2547: Positional audio support for Rocket League on
|
|
Linux
|
|
|
|
2016-09-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9be606e Merge PR #2541: Murmur postgresql support
|
|
|
|
2016-09-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2eaed7e Merge PR #2542: Enable the Opus music encoder
|
|
|
|
Natenom <natenom@natenom.com>
|
|
498e558 Enable the Opus music encoder
|
|
|
|
2016-08-31
|
|
Luke A Pitt <LukeAPitt@googlemail.com>
|
|
1c12c81 Replace checks for (not SQLite and not PostgreSQL) with checks
|
|
for MySQL.
|
|
|
|
2016-08-30
|
|
Luke A Pitt <LukeAPitt@googlemail.com>
|
|
477f335 Whitespace fixes.
|
|
64d09ce This commit removes the reconnection logic from
|
|
ServerDB::query(). Logic was removed due to issues raised in
|
|
comment
|
|
https://github.com/mumble-voip/mumble/pull/2383#issuecomment-2
|
|
30173429 .
|
|
7560db0 Use UPSERT for PostgreSQL, REPLACE INTO for other databases.
|
|
Used place holder marks for PostgreSQL UPSERT values instead
|
|
of positional binding since the statements require the values
|
|
twice (once for the INSERT, and once for the UPDATE should the
|
|
insert fail). The values to use for the ON CONFLICT DO UPDATE
|
|
part of the UPSERT have been prefixed with u_ .
|
|
8f20669 Minimum changes to make previously applied postgresql pacth
|
|
work with current version of mumur. Change users table to have
|
|
new column format. Change slog table to have a default value
|
|
of "now()" for column msgtime as other databases use triggers
|
|
to add this value. Revert database logging statement so that
|
|
the timestamp is assigned by triggers or column default
|
|
values.
|
|
3d5c743 Indentation fix - Replace spaces with tabs.
|
|
|
|
Arne Fenske <arne_fenske@Yahoo.de>
|
|
b99a459 Murmur now supports PostgreSQL. The PostgreSQL plugin for Qt 4
|
|
('libqt4-sql-psql' package in Debian) is required. To enable
|
|
this feature, use the 'dbDriver=QPSQL' option in your
|
|
'mumble-server.ini'.
|
|
|
|
2016-08-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
96d87db Merge PR #2540: Remove some old-style plugin license headers.
|
|
They are now covered by LICENSE/AUTHORS.
|
|
ca678fe Fix UT99 plugin license in 3rdPartyLicenses.
|
|
9340a10 Update 3rdPartyLicenses for plugins.
|
|
047e9f3 Merge PR #2539: Update AUTHORS and CHANGES
|
|
08198a6 plugins: remove some old-style license headers now covered by
|
|
LICENSE/AUTHORS.
|
|
5e96c33 CHANGES: update.
|
|
0624e36 AUTHORS: regenerate.
|
|
80b8e3c Merge PR #2538: .mailmap: add Eli Tallman.
|
|
56ea5a2 .mailmap: add Eli Tallman.
|
|
e6cde15 Merge PR #2537: Messages: add the prefix “Private” in
|
|
MainWindow::msgTextMessage().
|
|
|
|
2016-08-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
13772c1 Merge PR #2472: Remove the message size restriction and fix
|
|
the validation of images
|
|
|
|
2016-08-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
79f1885 Merge PR #2531: installer: use MSVC2015 runtime.
|
|
824db88 installer: use MSVC2015 runtime.
|
|
c05d4de Merge PR #2534: Send clipboard content to chat
|
|
2866033 Merge PR #2535: Transifex translation update
|
|
|
|
2016-08-25
|
|
Anthony Alves <cvballa3g0@gmail.com>
|
|
79f67f6 Send clipboard content to chat
|
|
|
|
2016-08-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
355bf07 Merge PR #2526: compiler.pri: enable warnings-as-errors by
|
|
default on Windows.
|
|
fc9dc2e Merge PR #2524: OSInfo: fix implicit size_t conversion.
|
|
d7ac6f7 OSInfo: fix implicit size_t conversion.
|
|
dd14796 Merge PR #2525: Fix various warnings in the Windows overlay
|
|
found by upgrading to MSVC2015
|
|
173aa7d Merge PR #2523: Fix various plugin problems that popped up
|
|
with MSVC2015
|
|
a017810 Merge PR #2522: overlay: remove use of d3dx9, d3dx10 and
|
|
d3dx11.
|
|
d657238 Merge PR #2527: Allow Mumble to be built with MSVC2015
|
|
|
|
2016-08-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5d75109 compiler.pri: remove -Zc:strictStrings on MSVC2015 as well.
|
|
2a8551d os_win: supply new definition of __pfnDliNotifyHook2 instead
|
|
of assigning to it.
|
|
7868bea compiler.pri: enable warnings-as-errors by default on Windows.
|
|
4cc3441 overlay/overlay_exe: use unsigned long long for our passed-in
|
|
handle to silence MSVC2015 warning.
|
|
b711ea9 overlay/lib.h: fix _WIN32_WINNT redefinition.
|
|
9f50ca8 overlay/lib.cpp: cast to long when creating RECT.
|
|
a474aa2 plugins/null_plugin.cpp: remove use of legacy plugin header.
|
|
c194b1c plugins/mumble_plugin_win32_ptr_type.h: convert to uintptr_t
|
|
before converting to procptrXX_t.
|
|
4030d2c plugins/wow: convert plugin to use
|
|
mumble_plugin_win32_32bit.h.
|
|
72f038e overlay: remove use of d3dx9, d3dx10 and d3dx11.
|
|
7960c50 plugins/mumble_plugin.h: add magic values for MSVC2015 x86 and
|
|
x64 ABIs.
|
|
9d926ac compiler.pri: remove DXSDK sanity check.
|
|
2ad58a5 toolchain: add MSVC2015 toolchain.
|
|
|
|
2016-08-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1603d08 Merge PR #2518: Reset to 0 dB on Local Volume Adjustment reset
|
|
button
|
|
|
|
2016-08-18
|
|
Anthony Alves <cvballa3g0@gmail.com>
|
|
3cb7334 Reset to 0 dB on localvoladj reset
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3557cd2 Merge PR #2517: Transifex translation update
|
|
|
|
2016-08-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
89ef242 Merge PR #2515: Transifex translation update
|
|
|
|
2016-08-14
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
7d7887a Build Left 4 Dead 2 on Linux
|
|
|
|
2016-08-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
de1d983 Merge PR #2514: Build Left 4 Dead 2 on Linux
|
|
f735a63 Merge PR #2513: plugins: use MUMBLE_PLUGIN_EXPORT instead of
|
|
compiler-specific declarations.
|
|
2f5118c plugins: use MUMBLE_PLUGIN_EXPORT instead of
|
|
__attribute__((visibility("default"))).
|
|
b19840c plugins: use MUMBLE_PLUGIN_EXPORT instead of
|
|
__declspec(dllexport).
|
|
2396a99 Merge PR #2512: Plugins: lay the groundwork for using Windows
|
|
PA plugins on Linux with Wine
|
|
743f129 plugins/rl: allow Windows plugin to be built on Linux.
|
|
8002f23 plugins: allow mumble_plugin_win32_32bit.h and
|
|
mumble_plugin_win32_64bit.h to be included on Linux.
|
|
9a99bd5 plugins/l4d2: use new Linux plugin API in l4d2_linux.
|
|
2a049e6 mumble_plugin_linux.h: align API of the Windows and Linux
|
|
plugin headers.
|
|
797bc9b mumble_plugin.h: add MUMBLE_PLUGIN_EXPORT macro.
|
|
dc7fefd Plugins: teach Linux pid-fetcher to be Wine-aware.
|
|
|
|
2016-08-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
86824a3 Merge PR #2511: Fix warnings in mumble_plugin_linux.h
|
|
5b51676 pugins/mumble_plugin_linux.h: convert C-style casts to
|
|
C++-style casts.
|
|
ee0c6a2 plugins/mumble_plugin_linux.h: use non-C++11
|
|
std::ifstream::open().
|
|
|
|
2016-08-11
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
746322e plugins/l4d2: Rename "l4d2.cpp" to "l4d2_win32.cpp"
|
|
88797fa mumble/plugins: Rename Win32 headers
|
|
2b414da Positional audio support for Left 4 Dead 2 on Linux
|
|
2da60f9 Linux support for positional audio plugins
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
30ec38d Merge PR #2510: mumble/plugins: Rename Win32 headers
|
|
58a7ff5 Merge PR #2508: Positional audio support for Left 4 Dead 2 on
|
|
Linux
|
|
d364932 Merge PR #2507: Linux support for positional audio plugins
|
|
8248ab8 Merge PR #2509: Transifex translation update
|
|
|
|
2016-08-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e83d01c Merge PR #2506: Plugins: fill out pids map on Linux.
|
|
|
|
2016-08-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2aec53d Merge PR #2505: themes/Mumble: sync.
|
|
33d422e themes/Mumble: sync.
|
|
|
|
2016-08-08
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
713d531 plugins/link: Initialize wsPluginName to fix #2482
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d3f79b6 Merge PR #2500: Transifex translation update
|
|
664ca40 Merge PR #2498: GlobalShortcut, Themes: move hard-coded
|
|
stylesheet from GlobalShortcut.ui into the Themes class's
|
|
default stylesheet.
|
|
dab868e Merge PR #2503: plugins/link: Initialize wsPluginName to fix
|
|
the empty shortname problem
|
|
66d41ef Merge PR #2497: Introduce MUComboBox subclass and use it
|
|
throughout the tree.
|
|
|
|
2016-08-07
|
|
Kevin Rohland <kevin@nascher.org>
|
|
3d082c8 Log: introduce new 2048x2048 message area size restriction.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
613b7fc GlobalShortcut, Themes: move hard-coded stylesheet from
|
|
GlobalShortcut.ui into the Themes class's default stylesheet.
|
|
56ffa37 GlobalShortcut: use MUComboBox.
|
|
29e905a Use MUComboBox in .ui files.
|
|
4b7ebd9 MainWindow: use MUComboBox.
|
|
25c0740 Add MUComboBox.
|
|
59e5344 Merge PR #2496: Sync themes/Mumble.
|
|
5d66094 Sync themes/Mumble.
|
|
0a9c69d Merge PR #2470: OSInfo: fix new Windows 10 OSInfo to not
|
|
include NUL values in the displayable version string.
|
|
ab58864 Merge PR #2495: 3rdparty/xinputcheck-src: add Xbox One
|
|
controller (w/ 3.5 mm jack).
|
|
ad10136 Merge PR #2493: Various mumble_plugin.h and ManualPlugin fixes
|
|
|
|
2016-08-06
|
|
Kevin Rohland <kevin@nascher.org>
|
|
50c7c77 Messages: add the prefix “Private” in
|
|
MainWindow::msgTextMessage().
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
302afda 3rdparty/xinputcheck-src: add Xbox One controller (w/ 3.5 mm
|
|
jack).
|
|
2df5f2f OSInfo: fix new Windows 10 OSInfo to not include NUL values in
|
|
the displayable version string.
|
|
042efe4 plugins/link: remove uses of HWND in about() and config().
|
|
9fbe678 ManualPlugin: remove unnecessary mumble_plugin.h preamble.
|
|
d818a8d plugins/mumble_plugin.h: fix typo in MUMBLE_PLUGIN_MAGIC_QT
|
|
for _MSC_VER == 1600, M_IX86.
|
|
f0a5bd2 plugins/mumble_plugin.h: replace use of HWND with void *.
|
|
e7ff17b Merge PR #2492: GlobalShortcut_win: log product guid when
|
|
adding a new DirectInput device.
|
|
896f6f5 Merge PR #2491: GlobalShortcut_win: log product GUID when
|
|
excluding an XInput device from DirectInput processing.
|
|
0763a3d Merge PR #2490: GlobalShortcut_win: fix XboxInput button mask
|
|
in buttonName().
|
|
46a05fe Merge PR #2489: 3rdparty/xinputcheck-src: add Xbox One S
|
|
wireless (non-Bluetooth) and Xbox One Elite wireless.
|
|
6b67f35 plugins/mumble_plugin.h: replace hardcoded __cdecl with
|
|
MUMBLE_PLUGIN_CALLING_CONVENTION.
|
|
d3aa65d GlobalShortcut_win: log product guid when adding a new
|
|
DirectInput device.
|
|
682d33b GlobalShortcut_win: log product GUID when excluding an XInput
|
|
device from DirectInput processing.
|
|
3ad420f GlobalShortcut_win: fix XboxInput button mask in buttonName().
|
|
5ca9503 3rdparty/xinputcheck-src: add Xbox One S wireless
|
|
(non-Bluetooth) and Xbox One Elite wireless.
|
|
|
|
2016-08-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fe52ad0 Plugins: fill out pids map on Linux.
|
|
8bdfd7d Merge PR #2484: 3rdparty/xinputcheck-src: add Xbox One
|
|
controller GUIDs to avoid device list querying for Xbox One
|
|
controllers.
|
|
8ee2bbc 3rdparty/xinputcheck-src: add Xbox One controller GUIDs to
|
|
avoid device list querying for Xbox One controllers.
|
|
|
|
2016-07-31
|
|
Kevin Rohland <kevin@nascher.org>
|
|
fb19de1 Log: check for QSizeF::isValid() in Log::validHtml().
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b126c4e Merge PR #2478: Log: check for QSizeF::isValid() in
|
|
Log::validHtml()
|
|
3923ce8 Merge PR #2460: Transifex translation update
|
|
|
|
2016-07-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
44f1055 Merge PR #2475: Fix for ban reason context menu overlap.
|
|
|
|
2016-07-29
|
|
synapse84 <synapse84@gmail.com>
|
|
b205f6d Removed RightToLeft property.
|
|
|
|
2016-07-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2f88605 Merge PR #2447: OSInfo: add Windows 10 displayable version
|
|
string.
|
|
|
|
2016-07-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
88e6647 OSInfo: add Windows 10 displayable version string.
|
|
cf9877c Merge PR #2440: GlobalShortcut_win: add additional diagnostic
|
|
logging to the DirectInput backend
|
|
4a99cde Merge PR #2446: AudioWizard: always use ClassicStyle.
|
|
acfa044 Merge PR #2450: About: HTML-escape third party license text.
|
|
5ea862b Merge PR #2451: Transifex translation update
|
|
|
|
2016-07-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e0f368d About: HTML-escape third party license text.
|
|
|
|
2016-07-18
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
730200a plugins/l4d2: Updated server ID memory address
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7091a4c AudioWizard: always use ClassicStyle.
|
|
3b53aad Merge PR #2444: bump overlay version to force re-install on
|
|
macOS.
|
|
d54cb77 macx/osax: bump overlay version to force re-install on macOS.
|
|
ee1a671 Merge PR #2442: plugins: allow getModuleAddr() to enumerate
|
|
32-bit modules in WoW64 mode.
|
|
bb72d91 plugins: allow getModuleAddr() to enumerate 32-bit modules in
|
|
WoW64 mode.
|
|
57819f1 GlobalShortcut_win: log dwDevType when rejecting a blacklisted
|
|
device.
|
|
c2eb801 GlobalShortcut_win: when adding a DirectInput device, log its
|
|
dwDevType.
|
|
00f4e06 GlobalShortcut_win: allow logging of a device's objects in
|
|
verbose mode.
|
|
af38fdb Merge PR #2424: Fix updatecheck result logging
|
|
ac134d3 Merge PR #2438: ManualPlugin: fix macOS build.
|
|
|
|
2016-07-17
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
d7b26dd plugins/gtav: update game_name memory addresses
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0f9d5c1 ManualPlugin: fix macOS build.
|
|
220f272 Merge PR #2434: installer: remove manual.dll from the
|
|
installer.
|
|
956497c installer: remove manual.dll from the installer.
|
|
6e2f710 Merge PR #2431: Move the manual plugin into Mumble itself
|
|
42ddfcc Remove hacks specific to the manual plugin from the build.
|
|
9984f48 INSTALL: document no-manual-plugin.
|
|
f59d080 ManualPlugin.h: make include guards fit the src/mumble style.
|
|
32919bb ManualPlugin.h: add missing LICENSE.header.
|
|
202fa2d Rename the manual plugin's files in src/mumble to be
|
|
ManualPlugin.{cpp,h,ui}.
|
|
db4c16d Teach the Plugins class about the built-in manual plugin.
|
|
a179f5d Move 'manual' plugin into Mumble itself.
|
|
3ea298a Plugins: add MumblePluginQt to better support the 'manual'
|
|
plugin.
|
|
b2f2277 Merge PR #2430: LCD: add workarounds for LCD drawing on Qt
|
|
5.6.
|
|
9adc52d Merge PR #2428: g15helper: add Qt-based G15 emulator, for
|
|
debugging.
|
|
|
|
2016-07-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
be4ae5b Merge PR #2419: MainWindow, CustomElements: implement proper
|
|
Backtab/Shift-Tab behavior for MainWindow::qteChat.
|
|
10abf36 Merge PR #2411: MainWindow: allow using F6 to switch between
|
|
MainWindow's main widgets.
|
|
615fe7f MainWindow: allow using F6 to switch between MainWindow's main
|
|
widgets.
|
|
0dcbf54 Merge PR #2425: GlobalShortcutWin: delay winhook
|
|
initialization until after our first timeTicked() slot.
|
|
d573183 GlobalShortcutWin: delay winhook initialization until after
|
|
our first timeTicked() slot.
|
|
9923ec9 g15helper: add Qt-based G15 emulator, for debugging.
|
|
|
|
2016-07-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c04aa4e LCD: add workarounds for LCD drawing on Qt 5.6.
|
|
ebbac0b Merge PR #2420: Murmur: use aiUdpFlag.load() in comparisons to
|
|
fix Qt <5.2 build.
|
|
46b5b62 Murmur: use aiUdpFlag.load() in comparisons to fix Qt <5.2
|
|
build.
|
|
|
|
2016-07-14
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
bfa9be7 plugins/gtav: update plugin to work with version 1.35
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
edba745 Fix missing update check failure message
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
48ad19e Merge PR #2423: plugins/gtav: update plugin to work with
|
|
version 1.35
|
|
|
|
2016-07-13
|
|
Jan Klass <kissaki@posteo.de>
|
|
72cd86c Fix mapping description
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
90d9cec MainWindow, CustomElements: implement proper Backtab/Shift-Tab
|
|
behavior for MainWindow::qteChat.
|
|
|
|
2016-07-10
|
|
Kevin Rohland <kevin@nascher.org>
|
|
3a980fd Fix must_pkgconfig and misspelling in mumble.pro
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
43db0c4 Merge PR #2416: Transifex translation update
|
|
fcd2de6 Merge PR #2417: Fix must_pkgconfig and misspelling in
|
|
mumble.pro
|
|
4dc497e Merge PR #2413: build: add pkgconfig.pri and must_pkgconfig
|
|
qmake function.
|
|
c2be406 Merge PR #2408: TextMessage, RichTextEditor: accept
|
|
TextMessage dialog when Ctrl-Enter is pressed.
|
|
7d2e1ef TextMessage, RichTextEditor: accept TextMessage dialog when
|
|
Ctrl-Enter is pressed.
|
|
|
|
2016-07-09
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
4f565c6 plugins/rl: update plugin to work with version 1.21
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
96998f0 build: add pkgconfig.pri and must_pkgconfig qmake function.
|
|
6a78217 Merge PR #2412: plugins/rl: update plugin to work with version
|
|
1.21
|
|
|
|
2016-07-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f241782 Merge PR #2399: AudioInput: remove use of the register
|
|
keyword.
|
|
7eefd32 AudioInput: remove use of the register keyword.
|
|
6902b22 Merge PR #2400: GlobalShortcut_macx: add missing default-case
|
|
to switch statement to fix -Werror build.
|
|
e5d365e Merge PR #2401: mumble: add various Q_DECL_OVERRIDE
|
|
declarations to fix the macOS build.
|
|
3d05088 Merge PR #2402: WASAPI: remove unnecessary Timer.h and User.h
|
|
includes in WASAPI.cpp.
|
|
fd95696 Merge PR #2403: toolchain/win32-msvc2013: escape all
|
|
backslahes to make qmake happy.
|
|
67face3 Merge PR #2404: rcc.pri: escape backslahes.
|
|
238618d Merge PR #2405: overlay: escape backslashes in
|
|
overlay-shared.pro.
|
|
d82ee96 Merge PR #2406: Convert all remaining uses of LIBPATH in qmake
|
|
files to use QMAKE_LIBDIR instead.
|
|
5f04b19 Merge PR #2407: Transifex translation update
|
|
|
|
2016-07-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
295961d Convert all remaining uses of LIBPATH in qmake files to use
|
|
QMAKE_LIBDIR instead.
|
|
0d1244d overlay: escape backslashes in overlay-shared.pro.
|
|
084ef05 rcc.pri: escape backslahes.
|
|
bcbf371 toolchain/win32-msvc2013: escape all backslahes to make qmake
|
|
happy.
|
|
ae2d47b WASAPI: remove unnecessary Timer.h and User.h includes in
|
|
WASAPI.cpp.
|
|
800ee06 mumble: add various Q_DECL_OVERRIDE declarations to fix the
|
|
macOS build.
|
|
3525ac8 GlobalShortcut_macx: add missing default-case to switch
|
|
statement to fix -Werror build.
|
|
f35d0cb Merge PR #2367: overlay: in D3D9's doPresent(), use
|
|
swapchain's backbuffer and dimensions if drawn via
|
|
IDirect3DSwapChain9::present().
|
|
7c8b8ab overlay: in D3D9's doPresent(), use swapchain's backbuffer and
|
|
dimensions if drawn via IDirect3DSwapChain9::present().
|
|
6bc1da3 Merge PR #2395: ViewCert: only include 'QStringList
|
|
processQSslCertificateInfo(QString in)' when built against Qt
|
|
4.
|
|
95222b9 Merge PR #2396: overlay: ensure the whole Microsoft Office
|
|
suite is blacklisted.
|
|
64754ad Merge PR #2398: Transifex translation update
|
|
|
|
2016-07-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4bae627 Merge PR #2393: Murmur: fix MurmurDBus::addChannel that was
|
|
broken by Murmur's new locking.
|
|
8ae8dbb overlay: ensure the whole Microsoft Office suite is
|
|
blacklisted.
|
|
1705c43 ViewCert: only include 'QStringList
|
|
processQSslCertificateInfo(QString in)' when built against Qt
|
|
4.
|
|
8540966 Merge PR #2391: overlay_gl: use Elf_Sym instead of Elf64_Sym
|
|
in FreeBSD specific-code.
|
|
f45c1f7 Murmur: fix MurmurDBus::addChannel that was broken by Murmur's
|
|
new locking.
|
|
|
|
2016-07-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
477f886 overlay_gl: use Elf_Sym instead of Elf64_Sym in FreeBSD
|
|
specific-code.
|
|
41613d6 Merge PR #2376: compiler.pri: enable warnings-as-errors by
|
|
default if inside Mumble buildenv.
|
|
a8e5514 Merge PR #2387: Transifex translation update
|
|
|
|
2016-07-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2e20f73 MErge PR #2363: Transifex translation update
|
|
950fa15 Merge PR #2365: OverlayClient: hide QGraphicsPixmapItems when
|
|
FPS and time are disabled instead of setting an empty QPixmap.
|
|
52a7624 Merge PR #2364: overlay: optimize blit() to not perform a blit
|
|
if the active item rect is empty.
|
|
8272e48 overlay: optimize blit() to not perform a blit if the active
|
|
item rect is empty.
|
|
daba32f Merge PR #2375: Fix Timer class's system-header Boost problems
|
|
aba01d8 Timer: use header-only boost::chrono if it is available.
|
|
2c3e791 Timer: use clock_gettime with CLOCK_MONOTONIC if available.
|
|
6ad70e4 Timer: revert PR #2333 ("use boost::chrono::steady_clock as
|
|
the underlyingmonotonic timer.")
|
|
35a1979 Merge PR #2382: ViewCert: clean up Qt 4/Qt 5 compatibility
|
|
code.
|
|
046e0ca Merge PR #2384: plugins/gtav: Support for retail version
|
|
|
|
2016-07-01
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
536a3a5 plugins/gtav: Support for retail version
|
|
|
|
2016-06-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4f4e5ac Merge PR #2380: ViewCert: show certificate's SHA-256
|
|
fingerprint.
|
|
6e020c7 ViewCert: clean up Qt 4/Qt 5 compatibility code.
|
|
|
|
2016-06-29
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
e1b80c0 plugins/rl: Plugin update for game's latest version
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0040b7b ViewCert: show certificate's SHA-256 fingerprint.
|
|
68606fe Merge PR #2378: plugins/rl: Plugin update for game's latest
|
|
version
|
|
c9814ae Merge PR #2370: plugins: build fixes for UT3 and RL plugins to
|
|
fix warnings-as-errors build
|
|
|
|
2016-06-27
|
|
anonym <anonym@riseup.net>
|
|
0577ab7 Show the SSL cert's SHA1 digest in the "SSL Verification
|
|
failed" prompt.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4d1cd4e compiler.pri: enable warnings-as-errors by default if inside
|
|
Mumble buildenv.
|
|
a297a24 Merge PR #2374: ViewCert: use QChar::fromLatin1 instead of
|
|
QChar::fromAscii.
|
|
da39bfb ViewCert: use QChar::fromLatin1 instead of QChar::fromAscii.
|
|
e54e7cf Merge PR #2372: Show the SSL cert's SHA1 digest in the "SSL
|
|
Verification failed" prompt.
|
|
|
|
2016-06-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
aa34251 plugins/ut3: fix warnings-as-errors build for UT3.
|
|
c4301b5 plugins/rl: fix warnings-as-errors build for Rocket League
|
|
plugin.
|
|
|
|
2016-06-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
27abc98 OverlayClient: hide QGraphicsPixmapItems when FPS and time are
|
|
disabled instead of setting an empty QPixmap.
|
|
|
|
2016-06-24
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
c1b91cf plugins/ql: Native front and top vectors
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d21de05 Merge PR #2361: plugins/ql: Native front and top vectors
|
|
ea372de Merge PR #2276: Document and implement Murmur locking strategy
|
|
18ccbf1 docs/MurmurLocking.md: add documentation for Murmur's locking
|
|
strategy.
|
|
c73df62 Fix locking in the unknown peer path of UDP receive in
|
|
Server::run().
|
|
cb446f1 Server: convert bUdp to use QAtomicInt for proper
|
|
synchronization.
|
|
cf6a5b7 Hold write lock on qrwlVoiceThread when writing to bDeaf,
|
|
bMute and bSuppress.
|
|
c8bd941 Hold write lock on qrwlVoiceThread when writing to bSelfDeaf,
|
|
bSelfMute and ssContext.
|
|
80c6e31 Writing to User->sState requires holding qrwlVoiceThread.
|
|
9dfca42 Add Mutex internal to BanwidthRecord.
|
|
b1285fc Ensure all ACL write operations hold qrwlVoiceThread.
|
|
cfb535a Add missing ACL cache lock to Server::processMsg.
|
|
3be686c Fix User->qmWhisperRedirect qrwlVoiceThread locking.
|
|
f03b74d Add mutex for csCrypt usage in Murmur.
|
|
f260bd1 Implement correct write locking for
|
|
addChannel/removeChannel/link/unlink.
|
|
5c0c8d8 Add documentation for qrwlVoiceThread.
|
|
b33e1ac Rearrange code in Server header.
|
|
f66b0d3 Rename qrwlUsers to qrwlVoiceThread.
|
|
91dc3d3 Move counter variable in processMsg into Opus condition.
|
|
77ddc01 Move processMsg's 'c' Channel pointer into 'normal speech'
|
|
code path.
|
|
d6d6f6f Refactor use of 'p' User pointer used in foreach loops.
|
|
f696ddc Server: refactor bandwidth check in processMsg.
|
|
|
|
2016-06-23
|
|
Davide Beatrici <davidebeatrici@gmail.com>
|
|
ed8748d plugins: update memory addresses retrieval to use
|
|
procptr32_t/procptr64_t.
|
|
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
b1a9a36 plugins/rl: Plugin update for game's latest version
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ff09c04 Merge PR #2360: plugins/rl: Plugin update for game's latest
|
|
version
|
|
f28e9b7 Merge PR #2349: plugins: update memory addresses retrieval to
|
|
use procptr32_t/procptr64_t.
|
|
51af785 Merge PR #2354: plugins: add arch-specific
|
|
mumble_plugin_win32.h variants
|
|
dce83ca Merge PR #2356: overlay_gl: call glDrawArrays with
|
|
GL_TRIANGLES instead of GL_QUADS.
|
|
557dbae Merge PR #2355: overlay_gl: unmask framebuffer color
|
|
components in drawContext().
|
|
5a50bb2 Merge PR #2358: Transifex translation update
|
|
|
|
2016-06-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6c2cf49 plugins.pri, mumble_plugin_win32.h: add
|
|
CONFIG(no-plugin-legacy-ptr) to disable use of non-explicit
|
|
mumble_plugin_win32.h header.
|
|
c450c3b plugins/rl: convert plugin to use 'mumble_plugin_win32_x86.h'.
|
|
9d7ead3 plugins: add distinct header files for x86 and x64.
|
|
|
|
2016-06-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b16e5a1 overlay_gl: unmask framebuffer color components in
|
|
drawContext().
|
|
e13d6c9 overlay_gl: call glDrawArrays with GL_TRIANGLES instead of
|
|
GL_QUADS.
|
|
|
|
2016-06-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
07559e2 Merge PR #2333: Timer: use boost::chrono::steady_clock as the
|
|
underlying monotonic timer.
|
|
ab6b4b6 Merge PR #2342: Implement uname.pri and use it to detect
|
|
FreeBSD on both Qt 4 and Qt 5
|
|
2c2744e Merge PR #2343: .mailmap: update dekarl's info.
|
|
a9384f1 Merge PR #2344: Remove old-style license header from WoW
|
|
plugin.
|
|
|
|
2016-06-11
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
5271180 plugins/gtav: Plugin update for game's latest version
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f4ca0cf Merge PR #2345: plugins/gtav: Plugin update for game's latest
|
|
version
|
|
64f1c09 Remove old-style license header from WoW plugin.
|
|
09d2942 .mailmap: update dekarl's info.
|
|
5f2122c Use 'contains(UNAME, FreeBSD)' instead of 'freebsd' (mkspec)
|
|
to detect FreeBSD.
|
|
2550c4f uname.pri: introduce uname.pri, and use it in various .pri
|
|
files.
|
|
04b2635 Merge PR #2341: scripts/mkini.sh: consider semicolons as
|
|
comments to fix .ini generation.
|
|
f6a0138 scripts/mkini.sh: consider semicolons as comments to fix .ini
|
|
generation.
|
|
d840fa7 Merge PR #2335: Murmur: use non-forceful disconnect when
|
|
encountering SSL handshake errors on Qt 5.
|
|
3897c79 Murmur: use non-forceful disconnect when encountering SSL
|
|
handshake errors on Qt 5.
|
|
c738f7b Merge PR #2340: plugins/ql: Plugin update for game's latest
|
|
version
|
|
|
|
2016-06-10
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
3e7b0ba plugins/ql: Plugin update for game's latest version
|
|
|
|
2016-06-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a3275f5 plugins/l4d2: fix build.
|
|
|
|
2016-06-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8929c74 Timer: use boost::chrono::steady_clock as the underlying
|
|
monotonic timer.
|
|
f491aac Merge PR #2221: Murmur.ice: add updateCertificate() method.
|
|
6091625 Murmur.ice: add updateCertificate() method.
|
|
18e8014 Cert: add ERR_clear_error() to the end of initializeCert().
|
|
0a5b68c Merge PR #2326: Murmur: add no-op userTextMessage signal for
|
|
DBus to silence connect()'s error log output.
|
|
5467f3a Murmur: add no-op userTextMessage signal for DBus to silence
|
|
connect()'s error log output.
|
|
9b5d066 Merge PR #2327: plugins/l4d2: Plugin update for game's latest
|
|
version and identity support
|
|
|
|
2016-06-04
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
e652888 Plugin update for game's latest version and identity support
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fd9c794 Murmur: add no-op userTextMessage signal for DBus to silence
|
|
connect()'s error log output.
|
|
|
|
2016-06-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5640f0a Merge PR #2323: Transifex translation update
|
|
|
|
2016-05-31
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
d2416ca Fixed inverted Z (left/right) value
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3e1d7ed Merge PR #2320: [Rocket League] Fixed inverted Z (left/right)
|
|
value
|
|
|
|
2016-05-29
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
b147287 Plugin update for latest version of Rocket League
|
|
c695463 Positional Audio support for Grand Theft Auto V
|
|
7591b5c Move "escape" function to mumble_plugin_utils.h header
|
|
decab3f Plugin update for latest version of Rocket League
|
|
|
|
John Marion <john@lmsn.net>
|
|
61ff49f Correctly denote serverid as optional on manpage
|
|
2634d62 Remove unnecessary .BI man macro
|
|
775b391 Document -disablesu option for murmur on manpage
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
44ea8c8 Merge PR #2315: Add GTA V plugin to the build and to the
|
|
installer.
|
|
7a89a2c Add GTA V plugin to the build and to the installer.
|
|
eb0a2a0 Merge PR #2314: Plugin update for latest version of Rocket
|
|
League
|
|
f38363f Merge PR #2310: Positional Audio support for Grand Theft Auto
|
|
V
|
|
d3e1c68 Merge PR #2308: Move "escape" function to
|
|
mumble_plugin_utils.h header
|
|
88825e3 mumble.pro: query pkg-config for protobuf instead of using
|
|
-lprotobuf.
|
|
fa92480 man/murmurd.1: add paragraph about what disabling SuperUser
|
|
means.
|
|
|
|
2016-05-26
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
da1d081 Plugin update for latest version of Rocket League
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3eec33a Merge PR #2307: Plugin update for latest version of Rocket
|
|
League
|
|
|
|
2016-05-22
|
|
Frank Engler <9x6@users.noreply.github.com>
|
|
fd24ee9 ServerDB.cpp: refactor code writing SuperUser password into DB
|
|
16f7323 murmurd: command line argument "-disablesu" disables SuperUser
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7164d3d Merge PR #2297: mumble.pro: query pkg-config for protobuf
|
|
instead of using -lprotobuf.
|
|
cb2b5ee mumble.pro: query pkg-config for protobuf instead of using
|
|
-lprotobuf.
|
|
708ace4 Merge PR #2298: man/murmurd.1: add paragraph about what
|
|
disabling SuperUser means.
|
|
e067c4d man/murmurd.1: add paragraph about what disabling SuperUser
|
|
means.
|
|
aaf3666 Merge PR #2301: Document -disablesu on murmur manpage
|
|
f990b90 Merge PR #1779: Disable SuperUser
|
|
7b54ad0 Merge PR #2124: MumbleSSL: add a sanity check for QSsl loading
|
|
a different version of OpenSSL than we're linked against.
|
|
4aa902d MumbleSSL: add a sanity check for QSsl loading a different
|
|
version of OpenSSL than we're linked against.
|
|
|
|
2016-05-21
|
|
John Marion <john@lmsn.net>
|
|
5e66269 Correctly denote serverid as optional on manpage
|
|
89643b4 Remove unnecessary .BI man macro
|
|
84de178 Document -disablesu option for murmur on manpage
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b82b6eb Merge PR #2281: Plugins, VersionCheck: don't pass
|
|
WTD_LIFETIME_SIGNING_FLAG to WinTrust APIs.
|
|
f3a02c3 Plugins, VersionCheck: don't pass WTD_LIFETIME_SIGNING_FLAG to
|
|
WinTrust APIs.
|
|
|
|
2016-05-19
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
e023f45 plugins/bf4: Added Squad State value
|
|
a1fe822 Positional Audio support for Battlefield 4 (x86)
|
|
|
|
Kevin Rohland <kevin@nascher.org>
|
|
3be04af Allow only one instance from UserLocalVolumeDialog per User
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a779870 Merge PR #2284: Allow only one instance from
|
|
UserLocalVolumeDialog per User
|
|
2f34ff7 Merge PR #2289: Net: use QLatin1String instead of implicit
|
|
char * -> QString conversion Ban::toString().
|
|
dac910b Net: use QLatin1String instead of implicit char * -> QString
|
|
conversion in Ban::toString().
|
|
38dbec1 Merge PR #2287: plugins/bf4: Added Squad State value
|
|
c522cff Merge PR #2144: Ban logging verbosity
|
|
ec87aa6 Merge PR #2286: Add BF4 x86 to the build and to the installer.
|
|
8af5c23 Add BF4 x86 to the build and to the installer.
|
|
d157e71 Merge PR #2285: Positional Audio support for Battlefield 4
|
|
(x86)
|
|
|
|
spede <spede@dota2.fi>
|
|
5d1a56e Add logging for ban removals/changes.
|
|
|
|
2016-05-18
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2a20e16 Merge PR #2280: scripts/generate-CHANGES.py, CHANGES: update
|
|
script to use commit date rather than author date.
|
|
c71461e scripts/generate-CHANGES.py, CHANGES: update script to use
|
|
commit date rather than author date.
|
|
bed423e Merge PR #2275: plugins/bf4: fix JSON encoding.
|
|
0c07d25 plugins/bf4: fix JSON encoding.
|
|
0354aeb Merge PR #2282: Transifex translation update
|
|
abb770b Merge PR #2265: Update CHANGES.
|
|
25becb6 Update CHANGES.
|
|
52f385c Merge PR #2279: Use # for license header instead of // in
|
|
various .pro files.
|
|
60465f5 Use # for license header instead of // in various .pro files.
|
|
|
|
2016-05-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
23b4e85 Merge PR #2270: scripts/generate-CHANGES.py: fix capture group
|
|
in gitMailmapLookup's contact regexp.
|
|
b0005c4 scripts/generate-CHANGES.py: fix capture group in
|
|
gitMailmapLookup's contact regexp.
|
|
3b1ad3a Merge PR #2268: Transifex translation update
|
|
|
|
2016-05-11
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
e4c91e2 Fixed Squad/Squad Leader pointers (#2267)
|
|
|
|
2016-05-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
37c4749 Merge PR #2264: Add Joeliam to .mailmap and sync AUTHORS.
|
|
c1251fd Add Joeliam to .mailmap and sync AUTHORS.
|
|
084da53 Merge PR #2256: Update the Mumble tree to use LICENSE.header
|
|
for all license headers
|
|
19214a4 Add remaining files that use the old-style license header to
|
|
3rdPartyLicenses.
|
|
78a46ea src/murmur_grpcwrapper_protoc_plugin: update to use
|
|
LICENSE.header.
|
|
313be4b plugins: update to use LICENSE.header.
|
|
63f2bd8 scripts: update to use LICENSE.header.
|
|
84aa1ae 3rdparty: update to use LICENSE.header.
|
|
af43d61 mumble_proto: update to use LICENSE.header.
|
|
d2bda14 src/mumble: update to use LICENSE.header.
|
|
4e2c7e3 macx: update to use LICENSE.header.
|
|
5f71ce6 src/mumble_exe: update to use LICENSE.header.
|
|
ce9e4c7 *.pri: update to use LICENSE.header.
|
|
e45183b toolchain: update to use LICENSE.header.
|
|
35358ca overlay_winx64: update to use LICENSE.header.
|
|
3dad85f overlay_gl: update to use LICENSE.header.
|
|
76f3168 g15helper: update to use LICENSE.header.
|
|
049fcae overlay: update to use LICENSE.header.
|
|
54c28d3 src/murmur: update to use LICENSE.header.
|
|
395c084 src: update to use LICENSE.header.
|
|
f3d19ad LICENSE.header: update default license header to use
|
|
"2005-2016".
|
|
f4e3ca9 Merge PR #2250: Various OpenBSD fixes
|
|
3283c43 Add python.pri to detect the system's Python binary. Use it in
|
|
mumble.pro.
|
|
1f72548 Fix mumble_pch.hpp for OpenBSD.
|
|
cc48689 PulseAudio: remove OSS headers from PulseAudio.cpp.
|
|
|
|
2016-05-09
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
2854b32 Positional Audio support for Battlefield 4 (x64)
|
|
|
|
John Marion <john@lmsn.net>
|
|
4462701 Touch up Mumble and Murmur manpages
|
|
6123439 Remove hardcoded IP whitelist for master server
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
77b59e5 Merge PR #2262: Touch up Mumble and Murmur manpages
|
|
7072cb2 Merge PR #2257: Various C++11 fixes
|
|
39aebda Channel, ServerUser: make cast operator non-const.
|
|
69086d8 GlobalShortcut_macx: fix build in C++11 mode (strongly typed
|
|
enums)
|
|
9b2bb22 Merge PR #2246: scripts/generate-CHANGES.py: add Python
|
|
replacement for 'git2cl.pl'.
|
|
ac716df scripts/generate-CHANGES.py: add Python replacement for
|
|
'git2cl.pl'.
|
|
11b2823 .gitignore: add .DS_Store.
|
|
656be8f Merge PR #2259: remove non-existent file from .gitignore
|
|
691d80a installer, plugins: add bf4 plugin to build and installer.
|
|
5b6bdac Merge PR #2258: Remove hardcoded IP whitelist for master
|
|
server
|
|
a30f1dd Merge PR #2255: Positional Audio support for Battlefield 4
|
|
(x64)
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
412c0d1 Document undocumented fields in Mumble.proto (#2261)
|
|
|
|
2016-05-08
|
|
Joel Kees <joelkees@gmail.com>
|
|
192a89c Fix Left 4 Dead 2 plugin and clean up plugin code
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c8d136f Merge PR #2248: Fix Left 4 Dead 2 plugin and clean up plugin
|
|
code
|
|
790bd79 Merge PR #2253: Transifex translation update
|
|
89097d5 Merge PR #1682: murmur grpc support
|
|
4a419de grpc: limit gRPC to Qt 5.
|
|
8d5236f grpc: add log message in GRPCStart, so users know that GRPC is
|
|
enabled.
|
|
e93d566 grpc: use single-line comments for docs in MurmurGRPCImpl.cpp.
|
|
88a6653 grpc: use single-line doxygen-style comments in
|
|
RPCSingleStreamCall top-level comment.
|
|
cd6b532 grpc: fix implicit QString conversions in setChannelStateGRPC.
|
|
9128351 grpc: rename GRPC-specific Server::setChannelState method, and
|
|
add docs.
|
|
c7cd28b grpc: indent pre-declaration of classes in MurmurRPC::Wrapper.
|
|
505df4f grpc: make mServer and qtCleanup members in MurmurRPCImpl
|
|
conform to coding style.
|
|
a02ef1b grpc: fix Server::sendTextMessageGRPC and
|
|
Server::setChannelState to build in non-C++11 mode.
|
|
9fafa9a grpc: make member variables in RPCCall and RPCSingleStreamCall
|
|
coding style conformant.
|
|
71f90de grpc: rename remaining MurmurRPCImpl member variables to be
|
|
coding style conformant.
|
|
d8710c1 grpc: rename aV1Service to m_V1Service.
|
|
32b8abd grpc: rename mCQ to m_completionQueue as per our coding style.
|
|
31928ca grpc: use single-line comments for MurmurGRPCImpl.cpp system
|
|
overview.
|
|
83c0b09 grpc: rename RPCStart and RPCStop to GRPCStart and GRPCStop.
|
|
a107fb3 grpc: fix formatting of textMessageFilter result handling.
|
|
ee1988e grpc: rename GRPC-specific Server::sendTextMessage to
|
|
Server::sendTextMessageGRPC(), and add docs.
|
|
9c55e95 grpc: mention that gRPC is experimental in the INSTALL file.
|
|
7666447 grpc: rename murmur_grpc_wrapper_gen to
|
|
murmur_grpcwrapper_protoc_plugin.
|
|
4c54bb2 grpc: update license headers to use the new-style header.
|
|
75d68fb grpc: sync murmur.ini.grpc with murmur.ini.
|
|
49f9833 grpc: shell out to 'which grpc_cpp_plugin' to find
|
|
grpc_cpp_plugin path in murmur_grpc.pro.
|
|
41885a2 grpc: ignore unused parameter warnings from
|
|
MurmurRPC.grpc.pb.h.
|
|
772191f grpc: use RegisterService instead of RegisterAsyncService.
|
|
46e954d grpc: remove 'gpr' from PKGCONFIG.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
0b0ce8e remove non-existent file from .gitignore
|
|
21f9a29 grpc: fix uninitialized RPCCall reference count
|
|
1af50bd grpc: do not use CONFIG for grpc block
|
|
edcd4cd grpc: require protobuf>=3
|
|
59bda9b grpc: rename murmur.ini.grpc to murmur.grpc.ini
|
|
750f08d grpc: do not include generated proto wrapper
|
|
4a0f287 grpc: fix grpc CONFIG flag
|
|
ff109d9 grpc: integrate murmur_grpc_wrapper_gen into qmake build
|
|
97741f6 grpc: move grpc-specific ini options to separate file
|
|
77e0bc2 grpc: fix compilation errors
|
|
49a6d35 grpc: rename grpcCert, grpcKey to grpccert, grpckey
|
|
7c7ccfb grpc: change "no-grpc" build flag to "grpc"
|
|
9bd982c grpc: add TextMessageFilter method comment
|
|
805c047 grpc: implement TextMessageFilter
|
|
19537ac grpc: allow connections to be secured using TLS
|
|
6c68dec grpc: only allow users to trigger explicitly added context
|
|
actions
|
|
92320bf grpc: add comment about incomplete embedded protobuf messages
|
|
af63163 grpc: fix crash when writing to a stream that hasn't completed
|
|
its previous write
|
|
d4b799d grpc: add RPCSingleStreamCall base for single-streaming
|
|
wrappers
|
|
1253f77 grpc: add helper method "end" to RPCSingleSingleCall
|
|
8401b51 grpc: document more of the RPC protocol
|
|
28fc480 grpc: add internal system overview
|
|
0cbd230 grpc: reduce amount of generated wrapper code
|
|
7514247 grpc: change RPCCall.mRefs to atomic
|
|
23c931d grpc: fix potential use after free issue
|
|
6dfbce2 grpc: normalize RPC method names
|
|
b52d4df grpc: remove ContextAction.Context.None
|
|
ab09ba3 grpc: fix ACL.allow, ACL.deny, ContextAction.context bitmasks
|
|
b10811a grpc: update RPC service comments
|
|
f87267f grpc: switch to versioned API
|
|
56e0507 grpc: fix stream referencing counting issues
|
|
5805883 grpc: fix crash in listener cleanup method
|
|
d65eccf grpc: document "no-grpc" config flag
|
|
b69e5f8 grpc: periodically clean up old listeners
|
|
c7686ff grpc: fix possible use-after-frees with the GRPC wrappers
|
|
89b487c grpc: reduce compile warnings
|
|
e953933 grpc: move grpc protobuf into separate sub-project
|
|
9d26e93 grpc: remove TODOs
|
|
e35f427 grpc: move ChannelService_Update logic to RPC.cpp
|
|
3f47647 grpc: protocol documentation
|
|
47a52f2 grpc: remove event listeners on write failure
|
|
b558149 grpc: split AudioService.SetRedirectWhisperGroup into two
|
|
methods
|
|
cccbec3 grpc: fix several TODO items
|
|
7250656 grpc: fix build problems with GRPC 0.10
|
|
80930b5 grpc: support setting temporary groups from authenticator
|
|
3225be0 grpc: update some protocol field types to be more descriptive
|
|
b331245 grpc: support texture in DatabaseServer methods
|
|
37931ca grpc: change TreeService.Get to TreeService.Query (allows for
|
|
query options to be added in the future)
|
|
8f830b6 grpc: TODO fixes
|
|
15f8258 grpc: normalize some grpc status codes thrown by Must*
|
|
7df16ed grpc: move TextMessageService_Send logic to RPC.cpp
|
|
cace36d grpc: simplify TextMessageService_Send
|
|
a39df33 grpc: fix ConfigService.GetField, ConfigService.Get,
|
|
LogService.Query not working for stopped servers
|
|
8192e55 grpc: fix ConfigService.SetField not working for stopped
|
|
servers
|
|
5696efb grpc: simplify ChannelService_Add
|
|
f080702 grpc: simplify ChannelService_Update
|
|
4a56a24 grpc: add User.Kick.actor
|
|
060ae78 grpc: add a lock around the authenticator when it does a
|
|
write-read
|
|
c53134d grpc: simplify authenticator slots
|
|
acfa8e8 grpc: update docs
|
|
9b84646 grpc: change Server.uptime to Update from uint32
|
|
a1d428d grpc: minor cleanup
|
|
17498d1 grpc: fix ServerService.Get for stopped servers
|
|
4e6b3b9 grpc: move meta event sending to new method
|
|
11eefc0 grpc: remove proto field
|
|
Authenticator.Response.Initialize.updating
|
|
5d9d1af grpc: remove old authenticator upon error or new authenticator
|
|
fd52a05 grpc: make RPCCall.error's argument const
|
|
ecf254f grpc: implement MurmurRPCImpl::getRegisteredUsersSlot
|
|
02c7f74 grpc: implement MurmurRPCImpl::registerUserSlot
|
|
70cb2b7 grpc: implement MurmurRPCImpl::unregisterUserSlot
|
|
541312d grpc: implement MurmurRPCImpl::setTextureSlot
|
|
4455db8 grpc: implement MurmurRPCImpl::setInfoSlot
|
|
a813b13 grpc: implement MurmurRPCImpl::idToTextureSlot
|
|
743ca4a grpc: implement MurmurRPCImpl::nameToIdSlot
|
|
d929e70 grpc: implement MurmurRPCImpl::idToNameSlot
|
|
55cb261 grpc: implement MurmurRPCImpl::getRegistrationSlot
|
|
a5cbcfa grpc: add Find message to Authenticator
|
|
5bb9a4f grpc: include user certificate chain in authenticator request
|
|
ac2418f grpc: start AuthenticatorService.Stream implementation
|
|
d63b5c7 grpc: add "request", "response" to stream-stream wrapper
|
|
3af2bc8 grpc: rename "response" in generated code to "stream"
|
|
5b2f2b9 grpc: generate callback() for "stream-stream" RPC methods
|
|
5c071f0 grpc: change AuthenticatorService to a (hopefully) easier to
|
|
use API
|
|
cc59e82 grpc: add authenticator slot stubs
|
|
28e6041 grpc: implement ACLService.Get
|
|
57dc921 grpc: implement ACLService.Set
|
|
7f537d3 grpc: implement ConfigService.GetDefaults
|
|
9b6eaed grpc: implement ConfigService.Get
|
|
ba30ef1 grpc: implement ConfigService.SetField
|
|
729fad4 grpc: implement ConfigService.GetField
|
|
51b5050 grpc: replace individual Config fields in favour of a
|
|
map<string, string>
|
|
59340c3 grpc: implement ACLService.GetEffectivePermissions
|
|
24e9400 grpc: implement ACLService.RemoveTemporaryGroup
|
|
cf77593 grpc: implement ACLService.AddTemporaryGroup
|
|
39940a4 grpc: finish ServerService.Events implementation
|
|
e279bef grpc: start ServerService.Events implementation
|
|
95d4ab4 grpc: implement AudioService.SetRedirectWhisperGroup
|
|
e9ec7d7 grpc: implement LogService.Query
|
|
12e70ed grpc: implement BanService.Set
|
|
62a627e grpc: implement BanService.Get
|
|
b5afebe grpc: implement MetaService.Events
|
|
2acd97a grpc: remove ContextActionService.Events listeners after they
|
|
fail
|
|
39984f6 grpc: add timer that will trigger cleanup function every
|
|
minute
|
|
3a1da38 grpc: add callback() method to single-streaming calls,
|
|
reenable ContextActionService.Events
|
|
0fdb1df grpc: RPCCall::error does not need to be a function anymore
|
|
a89333d grpc: pass grpc success variable to callback functions
|
|
1b3cdd8 grpc: re-enable streaming wrapper generation
|
|
c386db3 grpc: rework non-streaming call wrappers, temporary disable
|
|
streaming calls
|
|
f8677db grpc: implement DatabaseService.Query
|
|
3fdd054 grpc: implement DatabaseService.Verify
|
|
3b44029 grpc: implement DatabaseService.Deregister
|
|
9d0899e grpc: implement DatabaseService.Register
|
|
dee4fbd grpc: implement DatabaseService.Update
|
|
cb85565 grpc: implement DatabaseService.Get
|
|
3f9d0a9 grpc: implement ServerService.Query.
|
|
e8125d6 grpc: rename channelToRPCChannel,userToRPCUser to ToRPC
|
|
d5e8ef3 grpc: implement UserService.Query
|
|
48f9b00 grpc: implement ChannelService.Query.
|
|
45f90c0 grpc: implement TreeService.Get.
|
|
a8d772a grpc: implement targeting of TextMessageService.Send messages
|
|
c748dbb grpc: implement UserService.Update
|
|
9269ab9 grpc: implement ServerService.Start
|
|
0462dff grpc: implement ServerService.Remove
|
|
3b9bf4f grpc: implement (rough) ContextActionService.Events
|
|
ba0df3e grpc: add basic meta and server event slots to MurmurRPCImpl
|
|
b6aca49 grpc: implemented streaming generator, temporary removed
|
|
certain streaming RPC methods
|
|
d711b8c grpc: implement ServerService.Get
|
|
f952591 grpc: implement ServerService.Stop
|
|
a3c80ad grpc: implement ServerService.Create
|
|
cba1db8 grpc: replace "response->FinishWithError + return"s with
|
|
"throw"s
|
|
fb97e5e grpc: implement ContextActionService.Remove
|
|
b929b2d grpc: implement ContextActionService.Add
|
|
3a7b724 grpc: replace old code with Must* functions
|
|
6916629 grpc: add MustChannel for MurmurRPC.Channel
|
|
082e145 grpc: add MustUser for MurmurRPC.User message
|
|
e233c53 grpc: add exception hander around *_Impl to ease error handing
|
|
0041ab3 grpc: switch to async grpc API, change naming of service
|
|
methods
|
|
d181c0d grpc: add *_Init to protoc-gen-grpcwrapper
|
|
05a4501 grpc: remove MurmurRPCImpl and AsyncService from _Impl
|
|
signature
|
|
d749e0f grpc: add protoc-gen-grpcwrapper.cpp
|
|
d681631 grpc: implement ChannelService.add
|
|
08971f3 grpc: implement ChannelService.remove
|
|
ab3c520 grpc: implement ChannelService.update
|
|
bb86b3a grpc: implement ChannelService.get
|
|
b9c2169 grpc: fix incorrect status
|
|
32ec04b grpc: start ChannelService implementation
|
|
f68b35d grpc: implement UserService.kick
|
|
418ff98 grpc: implement UserService.query
|
|
2c0b3dc grpc: start UserService, implement UserService::get
|
|
5a7536c grpc: add broadcasting to TextMessageService.send
|
|
776c084 grpc: start implementation
|
|
7b0bb82 grpc: switch to proto2 from proto3
|
|
8d46083 grpc: do renames and add notes to MurmurRPC.proto
|
|
375d0ae grpc: add first MurmurRPC protobuf draft
|
|
3960228 grpc: add empty MurmurRPC.proto file
|
|
|
|
2016-05-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0d35a9c scripts/ts2html.pl: remove.
|
|
6d2364a scripts/qt.conf: remove.
|
|
|
|
2016-05-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
aedb1a3 Re-generate and update AUTHORS file.
|
|
d475b44 scripts/generate-AUTHORS.py: use pyuca for sorting to get
|
|
deterministic output on all platforms.
|
|
|
|
2016-05-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ba1a189 GlobalShortcut_win: fix access to nxboxinput in EnumDevicesCB.
|
|
|
|
2016-05-01
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
0288120 Don't expose SSL secrets over Ice/D-Bus.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a1a969e AudioOutput: make playSample() time out after 1 second if no
|
|
AudioOutput is present.
|
|
a50a120 PulseAudio: fall back to default device if chosen device is no
|
|
longer present.
|
|
8dbc793 GlobalShortcut_win: only poll XboxInput if there are XInput
|
|
devices present.
|
|
3434ff8 .mailmap: update James Fraser alias.
|
|
9f20c21 scripts/generate-AUTHORS.py: use 'origin/branch' instead of
|
|
just 'branch' in git log call.
|
|
|
|
2016-04-30
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
cb8cbd0 Plugin update for latest version of Quake Live
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
6a3f2ef add note about allowping to murmur.ini regarding information
|
|
exposure
|
|
|
|
2016-04-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5c17181 Move smallft to 3rdparty/smallft-src and add to
|
|
3rdPartyLicenses.
|
|
b7271c2 Log: remove 'console' parameter of postNotification().
|
|
cd8fbbd Log_unix: use plain log message for KDE notifications.
|
|
a2e6cb8 Log_unix: always send plain text notifications via
|
|
org.freedesktop.Notifications.
|
|
|
|
2016-04-26
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
6f843e5 Plugin update for latest version of Rocket League
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
68547c9 Fix missing whitespace in if statement
|
|
25422e7 Add comments to some conditionals in initializeCert()
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
b347f7e fix crash caused by decoding all MIME data formats in
|
|
RichTextHtmlEdit
|
|
|
|
2016-04-25
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
6f1b851 plugins/ql: Added Spectator state value
|
|
ccb1ff7 plugins/ql: Added camera values for a more precise PA
|
|
47a6e32 plugins/ql: Fix host address string and add comments
|
|
4f7af50 Positional audio support for Quake Live
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3a9edb8 plugins.pro: add ql plugin to the build.
|
|
2c65953 installer: add ql.dll plugin to the installer.
|
|
|
|
2016-04-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0502fa6 Drop OS X specific '64-bit' check.
|
|
72ef902 Add build number to OS X OSInfo.
|
|
48cc538 Fix 'rl.dl' typo in Plugins.wxs.
|
|
|
|
2016-04-15
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
043a7d7 Plugin update for latest version of Rocket League
|
|
|
|
2016-04-10
|
|
Davide Beatrici <davidebeatrici@users.noreply.github.com>
|
|
8017a01 l4d2: Plugin update for latest game version
|
|
80d0354 Positional Audio support for Rocket League
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6be0de4 installer: add 'rl.dll' to Plugins.wxs.
|
|
95b3cc1 plugins.pro: add 'rl'.
|
|
0393ed3 mumble_plugin.h: use _M_IX86 instead of (typo'd) _M_X86.
|
|
|
|
2016-04-01
|
|
John Marion <john@lmsn.net>
|
|
4e9f412 Remove unused jitter reporting code
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ef72e3e overlay: remove Far Cry 4 from the default blacklist.
|
|
|
|
2016-03-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a59e166 Do not enable warnings-as-errors by default.
|
|
|
|
2016-03-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a24b8c3 Do not use _FORTIFY_SOURCE for debug builds since they're not
|
|
built with optimizations.
|
|
b03a689 Add .mailmap file and us it in scripts/generate-AUTHORS.py.
|
|
6beb46e Move src/bonjour to 3rdparty/qqbonjour-src and add its license
|
|
to the third party license list.
|
|
|
|
2016-03-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3643c24 Add missing iMask to Ban equality operator
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
25f0e1f Remove OpenSSL 0.9.x compatibility hacks.
|
|
|
|
2016-03-06
|
|
John Marion <john@lmsn.net>
|
|
8b4ed1e Remove timer to run reportJitter.
|
|
|
|
2016-03-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
888a459 GlobalShortcutWin: fix memory leak of 'di' in new XInputCheck
|
|
code path.
|
|
|
|
2016-03-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
bc12e8e XInputCheck: add string.h and stdlib.h includes to
|
|
xinputcheck.cpp.
|
|
b817122 GlobalShortcutWin: add issue references to comment describing
|
|
recent Windows 10 DirectInput/XInput breakge.
|
|
cbff56b XInputCheck: fix missing file reference in the README.
|
|
da12c2b XInputCheck: add comment at the top of the file describing
|
|
development practices and origin of the code.
|
|
25b88a7 XInputCheck: add documentation for
|
|
XInputCheck_IsGuidProductXInputDevice.
|
|
0f80533 XInputCheck: add XInputCheck_ClearDeviceCache().
|
|
|
|
2016-03-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e174f8d compiler.pri: fix architecture checks for force-x86-toolchain
|
|
and force-x86_64-toolchain builds.
|
|
6f1331b GlobalShortcutWin: Exclude XInput devices from DirectInput.
|
|
|
|
2016-02-25
|
|
Nick Heindl <nheindl@wisc.edu>
|
|
93427af Fix typo in comment: Issue #2070
|
|
|
|
2016-02-23
|
|
John Marion <john@lmsn.net>
|
|
f5e03d6 Fix relative paths for Murmur -ini switch
|
|
|
|
2016-02-21
|
|
John Marion <john@lmsn.net>
|
|
53107ca Fix building Mumble on unix with no-dbus
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
999b59b Add LuaMilkshake to AUTHORS.
|
|
|
|
2016-02-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e3b14f3 themes/Mumble: sync with mumble-theme submodule.
|
|
4b3746a Add Tim Visée to AUTHORS.
|
|
34cbd3c compiler.pri: on Windows, treat MSVC linker warnings as
|
|
errors.
|
|
3b2a169 Simplify LICENSE file, add LICENSE.header and add AUTHORS.
|
|
|
|
Tim Visée <timvisee@gmail.com>
|
|
b4589b4 Add README.md for GitHub
|
|
|
|
2016-02-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0840dd4 Fix OpenSSL intialization.
|
|
0c08e73 compiler.pri: pass '-compress 9' to rcc.
|
|
|
|
2016-01-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1aae05e TextToSpeech_unix: use Mumble's language setting, or the
|
|
system locale for TTS language.
|
|
bd8f92b Move HTML filtering to a separate shared class.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
56fc9de Remember the last directory used for saving images from the
|
|
chat log
|
|
8722bdd Use a lossless image format when saving chat log images that
|
|
do not have a file extension
|
|
|
|
2016-01-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cffa565 Fix warning typo reported in #2087
|
|
|
|
2016-01-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
58c06f2 Fix Murmur on Windows DoS as described in Mumble-SA-2016-001.
|
|
|
|
2016-01-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c22393e Messages, Murmur.ice: make username checking case insensitive
|
|
throughout Murmur.
|
|
|
|
2016-01-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c56cb01 mumble.pro: use separate libsndfile libs on Windows.
|
|
|
|
2016-01-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6e16502 Update the Copyright year range for The Mumble Developers
|
|
throughout the tree.
|
|
7a33318 About: update copyright year range to 2005-2016.
|
|
50bc11d Update LICENSE for 2016. Happy new year!
|
|
3a18e13 compiler.pri: add CONFIG(verbose-linker) option for diagnosing
|
|
MSVC runtime library issues.
|
|
|
|
2015-12-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
143bf86 AppNap: only declare 'appNapSuppressed' static variable when
|
|
AppNap is available.
|
|
7a82dc9 Plugins: remove unused url parameter from
|
|
fetchedUpdatePAPlugins slot.
|
|
ad6acf2 GlobalShortcut_win, mumble.pro: remove use of HardHook in
|
|
GlobalShortcut_win.
|
|
17ddc1a VersionCheck: use updated WebFetch::fetch() for snapshot
|
|
downloads.
|
|
e82debb 3rdparty/opus-build: re-structure qmake logic for including
|
|
SSE, SSE2 and SSE4.1 sources into the build.
|
|
9652f7f compiler.pri: disable warnings-as-errors when MSVC static
|
|
analysis is enabled.
|
|
acb69be Update WebFetch, and its users, to use the new service
|
|
hostnames and endpoints, as well as HTTPS.
|
|
bd49fa5 CrashReporter: use new service hostname and endpoint for the
|
|
crash reporter service.
|
|
3910dc9 Remove all REPORT_JITTER-related code.
|
|
9db3015 Usage: use new usage service hostname and endpoint, and use
|
|
HTTPS.
|
|
|
|
2015-12-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2857d71 Translation update
|
|
8eec7cc Overlay_win: silence MSVC warning about potentially
|
|
uninitialized local variables.
|
|
d0ced44 Mumble: implement lock file mechanism for Windows.
|
|
a3ad0c5 installer: use 'The Mumble Developers' as ProductManufacturer
|
|
in the Windows installer.
|
|
7d4fe6c man: refer to The Mumble Developers as the Mumble authors in
|
|
our man pages.
|
|
a97c4bb 3rdparty/minhook-build: disable third-party warnings by
|
|
default in MinHook.
|
|
|
|
2015-12-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
69cdaee MainWindow: only allow toolbar dragging in the 'custom'
|
|
layout.
|
|
|
|
2015-12-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7f37b71 GlobalShortcut_win: NULL-initialize xboxinput and gkey member
|
|
variables.
|
|
25ceebb MainWindow: only allow layout to be changed via settings.
|
|
173b68a Update copyright strings in .rc and .plist files to refer to
|
|
'The Mumble Developers'.
|
|
a2b7020 About: change 'The Mumble team' to 'The Mumble Developers', as
|
|
used in our license.
|
|
33f8448 Murmur: allow both bitmasked version and version string when
|
|
setting 'suggestversion' via RPC.
|
|
da8a95e 3rdparty/opus-build: only enable OS X SIMD for x86-64
|
|
(non-universal) build.
|
|
4e53e6f AppNap: fix build for OS X Universal, which uses the 10.4 SDK.
|
|
3e680f7 Update themes/Mumble submodule and themes/MumbleTheme.qrc to
|
|
point to latest mumble-theme.
|
|
1719496 ThemeInfo: fix loading of platform-specific QSS files.
|
|
7cb6bb1 3rdparty/opus-build: enable use of SSE and SSE2 intrinsics in
|
|
Opus on OS X.
|
|
779496c AppNap: add AppNap support for OS X.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
b83316a Show self mute/deaf, global mute/deaf, prio speaker, user left
|
|
channel and disconnected states in linked channels.
|
|
|
|
2015-12-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
aa92699 Revert "Settings: disable 'shortcut/windows/xbox/enable' by
|
|
default, disabling XboxInput."
|
|
1070b40 Fix use of wrong calling convention on xboxinput function
|
|
pointers
|
|
|
|
2015-12-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c2bbcd5 Fix XboxInputState being to small for XInputGetStateEx calls
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fe81316 Settings: disable 'shortcut/windows/xbox/enable' by default,
|
|
disabling XboxInput.
|
|
abdb500 murmur: exit(1) when encountering a qFatal() when using syslog
|
|
logging.
|
|
608e802 GlobalShortcut_win, XboxInput: implement native XInput support
|
|
in GlobalShortcut_win.
|
|
df28734 GlobalShortcut_win: add PID/VID blacklist for misbehaving
|
|
devices.
|
|
703f8c7 murmur: exit with status code 1 on fatal error.
|
|
08af66d ConnectDialog: disable ping and host lookups when using a
|
|
proxy.
|
|
|
|
2015-12-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1bcea4e GlobalShortuct_win: warn if a device takes more than 1 second
|
|
to poll via DirectInput.
|
|
9295be4 Update Opus to 1.1.1.
|
|
|
|
2015-12-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4090c21 Settings: enable expert mode by default for 1.3.0.
|
|
|
|
2015-12-12
|
|
John P <johnhatestrash@gmail.com>
|
|
37618b7 fix unix ub celt build
|
|
|
|
Matt Hamilton <m@tthamilton.com>
|
|
40868d4 Update svg URL(s) from sourceforge to github
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2a31708 GlobalShortcut: only build in the OS X-specific
|
|
AXIsProcessTrustedWithOptions check if we're on a 10.9 or
|
|
newer SDK.
|
|
23fa9b3 AudioInput: ensure our encoders are reset correctly when using
|
|
> 1 frame per packet.
|
|
|
|
synapse84 <synapse84@gmail.com>
|
|
f6b746e Migrate old Qt 4 data directory to new Qt 5 location
|
|
|
|
2015-12-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
eaad2da Database: use separate QFile variables for legacy DB path and
|
|
modern DB path.
|
|
|
|
2015-12-08
|
|
Jan Klass <kissaki@posteo.de>
|
|
31abc89 Add outlook to overlay blacklist
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ba49ba5 Murmur: use OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION.
|
|
|
|
2015-12-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
42c0684 UserLocalVolumeDialog: subclass QDialog instead of QWidget.
|
|
7852dce GlobalShortcut: update help text for marking Mumble trusted
|
|
for OS X Mavericks and greater.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
b582547 Show more information when a banned user connects
|
|
|
|
doggone <rolf@metadata.be>
|
|
925587a Unhide mumble.sqlite on non-Windows
|
|
|
|
2015-12-06
|
|
Roman Priesol <roman@priesol.net>
|
|
21673bf mumble.desktop: added missing semicolons
|
|
|
|
2015-12-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
197f13e RichTextEditor: inherit QApplication's stylesheet in
|
|
RichTextHtmlEdit.
|
|
|
|
2015-11-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
77bb12f themes/Mumble: sync submodule.
|
|
d793aa1 murmur.ini: document empty welcometext behavior.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
9e8a40f Echo -> Echo cancellation in settings dialog
|
|
|
|
2015-11-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ce1df5d os_win.cpp: disable MSVC 2013's FMA-optimized math routines on
|
|
Windows versions earlier than 8.
|
|
|
|
2015-11-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e8e7ed3 3rdparty: for CELT and Opus, define APPROX_FLOAT if
|
|
-ffast-math is in CFLAGS.
|
|
551f109 PBKDF2: use 8 digits in OPENSSL_VERSION check.
|
|
711c2ec Murmur: forcefully disable PBKDF2 on OpenSSL < 0.9.9.
|
|
74ce74c mumble.pro: don't find OpenSSL via pkconfig here, it is
|
|
already found via mumble.pri.
|
|
f44b7df GlobalShortcut_unix: fix GCC deprecation pragmas for GCC 4.2.
|
|
ed308af SSL: add const_cast to be compatible with OpenSSL 0.9.8.
|
|
5dac7e8 Net: GCC 4.2 on FreeBSD 9.3 does not have __builtin_bswap.
|
|
2fdbc83 toolchain/win32-msvc2013: only use native amd64 compiler if it
|
|
is available.
|
|
a5724cf installer: do not bundle D3DCompiler_43.dll and
|
|
D3DCompiler_47.dll with Mumble anymore.
|
|
329afa3 main.pro, 3rdparty: remove fx11 from the Mumble build.
|
|
3763d59 overlay: replace use of Effects11 with direct use of our split
|
|
HLSL shaders.
|
|
53a529c overlay: split the shaders in overlay.fx out into separate
|
|
HLSL files.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
fea39f2 Respect maximum channel user limits when joining server
|
|
|
|
2015-11-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3762ad0 mumble.pro: fix g15 logic for detecting Windows and OS X.
|
|
|
|
2015-11-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
218c6a5 g15helper: statically link against runtime library on Windows.
|
|
8904591 g15helper: apply mumble.appcompat.manifest to
|
|
mumble-g15-helper.exe.
|
|
|
|
2015-11-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6390946 Allow no-warnings-as-errors for vc too
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ee43279 plugins/sto: fix signed/unsigned mismatch.
|
|
aef9ef7 Settings: enable XInput 2 by default once again.
|
|
956a8ca GlobalShortcut_unix: request latest XInput 2 version by
|
|
default.
|
|
|
|
2015-11-24
|
|
Kevin Rohland <kevin@nascher.org>
|
|
bd9bb66 Improve local user volume adjustment.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
58efe0c GlobalShortcut_unix, Settings: disable XInput2 by default.
|
|
c52d1a3 compiler.pri: treat warnings as errors for MSVC (-WX).
|
|
114495e overlay: add runtime checks for offset overflow in D3D9.
|
|
a3e7958 overlay: add runtime check for when GetFnOffsetInModule()'s
|
|
return value would have overflowed its return type.
|
|
5f79a3e overlay: fix a few MSVC signed/unsigned conversion warnings.
|
|
150d096 os_win: fix conversion from size_t to DWORD.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
0b0c074 Allow users with Write permission to bypass channel user
|
|
limits
|
|
|
|
2015-11-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0214948 compiler.pri: ensure we only pass -pie as a linker flag.
|
|
514100d compiler.pri: fix erronous QMAKE_FLAGS overwrite.
|
|
3a356a2 overlay_gl: port to FreeBSD.
|
|
|
|
2015-11-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0e4070c scripts/updatetranslations.sh: fix shebang to work on systems
|
|
where bash doesn't live in /bin.
|
|
00090db Translation update
|
|
f56143f mumble_pch.hpp: add missing networking headers to fix FreeBSD
|
|
build.
|
|
e9b240c mumble.pro: always disable G15 on FreeBSD.
|
|
80e0f96 GlobalShortcut_unix: fix build on non-Linux systems.
|
|
1f3b254 mumble.pri: use freebsd (mkspec) to check whether we're on
|
|
FreeBSD, rather than checking the uname.
|
|
b88728c compiler.pri: fixups for FreeBSD.
|
|
bbd93e1 installer: remove support for merge modules.
|
|
c19ec3f installer: remove support for the Intel compilers.
|
|
377d7cd rcc.pri: use manual quoting via escape_expand(\") instead of
|
|
system_quote() to be compatible with Qt 4.
|
|
9222b9a installer: remove non-static installer logic.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
c0879e5 Allow creating channel with a set maximum number of users
|
|
b0c9521 Add saving of images from chat log
|
|
84b1bce Add per-channel user limit
|
|
07a142d Include actor when performing a user rename
|
|
|
|
2015-11-21
|
|
Mark Felder <feld@feld.me>
|
|
30df2cb Revert 72038f6, add -lssl for FreeBSD
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
be7367f compiler.pri: undefine _FORTIFY_SOURCE before defiining it.
|
|
b0d53e1 compiler.pri: unsure that all our compiler.pri CFLAGS and
|
|
CXXFLAGS are also applied for Objective-C(++).
|
|
|
|
2015-11-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8ea1740 CoreAudio: use '#pragma GCC' to be compatible with both GCC
|
|
and Clang.
|
|
|
|
2015-11-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
82561a4 UserInformation: only implement decode_utf8_qssl_string()'s
|
|
QStringList override for Qt 5 builds.
|
|
2757a0c Cert: disable old-style cast warning for the whole source file
|
|
to fix GCC 4.2 build.
|
|
159aad4 Cert: fix old-style cast warning on older GCCs that disallow
|
|
'pragma GCC diagnostic' within functions.
|
|
e94c8f7 Use Emoji One SVGs for our flag icons instead of FamFamFam.
|
|
|
|
2015-11-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5feef96 Remove __int64_t define/undef dance from mumble_pch.hpp.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
4862897 Add maximum number of server users to control channel protocol
|
|
|
|
2015-11-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1f6a1f2 ViewCert: only implement decode_utf8_qssl_string()'s
|
|
QStringList override for Qt 5 builds.
|
|
f5d72ba OverlayConfig: avoid implementing OverlayConfigDialogNew on OS
|
|
X Universal.
|
|
9dba18f OSInfo: fix OS X version string formatting build error.
|
|
8ebd51a mumble.pro: add opus-src/celt and opus-src/include as -isystem
|
|
headers.
|
|
8d2edb8 G15LCDEngine_helper: change size parameter in submitFrame() to
|
|
qint64.
|
|
6c47ca7 compiler.pri: update non-universal deployment target to 10.7,
|
|
as mandated by Qt 5.5.
|
|
c25da2c OverlayUserGroup: fix build in OS X ifdef block.
|
|
147be10 Overlay: fix OS X pid comparison.
|
|
a7e7e1b CrashReporter: fix build with -Werror.
|
|
bcaebc0 CoreAudio: make it build with -Werror.
|
|
28d43b5 ApplicationPalette: add missing QDebug include.
|
|
f931ef1 overlay_gl: add missing mach_override include for OS X.
|
|
9f85eeb Meta: cast rlim_t to unsigned long when format printing.
|
|
1e06692 Disable warnings by default for third party library
|
|
mach-override.
|
|
d02ea64 Convert icons/filter.txt to ASCII and sync licenses.h.
|
|
33f295f Update .gitignore to point to the new location of
|
|
Ice-generated files.
|
|
|
|
2015-11-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5fb2573 Fix regression in last commit
|
|
|
|
2015-11-12
|
|
Mark Felder <feld@feld.me>
|
|
7eb4987 FreeBSD can use pkgconfig too
|
|
|
|
2015-11-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f32343d Use %zd for ssize_t printing in OSS.cpp.
|
|
671598b Fix warnings in SharedMemory_unix when built with GCC 5.2.1 on
|
|
i386.
|
|
e4c80da Fix warnings in overlay_gl when built with GCC 5.2.1 for i386.
|
|
|
|
2015-11-02
|
|
Jan Klass <kissaki@posteo.de>
|
|
c1b6110 Reorder server menu
|
|
|
|
2015-11-01
|
|
Jan Klass <kissaki@posteo.de>
|
|
21cd4dd Show Minimal View status in title
|
|
|
|
2015-10-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a6ac95b Do not warn about missing QT_INSTALL_TRANSLATIONS_DIR when
|
|
no-embed-qt-translations is used.
|
|
86f97a9 Add warning about missing QT_INSTALL_TRANSLATIONS directory.
|
|
|
|
2015-10-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4795ae5 Fix qFatal message generation in Diffie Hellmann error path
|
|
12cb827 Fix Murmur.ice path lookup for ermine and osx
|
|
bfe43e3 Drop -std=XXX directives for gcc
|
|
e074dde Consistently use -Wall -Wextra -Werror for C++ and C
|
|
b828a0a Fix warning in debug assertion
|
|
648f35b Fix remaining backend warnings in mumble
|
|
c9c9d0e Fix remaining frontend warnings for mumble
|
|
e0cb6e0 Fix overlay code related warnings in mumble
|
|
f9b2db4 Fix various shadow warnings in mumble by renaming
|
|
3206530 Fix isystem compiler flag for celt
|
|
66ff6d6 Fix warnings in overlay_gl C code
|
|
39b8b07 Fix warnings in AudioOutput code
|
|
2062b24 Supress deprecation warning on XKeycodeToKeysym
|
|
1090423 Supress remaining old-style casts we incur from 3rd party
|
|
headers. These should all be system headers but we still get
|
|
these warnings from macro expansions which is kinda strange...
|
|
|
|
2015-10-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
68205b9 Fix remaining warnings in murmur code
|
|
7b882d0 Fix warnings in murmur/Server.cpp
|
|
|
|
2015-10-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1a8175b Use intrinsic instead of inline asm in Net.h
|
|
234ed23 Fix "-isystem" flag use for mumble_proto
|
|
e21ce49 Fix shadow warning in SignalCurry.h
|
|
99d37cf Fix warnings in Bonjour code
|
|
8ecc3d1 Fix warnings in shared connection code
|
|
|
|
2015-10-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
51ab40a Fix warning due to missing default case in protocolToString
|
|
0db712e Make mkwrapper.pl write a banner to its generated files
|
|
a8bed29 Modify generator for licenses.h to fix warnings in that file
|
|
73f6051 Modify generator for ApplicationPalette.h to fix warnings in
|
|
that file
|
|
d8889f8 Extract Ice compilation to murmur_ice lib
|
|
|
|
2015-10-18
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
10c902f Fix rcc.pri to work when there are spaces in our $PWD.
|
|
|
|
2015-10-17
|
|
Benjamin Neff <benjamin@coding4coffee.ch>
|
|
e9f87a6 Add missing includes
|
|
|
|
Fredrik Nordin <freedick@ludd.ltu.se>
|
|
15f47f4 Add local per-user volume adjustment.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
75a25c4 ConnectDialog, ServerHandler: use HostAddress instead of
|
|
QHostAddress when comparing addresses.
|
|
311f6f7 Auto-generate qrc file for embedded Qt translations when
|
|
running qmake.
|
|
571b3c1 Use murmur_pch.h instead of mumble_pch.hpp in
|
|
SSLCipherInfo.cpp.
|
|
|
|
2015-10-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a5009b6 Fix "RCC: Error in [...]" output that appears when running
|
|
qmake.
|
|
|
|
2015-10-11
|
|
Jan Klass <kissaki@posteo.de>
|
|
495dfdc Replace obsolete Qt method with new method
|
|
8bf9b0a Make overlay FPS and clock positionable
|
|
f732ec4 Add dwm and MouseKeyboardCenter to overlay blacklist
|
|
|
|
2015-10-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f18c587 Translation update
|
|
e8027bd Output more control channel encryption parameters
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8e195e1 Use lookup table for cipher info in 'Connection Info' dialog.
|
|
|
|
2015-09-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
13e494c Update sbcelt submodule to include fix for Xiph.org's git://
|
|
-> https:// transition.
|
|
|
|
2015-09-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8bd3f76 Murmur: add support for EDH cipher suites, and for specifying
|
|
Diffie-Hellman parmeters.
|
|
|
|
2015-09-22
|
|
Samuel D. Leslie <sdl@nexiom.net>
|
|
83da4f1 Replace all murmur.ini comments using hash (#) w/ semicolons
|
|
(;)
|
|
|
|
2015-09-20
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
263607f Update World of Warcraft 32-bit plugin to build 20444
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
df44859 Add EpicGamesLauncher to default overlay blacklist
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
612d6b5 Enable bHideInTray only on Windows versions below 7.
|
|
|
|
2015-09-19
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
52898aa Add Finnish translations to the wix project
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0f2c07c compiler.pri: increase MSVC PCH heap to up to 150MB (-Zm).
|
|
|
|
2015-09-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
492293b Translation update
|
|
0528883 Add an experimental translator comment
|
|
47631f7 Enable LookConfig to detect changes to user themes folder
|
|
426edb6 Add link to user themes directory to LookConfig
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
ce413bd Mark text as not to be translated
|
|
|
|
2015-08-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4794770 Fix Qt 5 compatibility of our Qt translation use
|
|
|
|
2015-08-19
|
|
asmolero <alsamolero@gmail.com>
|
|
d110e56 Fix grammar in default murmur.ini file
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8169811 Fix broken range check in UserListModel::data
|
|
|
|
2015-08-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d39e773 Fix setting an empty SuperUser password not creating an error
|
|
857e839 Translation update
|
|
|
|
2015-07-30
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
6fe5547 Don't initialize qsWelcomeText to "Welcome to this server"
|
|
2612b67 Don't display "Welcome message: " in client if none was sent.
|
|
|
|
2015-07-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4c16f25 Fix build on Linux (missing semicolon)
|
|
e061b72 Ensure closeEvent for MainWindow is called on self-restart
|
|
a11bccf Create themes directory if it doesn't exist
|
|
459022d Work around Windows permissions preventing Mumble restart
|
|
|
|
2015-07-21
|
|
Lartza <Lartza@users.noreply.github.com>
|
|
9f1b01a Fix small error in bEnableEvdev config
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
ebf6d23 Broadcast RPC-updated welcome text, even when it is empty
|
|
|
|
2015-07-14
|
|
Jordan Klassen <jordan@klassen.me.uk>
|
|
6c096c3 Add Logitech G-key support for use in global shortcuts
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3183da9 themes/Mumble: update submodule.
|
|
e614a7b Document no-gkey CONFIG option.
|
|
|
|
Sven-Hendrik Haase <sh@lutzhaase.com>
|
|
e8f627f Add fallback include path for speech-dispatcher
|
|
|
|
2015-07-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
84a8bbc Fix build for Qt < 5.2
|
|
d275284 Add built-in "Mumble" theme and set "Lite" variant as default.
|
|
65c1aff Add generate-qrc.py script as a rcc -project replacement
|
|
83b6071 Add Theme support to Mumble
|
|
8bd78a5 Add ThemeInfo class for finding and loading Theme descriptions
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9c462ce Fix logging in Themes::getConfiguredOutput() to use the
|
|
correct settings variable.
|
|
4ebfb90 Re-work Mac-specific style code in MainWindow.cpp and
|
|
OverlayClient.cpp to work with the new theme system.
|
|
0a5d2ba Do not re-index themes in Themes::getConfiguredStyle() if both
|
|
the theme and style are unset.
|
|
1408041 Use passed-in settings object in Themes::getConfiguredStyle().
|
|
|
|
2015-07-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
35e58eb Add CONFIG(unix)'s new SYSTEM_INCLUDES to CFLAGS and CXXFLAGS.
|
|
81bc94c Add $MUMBLE_PREFIX/include and $MUMBLE_PREFIX/lib when in a
|
|
build env in CONFIG(unix) builds.
|
|
|
|
2015-07-05
|
|
synapse84 <synapse84@gmail.com>
|
|
0623c14 changed sourceforge links to mumble.info links
|
|
|
|
2015-07-04
|
|
Alex Krishnan <akrishnan@twilio.com>
|
|
821486a Update OS X murmur docs
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4fe1664 Handle some possible failure cases in overlay_gl
|
|
5acf4af Fix qmake warning about qdbus CONFIG option being deprecated
|
|
d3d6920 Fix various warnings in Linux build
|
|
75feffb Suppress protobuf warnings in unix builds
|
|
fac930b Suppress warnings in 3rd party codec builds
|
|
|
|
Kevin Strasser <kevstras@gmail.com>
|
|
5aabbcd Normalize submodule URLs as https
|
|
|
|
2015-06-28
|
|
Will Tange <bh34rt@gmail.com>
|
|
46cb8a3 Add `UserRenamed` `MsgType`
|
|
b4d48ef Handle input device suspend/recovery gracefully
|
|
|
|
2015-06-26
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
d19e266 Add period after "renamed to" message.
|
|
|
|
2015-06-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a1ff21b Enable audio to be played during config restart query
|
|
|
|
2015-06-13
|
|
Nikita Puzyryov <NikitaPuzyryov@users.noreply.github.com>
|
|
6db171e Harden systemd service
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3f0e2d2 Make change of language and users top settings require restart
|
|
d08336e Add capability to trigger restart to ConfigDialog
|
|
c431d37 Add self-restart capability to client
|
|
|
|
2015-06-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7fbe61e Strip schema and path component from new server addresses
|
|
|
|
2015-06-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3d46634 installer: force uninstall before install.
|
|
|
|
2015-06-05
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c84916f SSL: Fix build for Qt 5 versions before Qt 5.3
|
|
e934c1e Fix dual-stack UDP on Windows and improve dual-stack detection
|
|
9a426b1 Fix Qt 5 mumur incorrectly binding to IPv6 only by default
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
7e4639c Add rules to compiler.pri to fix FreeBSD builds w/ Qt5
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
06e19e6 Check for Mesa rather than GLX > 1.2 when determining
|
|
glXQueryDrawable GLX_WIDTH/GLX_HEIGHT availability.
|
|
859da4d Do not link the Linux overlay with '-z now'.
|
|
faddfda Remove old "non-tagged" Boost include directories.
|
|
441ae3f Point 3rdparty/minhook-src back to
|
|
'cbd6254467b0f4b20f3fc2b47ceea44e26330a34'.
|
|
a66fdeb overlay_gl: remove unnecessary qmake message.
|
|
3283ac2 SSL: fix build for Qt 4.
|
|
|
|
2015-06-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b90b420 mumble_exe: fix expansion of baked-in MUMBLE_VERSION.
|
|
|
|
2015-06-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5a8c7f5 Update the Mumble installer to work with a versioned directory
|
|
hierarchy.
|
|
e6b17b5 Add support for running with a versioned root path in
|
|
mumble.exe.
|
|
1250b04 Use MumbleApplication::applicationVersionRootPath() throughout
|
|
Mumble to support a versioned directory hierarchy.
|
|
83da956 Add MumbleApplication::applicationVersionRootPath().
|
|
ced3bf8 Do not delayload speex.dll.
|
|
|
|
2015-05-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
239b89c installer: rearrange codec components in the installer.
|
|
|
|
2015-05-24
|
|
Jan Klass <kissaki@posteo.de>
|
|
9ee9e8a Use upstreamed MH_STATUS to string function
|
|
|
|
2015-05-23
|
|
Jan Klass <kissaki@posteo.de>
|
|
da004cf Overlay: Resolve undefined behavior
|
|
|
|
2015-05-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e5ddf55 SSL: move declaration of 'i' in
|
|
MumbleSSL::ciphersFromOpenSSLCipherString() to the top of the
|
|
function.
|
|
63a6985 SSL: remove class name qualifier in SSL.h for new cipher
|
|
string methods.
|
|
8ae710b Mumble: add 'net/sslciphers' hidden setting to allow
|
|
configuring the client's advertised TLS cipher suites.
|
|
a3f93f7 Murmur: add 'sslCiphers' option to allow server admins full
|
|
control of Murmur's advertised TLS cipher suites.
|
|
49f57d3 SSL: add MumbleSSL::defaultOpenSSLCipherString().
|
|
1dc6ecc SSL: implement OpenSSL cipher list format reader.
|
|
|
|
2015-05-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5026c47 Fix ice documentation mistake
|
|
|
|
2015-05-16
|
|
Jan Klass <kissaki@posteo.de>
|
|
d9e0d08 Ignore VS *.aps files
|
|
834365e Cleanup: Remove unused Hooks
|
|
771657a HardHook(MH): Reuse inject function and error logging
|
|
fcb908b Initialize fields in OverlayClient
|
|
70451a6 Fix #1637 application crashes on Mumble exit
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
57740e7 Rename overlay helpers to avoid PDB name clashes with DLLs.
|
|
|
|
2015-05-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
15fbe1d Remove ICC support and some VC10 workarounds
|
|
bf2a2cd Add /Zo to release flags for improved optimized build
|
|
debugging
|
|
f6e17fe Drop support for VC10 by updating compiler.pri for VC12
|
|
default flags
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e871691 3rdparty/fx11-build-shared: set _WIN32_WINNT to 0x0501.
|
|
8f4b071 3rdparty/minhook-src: sync with MinHook master.
|
|
|
|
2015-05-14
|
|
Jan Klass <kissaki@posteo.de>
|
|
3282887 Fix access violations on exit with Overlay active
|
|
|
|
Nikolaj Dombrow <nikolaj.dombrow@dombrow.de>
|
|
de27cd7 Add RTMP as an allowed protocol for links
|
|
|
|
2015-05-12
|
|
Will Tange <bh34rt@gmail.com>
|
|
ab78e6c Sensible warning message
|
|
78604d8 Connect button should be disabled by default
|
|
0fdb7c1 Mark shebanged files as executable
|
|
|
|
2015-05-11
|
|
Evan Purkhiser <evanpurkhiser@gmail.com>
|
|
82ca800 Follow XDG directory spec for RPC socket & overlay pipe
|
|
|
|
2015-05-10
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a96a8e7 Add deprecation warning for building client with Qt 4
|
|
|
|
Charles Ricketts <githlar@gmail.com>
|
|
5b104e0 PulseAudio: Add options to disable attenuating applications on
|
|
other audio outputs and to disable attenuation of loopback
|
|
modules.
|
|
|
|
2015-05-09
|
|
Evan Purkhiser <evanpurkhiser@gmail.com>
|
|
c005fe3 Remove tabs from the project file
|
|
|
|
Joël Troch <joel.troch62@gmail.com>
|
|
c3236b3 Fix for Windows 10 detection in murmur
|
|
|
|
2015-05-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4e459a9 Do not consider a default hostname from clipboard to be custom
|
|
78d0db8 Fix title from URLs not being picked up in connect dialog.
|
|
|
|
Nik Johnson <nik@jnstw.us>
|
|
b2282e7 Move label to bottom of connect dialog and default it to
|
|
hostname
|
|
|
|
2015-05-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2c0d37f Switch from old speex to new speex and speexdsp
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
263a292 fix minor spelling mistake
|
|
|
|
2015-04-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ad1ed22 Prevent OverlayClient destructor from hanging on disconnect
|
|
|
|
2015-04-29
|
|
Lartza <Lartza@users.noreply.github.com>
|
|
f1eb642 Add Finnish to languages in Product.wxs
|
|
b2b3106 Fix typo in Finnish translation
|
|
|
|
2015-04-27
|
|
Patrick Matthäi <pmatthaei@debian.org>
|
|
0f072ef Add missing LSB Description to the init script.
|
|
|
|
2015-04-26
|
|
Christopher Knadle <Chris.Knadle@coredump.us>
|
|
e24cfe6 Add Keywords to mumble.desktop to satisfy Lintian warning
|
|
|
|
2015-04-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0128e7d installer: include both x86 and x64 variants of
|
|
D3DCompiler_XX.dll.
|
|
|
|
2015-04-22
|
|
Jordan Cristiano <SizzlingCalamari@users.noreply.github.com>
|
|
445cdf0 Do not set the Mumble process's priority to High on Windows.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2eef8ba g15helper: force 32-bit x86 compilation.
|
|
d63fc6d Use the index variable instead of hardcoding 0 in
|
|
overlay_exe's GetCommandLineArgs().
|
|
2379f1f Use non-negative error constants in overlay_exe.h.
|
|
9a18c77 Re-work command line parsing in the Windows overlay helper
|
|
executable.
|
|
8e333b3 OverlayPrivateWin: add qFatal calls for invalid states.
|
|
a2be915 Fix missing comma in license header in overlay_exe.cpp.
|
|
b29df64 Rename 'missing magic argument' error to 'no arguments' in
|
|
overlay helper.
|
|
6c446e4 Ensure overlay helpers exit when the Mumble process
|
|
terminates.
|
|
b188029 Add config options for disabling specific overlay helpers.
|
|
bb0ccc4 Add restart limiter to OverlayPrivateWin to avoid bombing the
|
|
system with process spawns.
|
|
8e31de7 Log overlay helper process errors in OverlayPrivateWin.
|
|
3018c5e Handle WM_CLOSE messages in overlay helper.
|
|
0e358bf Check if the host supports 64-bit processes before attempting
|
|
to start the x64 helper process.
|
|
21a1519 Log path to the executable of the helper process in
|
|
onHelperProcessExited().
|
|
529f76f Add the x86_64 Windows overlay to the installer.
|
|
8d3c1f7 Add support for using both x86 and x86_64 overlays in
|
|
Overlay_win.cpp.
|
|
d609879 Use arch-specific shared memory regions in the Windows
|
|
overlay.
|
|
3a6c4f0 Build two separate Windows overlays - one for x86 and one for
|
|
x86_64.
|
|
4a478f7 Add force-x86-toolchain and force-x86_64-toolchain to
|
|
compiler.pri.
|
|
5d41a78 Add toolchain files. To be used by 32-bit on 64-bit overlay
|
|
(and vice versa).
|
|
|
|
x89 <napalm10@gmail.com>
|
|
57396fa Add systemd service file for Murmur.
|
|
|
|
Ferdinand Thiessen <rpm@fthiessen.de>
|
|
67ed33f Do not show TTS options when speechd is disabled.
|
|
|
|
2015-04-12
|
|
Jan Klass <kissaki@posteo.de>
|
|
ad0ee22 Translation update
|
|
d0f6b96 Make script for updating translation strings more robust
|
|
|
|
2015-03-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3223c8a Fix translatability of 'Cycle transmit mode' GlobalShortcut
|
|
log messages.
|
|
f05e657 Fix typo in speex-build.pro: '../speex-build' instead of
|
|
'../speex-srcbuild'.
|
|
46fc40e Fix Qt 4 build of mach-override to build both x86 and x86-64
|
|
binaries.
|
|
d855b67 Fix config.h issues in 3rdparty caused by new INCLUDEPATH
|
|
handling in Qt 5.4.1.
|
|
|
|
2015-03-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6c96ab4 Use 'QSsl::TlsV1_0' on Qt 5.0 through 5.3 and allow
|
|
'QSsl::SecureProtocols' to be used on 5.4.X.
|
|
|
|
2015-03-18
|
|
Derrick Dymock <actown@gmail.com>
|
|
a7dd1b7 Remove __DATE__ and __TIME__.
|
|
|
|
Joël Troch <joel.troch62@gmail.com>
|
|
122ed92 OSInfo: update Windows 10 detection due to kernel version
|
|
change.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
71e522f Use QSsl::TlsV1_0OrLater on Qt 5.5 or later, and
|
|
QSsl::SecureProtocols on Qt 5.4.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
f5affcd Better log message when a user disconnects from the same
|
|
channel as the client.
|
|
9ba92b5 Add user friendly UserRemove message when disconnecting a
|
|
ghost user.
|
|
dede317 Add basic support for sending text messages via
|
|
GlobalShortcuts.
|
|
|
|
2015-03-17
|
|
Sami Laine <sami.v.laine@gmail.com>
|
|
47889eb Add Finnish translation for the installer.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
88aefca Fix protocol documentation for RequestBlob in the .proto file.
|
|
eda74f2 Add protocol buffer comments from the old 'doc' directory to
|
|
the .proto file.
|
|
6eecd62 Remove 'doc' directory in favour of
|
|
https://github.com/mumble-voip/mumble-protocol
|
|
|
|
2015-03-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fca6278 Fix double free in WASAPI no positional audio fallback
|
|
code-path
|
|
988eeb5 Translation update
|
|
|
|
2015-03-14
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
525995d Address review concerns to mix format check changes
|
|
|
|
MumbleTransifexBot <mumbletransifexbot@mumble.info>
|
|
657f9e8 Transifex translation
|
|
|
|
2015-03-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
18c359f GlobalShortcut_unix: disable evdev by default.
|
|
|
|
2015-03-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5a033b8 Simplify and extend mix format check in WASAPI.cpp
|
|
b4f5050 Fix handling of WAVEFORMATEX in WASAPI backend.
|
|
|
|
2015-02-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1c00533 Incorrectly assumed SF_FORMAT_* subtypes were flags.
|
|
|
|
2015-02-08
|
|
Mew <Giratina493@mew151.net>
|
|
bc5852d Implement "mumble rpc" subcommand
|
|
|
|
Kyle Smith <askreet@gmail.com>
|
|
44dc94e Add optional combobox for transmit mode selection in the
|
|
MainWindow's toolbar.
|
|
|
|
BuddyButterfly <buddy.butterfly@web.de>
|
|
80f1623 PulseAudio: allow monitor devices to be used as inputs.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f8b63cd macx/osax: bump OS X overlay version to 19.
|
|
|
|
2015-02-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f0ff84f Unify overlay code for Unix and OS X.
|
|
a565197 Add setting 'asio/enable' to allow users to disable ASIO via
|
|
the Mumble configuration.
|
|
|
|
2015-02-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3293f7a Make 3rdparty/mach-override-src point to
|
|
mumble-voip/mach_override, and use https instead of ssh.
|
|
|
|
2015-02-05
|
|
dennisschagt <dennisschagt@gmail.com>
|
|
32f3273 Translation update
|
|
99f3de8 Fixed typo reported at github #1552
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1fab580 Use glDrawArrays instead of immediate mode in OS X's
|
|
drawOverlay().
|
|
f4568b9 Port 6e9a7e7c to the OS X overlay.
|
|
8e3168b Port ec7e78d1 to the OS X overlay.
|
|
403aedb Add mach_override as a 3rdparty dep and hook it into the OS X
|
|
overlay.
|
|
|
|
2015-01-17
|
|
Jan Klass <kissaki@posteo.de>
|
|
06d00f4 OpenGL overlay injection requirements
|
|
2418b80 Remove unused injection code and function lookups
|
|
967a325 In OpenGL Overlay, make code and context swapping more clear
|
|
|
|
2015-01-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9f1e605 Move Windows overlay setup and injection to mumble_ol.exe.
|
|
|
|
2015-01-11
|
|
Jan Klass <kissaki@posteo.de>
|
|
3b507d5 Overlay: Use standard OpenGL headers rather than duplicating
|
|
code
|
|
|
|
2015-01-10
|
|
Jan Klass <kissaki@posteo.de>
|
|
a7d103f Fix indentation. Add curly braces according to coding style.
|
|
|
|
2015-01-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
faa6730 Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the
|
|
3rdparty directory.
|
|
|
|
2015-01-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ec3120c installer: distribute all plugins for Windows x64 build.
|
|
|
|
2015-01-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f1e298a murmur: fix CONFIG(static) block in the unix section of
|
|
murmur.pro to not be applied for OS X.
|
|
7f69c51 Add Far Cry 4 to the blacklist due to crashes with the x64
|
|
overlay.
|
|
a2bb659 murmur: move murmur.pro's CONFIG(static) and CONFIG(ermine)
|
|
sections into the unix section.
|
|
ecf543b GlobalShortcut: enable use of hooks for Windows x64 now that
|
|
we have HardHook available.
|
|
93ad74b Add MinHook-based overlay for Windows x64.
|
|
|
|
2014-12-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
29525cb installer: distribute D3DCompiler_43.dll for our Windows x86
|
|
builds.
|
|
|
|
2014-12-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a88b316 installer: distribute D3DCompiler_47.dll for our Windows x64
|
|
builds.
|
|
9345abe plugins: limit win32-specific plugins to win32.
|
|
c9f476c compiler.pri: only set explicit -ARCH:SSE for Windows x86.
|
|
4d55c33 compiler.pri: use explicit subsystem versioning for Windows
|
|
builds.
|
|
a0247d7 plugins: enable all plugins for the x64 build.
|
|
370fae6 plugins: cleanup a few warnings in the WoW plugin.
|
|
f3c64b3 plugins: move u8 function into the Star Trek: Online plugin.
|
|
|
|
2014-12-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b2f5bd0 Update Opus submodule to include our workaround for
|
|
MSVC2013.3+ x64's bad sqrt auto-vectorizer codegen.
|
|
|
|
2014-12-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6a07cbd Update changelog.
|
|
|
|
2014-12-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c5e427d Revert "Use TLS 1.2 when built with Qt 5."
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ef9ffea Fix qtaccessiblewidgets removal logic to be compatible with Qt
|
|
4 as well.
|
|
|
|
2014-12-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
75843b6 Use TLS 1.2 when built with Qt 5.
|
|
78ac468 Murmur: fix override of TcpSocket::incomingConnection(). it
|
|
takes a qintptr (and not an int) in Qt 5.
|
|
7ecf4b3 Define Qt 4 no-ops for Q_DECL_OVERRIDE and Q_DECL_FINAL on the
|
|
command line.
|
|
a24b566 Only use $$shell_path on Qt 5.
|
|
|
|
2014-12-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fc0ab93 Do not use the qtaccessiblewidgets plugin on Qt 5.4 and
|
|
greater.
|
|
d2dbfed Remove -Zc:strictStrings flag that Qt 5.4 adds when using MSVS
|
|
2013.
|
|
124b1ce Make os_win.cpp strictStrings-safe.
|
|
630a17b Use $$shell_path to ensure QMAKE_LRELEASE is formatted
|
|
correctly regardless of the OS.
|
|
|
|
2014-12-22
|
|
Andreas Sinz <andreas.sinz@aon.at>
|
|
ad19d15 Display the native language name in the language chooser
|
|
rather than the locale
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2438f31 Fix Esperanto entry in language list and display cc in
|
|
parentheses behind name.
|
|
|
|
2014-11-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
78d7198 Fix typo in AudioEchoWidget regression fix
|
|
b78f34d Calculate peak and max microphone level in the same loop.
|
|
996a3df Reset buffered frames count on encoding failure.
|
|
2682987 Fix sequence counter becoming invalid for end-of-speech
|
|
frames.
|
|
ef6353b Fix Qt5 transition regression in AudioEchoWidget.
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
b9baebb Update WoW Plugin to build #19116
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1bd6c88 Add RC files for CELT 0.7.0 and CELT 0.11.0.
|
|
56e7e5a Add rc file for mumble_ol.dll.
|
|
d6ba8cf Fix mumble_dll.rc to identify as a DLL.
|
|
82a8e7d Update .gitignore to ignore more of Qt 5's auto-generated
|
|
plugin importer .cpp files.
|
|
|
|
2014-11-04
|
|
dennisschagt <dennisschagt@gmail.com>
|
|
cc0533c Fixed typo in the main README
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2c0bfa0 Fix compilation of Overlay.cpp. It was accidentally broken by
|
|
fd782c3c.
|
|
f1dbd92 Ensure up-to-date built-in overlay blacklist.
|
|
e5b6dac Add Spotify to the overlay blacklist. It can cause Mumble to
|
|
freeze/hang for multiple seconds.
|
|
fd782c3 Overlay, OverlayClient: add PID and process name diagnostics
|
|
to 'Dead client detected' notice.
|
|
|
|
2014-11-01
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
d2a1b5c Update WoW plugin to build 19103
|
|
|
|
2014-10-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7d434bb Revert "Fix issue with tray icon double clicking."
|
|
a120c8e Fix issue with tray icon double clicking.
|
|
|
|
Joël Troch <joel.troch62@gmail.com>
|
|
236e987 Added Windows 10 in OS detection and manifest file.
|
|
|
|
2014-10-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f35ef65 Fix compilation failure on OSX due to missing include.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
23899b4 Extended icon theming options.
|
|
|
|
2014-10-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cbe3956 Fix more ApplicationPalette aspects.
|
|
b923e06 Use real-name in copyright line.
|
|
38807be Integrate some feedback to ApplicationPalette
|
|
291ed48 Add ApplicationPalette class which allows theming the
|
|
QApplication::palette.
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
cde294f Fix assert when viewing legacy user registration lists
|
|
|
|
2014-10-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7fbd9d4 Switch from fixing width to height for "What's this".
|
|
|
|
2014-10-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fac902d Translation update
|
|
|
|
2014-10-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4a149f8 Update man pages author to "the Mumble team" and bump dates.
|
|
71ff77b Add placeholder texts to connect dialog.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
9cc1c0a Add -limits to help text and improve man page
|
|
44a0846 Show messages for priority speaker status
|
|
d9785f9 Shows move message if you moved a user from another channel
|
|
into another channel
|
|
|
|
2014-10-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c664b98 Fix more coding guideline violations.
|
|
cebcbd3 Fix RAND_bytes return value checking.
|
|
c9f170e Revert recent installer changes as they create more issues
|
|
than they fixed.
|
|
acf73f5 Drop unused files and icon.
|
|
7a18851 Make AudioInputDialog and AudioOutputDialog use own icons.
|
|
8aa125f Fix issues found in review of PR #1422
|
|
|
|
2014-10-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6f2552d Fix Qt 5 transition bug making certificate wizard access out
|
|
of bounds.
|
|
54ec595 Update Opus to version 1.1.1 beta
|
|
|
|
Bas Wijnen <wijnen@debian.org>
|
|
dc87fa2 Fix crash on Linux when trying to configure shortcuts.
|
|
|
|
2014-10-18
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
8ab0c4a Update WoW Plugin to build 19034
|
|
|
|
2014-10-15
|
|
scapula <rasmus.ry@gmail.com>
|
|
6e9a7e7 Disable vertex attrib arrays in overlay_gl (fixes #1298)
|
|
|
|
2014-10-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1749ef4 Resolve installer upgrade issues.
|
|
fc0e20b Fix recording timer not properly displaying in Qt 5 version of
|
|
Mumble.
|
|
|
|
2014-10-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7647538 Change Pulseaudio Role.
|
|
|
|
2014-10-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
06d9f7e Drop minimize functionality from tray icon.
|
|
|
|
2014-10-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
bf5693b Remove special case for allowing override on Qt 4 for windows.
|
|
5131d9e Review and refactor of PBKDF2 support patch.
|
|
|
|
2014-10-02
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
813aceb Add PBKDF2 support to Murmur.
|
|
|
|
2014-09-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e728205 Do not allow installing x86 and x64 side by side.
|
|
|
|
2014-09-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
17d95c0 Update URLs in installer and add a comment.
|
|
|
|
Matt Lewandowsky <matt@greenviolet.net>
|
|
fcc2a39 Add property to enable "Launch app at exit" by default.
|
|
|
|
2014-09-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
bc11185 Update murmur.ini and scripts to disable dbus by default and
|
|
enable ice.
|
|
|
|
2014-09-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
491789c Restore old log timestamp format.
|
|
|
|
2014-09-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3c280a6 Add poor man's padding to last column in connect dialog.
|
|
|
|
2014-09-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4eba193 Add "Uninstall" shortcut to start menu folder with windows
|
|
installer.
|
|
9f5b01b Make the Windows install create desktop shortcuts again.
|
|
b4f0c66 Update product manufacturer to be "The Mumble team"
|
|
7c5a9fb Fix murmur handling all groups starting with "sub" as special.
|
|
47a81f7 Do not use non-standard tool window for minimal mode.
|
|
bc5056c Update LICENSE file
|
|
|
|
Steve Hill <github@cheesy.sackheads.org>
|
|
5e7706a Update Borderlands 2 plugin for version 1.8.3
|
|
|
|
qwestduck <gsreceiver2@yahoo.com>
|
|
1c1dac5 Fix FTBFS regression from
|
|
dd7cc7caa7257d2d1525daebbcc070cbb0983915
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
754fc00 MainWindow: don't use custom flags for MinimalView - keep
|
|
standard Close, Minimize and Maximize buttons.
|
|
dedf841 GlobalShortcut: remove margins on the Mac Event Tap warning's
|
|
layout container.
|
|
1375022 Make 'Close' the default for the AskOnQuit message box.
|
|
ace1917 Add QMAKE_TARGET_BUNDLE_PREFIX to the manual plugin's
|
|
.qmake.cache file.
|
|
731d863 GlobalShortcut: do not require expert mode for Mac event tap
|
|
warning message in GlobalShortcutConfig.
|
|
dd7cc7c Improve the look of Mumble on Retina Display Macs.
|
|
e9e2680 Add mumble_pch.hpp include to various .mm files.
|
|
|
|
2014-09-20
|
|
Markus S <Reaper@gmx.at>
|
|
f0fc66b Self muted/deafened message seperated into self muted, self
|
|
unmuted, self deafened, self undeafened.
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
570a1f2 Translation update
|
|
acd8174 Use enum type and constants instead of integer indices.
|
|
916dcc0 Special case the Unity desktop to also default to not minimize
|
|
to tray
|
|
694dca8 Replace hacky hide/show handling with more straight-forward
|
|
implementation.
|
|
4a67eeb Fix ServerView::mimeData not actually overriding base class
|
|
function.
|
|
7c4fbee Fix hide in tray on windows.
|
|
ddab6ed Replace overlooked QT_VERSION_CHECKs with explicit version.
|
|
8cf4e14 Introduce use of Q_DECL_OVERRIDE and Q_DECL_FINAL into the
|
|
codebase.
|
|
edaca2e Fix hide in tray default value for Windows 8.1
|
|
|
|
2014-09-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8ad8812 MainWindow: only trigger link tooltips of Mumble is the
|
|
frontmost program.
|
|
|
|
2014-09-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6095134 Fix Mumble build failing on OSX due to missing include.
|
|
|
|
2014-08-27
|
|
Michael Pavlyshko <me@mixaill.tk>
|
|
2c0c0ed Add Microsoft Visual Studio to overlay blacklist
|
|
|
|
2014-08-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
67fc74f Build fixes for the debug variant of the
|
|
win32-static/win64-static build envs.
|
|
|
|
2014-08-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
12eb264 Replace all uses of QT_VERSION_CHECK with explicit version.
|
|
4efabce Fix Qt 4 compilation.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fc5fd45 Delete MumbleApplication.cpp.autosave
|
|
|
|
Natenom <natenom@natenom.com>
|
|
83218f1 Update project url and copyright info
|
|
|
|
2014-08-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b5d3758 Fix channel filtering not working.
|
|
34daf71 Split up long HEADERS, SOUCES and FORMS lines to improve
|
|
readability.
|
|
f1e3e09 Fix Qt 5 upgrade broke shutdown ask on quit suppression
|
|
(#1362)
|
|
|
|
2014-08-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9d668eb Use QStandardPaths's DataLocation instead of
|
|
GenericDataLocation when looking up AppData directory.
|
|
d299360 Log, TextMessage: remove $ as an illegal character in our
|
|
simple URL regexp.
|
|
|
|
2014-08-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7cfc2e5 Split out translation resources from mumble.qrc.
|
|
|
|
2014-08-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
880e126 Split out translations list from mumble.pro.
|
|
90d7546 Translation update
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d1a19d4 Cert: drop OpenSSL 0.9.7 compatibility code.
|
|
|
|
2014-08-01
|
|
Jan Klass <kissaki@posteo.de>
|
|
ed2bf49 Change default overlay avatar alignment to centered as per
|
|
#1325
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
19996c5 g15helper, macx/compat: fix OS X i386 targetting when using Qt
|
|
5.
|
|
|
|
2014-07-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c0d7aad scripts/gen-mumble_app-qt-def.py: add Python 3 compatibility.
|
|
|
|
2014-07-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
340c7b6 ASIOInput: use MumbleHWNDForQWidget() to get HWND for Qt 5
|
|
compatibility.
|
|
|
|
2014-07-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
094ab1e Ensure "syslog" string literal in murmur's main.cpp is wrapped
|
|
in QLatin1String.
|
|
08d7cb3 UnixMurmur: ensure logToSyslog is initialized to false.
|
|
|
|
2014-07-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0faf8fa .gitignore: add .qmake.cache, .qmake.stash, and
|
|
murmurd_plugin_import.cpp.
|
|
3fe7ff4 OverlayEditorScene: include QtGlobal before QT_VERSION check
|
|
in header.
|
|
68fb468 UserListModel: add mumble_pch.hpp header instead of directly
|
|
using Qt headers in order to fix Qt::escape on Qt 5.
|
|
64d28eb mumble.pro: when using Qt 5, use its bundled icns plugin
|
|
instead of our own qicnsicon.
|
|
21554c6 3rdparty/fx11-build: remove DX_SDK include dir, we get it from
|
|
the environment.
|
|
c84e9b7 mumble, murmur: add a 'Qt::escape' for Qt 5 to avoid ifdef
|
|
hell.
|
|
434087c SSL: make CA filter code compatible with Qt 5.
|
|
|
|
Peter Vágner <pvdeejay@gmail.com>
|
|
800947e Messages: fix conversion from protobuf uint64 to
|
|
ChanACL::Permissions when building against Qt 5.
|
|
2bc61db OverlayEditorScene: fix header to allow building with Qt 5.
|
|
|
|
2014-07-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
63f35d6 PulseAudio: don't call pa_stream_drop() for empty
|
|
pa_stream_peek().
|
|
|
|
2014-07-22
|
|
Jan Klass <kissaki@posteo.de>
|
|
47d8a4f Update gmod PA plugin with updated addresses.
|
|
|
|
2014-07-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
840a31d macx/scripts: fix osxdist.py and build-installer-overlay to
|
|
work in a source tree path with spaces in it.
|
|
e740ea5 PulseAudio: stricter pa_stream_peek() validation.
|
|
|
|
2014-07-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
322ed8a Murmur: pass a format string to syslog(3).
|
|
|
|
2014-07-18
|
|
main() <main@ehvag.eu.org>
|
|
30023c5 Support logging to syslog in Murmur
|
|
|
|
2014-07-17
|
|
main() <main@ehvag.eu.org>
|
|
dc3b78c Add "forceExternalAuth" config option to Murmur
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cf51bf3 OverlayConfig: hide the Overlay in Settings on winx64, since
|
|
it's not enabled at the moment.
|
|
1e30fc6 installer: remove vccorlib120.dll from the installer.
|
|
|
|
2014-07-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8ffe90a installer: make WiX produce a working x64 installer.
|
|
f657478 installer: fix whitespace issue in Plugins.wxs.
|
|
be8f932 installer: additional update to the .sln file for x64.
|
|
9482cc8 installer: add x64 platform to the installer.
|
|
2e5c8a5 Overlay_win: move early-return on WinX64 below variable
|
|
initializations.
|
|
19efac3 plugins: temporarily disable game plugins on Windows/amd64.
|
|
the 'link' and 'manual' plugins are still built.
|
|
8540e08 Set mumble_app.dll's version to 1.3.0.
|
|
|
|
2014-07-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6d96281 OSInfo: use 'WinX64' as the OS identifier for Windows/amd64
|
|
builds.
|
|
769855b Use set the 'os' query parameter to 'WinX64' when doing
|
|
version checks and plugin updates on Windows/amd64.
|
|
|
|
2014-07-14
|
|
Jan Klass <kissaki@posteo.de>
|
|
cdcf77c Adjust method comment to match usage
|
|
|
|
2014-07-13
|
|
Iain Georgeson <debbugs@iain.georgeson.me.uk>
|
|
97cf80d Log IP address on failed login
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c31269a Make Mumble and Murmur build on Windows/amd64.
|
|
|
|
2014-07-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
50206ce celt-0.7.0-src, .gitmodules: point the submodule to our own
|
|
CELT 0.7.0 code base to fix Windows/amd64 build of celt-0.7.0.
|
|
e31b716 plugins: add missing 'elif'; fix indentation of MSVS2008 'if'
|
|
block.
|
|
9f327be plugins: add magic values for all previously supported ABIs
|
|
(and a couple of new ones) to mumble_plugin.h.
|
|
|
|
2014-07-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e438a05 Comment memcpy from #1305
|
|
|
|
2014-07-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
01a5e83 PulseAudio: fix access to protected enums in AudioInput and
|
|
AudioOutput.
|
|
77314f4 installer: add the ability to use a custom bzip2 directory in
|
|
the Win32 installer.
|
|
9ecdc0f installer: fix ability to use a custom OpenSslDir when
|
|
building the Win32 installer.
|
|
|
|
2014-06-16
|
|
Bernhard M. Wiedemann <bernhardout@lsmod.de>
|
|
527d24e Make sure exported certs are not world readable
|
|
|
|
2014-06-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7141a05 Add CA certificate filter to MumbleSSL::addSystemCA() to work
|
|
around issue 1271.
|
|
|
|
2014-06-11
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
2b8fc35 Fix issue where the chat box does not scroll down when an
|
|
image is loaded (#1258)
|
|
|
|
2014-06-10
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
4f7ede5 Removed g.uiSession from ServerHandler::joinChannel
|
|
abdb5ac Added setTokens to ServerHandler
|
|
22d8740 Add doxygen output directory to .gitignore
|
|
|
|
2014-06-06
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
82f95c6 Update World of Warcraft Plugin to build 18291
|
|
|
|
2014-05-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f91386b mumble: fix Mumble-SA-2014-005.
|
|
|
|
2014-05-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d9ff1e9 ConnectDialog: HTML-escape name in ServerItem::toMimeData().
|
|
17fa695 MainWindow: HTML-escape host in Server Information dialog to
|
|
state our intention.
|
|
9837c4d MainWindow: HTML-escape hostname in 'Connecting to...'
|
|
message.
|
|
b6e17ca Log: HTML-escape QDateTime's Qt::DefaultLocaleShortDate string
|
|
representation.
|
|
d58990c CertView: do not use Qt::PlainText for qlExpiry - it needs
|
|
HTML for its expiry warning color.
|
|
73a1a98 AudioOutputSample: HTML-escape filename in QMessageBox.
|
|
1f6ddaf ASIOInput: use Qt::PlainText for QLabels.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
c52dedc Remove unneeded Qt::escape.
|
|
a0ebded CertView: remove incorrect use of an HTML line break for
|
|
qlSubjectEmail.
|
|
|
|
2014-05-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1caaec7 CertView: explicitly use plain-text QLabels for
|
|
subject/issuer/email/expiry labels.
|
|
|
|
2014-05-10
|
|
Christian Krause <chkr@plauener.de>
|
|
3494362 Avoid "jump to label crosses initialization" error.
|
|
|
|
2014-04-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
abad339 Remove flawed MX host existence check for cert wizard (#1178)
|
|
a429c76 Add transifex client configuration for project.
|
|
d366065 Translation update
|
|
b3cf94f Add translation update script with transifex issue workaround
|
|
(#1195)
|
|
|
|
2014-04-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e562e92 Exclude files with DFSG licensing issues from tar balls
|
|
(#1230)
|
|
|
|
2014-04-24
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
fb3d6c6 Update WoW plugin to build 18019.
|
|
|
|
2014-04-15
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
52d19ac Allow admins to clear user avatars/textures.
|
|
|
|
2014-04-13
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
02ddd91 Allow user renames via UserList without requiring a reconnect.
|
|
1256386 Fix auto-reconnect behavior when kicked or banned.
|
|
|
|
2014-04-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2d2509f UserListModel: fix non-PCH build by including QTextDocument
|
|
header for Qt::escape.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
306e1f7 Log: fix typo in 'image too big' warning.
|
|
|
|
2014-04-10
|
|
Philip Cass <frymaster@127001.org>
|
|
9946dc7 Reorder Mumble.proto to match ordering in Message.h.
|
|
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
b7d9387 Be more stringent about properly escaping external strings in
|
|
HTML ('rich text' in Qt-speak).
|
|
13c6e58 Fix incorrect handling of mumble:// links
|
|
|
|
2014-04-06
|
|
Tim Cooper <tim.cooper@layeh.com>
|
|
01a7c58 MainWindow: fix a bug where user/channel actions were enabled
|
|
even though no user or channel was selected.
|
|
|
|
2014-04-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c897c56 installer: drop InstallerVersion back to 300. add note about
|
|
InstallerVersion requirements for VC12 redist to
|
|
MergeModuleDir setting.
|
|
8aafb6c installer: automatically embed VCRedist 12.0 DLLs when env var
|
|
MumbleNoMergeModule is set.
|
|
0e44742 installer: change InstallerVersion to 405 to be able to merge
|
|
with MSVS2013 VCRedist.
|
|
1b3f199 installer: update Product.wxs to refer to the VC120 CRT.
|
|
689f4c1 Bump version to 1.3.0
|
|
53daac8 mumble_plugin.h: change plugin magic values in preparation of
|
|
the MSVS 2013 switch-over.
|
|
b20d9e9 Plugins: add support for the 'path' attribute in plugin
|
|
auto-update XML.
|
|
|
|
2014-04-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
af37749 compiler.pri: explicitly specify -ARCH:SSE for MSVS 2012 and
|
|
2013.
|
|
724d9e9 compiler.pri: explicitly target Windows XP when specifying
|
|
output binary's subsystem.
|
|
|
|
2014-03-30
|
|
Jan Klass <kissaki@posteo.de>
|
|
0285e3b Adjust build error text (missing submodule dir)
|
|
|
|
2014-03-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b252959 Missed DIST dependency on mkini.sh results.
|
|
|
|
2014-03-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c03d8fc Drastically simplify release.pl.
|
|
a7ae275 Make paths in fx11-build.pro case sensitive
|
|
|
|
2014-03-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6a345f5 Added hidden option to disable add/edit in connect dialog (FR
|
|
#1120)
|
|
fd5a9b1 Add hidden option to disable pubserver list (FR #1120)
|
|
f2bfe2f L4D2 PA plugin update to game version 2.1.3.5 (#1184)
|
|
|
|
2014-02-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
487fcab mumble: fix Mac build after the overlay header refactoring.
|
|
|
|
2014-02-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d41c148 Refactor ClientUser to UserModel/MainWindow signal & slot
|
|
connections.
|
|
12eac3c Fix client freeze due to deadlock (#1167)
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
00392d1 Fix: Add forward declaration and include
|
|
640b532 Refactor code: Create headers for cpp files
|
|
|
|
2014-02-21
|
|
bendem <online@bendem.be>
|
|
cd2a5e5 Update french translation
|
|
|
|
2014-02-19
|
|
Jan Klass <kissaki@posteo.de>
|
|
207f66c Add entries to default overlay blacklist
|
|
|
|
2014-02-18
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
221a5d7 Updated Polish translation
|
|
|
|
2014-02-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c377cea Update translations for #1164
|
|
|
|
2014-02-16
|
|
Jan Klass <kissaki@posteo.de>
|
|
f789386 Overlay: Introduce D3D call result logging
|
|
|
|
2014-02-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d3e00de Remove 'About' action from tray context menu (#1161)
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
fbaadc4 Updated italian translation
|
|
|
|
2014-02-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ea165cd Prevent adding to VoiceRecorder buffer after recording was
|
|
stopped.
|
|
2ca559b Fix assumptions in alignment fix by reintroducing silence
|
|
heuristic.
|
|
8e22f9a Fix "Inverted samples in WAV recording when clipping" #971
|
|
ed424af Modify VoiceRecorder to be able to properly abort a recording.
|
|
a0aa1bc Refactoring of VoiceRecord.h/cpp according to new coding
|
|
guidelines.
|
|
fc4e1e3 Fix recorder crash due to use after free on user object.
|
|
9a47e05 Fix multi-track recordings going out of alignment on long
|
|
recordings
|
|
|
|
2014-02-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
afa6ee4 Make banlist filter case insensitive (#1011)
|
|
|
|
2014-02-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
90963a1 compiler.pri: tweak OS X SDK detection when building with Qt
|
|
4.
|
|
d55d944 g15helper: update G15 SDK paths for OS X.
|
|
|
|
2014-02-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
229f041 Merge v1.2.5 into master.
|
|
|
|
2014-02-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d3be3d7 mumble: fix Mumble-SA-2014-002 (CVE-2014-0045).
|
|
8506492 mumble: fix Mumble-SA-2014-001 (CVE-2014-0044).
|
|
|
|
2014-01-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c3c13f9 Update changelog
|
|
269e93e mumble: fix Mumble-SA-2014-002 (CVE-2014-0045).
|
|
7e31c32 mumble: fix Mumble-SA-2014-001 (CVE-2014-0044).
|
|
f5ebe9d Bump version to 1.2.5
|
|
|
|
2014-01-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1bd57bd TextToSpeech_macx: selectively conform to
|
|
NSSpeechSynthesizerDelegate protocol.
|
|
3e0112d README.static.osx: remove Linux references.
|
|
|
|
2014-01-21
|
|
Zorg <zorgiepoo@gmail.com>
|
|
c2f75bb TextToSpeech_macx: fix 10.4 compatibility.
|
|
15f7610 TextToSpeech_macx: reimplement using NSSpeechSynthesizer.
|
|
|
|
2014-01-19
|
|
Piratonym <piratonym@piratonym.cc>
|
|
29a65c6 AudioOutput: add an 'attenuate others' option for priority
|
|
speakers.
|
|
|
|
2014-01-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
44a5bd1 scripts: remove unused svn2cl scripts.
|
|
97b75de scripts: remove old Ermine build scripts.
|
|
6da40b8 winpaths_static.pri: remove executable bit.
|
|
64abcb3 scripts: set +x bit for the files people are expected to run.
|
|
f623a69 scripts/mkini-win32.bat: use ',' as substitution delimiter;
|
|
also fix regexp.
|
|
4323a21 scripts/release.pl: remove slicer-specific deployment
|
|
functionality.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
b2d938b Messages: use actual username (instead of the ConnectDialog
|
|
username) in msgPermissionDenied.
|
|
|
|
Rafael Lopez <rafael@case.edu>
|
|
d9d81a9 MainWindow: add Cancel button to the "Minimize or Close?"
|
|
message box.
|
|
|
|
2014-01-11
|
|
Steve Hill <github@cheesy.sackheads.org>
|
|
fb1cff6 plugins/borderlands2: add support for v1.7.0.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1d0b1c8 OSInfo: fix display of Windows service packs in
|
|
getOSDisplayableVersion.
|
|
9521471 plugins/borderlands2: fix version check.
|
|
|
|
Tim Burke <tim.burke@gmail.com>
|
|
1eefaab mumble.appcompat.manifest: add Windows 8 and Windows 8.1
|
|
entries.
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
8f0ae69 OSInfo: use full Windows version when version string is
|
|
user-facing.
|
|
|
|
2014-01-10
|
|
Jan Klass <kissaki@posteo.de>
|
|
9544bec Overlay: Add Direct3D 11 support
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
00b3686 scripts/release.pl: add vpath special-case for fx11.
|
|
|
|
2014-01-02
|
|
Kyle Smith <askreet@gmail.com>
|
|
da6c244 New approach using a QHash to track PTT events per whisper.
|
|
|
|
2013-12-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2ac3b67 AudioInput: make a copy of the EncodingOutputBuffer when
|
|
calling flushCheck.
|
|
|
|
2013-12-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5fa918b Fix accidental CBR limit for large Opus frames.
|
|
|
|
2013-12-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
338f024 opus-build: revert ff9086e3 and error out if built with
|
|
CONFIG(sbcelt) instead.
|
|
ff9086e opus-build: build as C++ on Unix-like systems.
|
|
|
|
2013-12-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b5ee1f4 mumble: add os=MacOSX-Universal to VersionCheck.cpp and
|
|
Plugins.cpp.
|
|
6918c9d scripts/release.pl: add dirs new to Opus 1.1 to fix
|
|
from-tarball build.
|
|
|
|
2013-12-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3a47d99 mumble: allow Log_macx.mm to build against the OS X 10.4 SDK
|
|
(for universal builds).
|
|
|
|
2013-12-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
61391ae Update to Opus 1.1
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
67914c3 Logtextfix. Logically format code.
|
|
|
|
2013-12-05
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fb56112 Fix crash of target application due to failures in
|
|
D10State::init.
|
|
|
|
2013-12-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c148aaf Update Opus to 1.1-rc3
|
|
|
|
2013-11-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ab12d35 Fix handling of failed shared data map creation in overlay.
|
|
|
|
Artem Vorotnikov <skybon@gmail.com>
|
|
829d4c6 Russian translation fixes
|
|
|
|
2013-11-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d322ad1 Update Opus to 1.1-rc
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
71e6ab1 Overlay: Resolve d3d9 hook TODO. Fix naming.
|
|
80a9350 Overlay: Code improvements
|
|
|
|
2013-11-24
|
|
Jan Klass <kissaki@posteo.de>
|
|
cd4e835 Overlay: Changes as per PR-comments
|
|
|
|
Tristan Matthews <tristan.matthews@savoirfairelinux.com>
|
|
f514107 AGC: remove redundant speex_preprocess_ctl call
|
|
|
|
2013-11-22
|
|
Jan Klass <kissaki@posteo.de>
|
|
250835e Overlay: Rework Code.
|
|
|
|
2013-11-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
087e38a overlay: fix blacklist debug ods call.
|
|
|
|
2013-11-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7f976ed mumble, mumble_exe: fix overlay self-detection for the
|
|
mumble_app.dll build.
|
|
192135d Add x-scheme-handler support to the Mumble .desktop file.
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
f459c5b Updated Polish translation
|
|
|
|
2013-11-04
|
|
zapman <unknown>
|
|
807dd4c Update Turkish translation
|
|
|
|
2013-10-24
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
75976ec Fix two GUI issues
|
|
|
|
2013-10-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2c892fe Fix various compiler warnings with VS2010
|
|
e51921e Fix bug and formating in subrosa PA plugin.
|
|
3af1651 Fix warning due to implicit BOOL to bool conversion.
|
|
07e055f Fix overlay regression that in some cases prevented injection
|
|
into devices in myCreateDevice(/Ex)
|
|
|
|
2013-10-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a6f7610 Fix mixup between printf and QString format character in
|
|
VoiceRecorder error message
|
|
|
|
2013-10-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
35765f6 mumble: use ConfigDialog_macx on Qt5/macx.
|
|
|
|
2013-10-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
915fe15 mumble: allow GlobalShortcut_macx.mm to build using the OS X
|
|
10.9 SDK.
|
|
d59a3b1 compiler.pri: use default OS X SDK instead of hard-coding it.
|
|
1509f56 mumble: fix UserListModel.h includes to work without PCH.
|
|
|
|
2013-10-16
|
|
Timo Gurr <timo.gurr@gmail.com>
|
|
d2ed7d2 Update slice path for Ice 3.5.1
|
|
|
|
2013-10-14
|
|
Natenom <natenom@natenom.com>
|
|
f07f0c8 Show channelid to ACLEditor
|
|
|
|
2013-09-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cde5610 Make userlist filter case-insensitive
|
|
5b9e899 Fix application shortcuts not working in minimal mode.
|
|
39697c7 Re-implement UserEdit using Model/View paradigm to resolve
|
|
various problems with the old implementation.
|
|
|
|
2013-09-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
15ff072 Remove event handler for retired global channel filter
|
|
shortcut
|
|
198f45a Update Opus to v1.1 beta release
|
|
d35468c Make sure filter never hides the channel the user resides in.
|
|
983b6db Expand "What's this" and tooltip for filter action
|
|
15afc05 Default enable hide empty channel behavior for filter
|
|
499b3f5 Add Ctrl+F shortcut for quickly enabling/disabling channel
|
|
filtering
|
|
|
|
2013-09-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
42d74df Fix channel flag handling with filter patch
|
|
8f30d0c First set of fixes for filter patch
|
|
b422e0a Disconnect if for some reason we established a connection to a
|
|
server without it having a certificate
|
|
679eacd Remove channel filtering from tray
|
|
860ec5c Reduce probability for possible race until a real fix can be
|
|
implemented
|
|
fc24262 Abort drop when drag setting is invalid
|
|
549c155 Fixed Mumble not remembering hidden dockwidgets
|
|
|
|
Frank Mueller <frmimue@gmail.com>
|
|
5b3a406 Fixed leaving channel message not being sent when leaving the
|
|
server
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
e26020e update mumble_pt_BR.ts
|
|
|
|
2013-09-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
bcf1a3e build: add support for building against Qt 5 from the
|
|
win32-static build env.
|
|
|
|
2013-09-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b25a906 mumble_exe: do not add mumble.exe's parent directory to PATH.
|
|
bcaa10a mumble_exe: add user-visible alert dialogs for error states.
|
|
|
|
2013-09-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
442b46e installer: automatically build a static installer when in the
|
|
win32-static build env.
|
|
|
|
2013-08-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6c7e0e3 compiler.pri: allow version-less Boost to be used on Windows.
|
|
6c83548 winpaths_static.pri: use version-less protobuf path.
|
|
a20185d plugins/manual: use qt_dynamic_lookup instead of static to
|
|
guard linking against mumble_app.dll.
|
|
f62db49 plugins/manual: only link against mumble_app when doing a
|
|
static win32 build.
|
|
6da2930 mumble, murmur: final adjustments for the win32-static
|
|
buildenv.
|
|
|
|
2013-08-19
|
|
Jan Klass <kissaki@posteo.de>
|
|
7c2d1a3 Open soundfile selection dialog with current path
|
|
6e09508 Fix path in skin selection dialog
|
|
|
|
2013-08-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2864eee murmur: build fixes for win32-static.
|
|
|
|
2013-08-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
91e3daf build: allow Mumble on Win32 to be built against a static Qt.
|
|
|
|
2013-08-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4c48f72 mumble: fix VoiceRecorderDialog build on Apple clang-500.1.70.
|
|
c9f46b8 compiler.pri: use short-form OS X SDKs for Qt 5.
|
|
d848af9 compiler.pri: update to Boost 1.54.0 on OS X.
|
|
|
|
2013-07-14
|
|
Jan Klass <kissaki@posteo.de>
|
|
1011d53 Code cleanup.
|
|
8021c66 Refac mklic.pl. Generate new licenses.h file.
|
|
82fa0e6 Adjust mklic.pl script
|
|
2fd6a3c Fix mixup of CELT and Speex licenses in about dialog.
|
|
3aa9179 Refactor third party license code info (About dialog)
|
|
2cec7ba Add Filter.svg license notice
|
|
f96dfca Add shortcut for de-/activating channel filter
|
|
|
|
2013-07-13
|
|
Jan Klass <kissaki@posteo.de>
|
|
36217ac Rename variable. Informative tooltips.
|
|
c0be6cb Channel Filtering: Fix shortcut. Specific text.
|
|
9450d66 Unify comment style.
|
|
84be1eb Move method comments. Remove obsolete.
|
|
2c07833 Reduce variable scopes
|
|
|
|
2013-07-08
|
|
Kyle Smith <askreet@gmail.com>
|
|
325226c Added CycleTransmitMode global shortcut.
|
|
|
|
dc6jgk <github.filter@gkware.com>
|
|
304bf43 Added channel hiding/filter feature
|
|
|
|
2013-07-07
|
|
Jan Klass <kissaki@posteo.de>
|
|
63e3fd0 Overlay clock: Fix tooltip text and indent.
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
5c87ded Clock in Overlay
|
|
|
|
2013-07-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
72407cf GlobalShortcut_macx: always make a deep copy of the translated
|
|
key name.
|
|
|
|
2013-07-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4df44b9 mumble: make new user editor work with Qt 5.
|
|
|
|
2013-07-02
|
|
Micah Caldwell <micah@zoltu.net>
|
|
4305165 Updated L4D2 to 5338.
|
|
|
|
2013-07-01
|
|
Micah Caldwell <micah@zoltu.net>
|
|
56ce5d5 Updated L4D2 Offsets
|
|
|
|
2013-06-30
|
|
Jan Klass <kissaki@posteo.de>
|
|
ac65b31 Banlist: PR commit adjustments
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
bf5927e BanList improvements
|
|
|
|
2013-06-29
|
|
Jan Klass <kissaki@posteo.de>
|
|
51ecb7a Accountlist: Fix filtering. Windowtitle and refacs.
|
|
c40b0b0 Merge branch 'pr-userlist'
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cd23aee Revert "src/mumble/mumble.pro: silence some qmake warnings."
|
|
7b68d0c User.h: add missing QDateTime include.
|
|
c47d95a src/mumble/mumble.pro: silence some qmake warnings.
|
|
6a2f2bd plugins/manual: only depend on gui-private on Windows.
|
|
28bb66e plugins: disable unhinge functionality for the manual plugin
|
|
when using Qt 5.
|
|
3cc2419 mumble, plugins: fix QWidget-for-HWND lookup for the 'manual'
|
|
plugin.
|
|
be75138 mumble, plugins: allow 'manual' plugin dialogs to work OS X
|
|
when using Qt 5.
|
|
e0b884e mumble: fix dynamic lookup for the 'manual' plugin on OS X
|
|
with Qt 5.
|
|
c469104 mumble: fix main.cpp to not reference MumbleFileEngineHandler.
|
|
21c4bbf mumble: remove FileEngine.{cpp,h} and use data URLs for better
|
|
Qt 5 compatibility.
|
|
84bc19c mumble: migrate hardcoded 0x050000 Qt version to the
|
|
QT_VERSION_CHECK macro.
|
|
9f62921 mumble: Qt 5 support for OS X.
|
|
4bbc561 mumble: fix Linux build for Qt 4 and Qt 5.
|
|
26b0597 mumble: fix HWND handling for Qt 5.
|
|
7e452dc mumble, murmur: Qt 5 support for Windows.
|
|
5cb3370 mumble, murmur: Qt 5 support for Linux.
|
|
|
|
bendem <online@bendem.be>
|
|
2994048 Translation: French: Fix
|
|
|
|
2013-06-28
|
|
Jan Klass <kissaki@posteo.de>
|
|
ef8b3b9 Userlist improvements: Use QDateTime.
|
|
b5ade6e Userlist Improvements: Display localized time. Refactoring.
|
|
ab6d873 Userlist improvement: Use plural form translation
|
|
b951fc3 Userlist Improvements: Use RPC callbacks as well.
|
|
f6ceaf9 Improved Userlist: Refacs.
|
|
eeb9b86 fix indent
|
|
0af571b Filtered Userlist: Refactoring. C
|
|
|
|
bendem <online@bendem.be>
|
|
2967697 Unified channel traduction to "salon"
|
|
b7b3018 Translation improvements
|
|
|
|
2013-06-23
|
|
Jan Klass <kissaki@posteo.de>
|
|
2a7e789 Userlist improv.: Fix indent. Use iterator again.
|
|
1919b2c Overlay: Less obtrusive logging.
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
b3aac5e UserList improvements
|
|
|
|
2013-06-17
|
|
Jan Klass <kissaki@posteo.de>
|
|
9d0de38 Overlay: Pass on procname buffer
|
|
3c787be Overlay: Move logic into function ..IsBlacklisted
|
|
0e7d860 Overlay: Move DllMain logic into functions
|
|
e64fa10 Overlay: Use string var instead of hardcoded strings
|
|
b070532 Overlay: Fix address offset
|
|
1182fc2 Overlay: Introduce hook for ResetEx. Hook PresentEx.
|
|
123486b Overlay: Move logic to function, Varnaming, msgfix
|
|
|
|
2013-06-16
|
|
Jan Klass <kissaki@posteo.de>
|
|
dfc8638 Overlay: Add myPresentEx function
|
|
3865e8c Overlay: Code comments
|
|
04b344d Overlay: Var init, comment, error loggin.
|
|
|
|
2013-06-15
|
|
Jan Klass <kissaki@posteo.de>
|
|
d74b5b0 IconSync.cpp: Move Icon creation script
|
|
f92455b Refac: Reduce code duplication in IconSync.cpp
|
|
c70dc78 Generate Mumble icon file with simplified minis
|
|
8dc58ef Use simplified Mumble logo for small icons
|
|
54e74c1 Keep small, simplified mumble icon closer to original
|
|
|
|
2013-06-11
|
|
Jan Klass <kissaki@posteo.de>
|
|
07c78b1 Refac: Use constant to check return value
|
|
f09e943 * Commenting, varnaming, fix indent
|
|
f8f4b0f refacs: more elaborative Varnaming; codeformatting
|
|
11d5305 Code refacs; fix typo and adjust texts
|
|
cab4a3d Extend Windows Overlay code and clean it up.
|
|
|
|
2013-06-10
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
65c366a Fixed connection setup diagram in mumble protocol
|
|
documentation
|
|
|
|
2013-06-09
|
|
Jan Klass <kissaki@posteo.de>
|
|
9e6e6bb Benchmark.cpp: Fix: Set version to prevent crash
|
|
14db2e9 OverlayTest.pro: Add includepaths for celt and speex
|
|
33295b8 tests-files: Add description to file
|
|
db472b9 tests/Benchmark: Foarmatting and descriptiveness
|
|
d218030 add small version of mumble logo for small icons
|
|
8a3b8ea add 256px icon layer to mumble icon
|
|
30051f9 Update opus submodule to opus 1.0.2
|
|
|
|
2013-06-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8632246 Bump version to 1.2.5
|
|
dee463e bonjour: use Qt::AutoConnection for BonjourServiceResolver's
|
|
QSocketNotifier slot.
|
|
|
|
2013-06-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
22d1821 mumble.pro: add speech-dispatcher 0.8 compatibiltiy.
|
|
|
|
Timo Gurr <timo.gurr@gmail.com>
|
|
a436774 Update slice path for Ice 3.5.0
|
|
|
|
2013-06-05
|
|
Jan Klass <kissaki@posteo.de>
|
|
676bb0e use qFatal instead of exception
|
|
|
|
2013-06-04
|
|
Generator <american.jesus.pt@gmail.com>
|
|
acb756c Upload european portuguese translation
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
77233ed Fixed crash triggered by reading large files referenced in the
|
|
clipboard.
|
|
7d649aa Make sure mklic.pl always outputs LF endings
|
|
|
|
Steve Hill <github@cheesy.sackheads.org>
|
|
54d3f5a Borderlands 2 PA: Update for version 1.5.0
|
|
b0ddb59 Borderlands 2 PA: v1.4.0 update, fix v-detection
|
|
|
|
Filip Hedman <hedman.filip@gmail.com>
|
|
9226245 Fixes and improvements to the swedish translation.
|
|
|
|
Henry Fallon <hjf288@gmail.com>
|
|
5dea592 Apply patch with translations for FR #1096
|
|
88d41e1 FR #1096 by Henry Fallon: Corrections to string, Add missing
|
|
comments in Murmur.ice and add Missing MainWindow::msgReject
|
|
in Client
|
|
7cff8ca Introduce auth rejection type AuthenticatorFail
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
5a09fb4 Improve protocol documentation
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
557b74b fix build: add qt_nl translation to mumble project file
|
|
398b773 Cherry-pick changes as per pull request #158
|
|
6eab5a9 Refac: Commenting, readability/code-flow of vars
|
|
0abf7e3 move logic into method OverlayClient::readyReadMsgInit; add
|
|
curly braces
|
|
839a3e6 refac: readability/consistency
|
|
923a3b4 Update translation files (lupdate)
|
|
1621ff2 Add Hungarian (hu) and Dutch (nl) translations to project
|
|
files
|
|
b004a4c add a comment, remove an unused variable
|
|
708212a fix warning on unused var
|
|
1459792 fix 2 typos, add TODOs
|
|
fd6b6e2 Update translation files (lupdate)
|
|
6e8c893 shorten and specify comment of authenticate return code
|
|
52272e2 update string: “ban list” not “ban lists”
|
|
f4c54b2 Explicitly mark childmethods as virtual
|
|
46fc3cc Commenting, formatting. Remove obsolete/wrong comment.
|
|
bb47083 Reduce varscopes and improve debugtext.
|
|
85fa2ce Code formatting, smaller refacs, robustness.
|
|
33069f8 comments. more elaborative debugoutput, consistent prefixing.
|
|
8b04426 reduce varscopes
|
|
487ed14 Implement copy constructors, minor cleaning
|
|
491228e lupdate translation files - mainly for HE
|
|
d6b4b8e Add Hebrew translation to project files
|
|
6cc47c3 Update Hebrew translation by patch #366
|
|
b0707fd Apply patch #960: add preprocessor #if for OpenBSD
|
|
44202b2 add new translation pt-PT to project files
|
|
3227b1c Add guard define to licenses.h
|
|
2c490d7 categorize scripts (move example scripts for serverside into
|
|
subfolders)
|
|
15370fb add path (sub-src) to header guard define
|
|
1e4bb6d Prepend Projectname to header guard defines
|
|
7642e72 Adjust header guard defines for uniformity
|
|
40ca9b4 Rename header guard defines to not use c++-reserved names
|
|
|
|
Lukas Orsvärn <lucas.orsv@gmail.com>
|
|
c86ce47 Adds positional audio plugin for Sub Rosa
|
|
|
|
Wesley W. Terpstra <terpstra@users.sourceforge.net>
|
|
10b2d00 Prevent overlay from disappearing on D3D DLL reloading.
|
|
|
|
2013-06-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5ff038e Update changelog
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
aab9cdc Server::sendMessage: encode the source IP of outgoing UDP
|
|
packets to match the UDP socket's address family.
|
|
|
|
2013-05-11
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
c00b44e Minor fix in pl translation
|
|
|
|
2013-03-28
|
|
bogie <priivet@gmail.com>
|
|
dab8157 Updated BF3 PA plugin to Endgame DLC(b1147186)
|
|
|
|
2013-03-27
|
|
Martin von Gagern <Martin.vGagern@gmx.net>
|
|
d71b2fd Ensure that the MAX macro is always defined.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
bc871f6 murmur.pro: add CONFIG(ermine) for the Ermine packaged build.
|
|
|
|
2013-03-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
deeeb72 Swedish translation error (#973)
|
|
|
|
2013-02-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b115a29 opus-build: build with CONFIG=staticlib on Unix as we do for
|
|
our bundled Speex library.
|
|
|
|
2013-01-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1fa4e82 ConfigDialogDelegate: return fully standalone NSImage in
|
|
QIcon_to_AutoreleasedNSImage.
|
|
|
|
2013-01-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f4cc3f0 Fix mumble_ol.dll not being versioned under windows.
|
|
1a9aec9 mklic.pl run to update in-client license display
|
|
|
|
Steve Hill <github@cheesy.sackheads.org>
|
|
4dcd700 Positional audio plugin for Borderlands 2 v1.3.1
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c8b6d69 osxdist.py: create a tarball in addition to the XIP archive
|
|
for OS X static Murmur.
|
|
|
|
bogie <priivet@gmail.com>
|
|
fed89ce BF3 PA plugin update: fixed one value
|
|
|
|
2013-01-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8cbf176 Update changelog and LICENSE file.
|
|
|
|
2013-01-14
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6d67d07 Default disable hide in tray also for Windows 8
|
|
|
|
2013-01-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8678a0c Introduce concept of NULL plugin to retract plugins.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8e79041 mumble_qt.qrc: remove nl, he, hu.
|
|
8b83aba mumble.pro, mumble.qrc: remove unfinished Hungarian
|
|
translation from release.
|
|
0ddb922 mumble.pro, mumble.qrc: remove unfinished Hebrew translation
|
|
from release.
|
|
886e8d1 mumble.qrc: also remove NL from here.
|
|
2d1bc76 mumble.pro: exclude unfinished NL translation.
|
|
cd8e996 mumble_ja.ts: mark as finished.
|
|
09d8fa1 mumble_da.ts: 3. part licenser -> Tredjepartslicenser.
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
e530cab mumble_sv.ts: update for 1.2.4.
|
|
|
|
2013-01-11
|
|
zapman <unknown>
|
|
d9edcbf Minor fixes for French translation
|
|
|
|
2013-01-10
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1253532 setLiveConf for opusthreshold and channelnestinglimit didn't
|
|
reset on empty string (#938)
|
|
|
|
2013-01-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
acb28e8 GlobalShortcutWin: revert 242af40b to restore keyboard
|
|
suppression.
|
|
|
|
2013-01-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
242af40 GlobalShortcutWin: try to make WinHooks do less work.
|
|
|
|
2013-01-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f569e1e Fix typo in mklic.pl
|
|
086d4a2 Add back accelerator keys for Cancel in QDialogButtonBox.
|
|
e87028a Integrate MIT licensed 3rd party Qt translations for missing
|
|
locales.
|
|
|
|
2013-01-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a691c40 Murmur: restore old meaning of -fg on Windows: don't write to
|
|
the log file.
|
|
268ae8d Murmur: remove logfile detach warning on Windows. Detach is a
|
|
no-op on Windows.
|
|
92206cc Various murmur.ini fixes.
|
|
|
|
2013-01-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
921f6e4 GlobalShortcut_win: log the user's LowLevelHooksTimeout value
|
|
|
|
2012-12-29
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
d25c069 Fix for Polish translation
|
|
|
|
2012-12-28
|
|
bogie <priivet@gmail.com>
|
|
ad1c30a Update for BF3 PA plugin
|
|
|
|
2012-12-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8b74d4b Make analyze config option also apply to release builds
|
|
|
|
2012-12-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
0d825b3 WASAPINotificationClient singleton initialization wasn't
|
|
threadsafe.
|
|
|
|
2012-12-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ea221f3 compiler.pri: add CONFIG=clang-analyzer for the clang-checker
|
|
slave.
|
|
|
|
2012-12-21
|
|
zapman <unknown>
|
|
3fc8861 French and Turkish translation improvements
|
|
|
|
2012-12-20
|
|
bogie <priivet@gmail.com>
|
|
14f10e5 Update bf3 PA plugin
|
|
|
|
2012-12-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e9ce44a Make sure we don't accidently add spaces to installer paths
|
|
24b6148 Add ini creation file for windows build
|
|
|
|
2012-12-15
|
|
Jan Klass <kissaki@posteo.de>
|
|
6ad5ea4 add RzSynapse.exe to overlay blacklist to prevent invisible
|
|
hooking
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1eca952 Add Windows Phone IP over USB Service to the overlay
|
|
blacklist.
|
|
|
|
2012-12-13
|
|
zapman <unknown>
|
|
857b03a Fix swapped string in fr and tr translation
|
|
|
|
2012-12-10
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
305b883 Small fix for French translation.
|
|
|
|
bogie <priivet@gmail.com>
|
|
9b0ae8b Updated bf3 PA plugin to Aftermath patch
|
|
|
|
2012-12-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
afa21be Add debug output to client-side SQL queries.
|
|
1b2023c Missing two strings for French translation.
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
001a5c2 fix bug 924: Server favorites disappear on second Mumble
|
|
instance (-m)
|
|
|
|
2012-12-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d14db99 Use same sentence structure for send message to channel/user
|
|
in German translation so switching between the two is less
|
|
jarring.
|
|
7f70a4a Fix typo in config and remote leftover debug statement in
|
|
Meta.cpp
|
|
f0c94f4 Fix outdated comment on bonjour config option default value.
|
|
9988e9a Improve murmur.ini documentation.
|
|
8c07c75 Add MetaParams::typeCheckedFromSettings to be able to warn the
|
|
user if a default settings value was used because the given
|
|
value wasn't in the expected format.
|
|
|
|
zapman <unknown>
|
|
5f46755 Turkish translation update
|
|
d2839c8 French translation update
|
|
|
|
2012-12-04
|
|
Jan Klass <kissaki@posteo.de>
|
|
2a469e8 remove duplicate overlay blacklist entry for chrome.exe
|
|
|
|
2012-12-02
|
|
Jan Klass <kissaki@posteo.de>
|
|
4ec62f1 add Steam and chrome to (default) overlay blacklist
|
|
7d6beed fix bug #933: Double-clicking mumble in the taskbar results in
|
|
a blank window
|
|
529f666 add version and fn existence checks to the PHP sample scripts
|
|
|
|
2012-11-30
|
|
GoD-Tony <noreply@gmail.com>
|
|
0bdf4c6 Updated offsets for Counter-Strike: Source.
|
|
|
|
2012-11-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
bb76e7a Fix pre 1.2.4 clients receiving Opus warnings unintentionally.
|
|
|
|
2012-11-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
07a0e51 Add Adobe Acrobat to overlay blacklist
|
|
|
|
2012-11-26
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3297416 Fix use of cConnection smart_ptr in ServerHandler
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
bddefc2 Fixes in Polish translation
|
|
|
|
2012-11-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
338c985 Manual positioning plugin had X-Axis backwards
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
ab225ea Polish translation for Mumble 1.2.4
|
|
|
|
2012-11-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
90599b8 Fix Servers with less than 1 ms latency do not show in the
|
|
server list (#926)
|
|
b933b3d Add WASAPINotificationClient code to reset audio in reaction
|
|
to device changes on Windows >= Vista.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
46d659d overlay/d3d9: pass through IDirect3DDevice9 AddRef/Release
|
|
methods to originals on Windows 8.
|
|
|
|
2012-11-15
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
e661969 Updated Spanish translation file for version 1.2.4
|
|
|
|
2012-11-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
becbda5 Add a small script to pull translation state from compile
|
|
logs.
|
|
1922df7 Connection reject messages weren't translated properly
|
|
client-side.
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
09f2ec0 Final release mumble_ru.ts for Mumble 1.2.4 with new
|
|
translating position 'Copy URL' in channel menu_fix
|
|
|
|
2012-11-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f96c736 Update German translation and mark already translated strings
|
|
as done.
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
4316bea Minor tweaks to pt_BR translation
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
071be0f HardHook: add additional opcodes.
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
18d1b7b Updated Italian translation
|
|
|
|
2012-11-09
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
076f10c Lupdate missed a string in pt_BR translation
|
|
|
|
2012-11-06
|
|
haru_arc <arcenciel@users.sf.net>
|
|
cb22b39 Update Japanese Translation
|
|
|
|
2012-11-05
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
48646c0 Changing installer components without changing their GUIDs
|
|
resulted in shortcuts not getting removed properly on update.
|
|
3f252eb Swap "Send Message" and "Copy URL" in channel context menu as
|
|
copying a url is rarer and should be easier to hit.
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
46740a2 Minor fixes for Danish translation
|
|
|
|
2012-11-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ce83353 Make opustreshold and channelnestinglimit accept zero values
|
|
in setLiveConf.
|
|
92152e1 lupdate run with disabled similartext heuristics.
|
|
afd6ca3 Make installer use Mumble* environment variables for
|
|
configuration if they are enable. Otherwise fallback to
|
|
current buildserver defaults.
|
|
756f9cf Remove license, readme and uninstaller shortcuts from
|
|
application menu.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a13bb16 ConfigDialogDelegate: memory management and coding style
|
|
fixes.
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
4f9b332 Final release mumble_ru.ts for Mumble 1.2.4.
|
|
|
|
2012-10-31
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
df56b92 Fix regression in RichTextEditor that prevent it from being
|
|
completely emptied.
|
|
|
|
2012-10-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5fdf6e2 Fix drag and drop regression introduced by Qt updated.
|
|
|
|
Lekensteyn <lekensteyn@users.sourceforge.net>
|
|
ca5d432 Partial Dutch translation for 1.2.4 (#3581588)
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
3d543fa Updated Danish translation for 1.2.4 (#3581734)
|
|
|
|
2012-10-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e430a08 macx: don't add scripts as a subdir, include it instead.
|
|
7de07df macx: pro file fixes for release.pl.
|
|
286f148 scripts/release.pl: make sure to archive files listed in
|
|
OBJECTIVE_SOURCES.
|
|
ef07910 scripts/release.pl: add sbcelt directories to fulldirs.
|
|
8b226ca scripts/release.pl: special considerations for sbcelt.
|
|
|
|
2012-10-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f4da625 QtMumble path
|
|
c6b0e8b Fix build regression with ASIO
|
|
|
|
2012-10-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
752a630 plugins/link: make POSIX link work with Apple clang++ (Xcode
|
|
4.5).
|
|
c49a17a tests: .pro file cleanup.
|
|
d07f38f tests: update TestLink to build on OS X.
|
|
|
|
2012-10-26
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
9b09608 Fix typos in pt_BR translation after the string freeze
|
|
|
|
2012-10-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1983ff2 String freeze for 1.2.4.
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
b9a0c54 add qt_hu.qm to mumble.pro project file
|
|
|
|
2012-10-24
|
|
Jan Klass <kissaki@posteo.de>
|
|
9bd10b0 refacs; initialization, var-scope reduction, replace c-style
|
|
casts, rm unused
|
|
|
|
2012-10-19
|
|
Jan Klass <kissaki@posteo.de>
|
|
204affd add depend on Hungarian translation of qt
|
|
|
|
2012-10-18
|
|
zapman <unknown>
|
|
d74ea83 Update Turkish translation and add installer Translation
|
|
16b38b6 Update French translation
|
|
|
|
2012-10-17
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
04592b6 WIX Portuguese Brazil translation update, mostly typos
|
|
|
|
2012-10-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ce65945 Forgot to update language list in Product.wxs
|
|
db0fbee Add Portoguese translation to installer.
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
19c9475 Portuguese installer translation.
|
|
|
|
2012-10-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1007d24 WIX msi installer chinese locale (#3565260)
|
|
|
|
2012-09-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5f42a5f Use U+2191 Upwards Arrow to indicate parent channel
|
|
relationship for subchannel whisper to prevent "Data" field
|
|
truncation.
|
|
e69c3c6 Use new constants some more.
|
|
|
|
bogie <priivet@gmail.com>
|
|
e4ea4b3 Added possibility to whisper to sub channels of parent
|
|
channel(#1-#8)
|
|
|
|
2012-09-23
|
|
Jan Klass <kissaki@posteo.de>
|
|
e5101f2 Fix debug output for overlay chain notice
|
|
ea29bd2 initialize member variable DevState::initRefCount in
|
|
constructor
|
|
|
|
Natenom <natenom@natenom.com>
|
|
95d2137 Translation updates; fix shortcuts for right click on a
|
|
channel
|
|
|
|
2012-09-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8fd27f6 osxdist.py: use new README for static server; tweak filename.
|
|
c71aea2 Add more newbie friendly READMEs to the static servers.
|
|
|
|
2012-09-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
145d9f9 Introduce channel nesting limit (default=10).
|
|
|
|
2012-09-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
98cacbc osxdist.py: only rmtree if path exists.
|
|
b86c3b7 osxdist.py: move to a separate Murmur package on OS X.
|
|
58bd65b Murmur: fix static OS X build.
|
|
a1eb9cf Mumble: include and export all Qt symbols to plugins (static
|
|
OS X)
|
|
|
|
2012-09-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
63c91fa osxdist.py: consistent .dmg naming for releases and snapshots.
|
|
e8a28dc compiler.pri: Update OS X Boost to 1.51.0.
|
|
|
|
2012-09-14
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
87bda5c Portuguese Brazilian update
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
6626e1d OverlayConfig: Hide uninstall button on Windows
|
|
|
|
bogie <priivet@gmail.com>
|
|
2aa057d accidentally switched top and front vector, has been fixed and
|
|
tested with two people.
|
|
|
|
2012-09-13
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1db5d03 Benchmark: Fix crypt resync handling
|
|
|
|
2012-09-08
|
|
bogie <priivet@gmail.com>
|
|
2b9233c updated plugins/bf3/bf3.cpp for DLC Armored Kill(build 981420)
|
|
|
|
2012-09-01
|
|
Natenom <natenom@natenom.com>
|
|
9177738 Update INSTALL
|
|
|
|
2012-08-30
|
|
Natenom <natenom@natenom.com>
|
|
6602fb6 Updated German translations
|
|
|
|
Tsbook <tsbook@users.sourceforge.net>
|
|
f884680 Czech localization update
|
|
|
|
2012-08-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f178216 Update .ts files
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
837e037 Updated Brazilian Portuguese translation
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
4d17ba4 Translated new position at RU language file.
|
|
|
|
2012-08-20
|
|
EarlOfWenc <lorenz.schwittmann@gmail.com>
|
|
09d5c07 Replaced last traces of MD5 by SHA-1
|
|
|
|
2012-08-19
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
fba76cd Updated gw plugin for game build 36001
|
|
2668713 New PA plugin: Blacklight: Retribution (v0.9.8.0) Supports
|
|
camera position, front and top vectors and context. No support
|
|
for identity and avatar position/top/front vectors
|
|
752d582 Updated LoL plugin for game version .145
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a0b3706 compiler.pri: fix mistakes from previous commit; use
|
|
QMAKE_OBJECTIVE_C(XX)FLAGS for ObjC-flags.
|
|
|
|
2012-08-18
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
8333ba8 Updated League of Legends plugin (v1.0.0.144). * Moved some
|
|
static addresses outside functions for clarity Removed top
|
|
vectors retrieval which can be problematic and aren't used at
|
|
all in this game * Fixed context support
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
92a37af make the overlay exceptions window more elaborative
|
|
|
|
EarlOfWenc <lorenz.schwittmann@gmail.com>
|
|
377c65f Extended recording notification to linked channels
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
beea301 compiler.pri: cleanup -isystem includes, fix ObjC/ObjC++
|
|
FLAGS.
|
|
f102f56 compiler.pri: mark all external library include paths as
|
|
system paths to suppress warnings.
|
|
971f0ff macx/osax: fix unused parameter warnings.
|
|
b6d8bf3 Log_macx: remove Notification Center notifications on click.
|
|
|
|
2012-08-14
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
de46c7b updated italian translation
|
|
|
|
2012-08-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
86383df Modify VersionCheck::fetched to keep last N (currently N=1)
|
|
snapshots.
|
|
b6f8996 Installer integration for just cause 2 pa plugin.
|
|
|
|
Mike <mike@flomp.net>
|
|
7edc2a2 Add positional audio plugin for Just Cause 2
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
a01155c Installer: Remove useless Feature element
|
|
|
|
2012-08-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c2655fc Mumble: allow client to use SBCELT for CELT decoding via
|
|
CONFIG(sbcelt).
|
|
|
|
2012-08-07
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f5bac3d Log: Fix compile and logic error for ballon messages
|
|
|
|
2012-08-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f8d57e4 A number of translations were missing from resource files.
|
|
aa580f3 Trigger codec re-negotiation also on user disconnect and when
|
|
opusthreshold is set.
|
|
8a9b532 Shuffle around idle action UI a bit.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7a0f358 Log: clean up notification handling; add Notification Center
|
|
support for OS X.
|
|
2c73aeb ConfigDialog: keep a ConfigWidget in expert mode after
|
|
defaults have been restored.
|
|
|
|
2012-08-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a331d10 GlobalShortcut: instruct users how to enable full shortcut
|
|
functionality on OS X, if they so please.
|
|
05c740b macx/osax: bump OS X overlay version.
|
|
9001c28 3rdPartyLicenses: add mach_override license.
|
|
96fd34d macx/overlay: sync with latest mach_override.
|
|
19577ae Only show the annoying 'Drag me' title bars on DockWidgets in
|
|
Custom layout mode.
|
|
07e232e LookConfig: center layout options.
|
|
7154ec5 3rdPartyLicenses: add libogg, libvorbis and libFLAC licenses.
|
|
10d4307 3rdPartyLicenses: insert a carefully considered space into the
|
|
libsndfile license text.
|
|
4d41a6e build: put Objective-C(++) source files into OBJECTIVE_SOURCES
|
|
to make qmake shut up.
|
|
503c79f Overlay: only consider MumbleOverlay.pkg in app bundle.
|
|
7ad4569 Overlay: simplify OS X overlay installation.
|
|
dbe199e Overlay: disable auto-updating.
|
|
cfa5125 Boost 1.50.0 for OS X.
|
|
|
|
2012-08-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
54384d7 Fix some strings.
|
|
c088699 Redesign idle action configuration and add a mute idle action.
|
|
f8c1b92 Make displaying users above channels default.
|
|
f58dbc1 Make sure to send initial ping right after connect to
|
|
establish UDP connection.
|
|
cde04dc Fix Opus encoding for end of speech frames as well as
|
|
bandwidth display.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3b1a6c0 ServerHandler: Fix Opus handling via TCP
|
|
|
|
2012-08-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e7f8f0d Add CELT kill switch to configuration. (g.s.bDisableCelt @
|
|
audio/disablecelt)
|
|
27a98c0 Remove some now outdated references to CELT.
|
|
069b01f Use Opus in CBR mode to prevent bandwidth spikes.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
139c625 Add Opus license to the about dialog
|
|
|
|
2012-08-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6c9694d 'Fix' release script for opus
|
|
|
|
2012-07-23
|
|
Natenom <natenom@natenom.com>
|
|
2ba6f00 Updated German translations
|
|
|
|
2012-07-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9e23320 Plugins: make manual plugin load in static Mumble builds;
|
|
still needs a few symbols to actually run, though.
|
|
c3a86b8 Opus: switch submodule back to d060dd7c; last commit
|
|
accidently changed it.
|
|
c6c63fc Mumble: add Apple anchor library requirement to OS X codesign
|
|
requirements.
|
|
08af6c2 Mumble: properly specify designated requirements for OS X
|
|
Developer ID code signing.
|
|
|
|
2012-07-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cf0d1d1 Mumble: don't explicitly set codesign signature size in
|
|
osxdist.py anymore (not needed for Developer ID).
|
|
f2253cf Mumble: optimize osxdist.py for Developer ID signing.
|
|
723dd79 Mumble: simplify osxdist.py script, now that our OS X builds
|
|
are static.
|
|
805e22d Mumble: more force-shared library builds.
|
|
ab15cc0 Mumble: build shared CELT libraries, even for CONFIG(static).
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
924114f More translation updates
|
|
7dcaf46 Update translation files
|
|
|
|
2012-07-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3d63fb9 Mumble: allow static client builds
|
|
|
|
2012-07-16
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
994e130 Murmur: Fix message type detection in Server::processMsg and
|
|
add a few more comments
|
|
ab940f1 Mumble: Add Windows 7 compatibility keys to the manifest
|
|
ddd3f61 Update Opus submodule and don't change the library version on
|
|
Windows
|
|
|
|
2012-07-15
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
442a9fd Further updates and optimizations to the LoL plugin - made the
|
|
code simplier, less nested in fetch(). - strings are now
|
|
ensured to be zero-terminated - replaced calcout() call from
|
|
trylock() with fetch call that can actually fail. - Disabled
|
|
identity support since it still needs some work.
|
|
cb4b040 Fixed plugin for v1.0.0.142, added identity support added
|
|
avatar top vector support added helpful arrays of bytes in
|
|
case someone wants to update this plugin faster than me - if
|
|
necessary, I can record a video-tutorial for this changed the
|
|
way trylock function is executed since we don't need all these
|
|
checks (and important ones are checked in refreshPointers()
|
|
function anyway)
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7d9d54a Minor modifications for lol plugin.
|
|
e5c5649 Fix zero terminations.
|
|
|
|
2012-07-11
|
|
Bojan <bogie@b02.a01.ca>
|
|
d8cbd6f BF3 plugin update. Added context + identity support.
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d39892e Minor fixes for bf3 plugin
|
|
1ba3a8b Clarify audio processing option: 'Amplification' -> 'Max.
|
|
Amplification'
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5e4c61c OS X: use clang++ for QMAKE_CXX.
|
|
105c72e OS X: update build for Xcode 4.4.
|
|
|
|
2012-07-10
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d2fb4e3 Fix code style
|
|
|
|
2012-07-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
08f0d24 Modify Ice logging to only output on action and verify all
|
|
callback adding functions are fine with being called multiple
|
|
times with the same proxy.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e0d031d Add (no-)bundled-opus config options
|
|
115c352 Build libopus.so.0 instead of libopus.so.1
|
|
ceab493 Installer: Add Opus DLLs
|
|
|
|
2012-07-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3bcc83e More comments for HardHook code
|
|
ab155bd Ensure Mumble will actually crash on callback crashes on
|
|
Windows
|
|
|
|
2012-07-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
03dbaa5 Embed install name in Opus dylib so OS X dist script knows
|
|
where to look.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e5ea4a2 Really enable Opus by default...
|
|
|
|
2012-07-04
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1368cbb Enable Opus by default
|
|
|
|
2012-06-28
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
2e74b1b Move some variable declarations
|
|
|
|
2012-06-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fea97c7 Unreal Tournament PA plugin: Installer integration + Some
|
|
fixes.
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
f432047 Update German translation
|
|
|
|
2012-06-23
|
|
QuirB <quirb@gmx.net>
|
|
1b20395 New PA plugin: UT99 with context support.
|
|
|
|
2012-06-11
|
|
Jan Klass <kissaki@posteo.de>
|
|
01fc4bf WolfET: set context data in JSON format
|
|
833c02e WolfET: fix string buffer termination and use more efficient
|
|
peeking
|
|
|
|
2012-06-08
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7ec4f6a Murmur: Add codec warnings and ignore non-Opus packets if Opus
|
|
is enabled
|
|
1443478 CELTCodec: Fix compile error if PLUGIN_PATH is set
|
|
f0c16f3 Murmur: add Opus threshold option
|
|
|
|
2012-06-06
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3c2dec5 Audio: Move CELT code
|
|
99c4e21 Audio: Remove unused CELT loading code
|
|
|
|
2012-06-05
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
852d346 AudioOutputSpeech: Fix noise problems in Opus mode
|
|
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
e16ee9a Updated BF3 PA plugin for BF3 v944019
|
|
|
|
2012-06-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a2a3836 PTT hold feature that can virtually "hold" down the PTT key
|
|
for up to 5s after releasing it. (#3380557)
|
|
|
|
2012-05-31
|
|
Jan Klass <kissaki@posteo.de>
|
|
5f2096a Update WolfET positional audio plugin - fix Z and add context
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
5c353d2 Update Opus submodule
|
|
84ed2eb Murmur: Remove unused DBus.h includes
|
|
0159d50 Murmur: Allow temporary user name changes via Ice
|
|
c2b7c00 Murmur: Generate a random SuperUser password for new servers
|
|
019e6da Murmur: Disconnect clients sending huge packets
|
|
81caf1c GW plugin: break it because it doesn't work
|
|
611abe5 GW plugin: style fixes
|
|
6633ea0 MainWindow: Manually minimize the window
|
|
441d06f ChatBar: Always use the current channel by default
|
|
d7f03ab MainWindow: Remove annoying connect/disconnect shortcuts
|
|
315b5f5 mumble.pro: Enable Opus on Linux if it's installed
|
|
|
|
2012-05-20
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
317f5a0 New positional audio plugin: Guild Wars Supports context and
|
|
identity
|
|
|
|
2012-05-18
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
814ae5e AudioInput: Add codec switching code which supports Opus
|
|
f27ad36 Remove Speex encoding code
|
|
13a97b4 ... and another #ifdef USE_OPUS
|
|
69fe654 Add some more #ifdef USE_OPUS checks
|
|
ed06d82 UserInformation: Fix Opus status display
|
|
f86012e MainWindow: Display current codec in the server information
|
|
dialog
|
|
7c700a4 AudioInput: let's use the correct limits and constants
|
|
8aa681c AudioInput: Fix float to short conversion
|
|
|
|
2012-05-16
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1807da3 MainWindow: Restore MainWindow if someone clicks on a
|
|
notification message
|
|
52e27ef Murmur: Disallow mute/deafen status changes in temporary
|
|
channels
|
|
4bc8782 LOL plugin: code style fixes and optimization :)
|
|
f7afaec Add VS files to .gitignore
|
|
|
|
2012-05-15
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
fff96fa ConnectDialogEdit: fix tab order
|
|
0f70781 Update translation files
|
|
9550c3b MainWindow: View comment should change the seen state for
|
|
comments
|
|
fd796db UserView: fix comment icon click target if ignore text
|
|
messages is enabled
|
|
|
|
2012-05-14
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
eef9a67 updated plugin for Team Fortress 2 b4934
|
|
840487d context support for League of Legends plugin
|
|
f81049d Added context support for the l4d2 plugin. Changed global
|
|
pointers to static (as thorvald requested in one of my
|
|
previous commits. Context contains provides ipport as json
|
|
attribute.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
2ff3d34 Unify .gitignore files
|
|
a919a56 Installer: More plugin installation fixes
|
|
|
|
2012-05-13
|
|
Piotr Chodań <dark.skeleton@gmail.com>
|
|
56fcebb New plugin for one of my favorite games, League of Legends.
|
|
Supports ingame detection (based on a pointer being NULL or
|
|
not), reports camera and avatar independent position, front
|
|
and top vectors.
|
|
84b897c Fixed l4d2 pa plugin for build 4777, re-enabled states support
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3c2dd60 Add missing build/installer integration for LeageOfLegends PA
|
|
plugin.
|
|
|
|
2012-05-01
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f90c6e3 More plugin touching
|
|
|
|
2012-04-30
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
2026dfa Comment changes to the plugin headers
|
|
|
|
2012-04-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4653fd8 Upgrade boost
|
|
|
|
2012-04-28
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
3503cd2 Updated BF3 PA plugin for BF3 v936211
|
|
|
|
2012-04-10
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1a3b3b0 ClientUser: remove getByHash
|
|
|
|
2012-04-02
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
2047c9f Updated BF3 PA plugin for BF3 v925790
|
|
|
|
2012-03-22
|
|
jgeboski <jgeboski@gmail.com>
|
|
0c51fbd MainWindow: directly set the window icon
|
|
|
|
2012-03-20
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e5c4657 Save one more byte in the Opus terminator
|
|
b498613 Reset Opus encoder state on stream start
|
|
e1b5710 Fix Opus frame counter in AudioInput
|
|
bd195cd Improve Opus terminator flag
|
|
|
|
2012-03-13
|
|
Harry Gabriel <h.gabriel@nodefab.de>
|
|
c707cad Update slice path for Ice 3.4.2
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
7e5e7f9 Lotro Update 6
|
|
|
|
2012-03-12
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
c17ca26 Murmur: Add workaround for databases that contain channel_info
|
|
rows for channels that don't exist
|
|
|
|
2012-02-26
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
88e9e6a Link benchmark test to QtXml
|
|
b2258e6 Fix GCC compile error
|
|
491cd1e Misc fixes
|
|
0bba55b Check correct key usage in the Win cert verify function
|
|
|
|
2012-02-25
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
74d9ccd Fix Win cert validation code for hostname mismatches
|
|
6f7f05e Empty server response in WebFetch::fetched is not an error
|
|
07d5679 Use a more correct way to get the application data path on
|
|
Windows
|
|
ea121b6 Validate server certificates using the Windows API
|
|
06f0d18 Fix Windows installer build
|
|
|
|
2012-02-24
|
|
Patrick Matthäi <pmatthaei@debian.org>
|
|
5f79a1b Unified spelling of of writable (s/writeable/writable)
|
|
|
|
2012-02-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
442d19e GlobalShortcut_macx: add EventTap listing when pressing
|
|
Ctrl-Alt-Cmd.
|
|
1d0ed05 GlobalShortuct_macx: TailAppend instead of HeadInsert.
|
|
fe25495 GlobalShortcut: allow users to disable global shortcuts
|
|
without removing all of their shortcuts (for supported
|
|
engines).
|
|
|
|
2012-02-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
370c2d3 OS X: move upgrade variables to upgrade.xml for new
|
|
productbuild overlay installer.
|
|
114c201 Overlay_macx: mv-to-tmp-based uninstall.
|
|
30b94b7 OS X: productbuild-based overlay installer.
|
|
|
|
2012-02-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
46b8cd4 OCD.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d16876d Fix certificate validation with QT 4.8
|
|
|
|
2012-02-18
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4ad6ccf OS X: Add more licenses to disk image.
|
|
da7f5b7 Include <stdint.h> instead of the HAVE_STDINT_H hack.
|
|
6c7d8dc OS X: Update dist scripts, add --no-server option.
|
|
9446e3e OS X: Build fixes for Xcode 4.3 (mostly PCH-related)
|
|
fa9aed8 OS X: Update compiler.pri to new Lion toolchain
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
079bba8 More G15 SDK path fixes
|
|
2d9d78a Remove hardcoded CA certificates
|
|
a3c55c4 Update Opus submodule
|
|
9a7470f Fix G15 SDK path
|
|
|
|
2012-02-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cde6c68 Revert back to mumble-g15-helper-based G15 support on Windows.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
98f4ac1 Fix user what's this help icon -> text mapping
|
|
586cd61 Load update check option using the correct variable
|
|
70c3af0 Fix G15 helper program installation
|
|
|
|
2012-01-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ca8b25c Re-enable uiAccess=true
|
|
|
|
2012-01-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f77936b Allow hooks in GlobalShortcut to be disabled on Windows via
|
|
hidden setting.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
314132a Updated German translations
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
63018bd Temporarily disable uiAccess=true
|
|
7300338 Try to read system-wide ini files first if running as root
|
|
6289931 Added more logging for Ice callbacks
|
|
cc8e245 Mark Server::log as const
|
|
|
|
zapman <unknown>
|
|
63a384d Updated french translation
|
|
6b3a97e Turkish translation
|
|
|
|
2012-01-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
133a83f Build fixes for universal OS X.
|
|
|
|
2012-01-08
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
8667e6d Fix Speak ACL for users entering a channel
|
|
2b9e094 Allow using ChanACL::hasPermission without a cache
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9bd726a Parse \ in pro files
|
|
|
|
2012-01-07
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
fc322ea Fix compile error
|
|
17eb6cc Apply suppress ACL before switching channels
|
|
356bd2e Obey Whisper ACL for User-to-User Whispers
|
|
|
|
2012-01-04
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
eb291db Workaround for missing disconnected signals on Windows
|
|
87376a9 Fix strong cert check for self-signed server certificates
|
|
|
|
2012-01-02
|
|
Michael Ziegler <diese-addy@funzt-halt.net>
|
|
8ab94fe add 'status' command to the init script
|
|
|
|
2011-12-23
|
|
Mike <mike@flomp.net>
|
|
9e8976a Update TF2 plugin to build 4785
|
|
|
|
2011-12-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a45a4dd License work
|
|
|
|
2011-12-08
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
31bb25e Updated plugin for BF3 v889134
|
|
|
|
2011-12-03
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
723eafd Fix typo in French translation per WarT (blabla29 @ sf).
|
|
8e84148 Update World of Warcraft plugin to build #15050.
|
|
|
|
2011-12-01
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
39319f8 AudioInput: Fix crash on short audio packets
|
|
|
|
2011-11-24
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7f9395f AudioOutputSpeech: Use the correct buffer size for the
|
|
resampler
|
|
|
|
2011-11-23
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
b9957f0 Updated plugin for BF3 v8865831
|
|
|
|
2011-11-22
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f43a072 AudioOutput: Fix compile error on Windows
|
|
0a6aa01 AudioOutputSpeech: Fix output buffer size calculations
|
|
6e12d31 AudioOutputSpeech: Use a buffer on the heap for the resampler
|
|
99d0b2c Add terminator packet for Opus streams
|
|
fd98bdf Split AudioOutput.h/cpp
|
|
|
|
2011-11-21
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4238455 Fix some Opus FIXMEs and add a few new ones
|
|
|
|
2011-11-20
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
391be12 Fix compiling without Opus
|
|
29e7a54 Change Opus packets to remove the library hack
|
|
|
|
2011-11-11
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
b5f082a Remove unused files
|
|
bb2ef52 Windows build fixes
|
|
|
|
2011-11-10
|
|
Ryan Austin <ryan.e.austin@gmail.com>
|
|
c8d1447 Added Battlefield 3 Plugin for build #876650
|
|
|
|
2011-11-09
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
43e6118 Remove Qt <4.6 compatibility defines
|
|
07737a3 Fix include guards and PCH includes
|
|
|
|
2011-11-08
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
37c2e27 Fix crash on server messages
|
|
c45dad9 Fix Opus on Linux
|
|
|
|
2011-11-06
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4ffa9d7 Fix typo in include guard
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6e1db01 Undo the debug test, silly me
|
|
54fee0b Opus negotiation (client)
|
|
86fc793 Opus codec negotiation (server)
|
|
|
|
2011-11-05
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7586a61 Add basic Opus support
|
|
ab713e5 Unbreak Ice authenticators
|
|
|
|
2011-11-04
|
|
Jan Klass <kissaki@posteo.de>
|
|
19aeaed add lollauncher.exe to overlay blacklist
|
|
|
|
2011-11-02
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
865b007 WASAPI: write the correct variable to the log
|
|
a21e39c WASAPI: use a function to open the devices
|
|
|
|
2011-11-01
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f35cc6a WASAPI: add more error logging
|
|
5d3f770 WASAPI: ask WASAPI if it supports our modified format and fall
|
|
back to the mix format if it doesn't
|
|
46af9f8 WASAPI: move ducking opt-out to a separate function
|
|
8ccad2b WASAPI: unify exclusive & shared mode rendering loop
|
|
|
|
2011-10-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
eb93c08 Fix forced auto update check for snapshot builds.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
32787e5 Fix auto version check logic
|
|
|
|
2011-10-27
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
5344bbd Request 2 output channels on Windows without PA
|
|
|
|
2011-10-23
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
089b23d Fix ghost disconnect removing permissions (#3423985)
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
7964a55 Updated and applied improvements based on suggestions given by
|
|
italian users.
|
|
|
|
2011-10-22
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
380b52d Update Retail version of Battlefield: Bad Company 2 to build
|
|
#795745.
|
|
|
|
2011-10-14
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
b383722 Update Counter Strike: Source to Build #4724.
|
|
832eb89 Update Counter Strike: Source plugin to build #4720.
|
|
09325a3 Update Battlefield: Bad Company 2 Plugin to build #795745
|
|
(Steam Only).
|
|
60cf7f8 Add local-ignore-text-messages option.
|
|
|
|
2011-10-13
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
b46b5e1 Update WoW plugin to build 14545.
|
|
|
|
2011-10-12
|
|
Asura Lee <ashurta@gmail.com>
|
|
47dae73 Updated Chinese Translation.
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
2411943 Update LOTRO to RoI release
|
|
|
|
2011-10-09
|
|
Jan Klass <kissaki@posteo.de>
|
|
f6e586d remove obsolete MumbleScript.h/.cpp files
|
|
5fe6801 handle some cppcheck-found issues: * uninitialized membervars,
|
|
* AudioOutput.cpp: fix delete on array to delete[] * OSS.cpp:
|
|
close file descriptor in false data case *
|
|
OverlayEditorScene.cpp: rm duplicate logic * fix ifndef to
|
|
match usage of declared variable * member var initializations
|
|
* check for null (ds in d3d9 as some lines above), * lower
|
|
scope of var decl., * swap bufsize check and array dereference
|
|
so check is before! deref, * initialize member vars in constr.
|
|
|
|
2011-10-04
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
e11752b Update Counter Strike: Source to build 4687.
|
|
|
|
2011-10-01
|
|
DNW <dnw.ftw@gmail.com>
|
|
a8975fe Add Server::effectivePermissions() to ICE
|
|
(https://sourceforge.net/tracker/?func=detail&aid=3389065&grou
|
|
p_id=147372&atid=768008)
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
6a46030 Make edit button greyed out if selected item is not a
|
|
favorite.
|
|
b61f781 Added Edit button to Connect dialog.
|
|
9cc9539 Fix bug #3200725 @ SF - RichTextEditor disregarding
|
|
g.uiImageLength.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ccd95be Strip merge pull request from changelog (oh, and update the
|
|
changelog)
|
|
f506511 Add %s for printf
|
|
|
|
2011-09-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ae54c0c Add some comments to AudioInput::addMic/addEcho
|
|
|
|
2011-09-05
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
41100fd Add 'Crimecraft: Bleedout' to default blacklist.
|
|
|
|
2011-08-25
|
|
Jacob Peddicord <jacob@peddicord.net>
|
|
0e4d963 Implement audio attenuation for PulseAudio.
|
|
|
|
2011-08-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
aed5c1e Split up and refactor WASAPIOutput::setVolumes function to get
|
|
rid of excesive indentation.
|
|
|
|
2011-08-14
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
72185ae Mark OverlayInjectorMac as conforming to SBApplicationDelegate
|
|
on 10.6+ to fix Lion-only builds.
|
|
53cd8e4 Update Boost version for OS X.
|
|
|
|
2011-08-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
86b8c00 Make bf2 plugin correctly clear its context and identity
|
|
|
|
2011-08-05
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b05dc71 Make vld an explicit, default off, option instead of implicit
|
|
default
|
|
1a8d879 Make winpaths_default.pri arch independent
|
|
|
|
2011-07-31
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f0c2bfd Replace some manual version conversions with appropriate
|
|
MumbleVersion calls.
|
|
c99661d Remove some dead code previously related to version checking
|
|
|
|
Michael Ziegler <diese-addy@funzt-halt.net>
|
|
b79b960 tr() the strings and change default version to 1.2.0.
|
|
|
|
2011-07-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d31b33d Updated boost to 1.47
|
|
|
|
Michael Ziegler <diese-addy@funzt-halt.net>
|
|
f1c6e83 style/typo fixes, use QMessageBox on Windows, don't rely on
|
|
argv[0] being set
|
|
4a26190 add long command line option names, add -h/--help options.
|
|
|
|
2011-06-30
|
|
Jan Klass <kissaki@posteo.de>
|
|
69baac1 add thunderbird and instantbird to overlay blacklist (new
|
|
hw-accelerated versions)
|
|
|
|
2011-06-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
81dee1c Update version number of OSAX overlay injector.
|
|
d9417cb Fix the overlay on Mac OS X 10.6.8.
|
|
|
|
2011-06-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e9cfd21 Add build configuration for compiling on Lion.
|
|
|
|
2011-06-15
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
eeb1737 Fix UDP problems on IPv4 only hosts
|
|
|
|
2011-06-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2d838f2 Prevent PTT window from showing up in non-PTT modes as well as
|
|
from minimizing when the MainWindow gets minimized.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
a270c7f Updated German translations
|
|
|
|
2011-06-11
|
|
Tsbook <tsbook@users.sourceforge.net>
|
|
60ea789 Czech Tanslation Update (#3315071)
|
|
|
|
2011-06-10
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
c581e0e Updated Brazilian Portuguese translation (#3314540)
|
|
|
|
2011-06-09
|
|
Semion Tsinman <Necromancer3333@gmail.com>
|
|
821d7ce Updated Hebrew translation (#3308818)
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c873e08 Prevent user from accepting the channel add/edit dialog when
|
|
channel names are empty. Implements patch #3289052 in a leaner
|
|
way
|
|
|
|
Natenom <natenom@natenom.com>
|
|
bc32f8d Updated German translations
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
fc03b89 Updated Swedish Translation (#3296034)
|
|
|
|
2011-05-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d4f271b Don't link against ScriptingBridge in universal builds.
|
|
|
|
2011-05-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5632c35 Explicitly remove file permissions for settings and DB
|
|
|
|
2011-05-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
67ed381 Add PTT button window for tablet users
|
|
|
|
2011-05-20
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
a25d3a5 Fix log window resize behavior
|
|
|
|
2011-05-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f9ab14c Add sendversion parameter to ini
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0afd37a Include entire plugin structure
|
|
|
|
2011-05-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a24e50e Fix Windows build. Reverted move of overlay blacklist as it is
|
|
needed in both the overlay itself and the client (broken by
|
|
2dad2795bd0d60320811) Fixed error introduced in
|
|
VersionCheck::fetched (broken by f57f81248f0a15e7f77e) Readded
|
|
missing Server.h header in Tray.h (broken by
|
|
7529297760ac4d2d1f0a) Fixed broken build files (broken by
|
|
f7cc6e7adee66b57c33a)
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
6a52586 Move overlay blacklist to its own file
|
|
fbeed39 Fix iObfuscate for IPv6
|
|
4fd379b Fix more Windows build errors
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c3ffe0b Horrible hack to allow parallel resource builds
|
|
f7cc6e7 Now with 'make -j' support
|
|
|
|
2011-05-15
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
10baf16 fix bonjour support using avahi compat lib
|
|
3322f1b remove CAP_NET_ADMIN
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7529297 Fix uppercase vs lowercase vs PCH include problems
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dbf8879 Resort to predeps
|
|
03136ba quiet-build-log for binserver
|
|
45bd813 Fix murmur warnings
|
|
1ada87d Fix warnings in overlay_gl
|
|
2dad279 Move overlayBlacklist and care about error on ftruncate
|
|
c675089 Use __typeof__ CELT resolve for g++
|
|
f57f812 Fix some compiler warnings
|
|
b99c639 Get rid of unused macros
|
|
d0f075e Add quiet-build-log config option
|
|
5459d4d Make -j for binserver
|
|
4c28e60 Clean up proto/Ice headers on make clean
|
|
|
|
2011-05-14
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d09176e Include more boost::shared_ptr headers to fix the build
|
|
b87ee95 Fix use after delete in DX10 overlay code
|
|
c8bd81a Use make_shared in the VoiceRecorder
|
|
900f1e5 Opus support for the server
|
|
d9324c2 Add a missing pch include in WebFetch.h
|
|
23f6820 Restore forward declaration in VoiceRecorder.h
|
|
c35d093 Fix coding style in PulseAudio code
|
|
e53de87 Fix coding style in the UserInformation dialog
|
|
07ddfc7 Add NOMINMAX define
|
|
373cdeb Disable sending Speex encoded audio
|
|
342ed0e Use the qBound macro to clip samples
|
|
6150084 Add and remove some forward declares from header files
|
|
fa7ea52 Fixes for /Zc:wchar_t
|
|
4315214 Fix some -Wshadow warnings
|
|
6d6afca Fix changing iMaxUsers
|
|
f7d7b99 Merge ContextActionRemove and ContextActionAdd and rename it
|
|
to ContextActionModify
|
|
|
|
2011-05-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ba66c4d Do not change the order of protobuf message types.
|
|
c98e3ea Fix: Stale custom context menu entries (#3301658)
|
|
052d51d Fix: Ducking events attenuate Mumble (Win7) (#3294588)
|
|
Opt-out of ducking events. This prevents Mumble from being
|
|
influenced by stream attenuations triggered by other
|
|
communications applications. Only applies to Windows 7 with
|
|
WASAPI since other platforms do not have this feature.
|
|
df4b0b3 Work around scrolling behavior of QTextBrowser in Log(Fixes
|
|
#3298338).
|
|
|
|
2011-05-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b8986c9 Ok, actually commit the script change so it doesn't get wiped
|
|
out
|
|
|
|
2011-05-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
07bf146 Use TCP destination as UDP source
|
|
|
|
2011-05-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bcb42f1 Ermine based server dist
|
|
|
|
2011-05-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d96648e Answer ping from same UDP address sent to (Linux only for now)
|
|
|
|
2011-05-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1550415 Use installation default paths and stop being difficult
|
|
|
|
2011-04-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
74a4051 Fix mixed up buttons in AudioInput
|
|
6b33a67 Improve documentation of Ice stop() command
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
4586068 Don't check version numbers of URLs being sent over RPC.
|
|
|
|
2011-04-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ee72dea Modify PTT queue to work for all kinds of transmission
|
|
(#2857488)
|
|
|
|
2011-04-24
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
fa7a412 Added option -wipelogs to clear logs in DB.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4420c07 CONFIG+=no-xinput2
|
|
|
|
2011-04-21
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
23e3999 Restore Qt <4.6 compatibility in WebFetch
|
|
|
|
2011-04-18
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
a3245f0 Plugins: TF2 updated to build 4539
|
|
|
|
2011-04-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4d50beb Improve error message when connecting with an invalid
|
|
password/certificate to a registered account
|
|
|
|
2011-04-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
05d91c1 Regenerate Ice wrapper file
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
bd690db Fixed up Otto's patch (#2911421), mostly style stuff. Changed
|
|
int -> uint and iterators to foreach()
|
|
|
|
Otto Allmendinger <oallmendinger@users.sourceforge.net>
|
|
1d832d5 Text Message Callback with Ice
|
|
|
|
2011-04-03
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
6f156fa Correctly disable 'Disconnect' option when you abort a
|
|
reconnection.
|
|
|
|
2011-04-02
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f738bb2 Fix chatbar sending empty messages (#3267833)
|
|
a972df6 Convert context field to json
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
4a98c74 Plugins: updated Team Fortress 2 to 4426
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f7d8711 Deal with non-rc versions for tarballs
|
|
|
|
2011-04-01
|
|
Matthias Salzeder <mail@MatthiasSalzeder.de>
|
|
4232dc1 added meta shortcut to toggle channel link state
|
|
|
|
2011-03-29
|
|
Eli Tallman <eli.github@gmail.com>
|
|
6297937 Update/Fix L4D plugins
|
|
|
|
2011-03-27
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
9c4a194 Added a more helpful error condition to -supw being used
|
|
without a password
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ac0cf66 Overlay_macx: Use newer version of libxar with proper
|
|
codesigning support.
|
|
d5161aa Overlay_macx: Remove more unused code from the previous
|
|
cleanup.
|
|
23d1baa osxdist: Add extra codesigning step for flat pkg files and the
|
|
ability to select the keychain for your codesigning identity.
|
|
d12bb8a Bump OS X overlay installer version and set minimum required
|
|
version to 1.2.3 since we haven't broken compatibility yet.
|
|
|
|
2011-03-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9923549 Overlay_macx: Undo intermediate CA workaround for versions of
|
|
Mac OS X prior to Snow Leopard.
|
|
2061dc1 Fix QString-from-ASCII errors on OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9facb12 Fix serverside suggestconf error for versions
|
|
|
|
2011-03-25
|
|
Mike <mike@flomp.net>
|
|
20ebcdc Positional audio plugin for Grand Theft Auto IV
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d775d5c Remove OpenGL dependency in the audio statistics dialog
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
94967ab Suggest Config
|
|
|
|
2011-03-24
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
101bcaf if service name is empty don't pass an empty string
|
|
e57c008 fix compile error
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
35cc9cf ;
|
|
|
|
2011-03-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4aec112 Add \brief
|
|
c06dfbc Create common utility class for fetching from mumble.info
|
|
|
|
2011-03-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
0e1a351 Merge branches 'fwaggle-fix-default-port-on-paste' and
|
|
'master'
|
|
6de7303 Make text log only scroll automatically when user hasn't
|
|
manually used the scrollbar to scroll to something in the
|
|
middle (#3220440)
|
|
6f079db Fix compilation on Windows.
|
|
7bdd779 Update boost to 1.46.1
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
b752ea0 Added a macro "DEFAULT_MUMBLE_PORT" in src/Net.h so that its a
|
|
one-line change should the default port ever change.
|
|
fb9df24 Fixed pasting of port-less URLs into connect dialog
|
|
|
|
2011-03-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f3437a6 Update copyright year ranges of dev team.
|
|
|
|
2011-03-17
|
|
ronoc <conor@forwind.net>
|
|
e6831d8 Set the correct pulse audio properties, for the icon, app name
|
|
and the media role on the pulse connection. This will help
|
|
other apps identify mumble at runtime and be able to determine
|
|
mumble's purpose.
|
|
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
7d2d3ef open log file early so log dir can be root owned
|
|
82c4186 fix user switching
|
|
c858071 fix build error with capability.h
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0e66a64 Make log rotation more robust
|
|
|
|
2011-03-14
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
2f3f6b1 Plugins: Initial setup for the breach plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
aed9d26 Update binserver git-describe
|
|
|
|
2011-03-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
64f17cf Fix a few warnings
|
|
|
|
Tsbook <tsbook@users.sourceforge.net>
|
|
a3c1eac Updated Czech Translation (#3208772)
|
|
|
|
2011-03-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fb6e0ac And move qobject defs to a header so they will be parsed
|
|
ee6bccf Fix speexbuild pro and mysql installer path
|
|
973790f Update win32 build paths
|
|
|
|
2011-03-10
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
d2a023e Added "Copy URL" to channel context menu.
|
|
|
|
2011-03-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fb61d50 Fix Timer includes all over the codebase and fix some pro/pri
|
|
buildfiles.
|
|
|
|
Martijn Stolk <github@netripper.nl>
|
|
db2538f Overlay: add sorting options, including ability to sort on
|
|
last state change
|
|
6d62ae7 Overlay: add support for displaying active users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9682d7d Allow some leeway in the timer atomicity test
|
|
|
|
2011-03-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e83cec0 Instead of warning when casting from ASCII to QString in the
|
|
client disable it completely.
|
|
|
|
2011-03-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8c952c3 Remove duplicate overlay debug output code.
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
e83173c ICE: Add udpPing and tcpPing to User
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
c245e2d PulseAudio: Fix multi speakers configuration.
|
|
|
|
2011-03-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b986e84 Fix possible access violation in Overlay
|
|
05096f7 Add some comments to hooking code
|
|
|
|
2011-03-03
|
|
Tsbook <tsbook@users.sourceforge.net>
|
|
630d712 Czech Translation Update
|
|
|
|
2011-03-01
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
188b652 Fixed Ice method getLogLen() requiring write secret instead of
|
|
read secret.
|
|
|
|
2011-02-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4774dab Moved windows self detection mechanism into Windows specific
|
|
Overlay code instead of special casing it in generic one
|
|
3db23e6 Make mumble overlay able to detect mumble independent of
|
|
executable name
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
296ee6f Fixed typo: "staring" -> "starting" in OSS.cpp
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2cd9863 Work around broken XI2 master devices
|
|
|
|
2011-02-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ad3926a Kill the nagging accessibility dialog from GlobalShortcutMac.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
fcc8c2b Split AudioInput::encodeAudioFrame
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ffbeaa2 XInput 2.0 support
|
|
|
|
2011-02-25
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
e067269 User Information improvements
|
|
|
|
2011-02-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ddd9c97 Add no-elevation build-flag to prevent the need of signing
|
|
win32 release builds during testing
|
|
|
|
2011-02-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a65bb68 Make message read back user configurable
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
6755b81 Added gg, xmpp, skype and mailto to allowedSchemes
|
|
|
|
2011-02-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
859d7a4 Remove leftover launchCompatibilityClient signature
|
|
4188575 mumble:// links without or with invalid version parameter now
|
|
refer to 1.2.0 by default. Also remove version hardcoding in
|
|
checker and fix version check in general.
|
|
cb39dc6 Save current input when using the history
|
|
8fa3b10 User ctrl+up/down for chatbar history
|
|
ee21456 Fix violation of abstraction in ChatbarTextEdit
|
|
127a09c Fix setenv called on windows build
|
|
f07d33b Add history to chatbar
|
|
ae024c8 Remove obvious "FPS:" text from overlay leaving only the
|
|
number
|
|
0e155a5 After downloading a new snapshot delete all snapshots older
|
|
than 30 days from the snapshot folder
|
|
|
|
Justin McGrath <justin.m.mcgrath@gmail.com>
|
|
52a8f39 Added FR 2109227: limit the chat log size.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
91a4fe6 Don't try launch compatibility client anymore.
|
|
|
|
Rafael Correia <rafaeljpc@gmail.com>
|
|
99cc86d rework to improve the quality of the code of the patch (bug
|
|
3067616 - DUAL Head PTT)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f11d097 Protobuf 2.4.0a on Win32 (and static)
|
|
873282b Update ASIO path
|
|
064a5a3 Bump version to 1.2.4
|
|
d294ccd Fix pch
|
|
2b84bd7 Suppress vendor lockin suggestions
|
|
2400cae Unify snapshot/release defines
|
|
1161c9a Remove 1.1.x - no longer maintained
|
|
|
|
2011-02-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
df0f290 Add some other applications to the overlay blacklist
|
|
|
|
2011-02-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
520ad96 Add Photoshop, Blender and GoogleEarth to the overlay
|
|
blacklist
|
|
|
|
2011-02-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3ccbe53 Experiment with immediate overlay delete
|
|
|
|
2011-02-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
263338e Add Windows Live Suite and Secunia PSI to default overlay
|
|
blacklist
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ed8ab35 No, events from deleted objects are really not ok.
|
|
1e74ee5 Upgrade to CELT 0.11.1 in-place
|
|
|
|
2011-02-12
|
|
Eli Tallman <eli.github@gmail.com>
|
|
2da7fb6 Plugin update run
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f6b6f21 Don't spam console for release build
|
|
9f2c927 No variance without averge
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
1601fb8 Password is now not visible in the Import Certificate window
|
|
e027b3f Updated Polish translation
|
|
cebb2dd Fixed 'nan' in user information (average ping) for newly
|
|
connected users
|
|
|
|
2011-02-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d694432 Update mumble-overlay script
|
|
|
|
2011-02-07
|
|
karokatona <karokatona@users.sourceforge.net>
|
|
3c1d24c Hungarian Translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
685809c Remove CELT 0.10.0
|
|
|
|
2011-02-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
775165f Add CELT 0.11.0 to OS X dist script.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d256a9f Add missing celt-0.11.0-build dir
|
|
04a3fcd Fix overlay editor font dialog opens behind MainWindow
|
|
58aba64 Add CELT 0.11.0 support
|
|
|
|
2011-02-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cd52bf6 Re-add menu roles to Settings and About menu items. The
|
|
default (text heuristic) only yields the correct result when
|
|
the texts are in English.
|
|
4199de4 ShortcutActionWidget: Use default size for OS X. With
|
|
AdjustToContents, the QComboBox *is* bigger than the contents.
|
|
|
|
2011-01-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e0ba383 Work around timestamp update for mysql
|
|
53e5c75 Fix ID of new server if all servers deleted
|
|
4559674 Add Qt 4.6 Guard to QAppMumble::event
|
|
c61522e Remove older CELT 0.9.0
|
|
|
|
2011-01-22
|
|
Joshua Kocinski <git@cl0secall.net>
|
|
dc662e0 Set bAutoUnmute flag properly when deafening while muted.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
421833e Fix bIsSpeech logic
|
|
95d13a5 Style fixes in ACLEditor.cpp
|
|
426c411 Simplify iIsSpeech logic
|
|
|
|
2011-01-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
324338f Iterator oddness in ACL Editor
|
|
460e489 Ok, slightly less verbose, then
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
a7f91b7 Updated italian translation
|
|
|
|
2011-01-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1cafc8b Add overly verbose proxy widget adding.
|
|
e1b24d2 Clean up a few compiler warnings.
|
|
832f5aa Include ancient ice path as well
|
|
|
|
2011-01-12
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1e5cd08 Fix benchmark client to compile on Windows
|
|
|
|
2011-01-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
51223e9 Remove unused AppleEvent parameter hack from os_mac.mm.
|
|
db1b92a Update Mac OS X URL handling to be compatible with current Qt.
|
|
eeac069 Fix "freeze on launch" issue on OS X. It turns out that
|
|
sending blocking AppleEvents to oneself is not such a good
|
|
idea.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
cd1f4b3 Add a workaround for broken CodecVersion messages on 1.2.2
|
|
servers
|
|
|
|
2011-01-10
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
08904af Use TLSv1 in the benchmark client
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
82879ed Re-add 0.9.0 to package script
|
|
ce85721 Change CELT 0.9.0 to 0.10.0 in package script
|
|
|
|
2011-01-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
194ab56 Fix overlay causing stack overflow when closing vs2010
|
|
solution
|
|
ce51f28 Prevent random fluke in ip/port readout in bf2 plugin
|
|
|
|
2011-01-08
|
|
Antoine Bertin <diaoulael@users.sourceforge.net>
|
|
d90cf06 Updated french translation for Mumble
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
032546b Updated mumble_ru.ts
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
283b935 Added information to the warnings, to help trace problems on
|
|
windows systems
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
f8d393c 'November Update' for Lord of the Rings Online plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
41af016 Make active-state of shortcuts be data-dependent
|
|
|
|
2011-01-04
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
c30e964 Create the RecordInfo object before adding a new RecordBuffer
|
|
|
|
2011-01-03
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
48c3c07 Set bDisconnectEmitted in the client code
|
|
|
|
2010-12-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f9089d8 Auto-rename tarfiles
|
|
|
|
2010-12-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f38d1ad Add CELT 0.10 to osxdist.py.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5bdf525 Timestamp table upgrades
|
|
|
|
2010-12-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b50a0ac Update bf2 plugin to use json instead of xml for
|
|
context/identity representation
|
|
357725a Fix AudioWizard focus after invalid shortcut entry
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
87f41f4 Add CELT 0.10.0 DLLs to the installer
|
|
03a8634 Change MySQL table creation statements to work with 5.5.x
|
|
ecf3bdd Save last channel on user registration
|
|
606658e Always set umtType to the correct version
|
|
7c66886 Move bDisconnectEmitted down by one level
|
|
|
|
2010-12-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ee8dcd8 Fix some problems with overlay backlisting not preventing dx
|
|
hooking. Improve checking for WPF.
|
|
0813b58 Add 'M:' prefix to fods/ods overlay debugging function output
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
90e1f7e Fix unreliable commander state memory address
|
|
|
|
2010-12-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
50a136c Fix Timer class for systems with unusually high performance
|
|
frequency numbers or long uptime
|
|
|
|
2010-12-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2077aa0 Fix previous wizard patch
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
83dcdc3 Add CELT 0.10.0
|
|
d82a608 Use QElapsedTimer if it's available
|
|
|
|
2010-12-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f642271 Prevent server from forward audio from muted clients
|
|
90f5f78 Fix possible client/server mute state mismatch
|
|
b36c879 Fix attenuation not being disabled on disconnect
|
|
04a5b5c Fix possible crash in MainWindow::talkingChanged()
|
|
|
|
2010-12-19
|
|
Eli Tallman <eli.github@gmail.com>
|
|
6d332cb Update Steam support for BC2
|
|
09008e6 Fix semicolon omission
|
|
120fa9e Plugin updates for release
|
|
|
|
2010-12-16
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4c1e473 Restore Qt < 4.6 compatibility
|
|
495c8c3 Remove Qt dependency in the LOTRO plugin
|
|
|
|
2010-12-05
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
223d0a9 Unbreak send message on double click
|
|
fcb681c Fix another chatbar size bug
|
|
be86148 Release the plugin lock before calling about/config on a
|
|
plugin
|
|
be7ad39 Fix updateMenuPermissions() after context menu change
|
|
|
|
2010-12-04
|
|
Michael Ziegler <diese-addy@funzt-halt.net>
|
|
5072837 work around linux (that is, kde) switching channels on a
|
|
single click
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
079f1ad Remove local variable in getOSVersion
|
|
ece6a89 Readd the scrollbar changing to the chatbar in way that
|
|
doesn't crash and doesn't break everything
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c0bf2c2 Update release script
|
|
012dfc6 Use bzip2 for static build
|
|
|
|
2010-12-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b8a2745 Fix two signed|unsigned comparison warnings
|
|
e8a2bb5 Prepare murmur for user defined server locations
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c857a99 CoreAudio: Use AudioUnitPropertyListener instead of
|
|
AUEventListener to listen for AudioUnit stream format changes.
|
|
405ef1a OverlayMac: Don't use NSBundle#objectForInfoDictionaryKey to
|
|
determine whether we're up to date.
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
da83cdd Overlay: On windows sync the settings to registry when overlay
|
|
config is changed
|
|
|
|
2010-12-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c85be07 Use Audio::start() and Audio::stop() in ConfigDialogMac.
|
|
8366832 CoreAudio: Restart AudioInput/AudioOutput on stream format
|
|
changes.
|
|
|
|
2010-11-29
|
|
Finessi Manuel <fino.manu@gmail.com>
|
|
ef07a72 Patch for bug: 3117145
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
acf85af Drop the date from Mac OS X snapshots.
|
|
2ffa671 Don't include newline character from 'git describe' in
|
|
osxdist.py.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
8c4abd2 Use default indentation in the treeview
|
|
39039c2 Disallow RequestBlob for unauthenticated users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1893804 Changing scrollbars in chatbar causes infinite loops. Remove
|
|
it for now.
|
|
|
|
2010-11-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b8cb9d0 Update Boost path for OSX to 1.45.0.
|
|
a0207d5 Use 'git describe' in osxdist.py.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4f5089f Fix context menu handling for disconnected users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5dfd1f0 Try to be slightly more tolerant of third-party tables in the
|
|
DB
|
|
|
|
2010-11-25
|
|
Semion Tsinman <Necromancer3333@gmail.com>
|
|
03b5df8 [translation] Hebrew update
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b38e264 Make TTS link simplification case insensitive
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
2a48fa0 correct ice-doc description for auth-callback idToName()
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
df7dc3a Don't crash if someone tries to add an ACE for an unknown user
|
|
id
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
c435d5c Update Lotro plugin to Vol III Book 2
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a085d26 Use git describe for server snapshots
|
|
|
|
2010-11-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
35c6e03 Unify link detection regexps
|
|
84884ba Boost 1.45
|
|
|
|
2010-11-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
07c0813 TCD -> TCP in Danish translation.
|
|
091d9be Fix Group::members() to include members of the channel that
|
|
the group is defined on even if it's marked as inheritable.
|
|
|
|
2010-11-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8eb1b7e Fix user sorting in UserEdit form
|
|
ac10fe4 Fix muted/deafen indicator offset in overlay default
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
933a9dd Don't reset the connection timeout until the user is
|
|
authenticated
|
|
|
|
2010-11-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1fa0c3c Refactor overlay preset code. Switch default layout. Try to
|
|
make new default look better.
|
|
ecff17a Set min width for log as first aid to #3109452
|
|
cb9dee6 Fix custom TTS setting saving in wizard and make switching to
|
|
TTS always enable main TTS switch.
|
|
576c9ee Fix regression in user sorting
|
|
|
|
2010-11-19
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
6c78711 Print the correct filename in the error message
|
|
34ff2e7 More potential a_ucTexture == NULL crash fixes
|
|
|
|
2010-11-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ce8cedf Unify User/ClientUser sorting. Fix "usernames in overlay are
|
|
in different order" #3110572 . Fix other sorting issues. Fix
|
|
OverlayTest compilation.
|
|
|
|
2010-11-17
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
c644952 Fix a crash in the overlay if a_ucTexture is NULL
|
|
|
|
2010-11-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c2f0c53 Fix mumble packet image in documentation
|
|
ca23daf Add no-vld and no-plugin qmake flags
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
77827af Documented no-bundled-celt option in INSTALL with a note
|
|
concerning CELT 0.7.x
|
|
2131364 Documentation: Added a note concerning the codec requirements
|
|
and clarified UDP tunneling. Also some minor float/margin
|
|
tweaks.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
907c41f Fix compile without PCH
|
|
3994350 Fix #3090083
|
|
|
|
2010-11-08
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
42930a7 Update CELT 0.9 submodule to get the PLC fixes
|
|
11ff9b1 Remove more unused files
|
|
|
|
2010-11-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ec0e463 Add firefox.exe to overlay blacklist
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
42fc791 Don't use DBus for the client on OS X.
|
|
409aaa7 Use CELT 0.9 in osxdist script.
|
|
|
|
2010-11-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
01e2247 Fix rounding behavior in conjunction with iroundf macro in
|
|
lots of places.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7186e61 Replace CELT 0.8.1 with 0.9.0
|
|
|
|
2010-11-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f7aec20 Fix VoiceRecorder::sanitizeFilenameOrPathComponent: When a 255
|
|
character filename/path-component ends on '.' infinite
|
|
recursion might have occurred on windows machines.
|
|
|
|
2010-11-02
|
|
haru_arc <arcenciel@users.sf.net>
|
|
b1340c3 Updated Japanese Translation for 1.2.3
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f21ecfa Use the Wix custom action to launch Mumble
|
|
7139599 Fix use of uninitialized variables and unused assignments
|
|
c865e05 Add swedish Qt translation
|
|
bee5338 Readd overlay hook on DLL_THREAD_ATTACH
|
|
|
|
2010-10-30
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
2a26a18 Italian translation for 1.2.3
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
97e4bd6 Swedish translation for 1.2.3
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
6f7435f Danish translation: small update
|
|
|
|
2010-10-24
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
f913b99 Updated Spanish translation for 1.2.3
|
|
|
|
2010-10-22
|
|
haru_arc <arcenciel@users.sf.net>
|
|
ec2b987 Updated Japanese Translation
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
848d242 ALSA: added Rear Center and boosted the channel count to 9
|
|
45ea514 ALSA:re-ordered the speaker mapping to ALSA standards.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1d05e6e Patch build patch
|
|
|
|
2010-10-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d84fa5d Add a winpaths_default.pri to contain all windows dependency
|
|
paths and make them easily overridable by a custom
|
|
winpaths_custom.pri
|
|
|
|
2010-10-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c4211c1 Merge remote branch 'rantanen/master'
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
0b14cb3 Clarified varint encoding
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
4bb38b8 updated german translation
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
7f3d833 Brazilian Portuguese translation update
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
99ddd8f Updated Spanish translation for 1.2.3
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
66fa813 Plugins: Manual plugin corrected.
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
aca189b Updated Danish translation for 1.2.3
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
84c611c Updated Polish translation
|
|
|
|
2010-10-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
65e4071 Switch VAD default from SnR to Amplitude and adjust UI
|
|
accordingly. Run audio wizard without asking first. Add update
|
|
counter to config for future updates. Add abstraction for
|
|
Version query/parsing.
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
e90d14f Described varint decode function in documentation
|
|
|
|
2010-10-17
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
90b46fc Boredom?
|
|
23408f8 Fixed a reference and UDP packet size unit
|
|
594f950 Updated message documentation and fixed some errors based on
|
|
pcgod's input. Fixed some references as well.
|
|
4b71e41 Rather complete documentation of Messages
|
|
|
|
tkmorris <mauricioarozi@gmail.com>
|
|
4731d82 Brazilian Portuguese Translation
|
|
|
|
2010-10-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ce79583 Fix easter time and a compiler warning
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
00fb3c6 More additions to the packet descriptions
|
|
4606a71 Further documented some of the Messages in the reference
|
|
96c80d0 More documentation. - Some tweaks to TCP connecting, mainly in
|
|
form of figures. - Initial Proto buffer message descriptions
|
|
as tables that contain field descriptions. Most descriptions
|
|
missing.
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
854f5da New update of Swedish translation
|
|
|
|
2010-10-15
|
|
Arie <allochtoon@zonnet.nl>
|
|
f4b0278 Better Engrish for button
|
|
|
|
Mikko Rantanen <jubjub@jubjubnest.net>
|
|
b4cdc19 Further enhancements to the documentation
|
|
cc5137e Why not include the updated pdf as well?
|
|
46f27d7 - Added message structure env/command - Added initial
|
|
description on UDP protocol
|
|
|
|
Justin McGrath <justin.m.mcgrath@gmail.com>
|
|
4170dc7 Added *.jpeg to image filter for avatars as per Feature
|
|
Request 2998995
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
fd6faf1 Updated mumble_ru.ts with fixes.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
1eaee4b Updated German translations.
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
4a684df Swedish translation updated
|
|
|
|
2010-10-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9fee66e Speed up SQLite for client even more
|
|
8eef3c0 Speed up SQLite for client
|
|
|
|
2010-10-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8d97167 Fix "Optimize for high contrast" makes volume bars disappear
|
|
(#3085154)
|
|
|
|
2010-10-09
|
|
Eli Tallman <eli.github@gmail.com>
|
|
bdd383c Fixed unreliable Steam linking for BFBC2
|
|
|
|
2010-10-08
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
bb3cb7f Updated Polish translation
|
|
|
|
2010-10-07
|
|
DK <davidk@mail.org>
|
|
52f7090 String fixes
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2a1bd18 Add no-vorbis-recording buildflag for disabling vorbis for
|
|
older libsndfile versions
|
|
9fd2611 Fix support for older libsndfile
|
|
|
|
Justin McGrath <justin.m.mcgrath@gmail.com>
|
|
8ac8b45 Fixed bug #3062825
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1a8da34 Make the icon valid
|
|
76df86a Alternative svg rendering for application icon
|
|
7df254a Sync alternate icon render
|
|
f52fb66 Update to new G15 SDK
|
|
|
|
2010-10-06
|
|
haru_arc <arcenciel@users.sf.net>
|
|
3556898 Updated Japanese Translation
|
|
|
|
Natenom <natenom@natenom.com>
|
|
e8810bf Limit name label width in ban editor to 500 to not break the
|
|
UI with very long names.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
392333a String fixes in the ACL edit dialog found by fwaggle
|
|
ba6bd1e Fix codec selection and outdated bitstream constants
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bd121b5 Support older libsndfile
|
|
31488de Experimentally switch back to "real" boost typeof
|
|
|
|
2010-10-05
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
ac2b6ca Remove unused code, spotted by rawnar
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
87f3c8c Plugins: Borderlands updated to version 1.40.
|
|
|
|
2010-10-04
|
|
haru_arc <arcenciel@users.sf.net>
|
|
3a703dd Updated Japanese Translation
|
|
|
|
Natenom <natenom@natenom.com>
|
|
5f774af Fixed a translation typo submitted by Radioactiveman in IRC on
|
|
#mumble, German translation updates
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
343510e Flush client ACL cache after registration
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0369e8e Fix English source strings
|
|
|
|
2010-10-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
bd2f257 Bundle intermediate CAs for the overlay installer to make Mac
|
|
OS X 10.5 play along nicely.
|
|
|
|
2010-10-02
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ac49c60 Prevent GUI password editor from leaking token ACLs into
|
|
inherited channels.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f0b3af6 Recorder string fixes
|
|
|
|
2010-09-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a72dfa8 Explicitly specify which events to intercept via EventTap.
|
|
Fixes random crashes on Leopard.
|
|
|
|
2010-09-27
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
ab2ed68 Blacklist WPF apps in the overlay
|
|
|
|
Svenne33 <svenne33@users.sourceforge.net>
|
|
8a5998f Swedish Translation (#3071209 & #3071223)
|
|
|
|
2010-09-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
9374b51 Adding new favourite server now completes from clipboard.
|
|
Added password edit field to favourite edit dialog (only shown
|
|
for SuperUser or favourites which already have a password)
|
|
|
|
Natenom <natenom@natenom.com>
|
|
fe52c22 Fixed a German translation typo which caused the overlay
|
|
editor to save mumblelay files without extension. Submitted by
|
|
Thomas <moes_taverne@gmx.li> via email.
|
|
|
|
2010-09-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
979c415 Fix typo in qaSelfComment patch
|
|
4c739e9 Fix qaSelfComment not disabled on startup
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f4b7ff2 Reformat this block and reword the comments
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
25e7ebb Move qmake profile lines to single line to work with release
|
|
script
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
10625c9 Update polish translation
|
|
|
|
2010-09-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0b34efb Hide system cursor when in interactive overlay on Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6e3fc04 Give the overlay text a bit more space
|
|
eb3479b Disallow suppressing left mouse button
|
|
1f4be58 Use slice path for Ice 3.4.1
|
|
ccb9350 4.7.0 cross-compatible qmake
|
|
|
|
2010-09-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
07b7533 Alternative way to enable overlay debugging on OSX.
|
|
0f355bd Only disable GL_TEXTURE_GEN_* if they're already enabled.
|
|
Fixes black screen issue with EVE on OSX (via Cider)
|
|
|
|
2010-09-05
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a8a2129 TextMessage recording warning for pre 1.2.3 clients + Comments
|
|
+ minor refactoring
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
dba101a Re-add NSOpenGLContext awareness to Mac OS X overlay to
|
|
improve resolution detection in SC2 and Source Engine games.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
c8bfedb Added launch checkbox and new bitmaps for the installer
|
|
|
|
2010-09-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
803a6d5 Update jp filenames for mumble11x as well.
|
|
|
|
2010-09-02
|
|
haru_arc <arcenciel@users.sf.net>
|
|
f78a58b Updated Japanese Translation (#3058069)
|
|
|
|
Nicos Gollan <gtdev@spearhead.de>
|
|
8dccb14 Improve Overlay Font Resizing
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
518b2aa Make overlay injection work on Mac OS X Leopard.
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
09c23f8 Russian translation update.
|
|
81005bf Update of Russian translation with Fixes.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
83d2ee8 Updated German translations
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
8b3dee1 Plugins: Borderlands extended support and changed context
|
|
handling.
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
a3518d4 Translation update - Polish (#3054197)
|
|
|
|
2010-08-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f0a8051 Re-add missing codesign files from overlay installer.
|
|
1ac9afa Unix/MacOSX overlay library: Tell OverlayClient when we've
|
|
mapped SharedMemory so it can safely be released.
|
|
|
|
2010-08-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
47fcb76 Add a mutex locking for plugin strings to fix race condition
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
dd3d537 Make toolbar icons skinnable
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3bae17a ConnectDialogEdit: Use "Add Server" title when adding a new
|
|
server.
|
|
f1a0740 Report bIs64 for OSX. The arch info stuff returns the arch of
|
|
the kernel, which is almost always i386.
|
|
212ed93 Remove Mac OS X overlay launcher.
|
|
9e5d846 Only disallow opening external URLs when overlay-embedded,
|
|
internal URLs are still allowed.
|
|
|
|
2010-08-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
37faf24 Fix comment of the previous commit.
|
|
092784e Disallow clicking links in the log when embedded into the
|
|
overlay on OSX.
|
|
531bb4e Use Cleanlooks style when embedded into the overlay on OSX.
|
|
16170ad Manually embed OverlayUserGroup into QGraphicsScene on Mac OS
|
|
X to get correct positioning.
|
|
52dcfb1 Use event->widget() as parent for OverlayUserGroup context
|
|
menu when not embedded (fixes non-embedded OverlayConfig menu
|
|
on OSX)
|
|
c477395 Disable unifiedToolbar hack for Qt >= 4.7.
|
|
|
|
2010-08-28
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
71e9029 Ice method: int getLogLen()
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fb9f982 Allow semi-transparent windows on our overlay for Mac OS X
|
|
again. Fixed in mumble-developers-qt.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
4f1ff20 This patch adds a read-only recording flag to the User object
|
|
that is returned by getState() over Ice. Polished by Svedrin
|
|
(Michael Ziegler <diese-addy@funzt-halt.net>)
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
95233ce Change german translation to match the english text
|
|
0fc10ed Remove CWD from DLL search path on Windows
|
|
cbd8457 Qt's japanese translation file was renamed in 4.7
|
|
|
|
2010-08-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f9fb2fd Forward events through Qt instead of using
|
|
performSelector:onThread: to be able to properly forward
|
|
events in nested event loops.
|
|
ae18413 Don't call activateWindow on qteText. It cancels the window's
|
|
Qt::WA_DontShowOnScreen state on Mac OS X.
|
|
a4c33cc Only allow interactive overlay for fullscreen apps on Mac OS
|
|
X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0afaf58 ifdef jitter reporting
|
|
|
|
2010-08-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ab16dfc Add sound for recording state change notifications
|
|
a74fdf8 Exclusive input is now disabled by default
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f7aa9be Add no-crash-report to INSTALL. Fix wording for
|
|
CONFIG+=universal.
|
|
|
|
2010-08-23
|
|
Eli Tallman <eli.github@gmail.com>
|
|
685954c Source updates
|
|
|
|
Nicos Gollan <gtdev@spearhead.de>
|
|
82aae29 Portable OverlayTest, disable exception on Linux
|
|
a53926e Fix config layout, some code fixes
|
|
a6a6823 Add FPS functionality to OverlayTest
|
|
d398718 Overlay corrections
|
|
fa3529f Import/export of overlay settings
|
|
616d5b9 Extended the overlay settings
|
|
49558f7 Broke up monster Overlay.cpp
|
|
f649795 Overlay text refactoring and refining
|
|
|
|
2010-08-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1eb4c72 Fix my broken hide-overlay logic.
|
|
433c5f6 Use QT_MAC_USE_COCOA instead of MACOSX_UNIVERSAL_BUILD. Fix
|
|
universal build.
|
|
89b8307 Move around a few calls that make the overlay-embedded
|
|
MainWindow usable on OSX.
|
|
132add5 Use ConfigDialogMac for empty g.qsCurrentStyle as well.
|
|
0f0e141 Fix restoreGeometry for Mac OS X when using
|
|
unifiedToolbarOnMac.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
630fe7d Don't crash using local loopback / recording + overlay
|
|
|
|
2010-08-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f6c98e4 Add backend to frontend error reporting for recorder
|
|
cb8ddcf Fix compile errors
|
|
8faf40f Add support for ASIO format ASIOSTInt24LSB
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
ab81d38 Add player-specific context information to BF2
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c88692b csShape is no longer a member variable.
|
|
f6d9c4f Use system cursors for OSX interactive overlay.
|
|
24fb17f Don't restore/store geometry for overlay-embedded
|
|
ConfigDialog.
|
|
326f5b0 Fix crashbug where forwarded ocIntercept events were processed
|
|
after we were out of the interactive overlay.
|
|
c101191 Add PID message to OSX overlay lib.
|
|
|
|
2010-08-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
92fe3c7 ServerHandler as shared_ptr
|
|
81f9d9f Boost 1.44
|
|
|
|
2010-08-18
|
|
haru_arc <arcenciel@users.sf.net>
|
|
c19821c Updated Japanese Translation
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
11edcd6 Bump Boost to 1.44.0 for OSX.
|
|
5ec6c9c Fix CrashReporter build for Mac OS X.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
f5eeaaf Updated German translations.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1a88c2e Fix old version uninstall
|
|
|
|
2010-08-17
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
fb784a5 Merge branch 'recording-clean' of
|
|
git://github.com/arrai/mumble-record
|
|
e5c668f Add more keyboard shortcuts in the settings dialog
|
|
1a51db9 Installer fixes
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ccf4b33 Use .mm ending in 11x as well
|
|
f6a3e82 Add cpu type and SSE2 state to usage stats
|
|
|
|
2010-08-16
|
|
haru_arc <arcenciel@users.sf.net>
|
|
1d32a33 Japanese translation for current git
|
|
|
|
arrai <array.of.intellect@gmail.com>
|
|
3ef3ea8 Add recording state handling to the client
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
22a74ac Add log messages/notifications for recording state changes
|
|
66ef598 Add vcheck
|
|
163ae5a Prevent turning / into // at the beginning of filenames (d'oh)
|
|
3c4fbd5 Maybe fix linux absolute paths + Minor stuff.
|
|
7b9ca2c Add path and filename templating. Fix recording mode restore.
|
|
Add missing licensing headers.
|
|
324d43e Make sure recorder is aware of connection state. Don't show
|
|
recorder icon in menu.
|
|
d876cab Fix browse button
|
|
2622533 Fix deadlock on codec change while recording. Various minor
|
|
style fixes.
|
|
03009a9 Fix crash on close + recording dialog behavior when stop is
|
|
pressed
|
|
598b7c3 Add recording UI
|
|
4a2d48d VoiceRecorder backend extension for UI needs
|
|
32017ea Settings load and restore for recording feature
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
172d060 More fixes for mumble_ru.ts file
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4518147 Fix recorder error messages.
|
|
3870798 Add comments in VoiceRecorder
|
|
2926e6f Use Qt's StringBuilder where available and add pch include
|
|
7732ca1 Add a namespace for VoiceRecorder format functions
|
|
7301003 Fix multichannel recording
|
|
a6423d9 Delete dialog and possible crash fixes
|
|
3a29bdc Possible crash fix
|
|
e555a83 Add a namespace for the enum
|
|
fad3790 Fix crash on recording stop
|
|
2e99628 Style fixes and safer pointer handling
|
|
0a880fe Add local voice recording
|
|
1f56580 Add basic recording logic
|
|
0321c24 Add recording icon
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
95cdca8 Borderlands plugin: added support for german version of
|
|
Borderlands
|
|
|
|
2010-08-15
|
|
Eli Tallman <eli.github@gmail.com>
|
|
a4b5217 Arma2 conditional to prevent premature linking; L4D2 update
|
|
|
|
2010-08-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8376c46 Fix permission issue with OSX overay installer when no
|
|
/Library/ScriptingAdditions/ directory exists prior to
|
|
install.
|
|
|
|
2010-08-11
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
bf561d3 Toggle setting (rememberchannel) for remembering a registered
|
|
users last channel.
|
|
ab31fc2 added timestamps to foreground log output
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
40c04a1 Don't use ConfigDialog_macx for compat client.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7e18e35 Use the correct way to add the WIX UI extension
|
|
c333198 Always install libmysql.dll
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
1a0e643 Borderlands plugin updated to version 1.31
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a40cd34 Fix a few more SSE/SSE2 installer issues
|
|
00f405c Add SSE2 export to installer
|
|
ff47838 SSE2 build using MSVC
|
|
6cf5ac9 Update Ice embedded doc
|
|
|
|
2010-08-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0bd663f Split out native-looking OSX ConfigDialog into a fully
|
|
separate class. Allows us to pick which one to use at runtime.
|
|
1db53c6 Call winId() in MacOS ConfigDialog to ensure is backed by a
|
|
native window.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
331da15 Correct debug path and Ice version in installer
|
|
d6f8076 Machine-dependent installer settings
|
|
|
|
2010-08-09
|
|
Eli Tallman <eli.github@gmail.com>
|
|
06dd3ab Gmod update; minor plugin fixes/updates
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4ad437a Use the MSVCRT 2010 merge module and readd the translation
|
|
files
|
|
4bb0bf2 Add MSI-based installer
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1009e97 Include MSVC version in plugin query
|
|
38ffcfb Avoid NULL on sendmessage to invalid sessions
|
|
dac82c9 VS 2010 build
|
|
|
|
2010-08-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a34f73a Fix URL and Mac OS X install instructions in README.
|
|
451c11d Fix mumble11x GlobalShortcut_macx symlink.
|
|
8b298ba Forward intercepted events directly to NSView rather than
|
|
going through NSApplication first...
|
|
f9f142f Forward more events to ocIntercept.
|
|
|
|
2010-08-05
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3d6ef0f Ignore zero scopeId in ping replies
|
|
|
|
2010-08-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b4dc0e6 Forward ocIntercept events on Mac OS X to viewport instead of
|
|
QGraphicsView. QAbstractScrollArea does not propagate
|
|
QEvent::Mouse* events.
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
ff56005 Updated Russian translations.
|
|
|
|
2010-07-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6a05cd6 Attempt at forwarding Mac OS X mosue events to QGraphicsView
|
|
during ocIntercept.
|
|
|
|
2010-07-30
|
|
Eli Tallman <eli.github@gmail.com>
|
|
019c47a l4d2 update
|
|
1a2ea89 Fix last commit
|
|
aa0fc95 Add context support to BFBC2
|
|
0c69d52 Gmod update
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
85feea3 Added ability to disable logging to DB
|
|
|
|
Nicos Gollan <gtdev@spearhead.de>
|
|
2debbf0 Refining overlay font rendering
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
41cdc04 Diable overlay for universal Mac OS X builds.
|
|
ba654a5 Auto-updating overlay installer on Mac OS X.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
e0163bd Updated German translations
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
a2e2a82 Fix crash when connecting to a different server
|
|
|
|
Imre Botos <zokny@users.sourceforge.net>
|
|
3e91919 Counter-Strike 1.6 plugin fix
|
|
|
|
2010-07-29
|
|
Eli Tallman <eli.github@gmail.com>
|
|
d0a6627 Source plugin updates; clarify regName parameter usage in
|
|
Murmur.ini
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e681802 Add Qt's russian translation
|
|
|
|
2010-07-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6422f37 Fix appdata migration when no ~/Library/Application
|
|
Support/Mumble exists.
|
|
8aeda4d Move Mac OS X data dir to ~/Library/Application Support/[...]
|
|
|
|
2010-07-27
|
|
Nicos Gollan <gtdev@spearhead.de>
|
|
022772e More uniform font rendering in overlay
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8f63e4d Check overlay installer for version info instead of the Mumble
|
|
app bundle.
|
|
|
|
B0nuse <mumble@mumble.ru>
|
|
b8f14d8 Translation fixes (Russian)
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
8f73beb Fix a possible race condition on reconnect
|
|
|
|
2010-07-26
|
|
Eli Tallman <eli.github@gmail.com>
|
|
f5f526d Fix multiple issues with ArmA 2 plugin, and update it to 1.07
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e0d1de4 Don't stop device initialization in CoreAudio in cases where
|
|
reading BufferFrameSizeRange fails.
|
|
f88ca84 Fix typo in CoreAudio.
|
|
bf8d005 Zero out AudioBufList in CoreAudioInput constructor. Could
|
|
lead to nasty crashes in cases of failing CoreAudio input
|
|
initialization.
|
|
1c39e8d Bump overlay version to get users to test the new installer.
|
|
acb93fb Switch Mac OS X overlay installer to a signed Apple .pkg
|
|
installer.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
385f256 Fix overlay dll debug output
|
|
8f0a2bd Revert "Overlay blacklist wmpnscfg.exe and fix the
|
|
mumble_ol.dll's debug output" because it breaks the overlay
|
|
|
|
2010-07-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
dd93a58 Prevent Russian language file for installer from overwriting
|
|
the English source strings
|
|
|
|
2010-07-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c8dfd56 Fix typo in last patch
|
|
f5704a0 Clicking tray icon now activates the window if it is inactive
|
|
instead of hiding it
|
|
c24b79e Overlay blacklist wmpnscfg.exe and fix the mumble_ol.dll's
|
|
debug output
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9ba3eb3 Dist script fixes for universal build.
|
|
cbc880e New LGLCD SDK path on Mac OS X.
|
|
3c936c2 Make CONFIG+=universal imply no-cocoa
|
|
|
|
2010-07-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
41f8041 Work around the overlay preview resizing problem by minimizing
|
|
the amount of unnecessary style changes we do.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
dcc541a Add Qt's accessibility dll to the installer
|
|
|
|
2010-07-20
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4335312 Add another QThread::yield in the audio output code
|
|
8bd2060 Added/updated russian installer and client translation,
|
|
submitted by B0nuse on #mumble.
|
|
4315190 Add russian translation file to the resource file.
|
|
2997897 Fix some gcc and cppcheck warnings
|
|
fe9ae2d Disable crash reporter on linux
|
|
89d30a9 Fix possible fd leak in OSS code
|
|
|
|
2010-07-18
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7208fcc Fix more crashes if we have no ServerHandler
|
|
cf3c151 Lazy init the ServerHandler object and don't crash if we have
|
|
no ServerHandler
|
|
|
|
2010-07-17
|
|
Nicos Gollan <gtdev@spearhead.de>
|
|
8bd79b6 Use noise-filtered amplitude for VAD
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1b3d329 Fix AudioStats for compat client.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
bfa01db Fix reconnecting when using Qt 4.7
|
|
63b84d3 Disable system CA override in Qt 4.7
|
|
0dc54d7 Fix MSVC compile errors
|
|
3b594af Workaround for the client certificate verification bug in Qt
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
173ebf8 Allow getRegistration with read pw
|
|
75df5b7 Handle external auth with whitespace
|
|
|
|
2010-07-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
932fe13 Fix logic error in osxdist.py. Also make copied libraries
|
|
explicitly owner-writable (OpenSSL wasn't).
|
|
|
|
2010-07-14
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
9c9983b Added default root certificate store on FreeBSD.
|
|
ea20c4c Fixed Murmur Build on FreeBSD
|
|
|
|
Natenom <natenom@natenom.com>
|
|
e4615e6 Add -n (suppress certificat) to the command line options.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c4eefe7 Use local OpenSSL for static build
|
|
470a089 New servers have DB version 5
|
|
|
|
2010-07-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fe2e3e5 Some minor cleanup in the bfbc2 plugin
|
|
10e5299 Prevent l4d2 plugin from crashing Mumble on trylock
|
|
a8efbbf Fix display bug in Audio Wizard
|
|
|
|
2010-07-11
|
|
Eli Tallman <eli.github@gmail.com>
|
|
bbd417b Fix typo in L4D2
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0cf351e Only copy mumble-g15-helper to app bundle if it exists.
|
|
e925ec6 Update Mac OS X build for Ice-3.4.1, Boost 1.43.0 and detect
|
|
the presence of LGLCD SDK (disable g15helper if not present)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
288dab9 Update to CELT 0.8.1
|
|
6c61371 Report OpenSSL version to console
|
|
|
|
2010-07-10
|
|
Eli Tallman <eli.github@gmail.com>
|
|
492ffa4 See if state value causes L4D2 bug
|
|
25e833b Source plugin updates; BFBC2 update, works with Steam now
|
|
|
|
2010-07-05
|
|
Semion Tsinman <Necromancer3333@gmail.com>
|
|
1d155a1 Hebrew translation update: translated audio input, audio
|
|
output, user interface and shortcuts sections.
|
|
|
|
Andreas Bibok <biboka@users.sourceforge.net>
|
|
3c4fe52 Partial translation to Hungarian
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
d1dd3e7 wow: update to 3.3.5
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
0c38e42 correct inline-doc and make it clearer
|
|
|
|
Sergey Ivanov <randomei@users.sourceforge.net>
|
|
e6514f0 Updated russian translation
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
d135236 Plugins: Changed the pointers for the camera information of
|
|
Borderlands
|
|
d187857 WINAPI update: WinVerifyTrust() returns a LONG instead of
|
|
HRESULT
|
|
|
|
2010-07-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cb9c5bd Customize labels for high contrast mode so they talk about
|
|
what is actually visible
|
|
|
|
2010-06-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5c40cfe Don't validate the name before we are sure it wasn't already
|
|
validated by an authenticator
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
6b33dda Don't crash on long usernames
|
|
|
|
2010-06-21
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
cb223d4 Add a wrapper for the new CELT 0.8.0 API
|
|
|
|
2010-06-20
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
4d79d80 Allow <img> tags with an empty source url
|
|
|
|
2010-06-19
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
73f3ac2 Fix WASAPI exclusive output for some broken drivers
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a0593c9 s/input/output/ for warning
|
|
|
|
2010-06-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
54f1a03 Fix server compilation on Debian Lenny (Qt 4.4, Ice 3.2)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
33990fb Fix output buffer size for exclusive mode WASAPI
|
|
c3f587b WASAPI Exclusive Mode output and 11x compile fix
|
|
|
|
2010-06-14
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
74fc0b0 Increase murmur log window size on windows
|
|
47af935 Enable Windows security stuff for release builds
|
|
2493907 Fix qmake 4.7 deprecation warnings
|
|
6f52a68 Add VS 2010 pdb files to .gitignore
|
|
|
|
2010-06-06
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
773f05a Fix some warnings in the chatbar code
|
|
e75ec48 Hide overlay black-/whitelist on Linux
|
|
|
|
2010-06-02
|
|
haru_arc <arcenciel@users.sf.net>
|
|
a6d75b5 Updated Japanese Translation
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
fe9496d Fix: Option "Don't hide in tray when minimized" partly broken
|
|
(#2975969). Also remove unused custom signal
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
dc11bc5 wow update plugin to 3.3.3a
|
|
|
|
2010-06-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
671a3e3 Remove margins for p tag in the default style to get rid of
|
|
unwanted double spacing
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
3f353e8 Fixed: Passing zero length string in Borderlands plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
84088f8 Experimental WASAPI exclusive input mode
|
|
99fb316 Remove desktop shortcut for 1.1.x
|
|
e5b8627 Fix download path for bonjour
|
|
|
|
2010-05-31
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6d7408f Add text to the DockTitleBar so its purpose is clearer
|
|
6a2c230 Restore nickname auto-completion for TextEdit based Chatbar
|
|
2f5db27 Prevent richtext from being pasted into the chatbar and make
|
|
sure we escape html entities before sending. Also rename of
|
|
ChatbarLineEdit to ChatbarTextEdit.
|
|
|
|
rdb <git@rdb.name>
|
|
68d4371 recieve -> receive
|
|
|
|
Mark-Willem Jansen <rawnar@users.sourceforge.net>
|
|
e84fbbb Updated Borderlands plugin for the new API.
|
|
2201bdd Added a postional audio plugin for Borderlands.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d10747f Updated installer
|
|
|
|
2010-05-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
502c8ad Remove mention of deprecated no-xevie in INSTALL
|
|
|
|
2010-05-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e4c5071 Only show tray config if tray exists
|
|
a8268d7 Add recommended user CAs explicitly
|
|
|
|
2010-05-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1741e72 Direct G15 support
|
|
|
|
2010-05-19
|
|
Eli Tallman <eli.github@gmail.com>
|
|
36e3950 DoDS, TF2 updates
|
|
|
|
2010-05-18
|
|
Semion Tsinman <Necromancer3333@gmail.com>
|
|
91cef12 Hebrew update
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
fb7dbfe make icesecret comments clearer
|
|
8cfb579 fix string
|
|
9e9fe0a updated German translation
|
|
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
70a528a fix build for Qt 4.5
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
57d55c0 Update lotro to Vol 3, Book 1 patch 1
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
230c942 Update to new Boost and Bonjour
|
|
|
|
2010-05-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
491de61 Enable multi channel audio by default to prevent problems with
|
|
bad audio drivers
|
|
|
|
2010-05-15
|
|
Eli Tallman <eli.github@gmail.com>
|
|
69aaf67 Plugin updates
|
|
|
|
2010-05-08
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
0846a64 Updated Spanish translation
|
|
|
|
2010-05-06
|
|
Eli Tallman <eli.github@gmail.com>
|
|
5fe803e MW2, gmod updates; BFBC2 address fix
|
|
|
|
2010-05-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ec31de1 Add black/whitelist icon loading for Windows. Make lists match
|
|
on full path as well as executable names
|
|
532c3f2 Fix compile on non OSX systems
|
|
|
|
2010-05-03
|
|
Eli Tallman <eli.github@gmail.com>
|
|
d8e8909 TF2, DODS update
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ae4244a Move FPS counter checkbox below 'Enable Overlay' checkbox.
|
|
9238e32 Hook up the last missing piece for overlay exclusion on Mac OS
|
|
X.
|
|
a768909 Use mumble.icns instead of mumble.osx.png now that we can load
|
|
.icns with QIcon.
|
|
1f6d202 Bump OSX overlay version because of the FPS counter.
|
|
28056d1 CFBundleIdentifier-based overlay app-exclusion. Also, show
|
|
icons for excluded apps.
|
|
|
|
2010-04-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
11fda9b Fix *nix OpenGL overlay and add FPS counter code to OSX
|
|
overlay.m
|
|
58bf724 Fix mkwrapper.pl for Ice 3.4 and update MurmurIceWrapper.cpp
|
|
1beb966 Fix SCALESIZE macro for overlay editor. Rename fHeight symbol
|
|
to fZoom to prevent confusion.
|
|
6380a88 Transmit fps more often and represent them as float
|
|
02811bc Make sure temporary group memberships of a user are purged
|
|
once he disconnects
|
|
|
|
2010-04-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d8f1ac1 Add an optional FPS counter to the overlay
|
|
fbb54cb Set a title for the Overlay Editor
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
6b5b738 L4D2 update
|
|
ebdcfa1 BFBC2 update; attempt at using position array to determine
|
|
gamestate
|
|
|
|
2010-04-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7d8d6cd Don't try to do overlay stuff if we're in an invalid GL
|
|
context. Bump overlay version once again.
|
|
6d3567b Sanity check viewport size in overlay. Bump version.
|
|
|
|
2010-04-25
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3deff65 Update Mac OS X dist script to build with new Xcode and new
|
|
libcelt.
|
|
a74a0f6 Specify absolute path for slice2cpp for macx.
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
e1eacae Updated Spanish translation
|
|
|
|
2010-04-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
44fb5c9 Fixed misleading label in ConnectDialogEdit.ui (Servername ->
|
|
Label) (#2991173)
|
|
aad4de1 Enter a channel with keyboard (#2981163)
|
|
974a1ee Prevent debug version from checking for updates
|
|
4e57b3a Limit debug version to only loading PA plugins from
|
|
executable/plugins folder
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e016c4c Fix ice compile of static server
|
|
|
|
2010-04-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
02071e4 Fix compile of cs plugin
|
|
0f7a141 Add dynload of CELT 0.8.0
|
|
e5858a6 Add config.h for 0.8.0 on Win32
|
|
b6e2574 Add CELT 0.8.0 module
|
|
|
|
2010-04-18
|
|
Semion Tsinman <Necromancer3333@gmail.com>
|
|
5f98de7 [translation] Hebrew
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
beb7708 Make sure context string in cs1.6 plugin is zero terminated
|
|
before doing anything with it
|
|
653434f Add Counterstrike 1.6 plugin to installer
|
|
3c34514 Disable local TTS playback of messages you sent
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c365656 Add Hebrew to dist files
|
|
|
|
Anton Romanov <theli.ua@gmail.com>
|
|
ec7e78d in case GL_ARRAY_BUFFER is bound, store and reset it before
|
|
rendering overlay and restore after
|
|
|
|
Imre Botos <zokny@users.sourceforge.net>
|
|
7b77dea Counter-Strike 1.6 Positional Audio support
|
|
fa066e5 Counter-Strike 1.6 Positional Audio support
|
|
|
|
2010-04-17
|
|
haru_arc <arcenciel@users.sf.net>
|
|
472296f Updated japanese translation.
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
372f763 add some detail to the ini-comment
|
|
|
|
Sergey Ivanov <randomei@users.sourceforge.net>
|
|
2d3a791 Russian Translation
|
|
|
|
2010-04-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
74b56d6 Remove UTF-8 BOM from all python scripting samples as they
|
|
mess up the shebang on *nix
|
|
9019afb We do not need to rely on ICE env after all. Just use the
|
|
relative path.
|
|
00c1d7d Make testdynamic.py work on windows systems
|
|
e6d84a8 Add UserLastActive to UserInfo so it is available over Ice.
|
|
9d32c71 Make slice include path rely on ICE environment variable on
|
|
win32
|
|
|
|
2010-04-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a21e814 Fix Ice compile on RHEL
|
|
87e2ba9 Relabel automute to autodeafen
|
|
61f1cf2 Fix ice compile on Win32
|
|
|
|
2010-04-04
|
|
Eli Tallman <eli.github@gmail.com>
|
|
e336340 Attempt to fix unreliable BFBC2 addresses
|
|
|
|
2010-04-03
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
8a3f9ee Fix changing ban timestamps
|
|
|
|
2010-04-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8e9f260 Move overlay loader from our app bundle to the loader itself.
|
|
Bump loader version.
|
|
4441ccc Refine overlay uninstall.
|
|
|
|
2010-03-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9e15f34 Force single applaunch observer.
|
|
6354747 Override --signature-size passed to codesign in osxdist.py.
|
|
6c63e2a Pass user's current priority speaker flag in DBus. Not false.
|
|
c982354 Fix OSX overlay installer. Create ScriptingAdditions directory
|
|
if needed. Rename destination plist key.
|
|
6691d62 Pass false for priority speaker on DBus.
|
|
9e6a3b4 Update OSX Ice path to 3.4.0, fix slice command too.
|
|
335ab7b Add GL symbol availability checking to OSX overlay.
|
|
|
|
2010-03-30
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
9b296bc Don't require a secret for getSliceChecksums()
|
|
80a7907 Fix some Ice examples
|
|
77e70aa Add Ice checksum and priority speaker flag
|
|
359d01c priority speaker - server side
|
|
d556ca3 priority speaker - client side
|
|
8ce81fe Allow read-only access to the logfile on Windows
|
|
|
|
2010-03-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e9ed414 Change session queue dynamically
|
|
|
|
2010-03-26
|
|
Eli Tallman <eli.github@gmail.com>
|
|
a030ee8 BFBC2 update
|
|
|
|
2010-03-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ee679ba Fix width/height mixup for scale factors
|
|
|
|
2010-03-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c63cfa0 Installable overlay for OSX.
|
|
|
|
2010-03-21
|
|
Eli Tallman <eli.github@gmail.com>
|
|
4b426f3 TF2 update
|
|
|
|
2010-03-20
|
|
Eli Tallman <eli.github@gmail.com>
|
|
9358a16 Add alpha-testing BFBC2 plugin
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7fea437 Add stubs needed for new installable overlay on OSX.
|
|
55992db Add (Mac OS X specific) overlay installation and overlay
|
|
upgrade pages to the Overlay config.
|
|
a8b96ce Remove frame from chat QTextEdit box on Mac OS X.
|
|
9215dbe Re-enable unified toolbar for OSX.
|
|
b5ec788 Always center the alert dialog in the Mumble.compat binary.
|
|
e5e7fed Remove wrong include in macx.pro.
|
|
|
|
2010-03-19
|
|
Eli Tallman <eli.github@gmail.com>
|
|
02115d6 MW2 update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
52c8931 Fix array index
|
|
|
|
2010-03-18
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
69a34a9 Fix copy&paste from the log window
|
|
|
|
root <root@DiskStation.(none)>
|
|
2903d05 Updated French Translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0485e2e Add timeout to authenticators
|
|
|
|
2010-03-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
620f169 Make sure the overlay closes its registry handle
|
|
|
|
2010-03-15
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
55aee09 New default_avatar.svg "Mr.Jibberish" *Work in progress*
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e97a7a1 QTextEdit doesn't have a setFrame() method.
|
|
|
|
2010-03-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b5b0a4d Handle mixed case groups in group editor
|
|
710dfb7 Use new slice doc syntax
|
|
136cac0 Add a few testgroups to the testauth
|
|
10a069b Save geometry when embedding in overlay
|
|
8776329 Create SU account if it doesn't exist yet when setting
|
|
password
|
|
d723a63 Update addban to use new Ice init
|
|
7a0d75d Update weblist.php to work with both Ice 3.3 and 3.4
|
|
|
|
2010-03-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c5736e3 QDateTime seems to think time_t should be local time. It's not
|
|
06fec27 Work around WSAAsyncSelect and WSAEventSelect overlapping on
|
|
Win32
|
|
2b6bad6 Flash in browser workaround
|
|
|
|
2010-03-09
|
|
Natenom <natenom@natenom.com>
|
|
49ae4cb Translation Updates to German
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
413ea83 Only give UserInfo parent when in overlay
|
|
96765f5 Add workaround for creeping gain
|
|
ab21722 Fix restore to maximize state on tray click
|
|
2ba4270 Fix inherit/inheritable for groups in editor
|
|
6d4c13f Work around QGraphicsScene's boundingrect including invisible
|
|
items
|
|
|
|
2010-03-08
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
505e046 Update lotro to Vol 3, Book 1
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7fa0529 Remove user from talklist on disconnect
|
|
c27debc Unify talkstate and s/WhisperChannel/Shouting/
|
|
c5b6a84 Adjustable column number
|
|
4ab0a3d Remove leftover overlay code
|
|
8f2fddf Render text to pixmap, not qimage
|
|
d26b54c Don't update geometry when only updating state
|
|
8f0bd7f Sort overlay users
|
|
b7bc978 Add filter to overlay
|
|
e5e7797 Add simple instructions to overlay config
|
|
9c5086c Greatly improve rendering quality of overlay preview
|
|
c06f54b Reintroduce logic to ensure either avatar or username is
|
|
visible
|
|
94a8d14 Parent UserInformation to g.mw; fixes overlay bug
|
|
ec6b3c6 Drop additional old triggers when upgrading
|
|
|
|
2010-03-07
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
10175ef Windows build fix (warning in gcc -> error on windows...)
|
|
|
|
2010-03-06
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
47cbf78 Another build fix
|
|
048ae07 Fix whisper target bitmask
|
|
3f420f9 Multiline chatbar
|
|
141488d Linux build fix
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5437170 Preserve murmur.ini during upgrades, and switch to Ice 3.4
|
|
|
|
2010-03-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7f01023 Draggable anchor for overlay
|
|
ef947aa Have config-based editor update config settings, not global
|
|
settings
|
|
|
|
2010-03-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4455854 Fix drag and drop into Chatbar
|
|
4b58f15 Frontend part of "Editable Overlay blacklist" (#2881663)
|
|
c2397ee Backend for user controlled overlay Black-/Whitelisting
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
f0b40a6 Gmod, L4D2 updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d73b644 Start of config-based editor
|
|
7efcd52 Move userhandling directly to OverlayUserGroup
|
|
|
|
2010-03-03
|
|
haru_arc <arcenciel@users.sf.net>
|
|
9b8d1be Updated Japanese Translation
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1e6b573 Do not minimize to tray on windows 7 by default (#2947574)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a4d90a9 Mention that we need lsb_release in the INSTALL
|
|
47ef042 Switch to utf8_bin collate for MySQL
|
|
38f059c Proper bounding box and padding for overlay painter
|
|
2a9dbee Save/load overlay
|
|
1e35f54 Refactor overlay config var names and clean up old
|
|
configdialog
|
|
ebcb6d9 Fix zoom factor and add grid background
|
|
2ee79f2 Standalone overlay editor
|
|
|
|
2010-03-01
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
d6d2e4a wow: unbreak plugin after regexp experiment
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dde4708 Scaled alignment for elements
|
|
030ed4d Bounding box and element toggle
|
|
2b12585 Same transparency for all speakstates text
|
|
9fa00c3 Use premultiplied alpha textures
|
|
b658561 Speed up rendering slightly
|
|
b7d97dd Add two preset layouts
|
|
|
|
2010-02-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d44c84c This is not the window you are looking for
|
|
f223a82 Update weblist.php to use Ice 3.4b
|
|
|
|
2010-02-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
47a4538 Reprotect WindowFromPoint after patching
|
|
0abb9e5 Don't use widget functions on embedded widgets, they misbehave
|
|
in release mode
|
|
4ee7782 Hold shift for square resize and scale with wheel
|
|
f1ab7fa Editable overlay
|
|
|
|
2010-02-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ed8f3e2 Fix unlink over Ice
|
|
0f377b1 Don't strip header in Ice getTexture
|
|
|
|
2010-02-25
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
5da308f Fix image selection in the german translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7cfe0b2 Constrain avatars to visible screen
|
|
3f7287c Avatar placement based on Settings
|
|
9022177 Context menu for avatars
|
|
3fcb682 Add example users to overlay
|
|
ed39267 Update STO plugin
|
|
6d11c22 Use process map in initialize
|
|
f2c191d The grand plugin multiregexp experiment
|
|
63adacd Common dwPid var
|
|
71e5e85 Backwards compatible plugin structure
|
|
c263aa0 Update plugins to new trylock signature
|
|
6d9bc4e Send pidmap to plugin trylock
|
|
b23d6fa Require write lock to lock/unlock plugins
|
|
1856143 Fix autoconnect
|
|
|
|
2010-02-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1df4b0d Handle symbol-generation for plugin_bundles on Mac OS X.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
56406e3 Fix a possible null pointer deref
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f9091f0 Add option to autoconnect to last used server on start
|
|
a2f724e Handle VirtualProtect failures
|
|
3d31674 Add logo to overlay
|
|
26a2a3c Work around a few utf8 qssl issues and change window title on
|
|
userinfo to be user name
|
|
2de762a Restore maximized state on trayicon click
|
|
41724d8 Clientside idletimer counts keypresses, and deafens instead of
|
|
mutes
|
|
aef4c71 Try switching back to Move action for UserModel
|
|
76d9960 Unify log message of chatbar and rmb message
|
|
0f7d727 Reset shared_ptr so it can be released
|
|
c463029 We don't have plugins for NULL items
|
|
add15dc Assume input URLs are valid-ish
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
952a837 Some fixes in Polish translation
|
|
|
|
2010-02-23
|
|
haru_arc <arcenciel@users.sf.net>
|
|
eda6b17 Updated Japanese Translations for 1.2.2
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
d8e25b0 LOTRO use Pi from math.h
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
eda77d2 Fix spelling error in murmur.ini
|
|
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
0bec6cc function must return a value
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0e65387 Update lotro plugin to use win32 generic functions
|
|
aa41d15 Fix HookWindowFromPoint for 11x
|
|
caee7c8 Merge branch 'overlay'
|
|
c157f6e Fix overlay to compile on nix
|
|
46288be Cleanup unused Scene
|
|
e4c7724 Grab cursor from Win32 directly
|
|
3b38ac2 Override DoDragDrop's window detection
|
|
|
|
2010-02-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dac5d96 Honor Win32 focus/capture override
|
|
b52344d Fix keyboard input state and remove mouse as valid click
|
|
object
|
|
|
|
2010-02-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
145fbce Doubleclick and direct mouse update
|
|
44d8c7c Clone cursor bitmap from system
|
|
|
|
2010-02-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1be405b Add targets for x86_64 and universal (i386 and ppc) to
|
|
osxdist.py.
|
|
a309532 Move OSX dist scripts to macx directory.
|
|
8934d91 Add automatic overlay injection for OSX (Snow Leopard only,
|
|
for now).
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6725d88 Cursor with offset support
|
|
f6ed071 Temporary cursors
|
|
e71a214 Eventloop fixing; gracefull enter/exit
|
|
|
|
2010-02-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fde785e Re-modalize about dialog
|
|
f690f2f Use non-native dialogs when embedded, and unembed on window
|
|
hide
|
|
2c2918e Doublebuffer painter
|
|
|
|
2010-02-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0d45ea6 Async about dialog
|
|
46bb060 Somewhat threaded input handling
|
|
5a9b23d WIP: Overlay
|
|
|
|
2010-02-16
|
|
Eli Tallman <eli.github@gmail.com>
|
|
59d6d67 Attempt to fix Arma 2 rotation addresses using pointers; fix
|
|
DoDS typo
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4a31df9 Sneakily fix MUMBLE_PREFIX envvar detection.
|
|
e815da0 Bail if no MUMBLE_PREFIX envvar is set during OSX build.
|
|
c0791fb Add CONFIG+=universal for the traditional (i386,ppc) build of
|
|
Mumble.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1576957 Calculate overlay offset correctly
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
aa6250d Updated Polish translation
|
|
|
|
2010-02-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
80863d5 Add compat stub-app to instruct users that they're using an
|
|
unsupported arch, and how to get a version that will work for
|
|
them.
|
|
2dbba84 Move OSX overlay and overlay launcher into macx subdir.
|
|
ffe8fe2 Use new OSX install prefix for Murmur.
|
|
e268627 Rename 'installer_macx' to 'macx'. We don't have an installer
|
|
anymore. Use it for more general OSX stuff.
|
|
6fa6411 CFLAGS fix for multiarch OSX overlay.
|
|
cbc5380 Change default OSX build to x86_64.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
79fc874 Expand dynamic slice-fetch example to show fallback
|
|
a2b4f85 Example of on-the-fly slice-fetch for Python
|
|
7ba42b7 Split icesecret in icesecretread and icesecretwrite
|
|
|
|
2010-02-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
eca8b3c Fix compile error on gcc
|
|
|
|
2010-02-13
|
|
Eli Tallman <eli.github@gmail.com>
|
|
9d3a304 Gmod, Insurgency updates
|
|
0de84db DoDs, L4D2, TF2 updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6e430ca Add irc:// protocol to whitelist
|
|
11ec4b4 Only allow register for users with a cert
|
|
bdbd480 Grey out autoupdate for snapshots
|
|
|
|
2010-02-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7f459eb Update some license stuff we missed
|
|
|
|
Natenom <natenom@natenom.com>
|
|
c067589 Add few German translations strings
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f0583b1 Add error message on snapshot installer fail
|
|
31cd532 Use ShellExecuteEx instead of QProcess to launch installer
|
|
97e8720 Remove gone users from overlay
|
|
c551d63 QGraphicsLayout based overlay render
|
|
d97d55c Remove period in tooltip
|
|
|
|
2010-02-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fb5a618 Fix crash when dropping nonexisting channels
|
|
c473d5f Update STO plugin
|
|
58cbf0e Hopefully fix a compilebug I introduced on OSX
|
|
91cf6c7 Pipeline http fetch and set user-agent
|
|
61a1074 /dontskip for dxdiag requires Win7, so skip it
|
|
15a299a Remove debug define from VersionCheck
|
|
|
|
2010-02-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7d74f37 Fix new audio compile problems in 11x
|
|
1ef46ba Add steam:// as allowed URL scheme
|
|
926e4fe Create isAlive() to check runstate instead of bRunning, and
|
|
unify stop/start of audio threads
|
|
e411773 Debian/kFreeBSD compile fixes
|
|
7c33c9b Fix X11 compile of VersionCheck
|
|
b33d3b8 Automatic snapshot download and install
|
|
dd75b31 Make plugin config be name-based instead of pointer based
|
|
e31b265 Bump version to 1.2.3
|
|
|
|
2010-02-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b2cd5de Do not add menus to user/channel context menus on OSX. Menus
|
|
that are added to the global menu bar on Cocoa/OSX must not be
|
|
added to other menus or menu bars, according to the Qt docs.
|
|
b303856 Disable unified toolbar on OSX. Too buggy at the moment. Get
|
|
rid of graphical artifacts on launch.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c41a192 Zap commenthash when switching servers
|
|
|
|
2010-02-08
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
1e36860 Placeholder default_avatar.svg
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
070692d Small style fixes in some plugins
|
|
dfaa2d5 Zero camera position if manual plugin is deactivated
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3938ebe Move plugin system-level includes to common header
|
|
99366f3 Disable config/about buttons if plugin doesn't have that, and
|
|
add a generic_unlock
|
|
de21a22 Update STO plugin and add common initialize() function
|
|
effc993 Template helpers for Win32 plugins
|
|
e207ef6 Zero camera positions in plugins' fetch()
|
|
5271bc0 Disable PLUGIN_DEBUG as the console spams breaks up audio
|
|
33b90aa Spawn state for STO
|
|
f1c66fb STO plugin, and use camera position for positional audio and
|
|
rotate top vector properly
|
|
|
|
2010-02-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5595aba Add vertical space for empty lines and add some space around
|
|
the avatar
|
|
f7d3dc7 Deprecate the OverlayUserTextures option; they are now
|
|
on-demand loaded avatars, so always on
|
|
8a1705d Work around colors lost when application style lost
|
|
031a0fa Add a hackish workaround for people who ignore reboot warnings
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
1ec8726 Small fixes in Polish translation
|
|
|
|
2010-02-06
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
cf75490 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a349a08 Use symlinks in release tarball
|
|
3a05189 Work around bug in g++ on Jaunty
|
|
|
|
2010-02-05
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
1615b47 WOW update to 3.3.2
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
29b65b8 german translation update
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
298bbb7 Boost 1.42.0 for Mac OS X.
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
985af69 Fix heading readout for lotro.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9bd867f Fix overlay crash in Killing Floor when
|
|
IDirect3DDevice9::Reset() fails
|
|
4c2ffdf Fix SocketRPC on nix
|
|
228e9ed Local socket RPC for mumble self-RPC
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
9a58ef1 Updated Italian translation 1.2.2
|
|
|
|
2010-02-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4529500 Hide tray-options in LookConfig on OSX, where we don't have a
|
|
tray.
|
|
121e6ec Use unified window/toolbar on OSX.
|
|
37430b1 Make sure to pop the whole GL error stack when cleaning up.
|
|
d15128e Resync GL overlay code.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7a0d844 Only send texture if it changed.
|
|
cd6667b Boost 1.42 for Win32
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
0f630bf Updated Danish translation for 1.2.2.
|
|
|
|
2010-02-03
|
|
Netbios Domain Administrator <admin@gameserver2.(none)>
|
|
97a15a8 User join defaultchan if last channel is not permitted
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
9929a44 Add getUptime() function returning uptime in seconds to murmur
|
|
and individual virtual servers
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
936779d MW2 updates
|
|
|
|
James Fraser <fwaggle@fwaggle.org>
|
|
a9e9922 Added a crappy example of an auto idle-move written in PHP.
|
|
|
|
DWM|G <gallaghermumble@gmail.com>
|
|
38b47ec Added Icon Toolbar.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
11e4cec Added some new strings to German translations
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
59e10d1 Update lotro plugin to Book 9 Patch 1.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e0c6b91 Only switch unpack buffer if we have to
|
|
7d73e62 Add icon maker, sort of
|
|
1b3dadf Use QImage::fill instead of QPainter::eraseRect
|
|
5a7beda Limit avatar sizes to iMaxImageMessageLength
|
|
35fbbcd Only use integer decimation in tooltip avatars
|
|
ef9de69 Precache texture/comment when sending to server
|
|
1679e06 Drop qaUserComment in favor of qaSelfComment, and query
|
|
comment/desc on view/edit
|
|
346755d Handle SVG for overlay properly, and fix a crashbug in
|
|
~Overlay
|
|
3b33b67 Clean up default channel logic slightly
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
2becf4f Updated Polish translation
|
|
|
|
2010-02-02
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2e816c7 Make idleseconds not only reset on voice but on all actions
|
|
caused by the user
|
|
7218413 phpBB3 and SMF authenticator moved to
|
|
http://gitorious.org/mumble-scripts/ . From now one all
|
|
non-sample scripts will be placed in this repository.
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
1afffff Fix unstable TF2 state address
|
|
7ef0e7f TF2 update; hopefully more update-friendly arrays now
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b6bd51c Add disambiguation for "Bandwidth" in UserInformation
|
|
c372eb4 Windows XP doesn't have DXGI or D3D10
|
|
fd0bbfb Save state for dock widgets when going minimal
|
|
83f8d64 Add dontskip for dxdiag
|
|
aa9616e Work around QLocalSocket NOT closing sockets when it is
|
|
deleted
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
7925624 Polish translation
|
|
|
|
2010-02-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
dfd5e43 Hide high contrast option from audio wizard on windows
|
|
e40ea57 Make notification settings in wizard reflect current settings
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9a9ad5c Fix no-overlay option.
|
|
3203941 Add CONFIG+=no-overlay for devices where an overlay doesn't
|
|
make sense.
|
|
6f28020 Unbind PBO buffer before we draw our GL overlay.
|
|
1b99c94 Remove overlay from Mumble11x. Codesign libmanual.dylib.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
f375d2b Re-Regroup the UI config page
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
99a8546 Send userstate to pre 1.2.2 clients without textures as well.
|
|
Oops.
|
|
f9c3d34 Don't send new-style textures to old clients
|
|
e6b585d Fix compat textures without proper alpha, make the avatars be
|
|
memoryblob://avatar/ and expand the fileengine slightly
|
|
07e0d90 Send only the avatar hash on login
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
3ca49eb Polish translation
|
|
|
|
2010-01-31
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a7e7171 Auto-enable high contrast mode when high contrast theme is
|
|
detected (Win only)
|
|
95e41b8 Make high contrast mode of AudioBar use color to brush
|
|
replacement table instead of fixed values
|
|
48cc272 Add High contrast option for visually impaired. For now only
|
|
affects AGC/VAD config bars
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
3ae5144 Updated Spanish translation
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
62272b4 Regroup UI options
|
|
584ab54 Always start the channel context menu at the first option
|
|
5c17dbe Fix TTS plaintext for long text messages
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bd97e45 Proof-of-concept image filesystem
|
|
e99122c Fix qt<4.6 overlay render
|
|
0901e3a Allow removing of texture without downloading it
|
|
|
|
2010-01-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c1515fe Special case for Speak right in the ACLEditors indicate scope
|
|
for WriteACL functionality
|
|
03f5930 Do not hide group/acl tabs from non-experts and visualize that
|
|
WriteACL grants all rights by graying out the others if it is
|
|
set.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
82e3d5c German Strings updated
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5004a8e Fix snapshot path in binserver
|
|
28641d2 Fix texture in D3D9 after reset
|
|
3ebcd23 s/Texture/Avatar/ in menus
|
|
93a4c7f Fix mouseover textures and 1.2.1-compatibility
|
|
|
|
2010-01-29
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e70d404 Allow the use of realName in smfauth and make it possible to
|
|
read avatars from local file system
|
|
ff36e04 Make smfauth display realName instead of memberName
|
|
d30713c Added Simple Machine Forums (SMF) authenticator to scripts
|
|
folder
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1070713 Make channel_info and user_info be utf8 on mysql
|
|
e913f4b Have testauth return a dummy avatar
|
|
705738a Server-side avatar support
|
|
75fc50a User avatars
|
|
|
|
2010-01-28
|
|
haru_arc <arcenciel@users.sf.net>
|
|
f816fe6 Updated and fixed japanese translation
|
|
|
|
Erik Bouvin Pedersen <erikbp@users.sourceforge.net>
|
|
eda8b2f Update Danish translation.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b2181bc Re-enable Intel-specific hacks in OSX overlay.
|
|
5f4fcb1 Socket-based overlay for Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
eba8bb3 Add strong cert link to cert wizard
|
|
8b90d2e Show tooltip warning in rich text editor when over message
|
|
limits
|
|
7a2061c Propagate a few server config options to the client
|
|
7d81002 Split ServerUser from Server.cpp
|
|
d878550 Use glPixelStorei for subtexture updates on Win32
|
|
fc76734 Fix LCD enable state
|
|
|
|
2010-01-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cdf21bc Some untranslatable strings were marked translatable
|
|
|
|
Natenom <natenom@natenom.com>
|
|
b502e7f Updated German Translations
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
202d1bb Only enable Join Channel if we can join the channel.
|
|
d891807 Always visible Join Channel context menu option
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f54a142 Fix endian on ARM
|
|
af4ac7a Fix enable-state for mute/deafen
|
|
|
|
2010-01-26
|
|
haru_arc <arcenciel@users.sf.net>
|
|
8bd520e Updated Japanese Translation
|
|
|
|
Natenom <natenom@natenom.com>
|
|
b1884ac Updated German Translations
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
57ef6e6 Fix texture assignment in server
|
|
cf9c337 Fix enable-state of usermenu
|
|
7f019a7 Remove last parts of old SharedMemory
|
|
4568886 Be quiet about expected suppress state
|
|
38015bf Use the new blob/sha1 functions
|
|
89a0f32 Make database work on sha1 for comment seen state
|
|
63568fd Client-side blob cache for comments
|
|
e51a048 Make Win32 OGL overlay work in windowed mode
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
8b56834 Polish translation
|
|
|
|
2010-01-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c00b9bf Socket-based linux overlay
|
|
eaf4fc0 Make new overlay drawer Qt 4.5 compaible and use QDir::home()
|
|
for sockets
|
|
|
|
2010-01-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e548546 Initial import of WIP mumble protocol description
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
59b0d54 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
036c6c3 Remove dependence on sm.sm from Win32 overlay
|
|
0baf758 D3D9, D3D10 and OpenGL/Win32 pipe-based overlay
|
|
2322bec Clean up texture assignment
|
|
|
|
2010-01-23
|
|
Eli Tallman <eli.github@gmail.com>
|
|
d24d29b Added alpha-testing ArmA 2 plugin; plugin version bumps
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7b30742 Add placeholder SharedMem unix implementation
|
|
9dfc063 Add missing SharedMem files
|
|
d173452 New SharedMemory2 class for communication client/server
|
|
|
|
2010-01-22
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
909d515 Add menu bar config option
|
|
7213a00 Add a Self menu and remove the context menus from the menubar
|
|
f07dc00 Disable auto expand in the user list
|
|
64f30a4 Add text before the welcome message to fix weird QTextDocument
|
|
behaviour
|
|
588975a Fix two compiler warnings
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b915976 Explicitly name 'struct' for C89 compliance
|
|
6d885b2 Shared texture based overlay (client part)
|
|
1f51f0c Shmem based overlay (still WIP)
|
|
|
|
2010-01-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
345d96b Replace URLs in TTS with more ear friendly strings
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
295bc08 MW2 updates
|
|
71fd273 Add L4D2 plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
30b63c2 socket-based overlay (WIP)
|
|
8d64449 Fix a few strings in AudioInput.ui
|
|
|
|
2010-01-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
179159c Fix overlay cropping (used blue instead of alpha channel)
|
|
02805c7 Give phpBB3auth.py auth the ability to display username next
|
|
to avatar
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0216000 Fix OSX dist script for new libcelt-naming.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6b75459 Instead of showing selfsigns as red, show strong certs as
|
|
green, also in browser
|
|
019224c Upgrade CELT to 0.7.1
|
|
|
|
2010-01-19
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e28919d Fix log time coloring & text object too large text object
|
|
error message
|
|
7d8102f Display errorString on listen failure
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bf008bb Mark untrusted servers with a pale red color
|
|
8b0cbe8 Qt 4.6.1 for static snapshots
|
|
0835890 Reset document iterator after editing
|
|
416a742 Fix icon contextmenu
|
|
fd8dd9d Update mkwrapper to generate astyle-compatible output
|
|
|
|
2010-01-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
20e73fc Texture on demand
|
|
56bff0a Fetch comment/desc on demand
|
|
b1bb8a8 Show cert expiry in wizard, and warn on startup if cert
|
|
expires in <14 days
|
|
731d293 Make the client compile, even if it's missing blob support
|
|
5cd6a1b Add icesecret .ini parameter to "protect" local Ice
|
|
connections
|
|
c129ba4 Add imagemessagelength limit to server
|
|
|
|
2010-01-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
dd6a310 Round out the redirectWhisperGroup doc in Murmur.ice
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d89423b On-demand stuff for Ice
|
|
60e7151 Serverside comment/texture send-on-demand
|
|
|
|
2010-01-16
|
|
Eli Tallman <eli.github@gmail.com>
|
|
ad0f30f MW2 version update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d109910 Update to new naming for libcelt0
|
|
7ec36ab Update CELT
|
|
814752a Request CAP_SYS_RESOURCE and dynamically increase nofile on
|
|
demand
|
|
3a50ef5 Clean up suppress state messages
|
|
|
|
2010-01-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
838697d Update LICENSE file for 2010
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0fc5d55 Fix bandwidth estimate for UserInformation and Ice
|
|
8463c82 Increase userinfo update frequency and show stddev instead of
|
|
variance
|
|
|
|
2010-01-14
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
221626f Make click on client/channel link focus the chat bar
|
|
|
|
Natenom <natenom@natenom.com>
|
|
759480f Updated German Translations
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e5fbc07 Fix stylesheets in log messages
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2f2012f Use Qt 4.6.0 for static server snapshots
|
|
31ff2e6 Use Protobuf 2.3.0 on Win32
|
|
a14e3f2 Specify that we want crashreport descriptions in English,
|
|
please
|
|
|
|
2010-01-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
daa8341 Don't set appusermodelid for 11x
|
|
c876409 Include dxdiag in crashreport
|
|
|
|
2010-01-12
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1e0ec8c Fix coding style in ServerHandler
|
|
68ac664 Unbreak log messages containing invalid links
|
|
0bfb9c7 Update comment in updateRegistration for connected users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c9f005b Save/restore connectdialog state
|
|
0671d7b Show server name in trayicon tooltip
|
|
cac28da Show remote host in Server|Information
|
|
95d667b Show channel user count in G15
|
|
c39492f Unify 'IsThisVista?' checks to one place, and use release
|
|
build apppath for jumplist
|
|
|
|
2010-01-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c12f127 Fix focus tracking hiccup on disconnect in chat bar
|
|
09dd4a3 Fix mumble-auth.py for 1.2.0 (#2926521)
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
16a38a1 Add QThread yield calls
|
|
c34a38c Make cert details dialog in the user info dialog window modal
|
|
5a567c0 Set last servername in URL handler
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
da6ef89 Use QNetworkAccessManager to register, QHttp is deprecated
|
|
876fd2f Remove 'ulimit -r' from init script as it requires bash
|
|
cbee6c8 Only show userinformation if server >= 1.2.2
|
|
|
|
2010-01-10
|
|
haru_arc <arcenciel@users.sf.net>
|
|
5eed139 Fixed Japanese Translation for 1.2.1
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
de2208e German translation updates
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
cf33de4 Move assembly of some protobuf messages to ServerHandler
|
|
170fd04 Disable translation for some invisible strings
|
|
a6a6680 Fix possible memory leak in tasklist code
|
|
625fbc4 Fix multiple recent list entries with different usernames
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
01b78bb Show strong certificate state in client
|
|
fd87e5b Zero packet stats on startup (oops) and export strong
|
|
certificate state
|
|
a3cb3fb Make UserInfo fields copyable
|
|
3a2280f Bump version to 1.2.2
|
|
360085f Hide empty statistics fields
|
|
070f316 Show bandwidthrecord stats in client
|
|
fba3df2 Export bandwidthrecord statistics
|
|
73dc378 Clientside user information
|
|
e233e6e Fix mixed up stats sent from server
|
|
08c753b Userinfo (serverside)
|
|
|
|
2010-01-09
|
|
Eli Tallman <eli.github@gmail.com>
|
|
a27bda5 Add top vector to UT2004
|
|
77713c8 Fix unreliable pointer on 1942; fix UT3 top[1] reversal issue
|
|
when looking down
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e11e8a7 Fixed patch for sqlite syntax
|
|
ad833d6 Revert "Don't use mysql syntax in sqlite path"
|
|
114d4ea Don't use mysql syntax in sqlite path
|
|
c85e37d Try using skin: in a few more places
|
|
|
|
2010-01-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0457bb0 Have G15 default as unavailable until proven otherwise
|
|
2e177ba Use uiAccess only for mumble.exe
|
|
|
|
2010-01-07
|
|
Eli Tallman <eli.github@gmail.com>
|
|
57e8b77 Update remaining plugin licenses
|
|
58081c6 Update licenses; add UT3, 2004, 1942 plugins; update some
|
|
Source plugins
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d43d38c Tell codesign where the mumble-overlay binary resides now.
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
9a38eee Updated Spanish translation
|
|
5989b9c Updated Spanish Translation
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3ec3f5e Fix compiling mumur on FreeBSD
|
|
7426294 Update LICENSE
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2e36c68 Process disconnect events before connecting to new server
|
|
10e4c19 Add Africa
|
|
f6dd2b7 Intel C++ 11.1.054 on Win32
|
|
b5b6ba2 Add getCertificateList to Ice
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
2e2652b Update Danish translation for 1.2.1.
|
|
|
|
2010-01-06
|
|
haru_arc <arcenciel@users.sf.net>
|
|
a8d4b61 Updated Japanese Translations
|
|
|
|
Ilmar Kruis <seaeagle1@users.sourceforge.net>
|
|
2701266 Positional audio plugin for Lord of the Rings Online.
|
|
|
|
2010-01-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
16339bf Update license to 2010
|
|
45da4e1 Add license info to a few plugins
|
|
|
|
2010-01-04
|
|
Eli Tallman <eli.github@gmail.com>
|
|
85e5429 Add licenses to plugins
|
|
|
|
2010-01-03
|
|
haru_arc <arcenciel@users.sf.net>
|
|
b9a647b Updated Japanese Translations for 1.2.1
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
eee808d Updated Spanish translation
|
|
|
|
Natenom <natenom@natenom.com>
|
|
c9f7a54 Updated German Translations
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2950634 Fix a few spelling problems
|
|
cfcc962 Fix stuck PTT input in audiowizard
|
|
6a8a20d Roll back mumble_de.ts
|
|
d150ba1 Fix spelling error in manpage
|
|
64a7d22 Honor CONFIG+=no-crash-report for 11x
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
9019991 Italian translation for 1.2.1 and 1.1.x
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
336d02d Updated Polish translation
|
|
|
|
2009-12-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
064969a Allow setChannelState on root channel
|
|
|
|
2009-12-30
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
0434d8f Hide the custom quality text if the checkbox is not visible
|
|
|
|
2009-12-29
|
|
Eli Tallman <eli.github@gmail.com>
|
|
dec2ba8 Link AW PA setting to TransmitPosition
|
|
c70af3e Fix qcbHeadphone
|
|
fce765a Remove leftover stub
|
|
d58af53 Fix remaining plugin bugs; ensure console connects get handled
|
|
properly; link PA in AW to bTransmitPosition; set default
|
|
minimum volume of PA to 85%
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3f9be33 Fix QWindowsVistaStyle hack when using stylesheets
|
|
530bc5e Add a default stylesheet for log messages
|
|
3983bd1 Fix log CSS classes and remove "'s around channel/usernames
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
52b5939 Don't showpage() on exit
|
|
764151d Fix a few leftover column 1 dataChanged()
|
|
7825b04 Allow viewing comments in richtexteditor
|
|
ef1b9ff Search for mumble.ini in APPDATA as well
|
|
feef4ef Per-channel userlimits (usersperchannel in .ini, hidden
|
|
option)
|
|
|
|
2009-12-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
32d4490 Replace bitwise operators with boolean ones in attenuation
|
|
handling
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
827cab2 Hack around Qt's Vista Style weirdness and drawing code
|
|
cleanup
|
|
9caba4f Rewrite UserView drawing code
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
04f3e4f Handle permissiondenied for user rename in client
|
|
338ea0f Validate usernames on user rename
|
|
02214c0 New PLC code in CELT master
|
|
bef7408 Show and react immediately to tranmission changes in
|
|
audiowizard
|
|
|
|
Michał "Zuko" Żukowski <zuczeq@gmail.com>
|
|
243f5c7 Update Polish installer
|
|
|
|
2009-12-27
|
|
haru_arc <arcenciel@users.sf.net>
|
|
6364d67 Updated Japanese Translations for 1.2.1
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
117f396 Make audio quality selection in audio wizard apply immediately
|
|
afb7b45 Add "Attenuate applications while other users talk" check box
|
|
to the audio wizard's device selection page
|
|
26a5f9c Make other applications volume slider represent attenuation.
|
|
Fix surrounding strings.
|
|
8bc620d Add what's this and correct tooltip for attenuation feature
|
|
6412b3a Disable new attenuate others controls if the sound system does
|
|
not support them
|
|
c24b7f0 Make Gui for volume attenuation of other applications more
|
|
useful
|
|
347ef1d Fix bug in attenuate others while you talk code
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
c0ecbd2 Fix vehicle V/H floats
|
|
86f851f Add ETQW plugin files
|
|
417ae98 Unified string messages; added ETQW plugin; various plugin
|
|
fixes, improvements and updates
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1b52809 Fix 11x crashreporter for OSX.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
60ca8ee Added some new translations for 1.2.1
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
69a05b8 Small fixes for the german translation
|
|
1c2a5b3 Change some translated strings
|
|
5f8aedf Add tasklist entries for recent connections
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ff50167 Use ShellExec to launch mumble in installer
|
|
484aa0b Add symlink for os_win
|
|
676f6da Backport crash reporter to 1.1.x
|
|
1831073 Compile fix for 11x
|
|
19d171c Update changelog script to skip language updates
|
|
a42f160 Set uiAccess to true
|
|
eac3c5a Allow spotify links
|
|
107aedb No, really, use short instead of char
|
|
075098e Listen to IPv4 explicitly if IPV6_V6ONLY is 1
|
|
357e016 Fix bandwidth monitor to handle larger frame sizes
|
|
|
|
Jonathan E. Hansen <zentriple@users.sourceforge.net>
|
|
48646e1 Update Danish translation
|
|
b24f793 Danish translation for 1.2
|
|
|
|
2009-12-26
|
|
Eli Tallman <eli.github@gmail.com>
|
|
2566014 Linkcheck is different if loading movies
|
|
87ec3c5 Fix BF2 link bug; improved context address
|
|
98cd01e Update MW2; remove useless context
|
|
|
|
2009-12-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7a058a9 Add possibility to attenuate other applications while talking
|
|
a7a18de Show talking state in tray icon
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
9f48958 TF2 update
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
b39f73b Remove the flags column and draw the flags icons right aligned
|
|
a6a4bba Fix 11x compile error
|
|
e2568ea Added/Fixed accelerator keys and tab ordering
|
|
f3a3d1d Add channel join action to context menu
|
|
4a45dd8 Fix TTS output for user links
|
|
|
|
2009-12-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
27ad7ea Update Qt license text
|
|
8389b64 Print a big, fat warning if resource limits indicate
|
|
insuficient descriptors are available
|
|
c360c5c Update path to G15SDK 3.04
|
|
|
|
2009-12-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
20e65f8 Automatic certificate creation with backup and restore
|
|
|
|
2009-12-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
bb55b37 Fix current index on item move + chatbar default text update
|
|
a9bd564 Only enable comment reset if there is a comment
|
|
dc0cee5 Add the possibility to disable individual plugins (#2868251)
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
6da2259 update wow plugin
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
f5260da indendation fix, normalization
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
c25a624 Fix joined server link for registered users
|
|
9f19fe4 Fixed typos and missing types in log messages.
|
|
fa8a98d Change getPathToChannel to return a QString instead of
|
|
modifing it's arguments
|
|
902fe58 Add links to the log window
|
|
17f619e Remember last channel on disconnect
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
546b35c Quickgenerate certificate for lazy users
|
|
06f3542 Make celt compile on msvc again
|
|
cb5c323 Add a few more CELT fixes
|
|
32c256b Delay plugin rescan
|
|
ffed0d8 Don't update user plugins if userdir == systemdir
|
|
|
|
2009-12-20
|
|
unknown <LoL@.(none)>
|
|
725c4cf Update French translation
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2b70c8e Add rename context menu entry in "Registered User" (#2885100)
|
|
608650b Disable qaUserComment/qaUserCommentReset action when no user
|
|
is selected
|
|
a193f1b Improve robustness of custom chatbar context menu
|
|
315ff84 Paste and send context menu entry for Chatbar (#2915069)
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d6ac81e Fix resampling in PortAudio backend.
|
|
04725ad Attempt at better OSX 10.4 support.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b392119 Fix help text for shortcut bind
|
|
3593ead Remove a leftover else for red->blue transition
|
|
ed33707 Disable foreign key checks during database migration
|
|
|
|
2009-12-19
|
|
Eli Tallman <eli.github@gmail.com>
|
|
75fbf02 TF2 update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d179b5d Allow exact match of server bandwidth
|
|
b3e2cd6 Avoid red->blue flash transition on incoming whisper
|
|
|
|
2009-12-18
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
ebef80e Fix audio wizard page visibility and layout
|
|
ec9c1d7 Resend mute status after deleting a channel
|
|
13d7225 Fix join subchannel shortcuts
|
|
9d16137 Set correct target for the last whisper frame
|
|
|
|
2009-12-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c421faf Fix faulty function call in phpBB3auth.py
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
2c83e67 TF2 update; update DOS build number
|
|
7b2d347 DODS update
|
|
|
|
2009-12-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
53346cb Only show comment reset for other users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
90e945c Add CONFIG+=analyze for VC. Needs a lot more filtering to be
|
|
really usefull.
|
|
|
|
2009-12-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d2114f2 Enhance adjustability of always on top setting
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
0e241d1 Save server specific shortcuts on quit
|
|
39ba54f Fix RichTextEditor resizing in edit channel dialog
|
|
839cf4c Add a command line option to allow multiple clients
|
|
fd830d7 Add the ability to colorize log messages
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
718da15 Avoid a potential divide by 0 under really bizarre
|
|
circumstances
|
|
|
|
2009-12-14
|
|
Eli Tallman <eli.github@gmail.com>
|
|
9aaa8cc TF2 update
|
|
|
|
2009-12-13
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
76c2c4d Add quality & notification page to Audio Wizard
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2ed1710 Reupdate the CELT rev
|
|
|
|
2009-12-12
|
|
Phrag <info@clanwars.cz>
|
|
6efe83a Czech installer
|
|
|
|
Julien Pardons <j.pardons@redline-hosting.eu>
|
|
8d76b5a Patch for icedemo.php (user edit)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
18a3e80 Fix permissiondenied on invalid channel
|
|
a1114e4 Enable connect to freshly added servers
|
|
11a6e94 Cache result of doEcho
|
|
|
|
2009-12-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9716748 Include varlength array fix for CELT
|
|
842769a Use a bit more forgiving bandwidth estimation on the server
|
|
7dcc10e Add frame header when computing bandwidth on client
|
|
43c4def Try the new LPC-based LPC for CELT
|
|
f0298e3 Bump version to 1.2.1
|
|
867da14 Order channels when importing to MySQL
|
|
|
|
2009-12-10
|
|
haru_arc <arcenciel@users.sf.net>
|
|
d5e0afb Japanese Translation for 1.2.0
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
a4ea89c Added BFHeroes plugin; updated BF2 and BF2142 with IP contexts
|
|
and improved linkstates
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9171b43 Add missing .plists to DIST.
|
|
e9f7e0a Add no-cocoa CONFIG option, to allow Mumble to build against
|
|
non-Cocoa Qt.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
68d33ba Disable unfinished translations
|
|
84c63d8 Update release scripts for new host
|
|
|
|
2009-12-08
|
|
Cristian Gattamelati <cristian.gattamelati@gmail.com>
|
|
75f5b37 Italian Installer update
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
eb9ab11 Various Source plugin updates, fixes; CoD4, MW2 context fixes
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e595948 Fix overlay launcher for Snow Leopard. Update bundle
|
|
identifiers.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f4093f7 Work around bug in 4.4 compat emitDataChanged
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
58f9726 Updated Polish translation
|
|
|
|
2009-12-07
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
be4786d Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5554295 Use Qt4.4 compatible datastream for jitter report
|
|
|
|
2009-12-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a0908d5 Only reload stylesheet when necesarry
|
|
8f09a06 Set context for 4.6.0 translations
|
|
|
|
2009-12-04
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
332b143 Make phpBB3auth.py python 2.4 compatible and improve avatar
|
|
resizing
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
e77beae AOC, CSS string updates; Dys, Insurgenccy, TF2 IP:Port context
|
|
support. DODS IP:Port+Team context support; CoD4 context fix;
|
|
Manual plugin shortname fix
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
acb7642 Better fix for zerosized voice packets
|
|
5819780 Ignore zero-sized voice packets
|
|
|
|
2009-12-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4023e4c Back to the updated master branch of CELT
|
|
|
|
2009-12-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
22f70fb Usage format 2
|
|
a4f1ff7 Don't bother sending short jitter reports
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
0521e38 Update 11x Polish translation
|
|
|
|
2009-12-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
aa59399 Manual positioning plugin
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
53fcb70 Gmod update
|
|
|
|
BAYSSE Laurent <lolo_32@users.sourceforge.net>
|
|
d8188f7 Translations in French of new strings, and some minor write
|
|
and grammar errors corrected
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fdc8261 Fix up dylib refs for libmanual.dylib.
|
|
84099e5 Fix Mac ConfigDialog for Qt 4.6.
|
|
36c015c OSX build fixes for Qt 4.6.
|
|
7aa6e67 Fix graphical glitch on OSX.
|
|
0e676a1 Strip debug symbols after extracting them for CONFIG+=symbol
|
|
for macx.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
8533e2a Fix manual positioning plugin on linux
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
45ebdb6 Quiet down a few compiler warnings
|
|
a908b5a Use WId explicitly
|
|
7b30399 Commit shortcut editor before adding/removing
|
|
ad9c725 Use SEH magic to work around __HrLoadAllImportsForDll oddities
|
|
ff4057b Try to promote libGL.so to global scope if we can't resolve it
|
|
directly
|
|
14ff24f Add magic 0.7.0 detector
|
|
|
|
2009-11-30
|
|
arrai <array.of.intellect@gmail.com>
|
|
00f3aa2 Fixed linking temporary channels
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3a3926c Extend TestLink plugin with comments so its code can be used
|
|
directly in the documentation page
|
|
|
|
BAYSSE Laurent <lolo_32@users.sourceforge.net>
|
|
0632e82 Add the new strings
|
|
47d2398 Translations in French of installer and Mumble
|
|
|
|
Natenom <natenom@natenom.com>
|
|
f392cb6 Updated German translations for 1.2.0
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e7f089b String updates
|
|
334fe4d Upgrade deps to 4.6.0-rc1, openssl 1.0.0b4, boost 1.41
|
|
6d9a0e0 Change to straight 4-byte encoding for floats
|
|
dfd87b0 For fresh IP bans, don't clone hash and username
|
|
1f6e1dd Fall back to -ldns_sd if pkgconfig for avahi isn't found
|
|
|
|
2009-11-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1c8d127 Fix mistake in previous message patch
|
|
|
|
2009-11-27
|
|
Eli Tallman <eli.github@gmail.com>
|
|
85919ce Remove uncommitted game plugin
|
|
f6c26d6 CoD5 version bump; fix MW2SO .pro
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3089fbe Fix typo in ConfigDialog fix for OSX.
|
|
f61dd13 Make sure ConfigDialog is sized properly on OSX.
|
|
|
|
2009-11-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a7f4bea Fix mumble11x build.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
fbb9989 Fix crash with importing a passworded cert
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4b9941f Update the celt codec yet again to fix more bugs
|
|
4d64a01 Update celt version
|
|
6bce206 Delay restoreGeometry to after windowflags are set
|
|
d042b70 Add jitter data to usage report
|
|
|
|
2009-11-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b2b8c10 Fix #2903204: wrong status message displayed for deafened
|
|
(server) event
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
9766240 MW2 string updates, TF2 identifier update
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
760bf63 Fix no-dbus build.
|
|
e0e8bc0 Fix OSX compatibility client launching and URL handling for
|
|
unversioned and ?version=1.1.x URLs.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
a22567a Fix cert name display with non ascii chars
|
|
1d07f8a Store the comment in the user object if it's changed via RPC
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
23ada59 Update 0.7.0-src to a version that builds on Win32
|
|
|
|
2009-11-24
|
|
Eli Tallman <eli.github@gmail.com>
|
|
50af882 MW2SO fix state value
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
62aa53b Don't deref the mainwindow before it's created
|
|
|
|
2009-11-23
|
|
Eli Tallman <eli.github@gmail.com>
|
|
b7bc917 Fix MW2 positional data
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3f7ad99 Fix a few strings
|
|
39cd472 Upgrade celt to exp_time_pitch
|
|
67fc2c4 Change qwave loading to avoid a few XP bugs
|
|
|
|
2009-11-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
0c60717 Add channelname and username var to murmur.ini to make them
|
|
more visible
|
|
6150c78 Fix Unicode handling in phpBB3auth.py and make it able to load
|
|
raw Ice configuration tuples
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
860c105 Update Mac OS X Boost to 1.41.0.
|
|
a3cc6a2 Property list fixup for OSX binaries.
|
|
e96809e Extract .dSYM debug symbols on Mac OS X when using
|
|
CONFIG=symbols.
|
|
c365ac6 Clean up overlay_mac build.
|
|
ae45a2f Use -dead_strip linker option on OSX.
|
|
0a2ef0e Clean up Unix section of compiler.pri. Keep platform specific
|
|
flags in their own sections.
|
|
8a10baf Add phpBB3auth to OSX dist script. Remove dead PackageMaker
|
|
code.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3172ae4 Fix client ban timezone handling
|
|
c180869 Check bans using UTC time
|
|
248d44a Fix ban expiration
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f16570e Stop findDesiredChannel while still connecting
|
|
2dc541b Fix lingering channel comments
|
|
|
|
2009-11-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
01a72bb Integrate default sound pack into mumble
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
54a487e AOC, CSS full context support
|
|
765c399 MW2 MP update
|
|
|
|
BAYSSE Laurent <lolo_32@users.sourceforge.net>
|
|
6390d4a French translation update for 1.2.0
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
88c1b27 Refine MainWindow aesthetics on OSX.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3e66866 Use a new instance for each iteration so we don't leak
|
|
information of previous items in Ice replies
|
|
|
|
2009-11-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4ad97d3 Add Server connect timeout of 30s.
|
|
99b99e9 Reduce TTS/Notification Spam in defaults and reclassify some
|
|
unimportant log messages to info level.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
447ac82 General LCD fixups and make G15 on OSX a bit prettier.
|
|
|
|
2009-11-19
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
7f0ba42 Centered dD0T type authenticated.svg.
|
|
62f9a8b dD0T version of authenticated.svg. Attempt two.
|
|
b803a43 Making comment icons less 3D.
|
|
421d778 Replaced authenticated.svg
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6144233 Revert to second draft for authenticated.svg.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
81c9e78 Revert AudioDevice{set,get} parameter change in CoreAudio.
|
|
da18c1f Make sure G15 works on OSX.
|
|
|
|
2009-11-18
|
|
haru_arc <arcenciel@users.sf.net>
|
|
a8a25e9 Japanese Translation
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
1176bdf MW2 plugins version updates
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
640d91e German translation update minor English text fix
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a3cbe21 Don't disable for CoreAudio builds on Mac.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
3c050e9 Add an option to reject connections without a certificate
|
|
298d342 Add a warning if the settings database is read-only
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5254448 Initialize bCertRequired
|
|
|
|
2009-11-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
34f9ea9 Raise default quality to 40kbit/s
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
2a582a6 Change reject type field to uint32
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0c36a80 Add some type safetyp to denytype
|
|
c8b81b6 Make rejecttype optional
|
|
|
|
2009-11-16
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
c4d99f5 New comment icons for review.
|
|
|
|
2009-11-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d28e95f Some comments and minimal refactoring of
|
|
Server::recheckCodecVersions()
|
|
0eea7b5 Make hl2dm PA plugin compile again.
|
|
|
|
2009-11-14
|
|
Eli Tallman <eli.github@gmail.com>
|
|
5ec2225 Ins, TF2, L4D updates
|
|
ac11b54 Fix CoDMW2SO state value
|
|
9cc7f15 Add MW2 plugins to installer
|
|
b560789 Add MW2 plugins to plugins.pro
|
|
d5777ef Fixed state and V/H for MW2; MW2SpecOps plugin added
|
|
dfd7909 Fixed state for MW2; MW2SpecOps plugin added
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
4911c8a Update Spanish translation
|
|
|
|
2009-11-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c81ff65 CoreAudio: Allow devices to run even if they have to use their
|
|
default buffer length (when we can't set it ourselves)
|
|
71e1b7b Add buffer range debugging to CoreAudio. Fix isInput parameter
|
|
for setting buffer size.
|
|
|
|
2009-11-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7411fc9 Use localeAwareCompare for overlay sorting.
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
6019fc1 plugins/wow: disable context in release builds
|
|
8589e57 Clarify condition in PA context handling
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
7f146f2 CRLF
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
382bca6 Updated Spanish translation
|
|
|
|
Patrick Matthäi <pmatthaei@debian.org>
|
|
ec48050 Spelling fix
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3df0dce Add direct dependent libraries under X11
|
|
|
|
2009-11-11
|
|
Eli Tallman <eli.github@gmail.com>
|
|
ddb16ce CoDMW2 plugin; HL2DM context example
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
aba1fc2 Update osxdist script for beta and fix diskimage window
|
|
dimensions.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ada9d58 Allow setting version on binserver script too
|
|
f3b2395 Allow release script to specify custom version
|
|
f3e9ed7 Automatically use system CELT if it's >= 0.7.0
|
|
66c2261 Change initialization order to allow direct-copy constructor
|
|
bd33712 .ts file update
|
|
a59ce15 Don't distribute older celt versions in tarball either
|
|
f765851 Initialize ucFlags properly
|
|
786ed67 First check SSL cert errors, THEN check the SSL version
|
|
|
|
2009-11-10
|
|
Jan Klass <kissaki@posteo.de>
|
|
91f536b fix some obvious English text issues
|
|
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
7dae3ed silence integer/pointer cast warning
|
|
1b2647b Qt 4.4 doesn't have emitDataChanged(), the function is the
|
|
replacement
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3efd3dd Fix reference to two sliders in Audio Wizard VAD strings.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
0917b0a Deny category dragging
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7e4ce0e Build only 0.7.0, 0.6.1 etc are deprecated for the beta
|
|
505e774 Source string fixes from naproxeno
|
|
9239379 Punctuation fixes for tooltips
|
|
2f7e430 Use TLSv1 on server
|
|
75b9256 Use CONFIG+=packaged when building official packages from git
|
|
6fdad28 TLSv1 by default -- fallback to 1.1.x for SSLv3
|
|
8b0549b Display bitrate correctly for Speex, and default to 2x10ms
|
|
packets
|
|
64d16b8 Remove input policy from dist list
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
aed4569 Italian translation for 1.2
|
|
|
|
2009-11-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0a0c83f Add overlay safety checks for 11x too
|
|
51f4bf3 Update benchmark test
|
|
997c5f3 Fix player removing from overlay when they disconnect
|
|
52aead7 Use UAC NSIS plugin
|
|
|
|
2009-11-08
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
0bfaea9 Updated Spanish translation.
|
|
|
|
meanracoon <racoon@meanclan.org>
|
|
6db9fb1 Dutch Installer Translation
|
|
|
|
2009-11-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
4c5930b Make channel moving require ChanACL::Write privileges.
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
e0c0609 stabilty improvements
|
|
|
|
Ludwig Nussel <ludwig.nussel@suse.de>
|
|
e2a8a20 allow to disable crash report dialog
|
|
c7f93ed fix build with qt 4.4
|
|
317a2bf add support for certificate directories
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
1ef709d show user count on channels
|
|
966f34d fix memory leak with ptt audio cue
|
|
3a6e97a pass commandline arguments to Ice
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
72d78aa Arch-dependant library load on Win32
|
|
e5dab47 Make celtbuilds symlinks
|
|
ede39c7 Ice options in murmur.ini
|
|
5e71c19 Use 0x040500 instead of QT_VERSION_CHECK()
|
|
cf437d9 Make no-crash-report a config option
|
|
b46694b And fix the same leak in speech itself.
|
|
47f8d8f Usr \r\n on Win32 for murmur.ini
|
|
|
|
2009-11-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8dcb531 Catch and handle kCGEventTapDisabledByTimeout Snow Leopard
|
|
behavior in GlobalShortcutMac.
|
|
af80da5 Catch 'disable' events in GlobalShortctMac.
|
|
13e7d21 Allow Default Device in CoreAudio to be translated.
|
|
|
|
2009-11-05
|
|
haru_arc <arcenciel@users.sf.net>
|
|
cd3e90f fixed japanese translation
|
|
|
|
2009-11-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bf23ffc Show client versions in the log
|
|
|
|
2009-11-03
|
|
haru_arc <arcenciel@users.sf.net>
|
|
26d77a2 Japanese Installer Translation
|
|
48d03a5 Japanese Translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5f07255 Add workaround for Chrome cut&paste URL on Win32
|
|
e3aae8c If not connected, use highest codec version
|
|
c9117e1 Use SO_PRIORITY on nix to set packet queue priority
|
|
2ea8ede Clientside QoS option
|
|
|
|
2009-11-02
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
366110e Italian installer translation
|
|
|
|
2009-11-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2308cf5 Minimal fixes in German translation.
|
|
68536c3 Switch default overlay font for Windows and OSX to Verdana.
|
|
cad983b German Translation (1/3)
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
7acf3ff Change QPushButton -> QToolButton in ShortcutTargetWidget.
|
|
Fixes ShortcutTargetWidget glitch on OSX.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
aab13b4 German Translation (2/3)
|
|
|
|
Timo K <timer@dbclan.de>
|
|
7a66764 German Translation (3/3)
|
|
|
|
2009-10-31
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7cb7803 Fix regression in regression Fix (phpBB3auth.py)
|
|
122cfcb Fix regression in boolean config value parsing in
|
|
phpBB3auth.py
|
|
9f36caa Fix getRegisteredUsers in phpBB3auth.py and restrict
|
|
operations to normal and founder users.
|
|
|
|
Karl Dietz <dekarl@spaetfruehstuecken.org>
|
|
d6de243 Transmit position from avatar and heading from camera.
|
|
b5b4777 Update WoW plugin.
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
c9112a2 German Translation
|
|
|
|
2009-10-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5207473 Daemon mode and py25 compat for phpBB3auth.py. Fixed line
|
|
endings of phpBB3auth.ini + minimal changes.
|
|
9c3351c Fix phpBB3auth.py encoding/line endings + small style changes.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ccbe964 Sort overlay
|
|
|
|
2009-10-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d899cc2 Update bFirstTime to be unique to 1.2.0 -- get people through
|
|
the audio wizard again
|
|
c1a4cb0 Allow ftp:// links through whitewash list
|
|
|
|
2009-10-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
9dd0edc phpBB3 authenticator written in python + ice
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
893f8c1 Keep references to volume objects around, should improve
|
|
WASAPI volume ducking.
|
|
471b2df Remove debugging output from addMic
|
|
b8192cf Qipo still produces SSE2 opcodes in pure-float paths, even
|
|
without QxSSE2.
|
|
351c1b3 Replace echo-jitterbuffer with a queue
|
|
|
|
2009-10-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c1c0025 Re-add bRunning to CoreAudio. encodeAudioFrame() uses it to
|
|
determine if AudioInput is running.
|
|
9e7e9f2 Add small warning message to help debug GlobalShortcutMac
|
|
strangeness.
|
|
80a2baf Change libcelt filename in osxdist.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1260b95 Speed tests for resamplers
|
|
e7b4688 Fix crash if sharedmemory is missing
|
|
e3bfc2f Clean up compiler flags on Win32
|
|
e24c809 Update scripts for 1.2, remove deprecated input policy
|
|
1b2bf32 Mention the s/UserInfo/byte/ hack in the .ice
|
|
|
|
2009-10-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0e6214f Don't put unpushed speex reference in the tree.
|
|
dba7de2 Re-enable IPO now that we have a workaround, and add the
|
|
missing speex file
|
|
2045012 Use correct includes for celt, and update packaging script
|
|
2de0060 Build CELT 0.7.0
|
|
|
|
2009-10-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9b9b5eb Libspeex's resampler misbuilds with -Qipo, disable until
|
|
analyzed
|
|
384c0df Blacklist explroer.exe from the overlay
|
|
54adcf8 Make protobuf a dll
|
|
f05f8a1 Use speex_lib_get_mode instead of direct linking
|
|
62b1536 Enable edit menuentry if write on parent (sync with server
|
|
permissions), and fix speex compile bug
|
|
6a4a2b6 Precache permission on parent channel
|
|
0c05ca0 Don't send superuser in msgUserList
|
|
9d3274b Enable more SSE optimizations and compile Speex as dll
|
|
|
|
2009-10-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
aa5cdbc Remove superfluous bRunning's from CoreAudio.
|
|
94ecb90 Don't sleep in CoreAudio thread when waiting for output data.
|
|
Clashes with TextToSpeech.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a517f5a Permission denied for missing cert
|
|
|
|
2009-10-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
720b0e4 Crash Reporter implementation for OSX.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
874c03a Source strings for 1.2.0 alpha
|
|
580655f English source strings
|
|
|
|
2009-10-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6cde32b Remove custom speex fatal handler as well.
|
|
ae0d2db OSX ConfigDialog for 11x.
|
|
470f6ed Remove old unused OSX overlay code.
|
|
3bfe5b3 Proper debug handling for OSX overlay launcher.
|
|
94f4542 Add CoreAudio source files for 11x, as well.
|
|
4d08538 CoreAudio for 11x.
|
|
01a4770 Build OSX client without PortAudio.
|
|
9d78c54 CoreAudio audio backend for OSX.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
af09b09 CELT with proper VBR
|
|
1ca8016 Use proper symlinks for shared files
|
|
|
|
2009-10-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9a7e709 Allow EINTR during poll
|
|
572b530 Allow setInfo with name if it doesn't change
|
|
02ccd34 Clear ACL cache when removing users
|
|
0104375 Disable echobox on wizard init unless supported
|
|
e73c9b0 Compile released snapshots with IPP
|
|
6216f4a Distribute dbghelp.dll on Win32 so it can work on older XP
|
|
installations
|
|
99ba4f4 Clean up STACKVAR for murmur
|
|
79d7461 We don't really support plaintext anymore, so remove detection
|
|
from the rich text editor
|
|
146cc63 Cache pingsort
|
|
|
|
2009-10-20
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
1813b2e channel_linked.svg now with blue glow.
|
|
fa3f1e9 Different style edge for better rendering?
|
|
025138d New test muted_local.svg
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3b23451 Explicitly set DirectInput device pointer to NULL to ease
|
|
debugging
|
|
866214d Save localmute state
|
|
2a2417a If sighup when not detached, interpret as quit
|
|
be58259 Allow murmurd to compile under Qt 4.4.3
|
|
e6037df Update release script for multiple celt versions
|
|
488f252 Fix crash when removing last shortcut after editing it
|
|
a4c6556 Compile new celt juggling on Intel compiler
|
|
|
|
2009-10-19
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
a2426bf Test icons/muted_local.svg
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3cf23bd Properly save expert state in OSX ConfigDialog.
|
|
a484529 CELT dynload paths for OSX.
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
5917312 Don't allow to disable the temporary checkbox
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
59678e2 Delete 1.1.x shortcut from desktop on uninstall
|
|
8a7b17e Allow serverpassword as alias for password in setConf
|
|
d97a49f Check if name is already in use before allowing a rename
|
|
d71202b Fix more compiler warnings
|
|
12a2644 Fix a few compiler warnings
|
|
9958660 Clean up compiler warnings on Win32
|
|
943f241 Moc turbo-mode
|
|
aed0eda Update Win32 installer with celt dynlibs
|
|
a122549 Reset encoder when restarting sending
|
|
d655742 Default codec to 0x800000a on client
|
|
53bb306 Clientside celt codec juggling
|
|
73388f3 Force alpha-preference for bitstream 8000000a
|
|
|
|
2009-10-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7dbaf74 Use full version filenames for celt lib
|
|
925dd22 Serverside alpha/beta celt version choice
|
|
5f8c841 Use int instead of uint to represent version
|
|
f00341b Set permission value to heuristic to avoid quadruple query
|
|
a3aea25 Send celt version on login
|
|
2abfacf Multicelt build fixes on nix
|
|
5247bf7 Clientside celt juggling library load
|
|
b8813f3 Build CELT dynamic
|
|
|
|
2009-10-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a879bf8 Fix 2880700 : [8af721] wrong chat line text
|
|
fe8789c Fix behavior if we don't get permission query replies.
|
|
aa88607 Fix permission poll on connect + docs for involved functions
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
465cbbd Use 0 to express missing permissions
|
|
94035cf Add CELT version vector to authenticate packet
|
|
d9335a5 Move user before clearing cache, not after
|
|
|
|
2009-10-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
20ec12c Don't query channel permissions when disconnected
|
|
1ba7c2d Clear permission cache on root on connect
|
|
|
|
2009-10-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
62c3531 Disable chatbar if it is not usable anyway.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
696bfed Avoid overcopy for multichannel echo
|
|
d1e5d7f English source strings
|
|
8fdfabe Include image dimensions in document size
|
|
7a8ca97 Remove texture option and fix chantemp default
|
|
|
|
2009-10-14
|
|
Eli Tallman <eli.github@gmail.com>
|
|
7eee5f5 Source plugins update
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
d0b371c fix text cursor in chatbar
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5ae7c8c SuperUser can't query permissions
|
|
2c92c17 Clientside permission query
|
|
ff70bc7 Clientside dummy for permission query
|
|
|
|
2009-10-13
|
|
Chosi <chosi@choseh.de>
|
|
f75ae8b L4D plugin update to rev 3986
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
56f5f97 Tab and Ctrl+Space completion for chatbar.
|
|
0043285 Very small style fix ;-)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7439bc4 Permission query (serverside)
|
|
055c13f Force config iconlist size
|
|
6076cc0 Restrict comments to message size limit, and only allow admins
|
|
to clear (not set) other people's comments)
|
|
|
|
Timo K <timer@dbclan.de>
|
|
d0bd7b8 COD5 plugin update to rev 1.6.1252
|
|
|
|
2009-10-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a974dc8 Fix Mac OS X ConfigDialog.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4ddc686 Add (2), (3) etc to servernames when drag&dropped, and allow
|
|
drag from public->favorite
|
|
e4bc4a2 Don't initialize D3D etc if sharedmem fails
|
|
0693714 Whisper target redirect and session-based tempgroups
|
|
6a30255 Inproc draw for d3d10
|
|
e8f46da Delete bonjour servers from the list when they go away
|
|
36de491 Reset stats when editing hostname
|
|
|
|
2009-10-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fe9fee3 Make items in connectdialog selectable, eases keyboard
|
|
navigation
|
|
|
|
2009-10-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c780f4b Fix overlay images
|
|
e7a37de Fix crash if GetMixFormat fails.
|
|
67b12ee Use Qt4.5 as path instead of 4.5.2
|
|
|
|
2009-10-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bad2c33 Fix 11x to work with new config
|
|
f1977b2 Update ts2html script
|
|
77570c4 Spelling fixes
|
|
bfceb94 Merge expert config and advanced acl options
|
|
498a0db Change a few expert/nonexpert settings
|
|
0ac3cde Switch back to listbased config dialog
|
|
df8e907 Mime demangler for richtexteditor
|
|
|
|
2009-10-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f3a6e64 Don't crash without bonjour
|
|
f7dfa10 Scroll dd0t to the top
|
|
a7a7c04 Don't add context menu for parent items
|
|
6261bbc Hierarchical connect dialog
|
|
|
|
2009-10-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f065c2b Fetch continent of public servers and grab geoip of user
|
|
a9fdf25 Flush denormals on Win32
|
|
e6a49ff Force text to be interpreted as basic html
|
|
|
|
2009-10-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
42c9d8c Make chatbar indicate target.
|
|
|
|
2009-10-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c935e13 Make binrelease script use IPv4 too
|
|
1989a19 Add overlay magic number and check memory size
|
|
7ecfc7b Make release script use IPv4
|
|
|
|
2009-10-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
052d23f Italitcs for the chatbar
|
|
ce46ab4 Make keyboard search on userview do recursive, delay-expanded
|
|
search
|
|
8d0b279 Fix dbus compile on Win32
|
|
ba1ae14 Allow ghost from same hash
|
|
2e93363 Show texture images in tooltip
|
|
|
|
2009-09-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
ddeb79f Fix translatability of ChatbarLineEdit
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
da6e842 Use service.name instead of :x.y in DBus calls
|
|
|
|
2009-09-29
|
|
Natenom <natenom@natenom.com>
|
|
9a1ec81 Rename Name to Servername
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
85dbca3 Fix bonjour in new DNS resolver
|
|
|
|
2009-09-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4179db1 Separate dns loop and stabilize pingsort. Probably breaks
|
|
bonjour
|
|
|
|
2009-09-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
812e6b1 Comments for GlobalShortcut.cpp
|
|
8c197b3 Remove deprecated WoW plugin.
|
|
5082c26 Add TemporaryChannel permission deny type.
|
|
b0384b6 Fix Channel DnD crash bug.
|
|
b6357cc Do not allow channels to be dropped in temporary channels.
|
|
fb41646 Fix CustomElements.h/cpp license headers and update some
|
|
others.
|
|
c30ac51 Slight chat bar behavior change + mumble.pro style revert
|
|
1fcfddb Merged channel tree and normal messages.
|
|
080ab96 Make chat bar clearly indicate its purpose.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e9b84b4 Don't do TextMessage symlinks in mklinks.sh
|
|
|
|
2009-09-26
|
|
Natenom <natenom@natenom.com>
|
|
c54a7ed Dont use always muted_self icon in tray. Show wether muted
|
|
self or by server or suppressed.
|
|
|
|
2009-09-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cf662aa Add initialization to ValidDocument
|
|
5d6637b Add local TextMessage for 11x
|
|
|
|
2009-09-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4e675bc Add selfreference for OpenGL
|
|
ae2984b Use longtext instead of varchar for infos
|
|
0963a3a Rich Text Editor
|
|
0419b34 Start of rich text editor
|
|
|
|
2009-09-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e41dbbe Show focus message when running snapshots
|
|
511773d DX10 fullscreen texture test
|
|
|
|
2009-09-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
79a9abd data: handling support, and proper washing of harmfull links
|
|
in all contexts
|
|
|
|
2009-09-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
90cb11c Wash URLs if not http, https or mumble
|
|
e43d963 Send allowhtml state to client
|
|
8e79eae Allow stripping of HTML serverside
|
|
|
|
2009-09-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c2b8f3b Disable port field if address is bonjour identifier.
|
|
224be19 What's this + tooltips in Log.ui and ConnectDialogEdit.ui
|
|
5a79945 Tooltips for GlobalShortcutTarget.ui dialog.
|
|
d75ee9c TextMessage.ui What's this + slight change in looks
|
|
88a10c0 Introduce permission denied type TextTooLong.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
03516cc Send full cert details to external authenticator
|
|
|
|
2009-09-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8466232 Server side limit on text message length.
|
|
d44ff93 Unify browsing for sound files.
|
|
60fb1cb Fix What's this for image dl switch
|
|
5962a14 What's this + tooltip for DoublePush time
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c1db2c8 QScrollArea's background seems to be bugged in a QTabWidget,
|
|
so stick our head in the sand and ignore it.
|
|
|
|
2009-09-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
537fe05 Fix display of default permissions when not inheriting ACLs
|
|
8528a23 Fix background on scrolled config widgets
|
|
|
|
2009-09-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
b4d2491 int boundary handling and more intelligent insertion for
|
|
Channel DnD
|
|
948d772 Make Channel DnD MVC compliant.
|
|
ff34f7f Fix obvious faults in channel DnD
|
|
4cc09d9 Drag and drop placement for channels.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c0a490c Enable 11x overlay for OSX.
|
|
|
|
2009-09-14
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3a0cf23 Prevent TTS/Sounds from being triggered when user deafened
|
|
himself.
|
|
155bb16 Use localeAwareCompare for channel sorting
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c3421d7 Workaround for qsystemtrayicon::activated
|
|
2051568 Check patchlevel in URLs
|
|
d212243 Add version queryitem to URLs
|
|
|
|
2009-09-10
|
|
Eli Tallman <eli.github@gmail.com>
|
|
2f0821c Source games build updates
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4026950 Programatically generate .DS_Store file for OSX disk images.
|
|
|
|
2009-09-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
db919c0 @strong group for strong certificates
|
|
75062d4 Remove leftover debug output
|
|
eb34fad Support copy/paste from ConnectDialog
|
|
d9e706c Make default bandwidth on server be 72 kbit/s
|
|
a022487 Show date rollover in log window
|
|
6b5daa5 Clear comment on connect to new server
|
|
96b99d5 Show website and version on tooltip
|
|
8293a5d Drag and drop URLs to connect dialog
|
|
|
|
2009-09-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cf0192a Switch to P^2 estimator for ping
|
|
63fc19e Update installer to use qt.conf
|
|
|
|
2009-09-07
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
18e9f17 New prefix broke UDPTunnel messages.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9e65ae8 Add ServerShow as boost type
|
|
7710c86 Update 11x to have new global var
|
|
75356e1 4 byte packet length, 2 byte type, and use SSL compression to
|
|
encode it
|
|
96ae2b2 Variable length packet length encoding
|
|
|
|
2009-09-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
62b83d8 Support for regional servers for server list
|
|
|
|
2009-09-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fa95e61 Update OSX license script.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
6c90415 Updated German translations.
|
|
|
|
2009-09-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a078791 Don't use the installer on OSX. Go back to 'Copy to
|
|
Applications folder to install!'-method. Disable .DS_Store for
|
|
disk image (for now).
|
|
345852e Switch to new manual overlay injector on OSX.
|
|
|
|
Natenom <natenom@natenom.com>
|
|
a74e859 Changed translations and fixed errors.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5d0e14c Show you muted X messages properly.
|
|
40e8431 Maintain stable ServerItem list
|
|
2c3f8f8 Only one pingsweep per second
|
|
a87e113 Filter to show only favorites
|
|
|
|
2009-09-02
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
37d26c8 Corrected Spanish translation
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
e7aacbc cache hostname lookups
|
|
38a8581 Don't retry already running DNS lookups. QT will never send us
|
|
any reply if we do.
|
|
730e7d0 Restart timers earlier so we don't block pinging other servers
|
|
while waiting for DNS response
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d9d7f36 use .value and .insert, and use toLower() for hostnames
|
|
|
|
2009-09-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4ed8d8f Remove superfluous welcome text from the welcome screen of the
|
|
OSX installer.
|
|
ca68ce2 Fix installer_macx to properly install IM-based overlay. Allow
|
|
building both an InputManager and a pure .dylib overlay (for
|
|
manual injection, for example).
|
|
9b3ab4b Working InputManager-based OSX overlay.
|
|
63c9e94 Add proper Qt plugin support to OSX dist script.
|
|
4315a94 License scripts for OSX.
|
|
fdb578a Update OSX installer for 11x and prepare for new overlay. Make
|
|
macx build with pch on by default.
|
|
ea311ff Boost 1.40.0 for OSX.
|
|
80e82e3 Fix MumbleSSL for no-pch.
|
|
62cf549 Fix Bonjour build for no-pch.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6e8e547 Auto-unmute on un-deafen
|
|
8f0b374 Clean up sorting
|
|
a73d60c Update includes in RPC so it works under feature-less compiles
|
|
|
|
2009-08-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
475c9c5 Fix unregistation of users
|
|
b534867 Fix color for amplify audiobar
|
|
c6fdcc5 Remove "Add New..." from context menu, it's a button
|
|
b16e765 Share pings for multiple entries for same host/port
|
|
558f787 Ping randomimzation
|
|
8194a21 Make Quit from menu always quit, without asking
|
|
d9a2d47 Order tray menu according to screen position
|
|
|
|
2009-08-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cafe559 Fix typo in SAVELOAD for audio/pushclickoff.
|
|
076f6fb Customizable sound for PTT Audio Cue.
|
|
6742f2b Add Channel position QSpinBox to advanced ACL editor.
|
|
4393235 Add group "Add" button to ACL dialog.
|
|
7800978 Focus name field in channel add/edit.
|
|
|
|
Hengqing Hu <esrms@users.sourceforge.net>
|
|
acbb44f Add BOM and s/LANG_SIMPCHINESE/LANG_TRADCHINESE/
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
31c8de9 Make Filters a group, and add a "Add New..." button
|
|
4b66e47 Filters
|
|
46f3f23 Show slightly more pingstats
|
|
|
|
2009-08-29
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
279ca01 Fix crypto on FreeBSD amd64
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
440f16e Default sort by ascending ping
|
|
23275df Allow up to 1024 byte UDP packets, to contain up to 6*127bytes
|
|
audio
|
|
8911fdc Update .ini text for pidfile
|
|
d9cea2c Digest-based shortcut/token storage
|
|
|
|
2009-08-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
00e8be8 Clean output buffer when skipping frame to avoid crackling.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
61391cf Modify whatsThis in overlay to not mention D3D9 specifically
|
|
c183557 Boost 1.40 on Win32
|
|
9ba05ce Add data() fetcher for ServerItem and tooltips
|
|
e5c38f4 Show single-value ping again, and show max users
|
|
ed45391 Accumulator-based ping stats
|
|
66c0433 Send maxusers in ping
|
|
383f394 Send maxbandwidth in ping query
|
|
6e2b006 Validate ConnectDialogEdit
|
|
093f98f Always include bonjourrecord.
|
|
46da19c Add icon for LAN servers
|
|
522c27a Grand Unified Connect
|
|
|
|
2009-08-27
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
0f5a49d Make virtual server specific bonjour switch work.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a2a687d Remove qt.conf reference in scripts.pro.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7fe654a Set default value for bBonjour
|
|
3a8c8b3 #ifndef MUMBLE_VERSION for release script
|
|
f3c3546 Make Glacier2 example actually use the proxy
|
|
491108f Glacier2 example
|
|
3a941fd Show ping and usercount in public server list
|
|
b13d7f0 Add iSampleRate for 1.1.x
|
|
c38e741 Drain UDP socket even when thread is not running, and answer
|
|
ping requests
|
|
|
|
2009-08-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
baad944 Forward/backward password update in add/edit dialog.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f1c4138 Fix DirectSound 32khz mode
|
|
c663db3 Remove ods() for addref/release, impossible to run real apps
|
|
with it on
|
|
8e0cbc8 Release heuristic
|
|
cafb24c Include fxo binary in overlay
|
|
93b6c57 Proof-of-concept DX10 overlay
|
|
|
|
2009-08-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7057604 Actually impose restrictions on users without password.
|
|
0dd931c Add password edit capability to Channel edit dialog.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9c620aa Don't try to look-up Avahi packages on the Mac.
|
|
c2a92d9 Rename 1.1.x plist file to mumble11x.plist.
|
|
c3a21f8 Do not copy in our own qt.conf for Mac builds. We will move to
|
|
using the macdeployqt utility for preparing our app bundle
|
|
instead.
|
|
82a4373 Don't pass incompatible parameters to the Darwin linker.
|
|
9e9b032 Build fix for g15helper utility.
|
|
23aff3c Add InputManager for automatic overlay injection on Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ad845f5 Fix typo in debug mode for d3d9ex
|
|
d2a64ee Start of DXGI Hook
|
|
|
|
2009-08-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
849aa9c Improve ACL editor layout.
|
|
|
|
2009-08-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8b7f1d6 Added checkbox to disable image download
|
|
bbba5fc Move advanced channel editor switch to options menu.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
865cdab Precache support for d3d9ex
|
|
d7b53b0 History-based jitter buffer initialization, and power-based
|
|
activity detector.
|
|
d2b467a Revert "Fix indenting in changelog script"
|
|
dc658e2 Fix indenting in changelog script
|
|
040f16d Make sure audio bandwidth never falls below 8kbit/s
|
|
449cc31 Remove a bunch of compiler warnings
|
|
2e87ec0 Update config dialog to have minimum 24kbit/s for 10ms mode
|
|
10c0e74 Add some hardening source flags, to make sure we can be
|
|
compiled with them
|
|
ce7ce45 Work around the ducking in Win7; we always have the device
|
|
open.
|
|
|
|
2009-08-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e4d3485 Add RegisterSelf permission to Ice.
|
|
c3d2198 Copy, don't ref frame to decode
|
|
403c95b Don't use post-1.2rc-only speex functions
|
|
1c88786 Use new whisper icons
|
|
d41afda Move mumble/murmur specific state out of User
|
|
950b104 Server-side low-bandwidth mode
|
|
9c6b1d0 Re-enable red color for high bandwidth in the
|
|
AudioConfigDialog, and allow 8kbit/s transmissions.
|
|
a4579d2 Fix typo when reducing bandwidth.
|
|
6479de3 Low bandwidth mode
|
|
|
|
2009-08-20
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
0fd52da Parameter change in inkscape to prevent bugging in QT...
|
|
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
55179d9 Make build environment more flexible
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4ff3993 Get rid of some compiler warnings on Win32
|
|
|
|
2009-08-19
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
b5ba5db Fixed artifacts in talk icons
|
|
add5e12 Fixed metadata for mumble.svg, and added talking_whisper.svg.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6707c8d Support 10, 20, 40 and 60ms audio packets
|
|
f8ba374 Make the bandwidth limit on the server be in bit/s instead of
|
|
byte/s
|
|
eb668a1 Add placeholder icons
|
|
9653d4e Disallow image links in comments
|
|
7a7a9b2 Use blank image instead of "missing link" for invalid image
|
|
URLs
|
|
a40cf25 Switch last few icons to temporary svgs, and change formatting
|
|
of whatsthis messages.
|
|
e62f502 Update checkstate for Mute if suppressed
|
|
1a7f024 Honor requested audio bandwidth slightly better, and lower
|
|
minimum allowed
|
|
|
|
2009-08-18
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
c696a8f Next test of in UI icons.
|
|
|
|
Hengqing Hu <esrms@users.sourceforge.net>
|
|
2fd9a62 Traditional Chinese translation for Mumble 1.1.8 included
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cce8c3f Don't display tooltip/whatsthis for abnormally large
|
|
comments/descriptions
|
|
cf17684 Update testauth script to use new index-based userinfo map
|
|
028cf24 Use group-GUUID based volume history for other applications
|
|
8377f00 Don't include test things in the changelog
|
|
ed384bf More volume testing
|
|
07b5a12 Check session states on Vista.
|
|
a5a2c66 Don't explicitly state WinSDK path, it will be pulled in by
|
|
vcvars. And replace DXSDK with a env var.
|
|
40d4998 Unified Win7/Vista volume control. I hope.
|
|
847ed7a Make NO_UPDATE_CHECK hide options completely
|
|
b27f0d4 On X11, you can minimize the parent window while a modal
|
|
dialog is shown, without reactivating the parent's event loop
|
|
0978bc7 Protobuf 2.2.0 for Win32
|
|
4683c46 Fix ALSA periods for raw HW
|
|
2544297 Volatile the iMixerFreq
|
|
99cd9d4 Add a dummy thread for pulseinput/output, so we don't delete
|
|
it during start()
|
|
02ec1f0 Switch weak to unique-checking for 11x too
|
|
7da8e1b Fix abort on quit with Pulse due to wrong thread deleting a
|
|
dummy object.
|
|
95a9af7 Use group-GUUID based volume history for other applications
|
|
4848a2d Don't include test things in the changelog
|
|
29cc812 More volume testing
|
|
|
|
2009-08-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b17f3b2 Check session states on Vista.
|
|
a11c188 Don't explicitly state WinSDK path, it will be pulled in by
|
|
vcvars. And replace DXSDK with a env var.
|
|
b6208a7 Unified Win7/Vista volume control. I hope.
|
|
1077335 Make NO_UPDATE_CHECK hide options completely
|
|
7e7b3f3 On X11, you can minimize the parent window while a modal
|
|
dialog is shown, without reactivating the parent's event loop
|
|
4923f42 Protobuf 2.2.0 for Win32
|
|
e4935a8 Fix ALSA periods for raw HW
|
|
|
|
2009-08-16
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
2acd26f Removed yellow circle from icons/mumble.svg
|
|
95dc226 Fixed bugged icons/mumble.svg, verified.
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
b0aaa8e Fixed installer' Spanish translation
|
|
59b741f Updated installer' Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4f9e599 Volatile the iMixerFreq
|
|
5688781 Add a dummy thread for pulseinput/output, so we don't delete
|
|
it during start()
|
|
8361a1c Switch weak to unique-checking for 11x too
|
|
a71e118 Fix abort on quit with Pulse due to wrong thread deleting a
|
|
dummy object.
|
|
45fad10 Threaded pulseaudio
|
|
12f9c69 Locking test
|
|
20eadb6 Make pulseaudio play nice again
|
|
bcf77b7 Make ALSA work under Pulse on karmic.
|
|
c70caee Don't double-delete (G15 unix)
|
|
|
|
2009-08-15
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
9958cfe Attempt to fix corrupt icons/mumble.svg
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
304f12c #ifdef protobuf 2.1 features
|
|
afa6f35 Get rid of global memory from ConfigRegistrars
|
|
ce3df76 Use enum for InfoMap
|
|
bcaa6c7 Use VLD for debug builds
|
|
c63e4f5 Use the new SVG icons
|
|
f62ae27 Make hardcoded ACL default be without selfregister, and make
|
|
it a part of initial ACLs added to new servers
|
|
|
|
2009-08-14
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
edf3369 New attempt of icons for 1.2.0 release.
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
4884458 Cod5 update for 1.5
|
|
a1767db TF2, DODS updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3a686bd Fix ASIO config save
|
|
|
|
2009-08-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
df9b900 Use system CA certificates on OS X.
|
|
|
|
2009-08-08
|
|
Patrick Matthäi <pmatthaei@debian.org>
|
|
c957ff4 Spelling fix in ACLEditor
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
88dcb4c Don't show lip icon if suppressed
|
|
c7cffde Build protobuf earlier, so header is generated
|
|
|
|
2009-08-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
203a125 Allow *.pkcs12 file extension for certificate import and
|
|
export.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5b3c901 Allow specifying SYSTEM_CA_BUNDLE define to force CA path
|
|
6296282 Share a bit more of .pro files, and add win32 ca store
|
|
8159eec Add system-installed CAs
|
|
b8dc011 GPG sign and upload source snapshots
|
|
7294099 Allow expired/not-yet-valid certificates as non-strong certs
|
|
d9a5206 Add cert-send/pw-store suppress option (nonsaved)
|
|
|
|
2009-08-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cab2850 Always require password for SuperUser
|
|
379f88b Clientside selfregister
|
|
7a84624 Serverside SelfRegister
|
|
91c230f Remove warnings when cleaning indexes
|
|
0b107aa Clean out MySQL indexes and foreign keys on upgrade, and
|
|
remove multithreaded logging
|
|
|
|
2009-08-05
|
|
Eli Tallman <eli.github@gmail.com>
|
|
06d48b9 L4D, Gmod updates; DODS version bump
|
|
ae26954 TF2 build 3897
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a391d01 Add Message.h to tarball for 11x
|
|
e4eabb5 Dummy manpage for mumble11x
|
|
91c5176 Nmake can't handle self-dependencies, so give up and provide a
|
|
shell script for the symlinks
|
|
585b0dd Symlinks and ugly copy hacks. I want gitsymlink on win32.
|
|
e3261db Mumble11x in source tree
|
|
36e2059 Mark email field in crashreporter as optional, so users aren't
|
|
compelled to put bogus addresses there
|
|
1f52513 Update installation strings to default english ones
|
|
|
|
2009-08-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d20e27e Include celt in tarball
|
|
52c42bd Mystery contexts
|
|
|
|
2009-08-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
8835385 Tooltips and What's this for Add/Edit dialog. Saveload
|
|
advanced cfg checkbox. Prevent root channel name change.
|
|
b78c706 Fix channel description loading.
|
|
2bfb54c Display client version in tray tooltip
|
|
af08aee Do lookups with Channel::get()
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
018d5a1 Fix crash while trying to rename the root channel
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0cb7485 uniquie => unique
|
|
bbd9bfd Clickable comment icons
|
|
e6b623e Remove tempchannels on disconnect too
|
|
|
|
2009-08-02
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
df86a73 Channel Add/Edit dialog.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d559445 Send uid=-1 to all clients when unregistering connected user
|
|
a651dce Various jitter fixes, and audio fade
|
|
237b9e2 Update position-stripping in server to mach updated voice
|
|
packets
|
|
|
|
2009-08-01
|
|
Alex Maclean <monkeh@monkeh.net>
|
|
b08972a We use boost even without Ice now
|
|
|
|
Benjamin Jemlich <pcgod@users.sourceforge.net>
|
|
7c27178 Fix column sizes in shortcut dialog
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ccbd3d7 Slightly less blunt obscurity report
|
|
d10cdb8 Remove some debug noise from plugin download
|
|
4fe8ea8 Update benchmark
|
|
7b983c1 Widen the shortcuts again. *Sigh*
|
|
413dc8c Time-distribute plugin link attempts
|
|
91b94d7 Reduce shortcut columns even further
|
|
5b644a6 Obscure security
|
|
dd0320f Ensure cConnection is deleted from serverhandler thread, as Qt
|
|
throws a fit if the deleted() signal is emitted from another
|
|
thread.
|
|
8016d1d Allow shortcut columns to scale slightly better
|
|
edf7d48 Support not sending any os/build info to the client
|
|
8abceec Use CELT 0.6.1 for now
|
|
835dfec s/dbServerUsername/dbUsername/
|
|
|
|
2009-07-31
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e923c0d Add CrashReporter. Generate minidumps on Win32 and report them
|
|
via CrashReporter.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ffaca57 If no cert, return an empty list, not a list with a null cert
|
|
1238f2b Binary != Boolean
|
|
01cf723 Allow to add email/comment on crash
|
|
a2812c4 Compile without bonjour
|
|
16a44d9 Use basepath in minidumpwrite, and add some comments and a
|
|
progress bar
|
|
7530b91 Global qdBasePath
|
|
|
|
2009-07-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b30efc5 Explicitly remove output buffers when clients disconnect
|
|
8cec38e Updated release scripts for new files and paths
|
|
b5b94c0 http://support.microsoft.com/kb/971092
|
|
6991334 Replace XEViE with XInput
|
|
|
|
2009-07-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1141eee Autoexpand usermodel on hover, and use QStyledItemDelegate
|
|
|
|
2009-07-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
113a294 Fix a few compiler warnings
|
|
|
|
2009-07-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d0690b8 Use local copy of manifest/cat for vc90.crt
|
|
f2c804a Disable LTCG also for new Intel versions
|
|
|
|
2009-07-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2082b4b Compile with Intel C++ 11.1
|
|
|
|
2009-07-25
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
65a0f65 Make the fix actually work.
|
|
144c631 Fix argument injection.
|
|
|
|
2009-07-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5893adc With the data column, there's now 4 columns for the shortcut
|
|
editor
|
|
9e25322 Use new QColorDialog::getColor for alpha-editing for overlay
|
|
colors
|
|
e2ebe02 Raw Message => Disable formatting
|
|
|
|
2009-07-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d3c9806 Channel sorting.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f67a93a Add CELT and Speex fatal error handling for Mac OS X.
|
|
|
|
2009-07-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
4eac398 Memory management fixes for ConfigDialogDelegate.
|
|
|
|
2009-07-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2b96f33 Native-feeling ConfigDialog for Mac OS X.
|
|
1ef334b Disable GlobalShortcutMac for debug builds.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
057df90 Default-ACL for @all shows default deny as well as default
|
|
allow
|
|
fe47903 Show suppress state in client
|
|
|
|
2009-07-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f1ec2d8 Use translated section strings
|
|
d095fd9 Allow SuperUser to move self
|
|
|
|
2009-07-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d552f0b Fix comment save
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9510ab8 Always initialize qtTimeout
|
|
5a41af1 Don't bind to IPv6 if no interfaces has a v6 address
|
|
|
|
2009-07-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
0e1b3f3 Improve forced shutdown behavior
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
947a420 Certhash-based ACL, and creators have full write on created
|
|
channels
|
|
|
|
2009-07-17
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a89e7c6 Added layout default value
|
|
cc57d13 Layout presets
|
|
fb8ca85 Removed wrong tooltip
|
|
b236e4c Allow cancel while bj resolving
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f1c926e Quiet the Avahi warnings for now, and make the static murmur
|
|
compile with bonjour
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
95fd031 Bonjour installer strings in Polish
|
|
|
|
2009-07-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
aa82976 Update German installer translation
|
|
|
|
Hengqing Hu <esrms@users.sourceforge.net>
|
|
9555bf6 Simplified Chinese Installer
|
|
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
b3fa0e5 * fix german translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
43ac694 Bonjour download in installer
|
|
477a065 Grey out LAN tab with suitable tooltip if empty
|
|
45705e2 Re-add variable buffer to WASAPI; hardware-reported minimums
|
|
are often false
|
|
|
|
2009-07-15
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
a89c5e2 Switch bonjour identifier to _mumble._tcp
|
|
ca0f1c8 Fixed cancel button and added resolver delay workaround.
|
|
b94dd05 Update INSTALL and LICENSE file
|
|
12e0e80 Reorder murmur tray menu
|
|
6582af7 Bonjour support.
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6270d5d Don't use Avahi compatibility layer on Mac OS X.
|
|
5cc3d0d Update Mac OS X build environment.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
69ebadc No, really don't replace CRLF in the signed manifest, please
|
|
34b5e28 Preserve CRLF in signed manifest
|
|
9f2b29d Final CRT
|
|
31106d3 More AssemblyCRT
|
|
1a38dd4 Build bonjour on nix
|
|
19fde80 AssemblyCRT again
|
|
1062965 Send channelRemove after userState for temp channel removal
|
|
b11d633 Clientside tempchannels
|
|
8562704 CRT Assemblies
|
|
efbba85 Temprary channels protocol changes
|
|
|
|
2009-07-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1ba33d0 Update installer for new v1.1.x plugins, and fix start menu on
|
|
undelete
|
|
|
|
2009-07-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
34eea53 The Norwegian translation isn't in English
|
|
892cf9f Plugins in the plugin directory
|
|
416cfb8 Distribute Qt plugins
|
|
3e281c1 Update WhatsThis for new # groups
|
|
6b5b174 Send access tokens on authenticate
|
|
e2875f5 Access Token Editor
|
|
9c5ecca Use QStringList for tokens
|
|
37076e3 Token-based ACL
|
|
866a66d ifdef out module-specific parts of shared code
|
|
|
|
2009-07-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
85c9c78 Fix Ice callbacks and examples
|
|
5ccce13 Fix bandwidth()
|
|
|
|
2009-07-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3861102 Updated German installer
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b45eac1 Revert murmur static to Qt 4.5.1; 4.5.2 crashes
|
|
96fe83c Link QtSvg. I really mean it.
|
|
8483892 Explicitly link svg
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
0afb4c7 Updated Polish installer
|
|
|
|
2009-07-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
55233df 1.1.x doesn't have BF2142 plugin
|
|
cc4263d Update Norwegian installer
|
|
ba4c405 Add 11x plugins to installer
|
|
|
|
2009-07-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4391a12 Use UTF-8 ini files, and support importing partial configs
|
|
|
|
2009-07-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0f3d2dc Installer link for compatible client
|
|
|
|
2009-07-06
|
|
Eli Tallman <eli.github@gmail.com>
|
|
ecef2b6 AOC offsets update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1d23889 Store server-specific whisper in a per-server config
|
|
|
|
2009-07-04
|
|
Eli Tallman <eli.github@gmail.com>
|
|
606bff7 CSS, AOC updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
29c26d6 Don't focus on URL open
|
|
2c74fa1 Qt 4.5.2 for murmur static
|
|
6738419 Make HostAddress a movable type for faster containers
|
|
1c6ac0c Update ASIO driver to use new format
|
|
|
|
2009-07-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
44439c6 Rediscover DInput devices on hotplug
|
|
37886d4 Don't show dragbar over scroll buttons
|
|
|
|
2009-07-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
801a9e9 Add the QtSvg4 library to the installer. Kind of necesarry to
|
|
actually show those SVGs.
|
|
|
|
2009-07-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c06ca3e Updated Intel compiler on Win32
|
|
|
|
2009-06-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4703fa7 Single-slider VAD for the wizard
|
|
f99300b Don't compare bool to 0
|
|
5e539d8 Qt 4.5.2 for Win32
|
|
|
|
2009-06-29
|
|
Eli Tallman <eli.github@gmail.com>
|
|
10f4572 Source game updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
59dff3c Use git:// instead of http:// for xiph submodules
|
|
3fe520c Update echo jitter buffer
|
|
|
|
2009-06-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
44dfffa Notify on connection attempt start
|
|
4ec866a Remove silly debug output
|
|
a83592e Multibind for Win32
|
|
3976433 Multibind for nix
|
|
9b226ca Clientside IPv6 support
|
|
c1c460b Allow IPv6 control connections
|
|
|
|
2009-06-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3c8745f Add proper names instead of label_123 in .ui files
|
|
|
|
2009-06-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6f9c7d6 Use QDesktopServices for datalocations
|
|
|
|
2009-06-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5074ef0 Option to only accept whispers from friends
|
|
|
|
2009-06-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0b9c19b s/RGBA/BGRA/
|
|
d1689db Make the default be 48kbit/s rather than 16 kbit/s
|
|
|
|
2009-06-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5248ca4 Avoid cert warning when falling back to .ini cert
|
|
26e4f3a Remove player from ACLs / Groups when unregistered
|
|
2635598 Re-disable DirectSound on Vista
|
|
fb96eed VBR for CELT, and auto-readjust based on server quality levels
|
|
19e91f5 Replace AudioSine with samples
|
|
709289f Make centerpos be a whisper option
|
|
|
|
2009-06-05
|
|
Christoph Hofmann <christoph.hofmann@vfc2.eu>
|
|
733ee3d Make compile on Qt from Lenny
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2191991 Remove a few FIXMEs
|
|
c5874e1 Remove redundant flag from Group
|
|
6b9ab90 Glue code for the experimental zero-latency preprocessing (not
|
|
merged yet)
|
|
|
|
2009-06-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e6c9d33 Use new svg icons
|
|
|
|
2009-06-01
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
e2e75ae fixed metadata. still need to find way to include bsd license
|
|
information. Added test of talking_on.svg for review.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
75262e9 Fix typo of QsslKey
|
|
|
|
2009-05-31
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
68deaf3 Second batch of test icons in .svg for review.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
90e189a Fall back to .ini cert if one is specified, currently using
|
|
selfgenerated, and bind address matches
|
|
8bdc1a2 Use new svg icon for linked channels
|
|
26b3449 SoundFile class which wraps QFile to allow resource-based
|
|
samples
|
|
ce76715 .ui based AudioWizard
|
|
|
|
2009-05-30
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
4d5b94e First test of svg icon.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
29df24c Speech sample in Ogg/Vorbis
|
|
|
|
2009-05-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
71853df Force database to .ini path in roaming mode and fix a banlist
|
|
crashbug
|
|
|
|
2009-05-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
07a1e49 Store textures for registered users.
|
|
0c67135 Change texture from client
|
|
2738bb6 Add libsndfile to installer
|
|
0c66fe4 Protobuf 2.1.0 for Win32
|
|
b9b5cd5 s/AltSpeak/Whisper/
|
|
47fe8d2 Whisper
|
|
ac75cef Skeleton for server-side voicetarget
|
|
10a359d VoiceTarget clientside
|
|
|
|
2009-05-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fa5d4e5 Workaround for focus bug in itemdelegate editors with dialogs
|
|
e3efc68 Forgot group name for whisper
|
|
2009992 Shortcut Editor for Whisper
|
|
|
|
2009-05-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2dab6a2 ShortcutTargetDialog (WIP)
|
|
f7f7da7 Make shortcuts mute/deafen take parameter
|
|
|
|
2009-05-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b43f237 Shortcut target editor (WIP)
|
|
|
|
2009-05-23
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6cfb223 Fixed script for newer cherrypy versions
|
|
|
|
2009-05-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6d82782 Add workaround for MSVC for __int64_t
|
|
39e2f5a Allow adding CA chain to cert files
|
|
|
|
2009-05-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e5cdd85 Remove libogg
|
|
177a58c Optimized mixer code.
|
|
6c5b9e6 Use libsndfile for audio file processing.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ae02f97 Add sndfile pkgconfig for *nix, switch to utf8 const char *
|
|
paths, and fix a leftover compilebug in Plugins
|
|
|
|
2009-05-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
1c1cb64 Reorder tray actions
|
|
|
|
2009-05-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e3a122c Allow empty messages
|
|
3b0c702 Clientside useredit
|
|
73131d2 Server-side unregister
|
|
|
|
2009-05-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f1859f2 Automatically download updated plugins
|
|
|
|
2009-05-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8750f00 Validate bans before adding to the list
|
|
a98d45a Faster quint64 based netaddress handling
|
|
9f7ef74 Updated Ban Editor
|
|
|
|
2009-05-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
03ef639 Fix SQL for udp database
|
|
|
|
2009-05-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9df364f Automatically switch to TCP mode.
|
|
a826a9e Only count voice packets as "switch to UDP" signal
|
|
|
|
withgod <withgod@users.sourceforge.net>
|
|
a30fc85 weblist.pl modified
|
|
|
|
2009-05-08
|
|
Eli Tallman <eli.github@gmail.com>
|
|
8415c87 L4d, TF2 build update
|
|
|
|
2009-05-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f56fca0 Submodule update
|
|
23389b3 Remove password from ConnectDialog gui
|
|
226402f Flags in public server list
|
|
dc41e53 CRLF
|
|
8634a9c Avoid vacuum in initialization
|
|
|
|
2009-05-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
39ec136 Flags
|
|
|
|
2009-05-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e3cc00c Store date, duration, username, reason and hash with bans
|
|
53a9b08 Recreate SQL when upgrading
|
|
|
|
2009-05-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
dc6e8d1 Fix blank email corner-case. Abort in-progress host lookups on
|
|
email change. Show proper error on invalid email.
|
|
92e9ef6 Show '(none)' for email-less certificates in CertView.
|
|
67ed2b0 Delayed email validation in CertWizard.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4194703 Avoid encoding empty packet at end-of-speech
|
|
534753f Optimize audio framing, and preserve flags
|
|
c6b204c Add missing disable_copy()
|
|
3cc160b Trim whitespace from ConnectDialog input
|
|
|
|
2009-05-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
bf8ccda Replace speex event sound support with celt support.
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
3c9ea0e Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4a7251b s/SuperServerUser/SuperUser/
|
|
a067f2e Support enabling noise
|
|
a65ebd0 Cleanup speexbuild.pro file
|
|
df6c8ed Move DX Input initialization to one thread
|
|
803781d Remove libspeex, as we only use libspeexdsp
|
|
32d16cd Fix PulseAudio
|
|
9b21329 Rescale .spx to float
|
|
5de517f Link channels over Ice
|
|
|
|
2009-05-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d3915cb Fix certificate genration on OpenSSL 0.9.7.
|
|
21da51d Fix PCH for Protobuf on OSX. Apple's headers really pollute
|
|
the preprocssor with all sorts of junk.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
51120fe s/Player/User/
|
|
|
|
2009-05-01
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e3b0a63 Remove restriction to root channel.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7dcfa00 Valgrind run
|
|
5049bea Mention that we really prefer SQLite in the .ini files
|
|
ade79f8 description is also an info-value
|
|
42b53e4 `fieldname` for SQL
|
|
fabb1ef email is now an info-value, not a db field
|
|
d8f5d4b Persistent BFF
|
|
b0632cf Add combobox for usernames in ACLEditor, and fix a few bugs
|
|
d110fef Send proper case for name on QueryUsers
|
|
|
|
2009-04-30
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
53d2343 Fix crash on SuperUser connect
|
|
1ccf22e Fix chatbars session detection
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
4a560b6 Dys, gmod, tf2 build updates
|
|
|
|
Hengqing Hu <esrms@users.sourceforge.net>
|
|
faa55b0 Chinese translation for Mumble 1.1.8 update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5c0730e Distribute hash with the UserState, to allow players to
|
|
recognize friends
|
|
317cfe5 Add Q_OBJECT for CertView
|
|
8ab8c51 Remove character LCDs, which we never had an implementation
|
|
for
|
|
38ad1a0 Remove a few fixed FIXME
|
|
0764034 Use ACLGroup for ACLEditor instead of base Group
|
|
58f15cb Convert last deny messages to identifiers
|
|
a787cb1 Fix a few more compiler warnings
|
|
936ef86 Remove a lot of compiler warnings
|
|
4760546 Add script to convert ts files to HTML for proofreading
|
|
389175d Fix a few HTML errors
|
|
55513e7 The big spelling fix
|
|
|
|
2009-04-29
|
|
Eli Tallman <eli.github@gmail.com>
|
|
6c760f0 Need avatar_ for top
|
|
5c4d8c5 Add back dummy top vector to Quake based games
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b564f33 Add cancel button for Certificate Wizard on OSX.
|
|
3cf945a We may now resize QWizards on OSX again, so enable that for
|
|
the OSX AudioWizard again.
|
|
66bbbd0 Fix Cert.cpp for OpenSSL >=0.9.8.
|
|
ae3ee8a Fix constness issues with OpenSSL versions prior to 0.9.8.
|
|
(Allows us to build against vendor-provided OpenSSL libraries
|
|
on OSX)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a88d62b de-doctype
|
|
b015fc7 Build static releases with Qt 4.5.1
|
|
ec40b7b Fix a few warnings in the ACLEditor
|
|
cff157f Add tooltips and whatsthis to cert dialog, and add some icons
|
|
c35c6e8 Update changelog script to fix silly email mistakes
|
|
702fe90 Write permission on root is good enough for registrations
|
|
962a2d4 Server-side support for in-client registration
|
|
98eb6a5 Fix error messages from celt/speex build files
|
|
0efd1dc Clientside user registration, and hide ban/kick if not allowed
|
|
to use
|
|
d3f6874 Use session instead of actor for permissiondenied
|
|
efe0420 Update ACL Editor for new permissions
|
|
7925e61 Support flag sets for permission
|
|
d6b878a Expand ACL permissions serverside
|
|
53e9b9d Print strong cert identities in log
|
|
56c139c Show current certificate (if any) on welcomepage of certwizard
|
|
e7606f6 Rename qt translations to match 4.5.1
|
|
906cd1a Always reset certs if the user returns to the start of the
|
|
cert dialog
|
|
|
|
2009-04-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1ffbd81 Remove cdecl delcarations from g15helper_macx.
|
|
91a9f16 Add (untested) G15 LCD support for Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6015d4a Fix double :: :: in Server
|
|
0e54cfa Use SHA1 instead of MD5 for selfsigned certs
|
|
b76ad9e Certificate based authentication and account recovery
|
|
3727bf9 Use native dialogs
|
|
|
|
2009-04-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
34a4b1f Use Qt 4.5.1
|
|
6ecfa23 Check IDs on client (get those A icons back)
|
|
9f37777 Finish Cert Wizard
|
|
380205c Accept certificates
|
|
c12d03c Start of Certificate Wizard
|
|
3f61167 Multichannel echo cancellation
|
|
f916473 Avoid constref initializers of std::wstring inside const
|
|
structs
|
|
|
|
2009-04-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f32c878 Intel C++ 11.0.074 for releases, and fix a bug with linked
|
|
speaking
|
|
|
|
2009-04-24
|
|
Eli Tallman <eli.github@gmail.com>
|
|
f594ce8 Plugins update for 1.2 PA; Cod5 and L4D patch update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
103df83 Measure idle time and export over Ice
|
|
3e4c38a Export client address and TCP state over Ice
|
|
031bf2b Export channel description over Ice
|
|
|
|
2009-04-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
139d4e0 Ice comment support
|
|
b038dac Store infopairs in DB
|
|
4a83072 Clientside comment support
|
|
13dc3d6 Serverside comment support
|
|
|
|
2009-04-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
922d9e8 Warn of incompatibilities among 1.2 snapshots
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
128a669 SQL Schema is version 4, not 3
|
|
6a4fa30 info-based storage for registration
|
|
|
|
2009-04-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
151240e Prevent deletion of root channel via Ice.
|
|
|
|
2009-04-20
|
|
Eli Tallman <eli.github@gmail.com>
|
|
25bdfb0 Source plugins update for 1.2 PA
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8a716dc Always use shortname as part of context
|
|
e59ca71 Zero-terminate context, so it can be used as a string
|
|
1a36b56 Handle positional audio distribution server-side
|
|
820194a Export identity/context over Ice
|
|
6ec2d36 Store context
|
|
|
|
2009-04-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4ef52e9 Send plugin context/identity to server
|
|
965a354 Check magic signature on plugins
|
|
5e79b06 Link 1.2.0 for nix
|
|
82c7cdc Link 1.2.0 for Win32
|
|
|
|
2009-04-16
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
67f0459 Add resolution restriction to images.
|
|
e89759a Added size restriction for image download.
|
|
39a3b77 Disable 1.2 incompatible plugins until they get updated.
|
|
a9a5574 Add auto formating capability to chatbar.
|
|
|
|
Hengqing Hu <esrms@users.sourceforge.net>
|
|
686df2c Chinese Translation in UTF-8 coding for Mumble 1.1.8
|
|
|
|
He Tal <hetao29@users.sourceforge.net>
|
|
9243dbd to support Chinese languages need a patch
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0fff088 Allow reject message to be sent before we close the socket
|
|
7c6ec3e Add tooltip and whatsthis for chedk updates on startup
|
|
0f18efb Add .it to project files
|
|
cb45da6 Add zh_CN to project files
|
|
027bc04 Have the client actually send the os info. Oops.
|
|
86d61cb OS info in version exchange
|
|
f67b83e Add version info to mumble
|
|
c760d4d Have murmur accept and send version packets
|
|
|
|
Spaccaossi <spaccaossi@gmail.com>
|
|
d48588a italian translation - finished for 1.1.8
|
|
|
|
2009-04-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
75868a3 Added Chatbar dock widget to MainWindow
|
|
|
|
2009-04-11
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
7a6b6ae Fix crash on player left
|
|
|
|
2009-04-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f195dc7 Remove setgid hack from overlay OSX injector. We're now
|
|
properly signed, and can access the task_for_pid() API without
|
|
being part of the procmod group.
|
|
b810504 OSX codesign fix.
|
|
eef5e81 Initial codesigning changes to osxdist.py
|
|
|
|
2009-04-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b597f4c Have setPlayerState only emit messages when something actually
|
|
changed
|
|
|
|
2009-04-02
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
09a775a Rename some framework extensions for OSX overlay.
|
|
89886d9 Make 1.2 branch build on OSX.
|
|
|
|
2009-04-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
122a104 Make mumble use new plugin type
|
|
3ebfe2b Have plugins use std::basic_string, and use l4d as example
|
|
14d59e1 Make context and id length signed, so we can return -1
|
|
65aef28 Update plugin header
|
|
6b04d81 Add fixme for audiowizard path length
|
|
ab2ee8d Fix loopback
|
|
|
|
2009-03-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c95557c CELT as audiocodec
|
|
|
|
2009-03-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0a0ab34 CELT for Win32
|
|
8421f29 CELT build
|
|
ffe7929 Add CELT submodule
|
|
|
|
2009-03-29
|
|
haru_arc <arcenciel@users.sf.net>
|
|
1399c24 Updated Japanese Translation
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
fbf395c Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a33b3d1 Make ConnectDialog use QNetwork stuff and use a new URL for
|
|
1.2.x
|
|
a4b1b1b Fix custom textures
|
|
3a6e2ae Murmur prints version info in log on startup
|
|
94aaf63 Fix crash with playercontext and context action
|
|
|
|
2009-03-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
34c0788 Fix treemessage
|
|
cdfd8b7 Fix QueryUsers
|
|
c18b1a2 Fix ACL Editor
|
|
5ec7a58 ProtoBuf for Ice/DBus
|
|
c971091 Add experimental warning to installer
|
|
9f56cbf Use generated sendX handlers
|
|
64cdec6 Use Player to precache textures
|
|
95bf2c8 Textures aren't optional
|
|
c2efc69 Use cache for textures
|
|
1803b93 Use MUMBLE_MH_ALL for headers
|
|
b388ef0 Have UserQuery automatically follow ACL
|
|
47485ed Move accumulator to ServerHandler, avoid having murmur depend
|
|
on boost::accumulators
|
|
715239c Accumulator based pingstats
|
|
52d386d Pass User instead of Connection to murmur message handlers
|
|
54466d5 Message references instead of pointers, and make UDPTunnel
|
|
work
|
|
|
|
2009-03-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
561b7f2 Make preprocessing tokens gcc compatible
|
|
ef1ea0c UDP Voice data works
|
|
c0da46e Working TCP communication
|
|
68d3159 Update build instructions
|
|
|
|
2009-03-26
|
|
Eli Tallman <eli.github@gmail.com>
|
|
e36f901 Gmod addresses update
|
|
efe2334 Updated L4D for Build 3790
|
|
35d6fd2 crlf
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1718cde Make Mumble compile with protobuf.
|
|
|
|
2009-03-23
|
|
Eli Tallman <eli.github@gmail.com>
|
|
b7a974d Added BF2142 plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2fd181a Make ProtoBuf work on Win32
|
|
b377df8 Allow Tray to compile without DBus/Ice
|
|
3a05740 Fix TextMessage when AlwaysOnTop
|
|
feca72d Revert "Make init script stop complaining", because it really
|
|
should complain.
|
|
4518e1a Make init script stop complaining
|
|
d4d7f36 Allow changing SuperUser email
|
|
b831cfc Bump version to 1.2.0
|
|
1e9c437 Merge branch 'v1.1.x'
|
|
40884a3 Allow no-dbus to work for mumble
|
|
0f46c9e Update gitignore
|
|
481760c ProtoBuf for murmur (no DBus/Ice yet)
|
|
a295819 Extended protobuf testing
|
|
14616d7 Add protobuf compiler
|
|
|
|
2009-03-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
fc80d64 Add addban.php script to osxdist.
|
|
5fcee7b Copy qt.conf into AppBundle via qmake instead of dist script.
|
|
629fabc Be more explicit in postflight script.
|
|
fbd9fa2 Remove dead code from OSX overlay contextmenu.
|
|
5b42a49 Handle symlinks properly in osxdist.py.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dff9e3a Make the logrotate fail gracefully if murmur isn't running
|
|
e710a84 Update indent script
|
|
46e1e60 Update release script to work without a make
|
|
a0d5920 Add mumble_plugin.h to distribution
|
|
|
|
2009-03-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e17401d Require a logout for OSX installer.
|
|
15e4cb7 Apparently, only hooking CGLFlushDrawable is just fine. This
|
|
didn't seem to work first time I checked. :(
|
|
4ebaedd Reduce OSX overlay logspam.
|
|
2b81e4a Make contextmenu call `mumble-overlay' to launch apps.
|
|
ae2ffcf Add 'mumble-overlay' app-launcher to OSX overlay.
|
|
0d3dd3b Add contextmenu.h to HEADERS.
|
|
276938f Add an overlay context menu for Mac OS X. Allows for launching
|
|
apps with the overlay enabled by right clicking on them.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5edfee0 Fix a few more odd writing cases for authors
|
|
e0fe5c7 Update changelog script to credit SVN authors properly
|
|
4eb6d7d New changelog script
|
|
3732dce Fix WASAPI device selection
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
b79e2a2 Polish translation quick fix
|
|
|
|
2009-03-20
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5e460af Fix crash of config dialog when always on top is set
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
0d45cd8 minor German translation update (double spaces)
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ba56432 Update to the MIT licensed version of mach_star.
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
f48f816 Updated Spanish translation for 1.1.8
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0bd7c1c Workaround for alwaysontop bug
|
|
17537bd Fix broken output from lupdated, and remove empty 'tr'
|
|
translation
|
|
b4d4b86 Update source strings.
|
|
b246faa Fix capitalization.
|
|
9a49e4f Revert "Fix crash of config dialog when always on top is set"
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
0f54d3c Polish translation - completed for 1.1.8
|
|
|
|
2009-03-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
845f2d3 Always allow SuperUser in mumble-auth.py + style update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
27b7e15 Example of how to use structs from PHP
|
|
027ae42 Start of new protocol
|
|
|
|
2009-03-18
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
68ba119 German translation for latest changes
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5cb0d27 Update for new intel compiler
|
|
|
|
2009-03-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
15052fb Qt 4.5.0 has fixed signal emitting when deleting sockets,
|
|
remove workaround
|
|
|
|
2009-03-16
|
|
Eli Tallman <eli.github@gmail.com>
|
|
50b3f50 L4D build number update
|
|
97098ab Fixed typo in installer for DODS plugin
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b2029dd Fix lousy UTF8 handling in most browsers
|
|
|
|
2009-03-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ab0089c Fix input/output switch in tooltip and whatsthis in config gui
|
|
3cd95b5 Fix punctuation in ACL editor
|
|
6ff4b14 Fix typo
|
|
bf867ed Fix message type of join/leave channel
|
|
|
|
2009-03-14
|
|
Jan Klass <kissaki@posteo.de>
|
|
4ca05b9 updated German translation
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5cc524f Fix osxdist.py optparser.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5a7f04a Avoid locking mutex unless plugin has lock
|
|
b35fdce Avoid setting duration on WASAPI
|
|
f2e4aff Fix duplicate string
|
|
3a85112 Language file resync
|
|
ae2d336 Switch to boost 1.38 for Win32
|
|
|
|
2009-03-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cc9e795 Fix various typos in osxdist.py.
|
|
eb5fc92 Use plain messages for Growl. It doesn't do HTML.
|
|
a977546 Remove old osxdist.sh script.
|
|
8b72150 Update Mac OS X dist script.
|
|
ae1ba55 More OSX header fixes.
|
|
37c854f Don't try to detect Growl via AppleScript. It doesn't work.
|
|
dbb0eb2 Fix header mess on Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a66cf2d Add speex as submodule
|
|
|
|
2009-03-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5202447 Detailed WhatIs strings for Log config
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
4f35872 Updated Gmod plugin, added better spawn state
|
|
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
143589b Apply patch from mumble-tower
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ac83eb0 Add qt.conf to the source-tree.
|
|
390e291 Use qt.conf in app bundle to set Qt plugin path. Remove dirty
|
|
hack from main.cpp.
|
|
bbb4f92 Fix osxdist script.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c865f2f Update OpenGL overlay to recheck hook
|
|
d7e070b Fix description message so it comes after the welcome message
|
|
1e324f2 Add a few periods to whatsthis
|
|
0558722 Update a few english strings
|
|
|
|
2009-03-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
0fddab0 Add additional Murmur scripts to OSX .dmg. Launch mkini.sh in
|
|
osxdist.py.
|
|
3c38350 Update OSX installer with new license information.
|
|
ae8bcbd New overlay paths for OSX injector. Load proper bundle when
|
|
asked for it.
|
|
83c363a Add LGPLv2.1 license (new for Qt 4.5). Update Speex license.
|
|
Add PortAudio license.
|
|
ab63d65 Make GlobalShortuctMac build with 10.4 SDK once again.
|
|
95de017 Fix up permissions in OSX installer.
|
|
|
|
2009-03-10
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e7dd7ed Updated strings for log configuration
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
844af75 Added Dystopia plugin
|
|
8034ec1 Fixed v,h addresses
|
|
8c91027 Update for 1.3 patch
|
|
c9ea6a0 Added Dystopia plugin
|
|
|
|
2009-03-09
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
383e025 Removed secondary option for eventsound configuration
|
|
b6a6e31 Correct invalid if in eventsound fallback code
|
|
c92a410 TTS fallback and filecheck for eventsound
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
cb67fc1 updated murmur.ini documentation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
080c586 Create .ini files based on template
|
|
|
|
2009-03-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
266a2b8 setSuperuserPasssword => setSuperuserPassword
|
|
|
|
2009-03-07
|
|
Eli Tallman <eli.github@gmail.com>
|
|
ac6a5d4 DOD PA lacked sourcefiles
|
|
8be4101 Day of Defeat Source PA plugin
|
|
633a403 TF2 build 3771 update
|
|
|
|
Jan Klass <kissaki@posteo.de>
|
|
665edfe German translation: 'Main Window' updated Thus German
|
|
translation was checked throughout now
|
|
507e799 updated english translation some smaller flaws (typos, missing
|
|
., grammar) and made some things clearer
|
|
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
cf7cfb8 Apply patch from mumble-tower
|
|
455ebe9 Changed one awkward translation.
|
|
bb2406e apply patches provided by kissaki
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
1c95ce9 Use weak binding to determine whether to use Leopard-specific
|
|
key-to-name translations in GlobalShortcutMac.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9ced3f7 Fix comment parameters for Channel::add
|
|
d26bb4c Add about to tray context menu
|
|
34fad98 Use consistent naming of channel actions
|
|
|
|
2009-03-06
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
c370c9f Some fixes in eventsound
|
|
d9e6ff2 Merge branch 'eventsound'
|
|
1d677c4 Implemented the GUI part of the static sound for event feature
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
03fc6ba Growl notification support.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a90db97 Support HTML editing for channel descriptions
|
|
6901c4c Final merge and CIA test
|
|
88fdb0c Merge test
|
|
da96d6b Update path for ruby
|
|
2e778f6 Indent
|
|
e880109 Resize minimum size of shortcut config
|
|
4d60fbd Remove HTML for trayicon balloon.
|
|
c4ff017 Add function to check sample validity.
|
|
|
|
2009-03-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c048a02 Add 'proper' Mac OS X installer.
|
|
|
|
2009-03-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ae0c8b5 We don't want the OSX overlay to live inside the app-bundle.
|
|
fe8c40a Make the OSX overlay injector live outside the Mumble
|
|
app-bundle.
|
|
6d6c67d Fix Murmur build in OSX/Darwin.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ac0b3cf Indenting
|
|
a2765a6 CRLF merge
|
|
1561941 Add mute/deafen to icon context menu
|
|
467cd16 Update release script
|
|
|
|
2009-03-03
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
792ca1f Merge branch 'sourceplugs'
|
|
f199f0b Add new PA plugins to the installer
|
|
64914f4 Backend support for playing sound files on events.
|
|
76e6416 Save/Load for soundfile paths
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
b58cea3 INSURGENCY: Modern Infantry Combat Positional Audio
|
|
5fe671b Garry's Mod Positional Audio
|
|
d9ecf7d Age of Chivalry Positional Audio
|
|
8f1f066 Half-Life 2 Deathmatch Positional Audio
|
|
3c9cfae Counterstrike Source Positional Audio
|
|
1b3c71b TF2 PA fix
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
df69aef Update static murmur for Qt 4.5.0 and lzma compression
|
|
f2232a5 Use realtime threads on Linux, as posix threads aren't
|
|
prioritized under SCHED_OTHER
|
|
|
|
2009-03-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
71957d8 Fix typo for channel description
|
|
f71a815 Support extended keys
|
|
|
|
2009-03-01
|
|
arrai <array.of.intellect@gmail.com>
|
|
aee1e23 Don't idlemute after self muted
|
|
|
|
nomad <gmc_holle@users.sourceforge.net>
|
|
7bd80f8 Adding channel descriptions
|
|
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
5929962 correct installer translation
|
|
fb41b75 Standardgeraet
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1f8364b Avoid spamming log on description change
|
|
6ef0a0c Indent
|
|
d8f994c Update documenation for Server.getLog
|
|
f2022a0 Use non-cached Ice connections
|
|
ab2d992 Support clearing texture over Ice/DBus, and remove qcompress()
|
|
header from getTexture on Ice
|
|
9bb37b9 Add .gitignore for win32
|
|
bbeda39 Add .gitignore files
|
|
b207e3d A few testcases for collections and hashes
|
|
a41c00b Fix typo
|
|
|
|
2009-02-28
|
|
kissaki <kissaki@users.sourceforge.net>
|
|
608a90c Patch #2625917: really simple PHP + ICE registration script
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5db28fa Even with dropped capabilities, running murmurd as root is not
|
|
a good idea, so always warn the user
|
|
796afe0 Avoid messing with ulimits in murmurd, and first part of
|
|
updated init script to use privileged capabilities
|
|
|
|
2009-02-27
|
|
kissaki <kissaki@users.sourceforge.net>
|
|
944501f Patch #2645062: Installer Translation: German
|
|
89d5f51 Patch #2638107: Installer Translation: German
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
56426af Overlay for Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7515e31 Update default system ini to include the uname tag
|
|
5d9edfb Don't keep CAP_DAC_OVERRIDE after switching users
|
|
a5a3a73 Unbreak QoS on Unix
|
|
f56a47f qWave (QoS for Vista)
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
0ddd167 Patch #2645933: Polish translation (small fix)
|
|
|
|
theblackstorm <theblackstorm@users.sourceforge.net>
|
|
c317abe Patch #2645641: NSIS French Translation
|
|
|
|
2009-02-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b34cbc7 Clean up logic for capabilities, add resources automatically
|
|
if root, and update the limits test
|
|
2c9f4f0 Add a umask, add the CAP_SETGID capability, and print a
|
|
warning if running murmurd as root without a username to drop
|
|
to.
|
|
7fc01d6 Use Linux capabilities to allow us to really use high priority
|
|
threads
|
|
|
|
2009-02-25
|
|
haru_arc <arcenciel@users.sf.net>
|
|
9f8f3cd Patch #2637281: NSIS Japanese Translation update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0df61d2 Kill running mumble, murmur etc on uninstall.
|
|
2350c48 Sections for the installer.
|
|
428bc1b Fix spelling error in NetworkConfig.ui
|
|
788b3f4 Distribute Murmur.ice with win32 install.
|
|
13ea9af Avoid using QPainter::scale() as that produced a few artifacts
|
|
in Qt 4.5.
|
|
|
|
2009-02-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
468ed6d Replace previous notification -- needed on new Ubuntu notifier
|
|
e73613a Clarify Ice documentation for verifyPassword
|
|
9ea9089 Handle lost textures
|
|
ada9056 Update vertex shader
|
|
|
|
2009-02-23
|
|
lewellyn <lewellyn@users.sourceforge.net>
|
|
7041b3f murmur_pch.h cleanup
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
db3c781 Update Linux overlay to guess window size on GLX<1.2
|
|
c58df3f Qt4.5.0 on Win32.
|
|
39c8094 Mutex cleanup
|
|
3568c5d Valgrind run for mumble.
|
|
66d04b2 Fix a few gcc warnings
|
|
|
|
2009-02-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fb84f8e Fix RPC.cpp to compile even with CONFIG+=no-dbus
|
|
ba56098 registerPlayer throws InvalidPlayerException, update .ice to
|
|
match
|
|
5de1027 Shader-based OpenGL same-context linux overlay, with ELF
|
|
linkmap iteration
|
|
|
|
2009-02-21
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
f308c58 Fixed possible bug in several plugins and did some minor style
|
|
tweaks
|
|
|
|
Eli Tallman <eli.github@gmail.com>
|
|
35f52a9 Team Fortress 2 PA plugin
|
|
|
|
2009-02-20
|
|
haru_arc <arcenciel@users.sf.net>
|
|
4fd1812 Patch #2620308: NSIS Japanese Translation
|
|
17a6814 Patch #2620179: NSIS Japanese Translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
58b6aa8 getServer() for Ice doesn't throw, it returns a null proxy.
|
|
5932d65 Use Ogg-Speex for samples.
|
|
|
|
2009-02-19
|
|
kissaki <kissaki@users.sourceforge.net>
|
|
f74911e German Installer Translation Updated
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cec4fae Check unlink state every second.
|
|
50e58c2 Correct L4D plugin.
|
|
ebdc34c Show which channel has been moved to/from when moving a
|
|
Player.
|
|
2a9dcfd Allow modification of ACL if you have Write on parent channel.
|
|
6c6b3b8 Multiple keycombos per shortcut.
|
|
5257860 Fix typo; murmur now compiles on Win32 again.
|
|
879d3b2 Indenting and moving of a few code blocks
|
|
1d9b576 Support KDE notifications as well
|
|
|
|
2009-02-18
|
|
nomad <gmc_holle@users.sourceforge.net>
|
|
990ab72 Patch #2613323: Support for QT System tray balloon tool-tips
|
|
or libnotify
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b6fbe4a9 Don't use embedded speex if system speex >= 1.2
|
|
46b1594 Use the correct interface for QDBusInterface for focus
|
|
eb97048 Use default ice port in the example scripts
|
|
b36bfdf hasPermission for Ice
|
|
5001daa External Ice Authentication
|
|
|
|
2009-02-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ff728cd Indenting run
|
|
96b5158 Use QString based logging instead of const char *
|
|
08c7814 Reduce server stack usage
|
|
3fb59f9 QNetworkAccessManager for http loading. Support images in
|
|
welcome text.
|
|
|
|
ueber <ueber@users.sourceforge.net>
|
|
cff1c68 Ruby Ice example
|
|
|
|
2009-02-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7148a0b Add a thread count test
|
|
39519d2 Speedtest of Protocol Buffers
|
|
|
|
2009-02-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e2586a4 Indenting
|
|
23af558 Client-side resource usage.
|
|
c64cd11 Server-supplied resource support
|
|
c3f993b Start UDP thread on demand
|
|
100a9a3 Clean ACL cache on server shutdown
|
|
|
|
2009-02-14
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
cfba8f0 New sample script which uses the server controlled context
|
|
menu entries to create registration tickets from a client
|
|
|
|
kissaki <kissaki@users.sourceforge.net>
|
|
07741df Patch #2598251: german translation (mumble) updated
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
675c10a Oops, didn't mean to commit empty directories
|
|
64e3381 Example on how to use DBus with C#. Forgot I made this one.
|
|
e68d920 Be kinder to systems without working lsb_release
|
|
c7f4f3a Set current index on context actions for the playerview.
|
|
|
|
2009-02-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b0aea9f Fix LFLAGS_ADD
|
|
dd82270 Add support for building 32-bit library on amd64
|
|
6fc929e Fix typo; the overlay isn't speex
|
|
1ff3076 slice2html doesn't count ? as a terminator, so reword things
|
|
slightly
|
|
75205b3 Initialize menus on startup so context shortcuts are activated
|
|
0091cdc Don't refresh the ALSA card list, it causes ALSA to crash
|
|
|
|
2009-02-12
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
e64d33b Replaced the 'while' with close on keyboard interrupt
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
94c73a5 Client-side context menus.
|
|
261483e Context actions for Ice
|
|
307a198 Iterate servers at startup instead of abusing stop/start
|
|
callback
|
|
|
|
2009-02-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7517a5c ServerCallback for Ice
|
|
e9d8601 Meta callbacks for Ice
|
|
03aaf77 Dynamic connect() for authentication
|
|
86ac8d3 Fix volume attenuation when max volume is 0.
|
|
6db5ccb Delete event filter first, so it won't get called with its own
|
|
delete event during recursive delete.
|
|
|
|
2009-02-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
554763e Indenting run
|
|
ed7c412 Readd started/stopped signal propagation
|
|
146d7c6 Signal/Slot based RPC callbacks
|
|
3d6ae39 Signal and slot test
|
|
8c97da4 Start of Ice callbacks
|
|
|
|
2009-02-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6242768 Add L4D to installer.
|
|
abbaf57 log based rolloff for audio.
|
|
667ce05 Sample-based output.
|
|
701c1a4 When already connected and clicking Server|Connect, default to
|
|
adding current server to the list.
|
|
|
|
2009-02-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3798014 Patch #2580353: bf2 PA increased possible mapsize
|
|
29c0464 Patch #2579216: cod5 new version 1.2 pa patch
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
49d3385 Positional support Left 4 Dead.
|
|
dfa7a82 Switch to "MaxDistVolume" for distancce attenuation.
|
|
3fa2818 Put MumbleScript on ice for the time being, as it is hard to
|
|
get gui elements secure.
|
|
|
|
theblackstorm <theblackstorm@users.sourceforge.net>
|
|
ad0a14f Patch #2574499: NSIS French Translation update
|
|
|
|
2009-02-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
d56a85d Remove Window->Close menu item on OSX. Disconnect uses Cmd+W
|
|
as well, and we should really only quit on Cmd+Q.
|
|
|
|
2009-02-03
|
|
kissaki <kissaki@users.sourceforge.net>
|
|
6004a57 Patch #2557593: Installer Translation German improved
|
|
|
|
theblackstorm <theblackstorm@users.sourceforge.net>
|
|
c7b215c Patch #2560147: NSIS French Translation
|
|
|
|
2009-02-02
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
d02a587 Spanish translation for installer
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b3a171b Start of clientside scripting.
|
|
38c52b5 Have the installer check for SSE, and complain if it isn't
|
|
found.
|
|
|
|
2009-02-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
db7b312 Allow playername and channelname config to be set live
|
|
|
|
2009-01-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bab2100 Patch #2550233: German Installer Translation Updated
|
|
feb2dcf Patch #2549845: Win32 installer Polish translation [sumowski]
|
|
Use Unicode NSIS installer
|
|
|
|
2009-01-30
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
2be3586 German translation for installer
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
02378c5 Localized Win32 installer.
|
|
e9b3fe8 Clean up a few leftover code lines
|
|
412be5d First pass at adding inline documentation to the slice file.
|
|
Could probably do with a spelling check or three.
|
|
|
|
2009-01-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a3a362d Version bump
|
|
|
|
2009-01-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4aa85bb 1.1.7 release
|
|
971a164 Changelog update
|
|
a0c9671 Indenting fixes
|
|
|
|
2009-01-27
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
878fff7 Updated Spanish translation
|
|
|
|
2009-01-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
51510ff Debian Bug#513119: murmur-user-wrapper: confused about dbus.
|
|
Patch by janbraun@gmx.net
|
|
|
|
2009-01-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7508be1 Delay fetching OSInfo, as QProcess doesn't deal well with
|
|
fork/detach
|
|
4a07c67 Update distribution scripts
|
|
b4258dc Add elide mode for the audio devices, and store configdialog
|
|
geometry.
|
|
048343f Updated mumble-overlay to support biarch systems, based on
|
|
patch by ludwig.nussel@suse.de
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
901ffe7 Polish translation hotfix
|
|
|
|
2009-01-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e611b15 Include Mumble's LICENSE file instead of the GPL in the Mumble
|
|
disk image.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8eb7359 Dont use tool windows on OSX
|
|
70344b3 Preserve config menu settings entry.
|
|
|
|
2009-01-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b6cd05d Allow the i386-part of OSX Universal Binaries to be built with
|
|
MMX/SSE/SSE2 optimizations.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9277b53 Transparent background for extended images in the murmur.cgi
|
|
9ccba72 More consistently pick the same interface
|
|
386a8f2 If we don't find an active IPv4 interface, pick any other
|
|
|
|
2009-01-20
|
|
julian7 <julian7@users.sourceforge.net>
|
|
887368a Patch #2524995: DBus started/stopped signals
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ae08a5e On FreeBSD, just link -lcrypto directly
|
|
f3fa9ad Older input.h doesn't have KEY_CNT
|
|
cad89be Attempted workaround for screeching.
|
|
d0bd009 Strip " from lsb_release
|
|
1be6e51 Update to support G15 SDK 3.01
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
490728e Polish hotfix
|
|
00bf4ac Updated polish translation
|
|
|
|
2009-01-19
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
6e01e25 Stop frameless window from creeping around.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
30460fd Language update
|
|
e3f271b Indenting update
|
|
dfecfd3 Use just parts of uname() for OS info
|
|
2afcd0e Don't use /dev/input devices that are grabbed, and don't use
|
|
/dev/input at all unless we find a keyboard
|
|
c451437 Fix of the fix of the fix for the frameless mode
|
|
34acfe4 ALSA Locking
|
|
|
|
2009-01-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
9fca9fb Patch #2516734: Independent geometry for Mumbles' Minimal View
|
|
0112a1a Patch #2516400: Self Mute/Deaf via DBus for Mumble client
|
|
|
|
jerhum <jerhum@users.sourceforge.net>
|
|
7814dba Patch #2518154: French translation update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6786ed6 Minor cleanup of the noframe patch.
|
|
49fbd6b Brutally simplified LCD overlay.
|
|
2970f91 Qt 4.4.3 for Win32.
|
|
763a061 Fix for QScrollArea in ConfigDialog.
|
|
4a414a4 Remove debug output from Overlay_win Use QTreeView::scrollTo()
|
|
for the playerview.
|
|
|
|
2009-01-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
695074f Multiapp overlay for *nix
|
|
1faac99 Support simultaneous overlay in multiple applications.
|
|
e90dd48 Prefetch offset for createdevice.
|
|
c168a48 Always show that we attached to OpenGL in the debug log.
|
|
061aa70 Trampoline-based, chaining, push/ret calling overlay.
|
|
|
|
2009-01-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cb9dfc4 Remove a debug string from AudioOutputDialog
|
|
eaacf2f Lrelease seems to merge a few contexts, so turn nounfinished
|
|
and compress off.
|
|
|
|
2009-01-15
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
318e002 German translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7121374 WASAPI doesn't need output delay, or so it seems.
|
|
1023428 Add a outputdelay config for AudioOutputRegistrar
|
|
e3d63c5 Stop g15helper from spamming debug log.
|
|
88f0732 Typo fix.
|
|
852f60d Thread-safe AddRef/Release for overlay. Delayed-insertion D3D9
|
|
hook, work around bug in SupCom.
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
7afa56f polish_for_1.1.7_release_update_v50-FINAL.tar
|
|
|
|
2009-01-14
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
bf34571 Updated Spanish translation.
|
|
|
|
2009-01-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
04825a7 Use sheets for ConnectDialog-related dialogs on OS X.
|
|
1fd2ae4 Prettify OSX OSInfo and include architecture.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d10b798 Locale-aware version queries.
|
|
729b7a4 Fix bug where muted trayicon wasn't shown on startup.
|
|
fde3748 Apparantly -arch:SSE (SSE1) and -QxK (SSE1) at the same time
|
|
becomes SSE2. This compiler is quite buggy.
|
|
97abe97 Fix exit crash of overlay. Also include interface replacement
|
|
code. Not used yet though, it would fail if the game did
|
|
device->GetSwapChain->GetDevice, unless we patch all of those
|
|
as well.
|
|
|
|
2009-01-12
|
|
ikasamah <ikasamah@users.sourceforge.net>
|
|
10aaace Updated Japanese translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1948c1d Fix positional test in Audio Wizard.
|
|
1fe8a5d Default IdleAudioMute to off.
|
|
3282f3c Update murmur-static script
|
|
058e073 Qt 4.3 doesn't have -removeidentical for lrelease
|
|
a450608 Descriptor test only works on *nix.
|
|
f7d5644 Add a descriptor test
|
|
4325826 Fix editor oops in Register.cpp
|
|
864a40a Updated installation documentation
|
|
d28a8a8 Language file updates
|
|
b13cd6a Report true Windows version.
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
e2701fa Updated polish translation
|
|
|
|
2009-01-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
949a8c2 Make canEcho const, unify XML for OS info and don't start UDP
|
|
thread if the socket failed
|
|
0f93c33 Default Console.txt path to %APPDATA%, and add a "Run Mumble"
|
|
to the installer.
|
|
1087de9 Use UTF-8 for CStrings too, fixes a Mojibake
|
|
6a6ca34 When using WASAPI, decrease the volume of other applications
|
|
during speech.
|
|
|
|
2009-01-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
31e2c53 Fix string playerid -> string name
|
|
4320a6f Explicitly use UTF8 for all output from murmur.
|
|
976f17e Spelling fix for wizard.
|
|
27fa1bc Workaround for distros that rename qmake and lrelease without
|
|
providing mkspect pointers
|
|
bf6844a Add the Linux OS for the VersionCheck. oops :)
|
|
36c9d56 Mute loopback in wizard during welcome and finish pages. Add
|
|
question about statistics to the end of the audio wizard.
|
|
e36d650 PTT in audio wizard.
|
|
8f5da0f Use qCritical where it makes sense.
|
|
130416e On Unix, detach even if logfile fails
|
|
|
|
2009-01-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3f2c634 Fix universal build on Mac OS X (and other non-pch targets).
|
|
7565edb Only enable XEvie when building against an X11 version of Qt.
|
|
Disable g15daemon support on Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3fc100d If Mumble is already installed, call the uninstaller.
|
|
68a6d8f Ok, only disable DirectSound if we actually compiled with
|
|
WASAPI (it is optional, after all). Add a diagnostic output
|
|
from ASIO when no devices are found.
|
|
3e25021 Merge DirectSound code into single file, and disable
|
|
DirectSound if WASAPI is found.
|
|
af7c056 Anonymous statistics.
|
|
d2af1eb Enable tab scrolling to save a bit of space in the config
|
|
dialog.
|
|
3cad4a2 Anonymous statistics.
|
|
4bdf757 Register Win32 version in hex.
|
|
770a421 Include version and OS with global server registration
|
|
a93e270 Readd the untranslated English as a selectable language.
|
|
|
|
2009-01-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e0ea5df qCompress global server list.
|
|
46d8c8a Register current # of users and channels on global server list
|
|
63cca58 Whitelist the global serverlist callback from the reconnect
|
|
tempbans
|
|
|
|
2009-01-05
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e9fb2ff Allow global volume shortcuts to increase the volume up to
|
|
200%.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6bea0e5 Intel C++ 11.0 compiles -Qipo into buggy code, so turn that
|
|
off.
|
|
6d373a7 Translation file updates
|
|
ec7f8cb Indenting update
|
|
1f33cb8 Write/Admin -> Write ACL
|
|
ad2b8e2 Update copyright for 2009
|
|
219c8c9 Add desktop shortcut on Win32.
|
|
82bb384 Allow channel/player regexp to be changed
|
|
6a4e383 Rename "Write" to "Write/Admin" in the UI so people stop
|
|
thinking it's for message writing.
|
|
e8c9e47 CONFIG+=no-embed-qt-translations to load translations from Qt
|
|
from the system installed directory.
|
|
4751c3c Remove a few missing translations
|
|
4294ad7 -jX safe make targets for translations
|
|
60c2877 Build updates for newer boost and C++ compiler.
|
|
|
|
2009-01-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b0162ef Experimental notify-less DirectSound, using estimated
|
|
positions.
|
|
|
|
2009-01-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6a494c8 Tab-based config widget.
|
|
|
|
2009-01-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
974ced3 Update Win32 Overlay to inject LoadLibraryA. With the CBT
|
|
hook, this should hopefully be enough.
|
|
|
|
2008-12-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
81cec84 Fix for the regression introduced by the hanged connect fix.
|
|
|
|
2008-12-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8037b8d Fix G15 on Linux
|
|
6c68408 Avoid stuck ServerHandler when server is unreachable.
|
|
|
|
2008-12-24
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
02d47ea Patch #2457331: Make murmur use its own icon
|
|
|
|
mokomull <mokomull@users.sourceforge.net>
|
|
82e4966 Patch #2463387: Add configuration option for hiding main
|
|
window to tray
|
|
28636ed Patch #2462928: Reload ALSA device list when settings dialog
|
|
is opened
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e87688b Fix for crash with no LCD devices present.
|
|
|
|
2008-12-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b39c862 Don't show LCD Config if no devices are detected. Also minor
|
|
cleanups of G15 helper.
|
|
|
|
2008-12-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
56ee577 Update G15 helper to use standard input/output Show all
|
|
players/linked channels. Fudge the font metrics.
|
|
|
|
2008-12-13
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b4806cc Add g15helper.ico.
|
|
98da0f9 LCD Support
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5ab03f2 Fix some Boost/Qt stuff for icl for the G15 code.
|
|
62d3ac4 The G15 library doesn't handle multiple devices.
|
|
|
|
2008-12-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f838215 Add LCD config dialog icon.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f151df1 If the UDP socket failed. don't close it. Also, enable
|
|
obfuscate parameter.
|
|
|
|
2008-12-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
5665131 Patch #2393239: PA div by zero fix (/ bf2 plugin fix)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1b264fb Add MSVCRT to the plugins directory as well.
|
|
|
|
2008-12-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
41aff5b Fix unaligned access issue on picky 64-bit platforms (such as
|
|
IA64)
|
|
|
|
2008-12-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
913cd1e Keep expanded state of items when moved.
|
|
ffa5621 Updated translation sources
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
5eb15b1 Updated polish translation
|
|
|
|
2008-11-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
a76f1f0 Treat incoming and outgoing mumble:// URLs as URL encoded.
|
|
5f3d243 Fix typo in "What's This" for Noise Supression. Fixes bug
|
|
#2238867.
|
|
b6fdc6e Add all the new positioaln audio plugins to the installer.
|
|
Fixes bug #2294035.
|
|
|
|
2008-11-28
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
3eaff86 Patch #2293077: Tray icon update on disconnect
|
|
d0f05fd Patch #2293288: Disable PA when position is reported as
|
|
(0,0,0)
|
|
d798227 Patch #2301216: Positional audio for Call of Duty 5
|
|
8d72daf Patch #2338606: Positional audio for Wolfenstein:ET
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b5cdef7 Fix rounding issues in AudioConfigDialog. Fixes bug #2293514;
|
|
Based on patch #2293714 by dd0t.
|
|
|
|
2008-11-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6be3542 Change tray icon when muted/deafened.
|
|
d9cecff Idle timer in client to auto-mute.
|
|
073c72e Fix so you can use minimal view and AlwaysOnTop at the same
|
|
time.
|
|
a5a4a33 Allow boosting volume to 200% (with warning about it's
|
|
quality).
|
|
|
|
2008-10-22
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
d57321b Patch #2183224: Call of Duty 2 positional audio
|
|
|
|
2008-10-19
|
|
mystic_sam <mystic_sam@users.sourceforge.net>
|
|
b40cf89 Patch #2178031: AudioBar in config dialog
|
|
|
|
2008-10-18
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
9d6f296 Sanity checking for CoD4 plugin
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
b535225 Make GlobalShortcutMac build again.
|
|
e61870e Fix version number in BF2 plugin about dialog.
|
|
|
|
2008-10-11
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
71684f1 Make sure LogTitleBar is properly hidden when launching
|
|
Mumble.
|
|
0e48e6e Initialize DirectInput in the same thread as we are polling it
|
|
in.
|
|
37e60be Move DirectInput handling to the same thread as the Win32
|
|
input hooks. Fixes GlobalShortcut signal delivery.
|
|
|
|
2008-10-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d680eb9 Add Q_DISABLE_COPY to most classes
|
|
|
|
2008-10-08
|
|
Stefan Hacker <dd0t@users.sourceforge.net>
|
|
2ed7d0f Patch #2151618: Positional audio for Call of Duty 4
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6bedde8 Add _USE_MATH_DEFINES to the .pro for Win32 so M_PI is
|
|
defined, instead of locally changing the file. Oops.
|
|
|
|
2008-09-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a53239f Compile on platforms where qreal is float
|
|
|
|
2008-09-29
|
|
entitaet <entitaet@users.sourceforge.net>
|
|
2cecce4 Patch #2133288: Correction in mumble_de.ts
|
|
|
|
2008-09-26
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
42b0508 Updated Spanish translation
|
|
|
|
2008-09-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7460e13 Distribute Qt 4.4.2 for Win32.
|
|
|
|
2008-09-23
|
|
jakobdettner <jakobdettner@users.sourceforge.net>
|
|
2a6ae35 Patch #2119472: tray icon exit menu entry on right klick
|
|
|
|
l-n <l-n@users.sourceforge.net>
|
|
0e86bb4 Remove C++ flags from CFLAGS
|
|
3bd6814 Patch #2122639: fix build with older alsa
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
270040d Deny duplicate channel names
|
|
46ba719 Check valid player ID on texture get/set
|
|
|
|
2008-09-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
be9a94b Bump BF2 plugin version.
|
|
30c144d Add uninstaller section for configuration settings and
|
|
databases.
|
|
e94da5f Version bump
|
|
9e33a86 Changelog update
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
9589f64 Updated Polish translation
|
|
|
|
2008-09-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3b124ce Add dbOpts setting. Allows users to specify custom connect
|
|
options for their QSqlDatabase.
|
|
|
|
2008-09-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7e0368e Language updates
|
|
2488f6f Indenting
|
|
1cc6bcd Implement "Always on top" and "Ask on Quit".
|
|
256e218 Include stereo decorrelatation in speex builds.
|
|
|
|
2008-09-10
|
|
derandi <derandi@users.sourceforge.net>
|
|
b8ff5ee Patch #2104222: Workaround for buggy Alsa lib 1.0.17a
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f34ca68 getVersion() for DBus/ICE
|
|
|
|
2008-09-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5b0322d Distribute Murmur.ice along with the other Murmur-related
|
|
files on OS X.
|
|
1430ecb Make setChannelState() rename channels for DBus and Ice. Add
|
|
getChannelState() to DBus. (Fixes bug #2098835)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3a393fe sendMessage and sendMessageChannel for ICE/DBus
|
|
2bceafa Version bump
|
|
65fb1bc Distribute fake manifest for VCR90.
|
|
4498fd6 Support source-less text messages.
|
|
|
|
2008-09-06
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
4d89809 Updated German translation
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5fd6da8 Add mumble.icns to mumble.qrc.
|
|
6dbc29f Add mumble.plist to DIST.
|
|
168e007 Add icedemo.php to OSX dist scripts.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a30e610 Polish
|
|
a68f72c Fix translation loader.
|
|
4c19239 Remove link.pl from distribution list
|
|
84a0d6d Changelog update
|
|
3dc145d Fix minor typo in GlobalShortcutMac
|
|
|
|
2008-09-04
|
|
jerhum <jerhum@users.sourceforge.net>
|
|
502512d Updated french translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
92d9f1a Add warning to user if speex hasn't been checked out.
|
|
b41fc5b Remove unused FMODAudio
|
|
b146db0 Remove outdated link.pl (which hasn't worked for several
|
|
releases)
|
|
a47fea8 Remove unused DSound/OpenAL hooks from overlay source
|
|
9b32d99 Remove debian/ and debian-hardy/ from SVN as debian builds are
|
|
maintained in the official debian SVN.
|
|
|
|
2008-09-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bd660ad Final version of polish translation
|
|
|
|
2008-09-02
|
|
ikasamah <ikasamah@users.sourceforge.net>
|
|
61f7ce3 Updated Japanese translation
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
aa3c45d Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
02da74b Remove obsolete translations from polish file
|
|
01d6c1c Updated language files to match new context
|
|
2d6d90a Add context to text "Unlink" for translators (Channel or
|
|
Plugin?)
|
|
16a9832 Work around bug in QDir::addSearchPath() and
|
|
QTranslator::load()
|
|
|
|
Bartek "stranded" Sumowski <sumowski@gmail.com>
|
|
f1dc16c Updated polish translation
|
|
df503d5 Polish translation
|
|
|
|
2008-09-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4a4231d Updated language source files
|
|
2ff806e Indenting
|
|
62f8b23 Silky smooth positional audio mixer.
|
|
|
|
2008-08-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6dc327f Include all necesarry files to compile in .tar.gz
|
|
3b4cbea Distribute Murmur.ice and php scripts with static binary
|
|
bf16e9b Update binary snapshot to update front page
|
|
d42e60e Switch to name hints for iterating PCM devices on ALSA.
|
|
|
|
2008-08-30
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9ffa6f1 Use 'MBLE' process signature on OSX for easier identification.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
509bba6 Be slightly more forecefull when disconnecting timed out
|
|
clients
|
|
61fc898 Try using the CBT hook to avoid IE slowdowns. Might be games
|
|
that aren't catched by this one, though :(
|
|
c9ff1db Use a separate message loop for the lowlevel input hooks on
|
|
Win32. (Fixes bug #2083383)
|
|
|
|
2008-08-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
2e227c0 Fix urlCallback prototype on non-x86-64. Sigh.
|
|
8e99df7 More general Boost include path on OSX.
|
|
d3e6a7c Support for building against Cocoa Qt4 in compiler.pri
|
|
(CONFIG+=cocoa)
|
|
3d167b5 Bundle Info.plist for Mumble AppBundle instead of generating
|
|
it on-the-fly.
|
|
e88f98f Fixes for x86_64 Cocoa version of Qt4.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b8a995c Overlay blacklist and "override" added (put a file named
|
|
"nooverlay" next to the executable to disable it).
|
|
942e4a6 Work around Qt 4.4.1 "feature" of default buttons.
|
|
4013745 Work around setRecord() being broken in Qt 4.4.1
|
|
|
|
2008-08-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
78d6ca4 GlobalShortcutMac cleanups.
|
|
13037b5 Use ~/Library/Logs/Mumble.log for our log on Mac OS X.
|
|
d066df9 Convert GlobalShortcut on OSX to use the Quartz Event Tap API.
|
|
Fixes bug #1929509. Enables key suppression and proper key
|
|
names in the config dialog.
|
|
|
|
2008-08-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c468b39 Show version in title of Win32 Murmur log window.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
638fe72 Distrubute Murmur.ice with .tar.gz
|
|
9303b29 Holding VersionCheck::on_Agent_requestFinished with a
|
|
messagebox means we'll get a second finish event when the
|
|
connection is closed, which goes through before we've finished
|
|
the first. Switch to msgBox
|
|
45753b6 Under win32, ICE has wstring as wchar_t, Qt as unsigned short,
|
|
so we're switching to utf8
|
|
5a457e8 Small cleanup of Win32 output modules.
|
|
|
|
2008-08-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
19a4b0a Repair broken Murmur output formatting introduced by --version
|
|
change.
|
|
ab5df06 Do not output an AppBundle for Murmur on OSX.
|
|
eed23df Add version parameter to commandline Murmur.
|
|
f9952e2 Fix server thread termination on Darwin/OSX. Murmur will now
|
|
properly shut down when receiving a SIGTERM.
|
|
|
|
2008-08-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b4b8df3 Full fledged ICE/PHP example
|
|
5ea8d53 Make ICE unicode safe (switch to utf16 strings)
|
|
|
|
2008-08-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a9c89d5 Package dbus-send on Win32 installs.
|
|
3d14c72 Add DBus setRegistration call
|
|
|
|
2008-08-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ed38530 Use unfiltered input for "amplitude" VAD.
|
|
93e2e0b Move boost path to compiler.pri and use Boost 1.36 on Win32.
|
|
cc57019 Switch to using event-based async ICE functions; Meta::start
|
|
is now safe to use. Fix a memory leak when stopping a virtual
|
|
server.
|
|
f4064df Statically compiled and linked ICE for static server.
|
|
|
|
2008-08-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8bf0437 Update defaults slightly.
|
|
|
|
2008-08-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e560cff Allow AudioWizard audio loopback to work even if we're muted
|
|
on the server.
|
|
|
|
2008-08-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b12e705 Remove a bit of debugging that snuck into the last update.
|
|
8a59b41 Qt 4.4.1 develops a few visual quirks if you reparent GUI
|
|
elements during their creation, so switch to explicitly
|
|
setting the parent.
|
|
a29d68d Fix ICE link bug on Win32.
|
|
|
|
2008-08-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
764487e Add suppression for XEvie and fix Qt4.4ism for context menu
|
|
|
|
2008-08-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
be7961f Update static packaging script
|
|
d748461 Remove some SSL debugging
|
|
7d9b553 Possible support for key suppression with XEvie, but untested
|
|
as Xevie itself is broken on i386
|
|
48959a2 Add a "clear" to the context menu of the log window.
|
|
4e1ff3f Remember correct input device for WASAPI.
|
|
00fa259 Indenting
|
|
11eea44 Use explicit static_cast<> instead of implicit conversions for
|
|
float<->int etc
|
|
|
|
2008-08-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
38da8ad No longer need bin/ in path for Win32.
|
|
3c03642 Fix voice activation buglet. Updated Win32 build environment
|
|
for VS2008 SP1 and Qt 4.4.1.
|
|
|
|
2008-08-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e4b4a27 Update Benchmark.cpp to use current Auth message.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
15dd890 Make it slightly easier to use TAB and other UI changing
|
|
characters as shortcut keys.
|
|
9490153 Wrong default port in ConnectDialog
|
|
20594f5 Update installation instructions slightly.
|
|
57a79eb Suppress shortcuts from other applications.
|
|
a9db643 Use frame power instead of peak sample for "amplitude" VAD.
|
|
Also use post-filtering signal instead of raw.
|
|
ac59593 DBus/ICE getLog now uses limit offset instead of seconds
|
|
|
|
2008-08-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b36270d Log channel id when a player moves
|
|
cf962e6 Bit more cleanup of AudioOutput.
|
|
b55d6c3 Use softmixer for DirectSound.
|
|
|
|
2008-07-31
|
|
derandi <derandi@users.sourceforge.net>
|
|
e1ecd33 Patch #2031394: Call set_rate_near() instead of set_rate_min()
|
|
in ALSA Output.
|
|
|
|
2008-07-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dae48d8 CIA bot on #mumble
|
|
0cea5b9 Update documentation.
|
|
253fbc5 For those crazy enough to want it, we actually support quality
|
|
1 now.
|
|
|
|
2008-07-20
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
9b7b713 Consolidate player/channel name validation into validateName()
|
|
functions. Fix bug that allowed users to rename channels to
|
|
otherwise invalid channel names. The registerPlayer() function
|
|
now correctly validates its name before performing its
|
|
actions.
|
|
22d8808 Call correct removeChannel method for DBus as well.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
45d553c Remove some debugging output from PulseAudio
|
|
e1d9798 Fix typo in registration
|
|
|
|
2008-07-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f56a687 Fix compile bug with ICE. Attempt to fix PlayerModel bugs.
|
|
|
|
2008-07-10
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3bb651c Default to ICE for Murmur on OS X as well.
|
|
|
|
2008-07-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1b1be13 Default to ICE for Win32 murmur
|
|
|
|
2008-07-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
325022b SSL PassPhrase
|
|
3056df3 Taborder in AudioInput
|
|
|
|
2008-07-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
5246e8e Ice for Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5459683 Intel C++ release build with ICE breaks with inlining.
|
|
|
|
2008-07-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7791fa4 ICE for Win32
|
|
38b6224 Include weblist.php using ICE
|
|
93a9638 Update slice definition with idempotent and exceptions
|
|
a95c1e5 Allow specification of ICE endpoint
|
|
c8ffe27 Possible fix for PTT cue crash
|
|
833c2fc ICE fixes for Ubuntu
|
|
|
|
2008-06-27
|
|
prosper_spurius <prosper_spurius@users.sourceforge.net>
|
|
b2f70a7 Patch 2003574: Cannot save current connection
|
|
|
|
2008-06-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
91abf12 Add a new icon for the Mac OS X port. Contributed by Karsten
|
|
Bruns.
|
|
|
|
prosper_spurius <prosper_spurius@users.sourceforge.net>
|
|
60479dd Patch #2002867: Patch for Bug: 1986292 Tray Icon disappears on
|
|
minimize
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2f51d05 Fix locking bug with ICE
|
|
c8d5d87 Complete basic implementation for ICE
|
|
98b1156 More ICE
|
|
|
|
2008-06-25
|
|
prosper_spurius <prosper_spurius@users.sourceforge.net>
|
|
f8fe0bd Patch #1998399: Patch for Feature Request 1934842 Channel
|
|
Locking
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c9ffada Framework for ICE in Murmur
|
|
|
|
2008-06-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
05dcd3b Use OS X system langauge instead of locale data for
|
|
translation determination. (Fixes bug #1952855: Mac: Mumble
|
|
uses wrong language setting)
|
|
dca353c Better XRUN handling in PortAudio. (Fixes bug #1993878: (OSX)
|
|
No Audio from other after some time)
|
|
|
|
2008-06-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fa6a569 Install for all users, not current user.
|
|
2caf10b Align crypt buffers
|
|
|
|
2008-06-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a3501d8 Add DBus types on Win32 too.
|
|
|
|
2008-06-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
46991af Add _cs translation to qrc file
|
|
|
|
2008-06-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e28b561 Support speex.git master
|
|
aed770f Remove external speex SVN
|
|
4c5157b Add logging to phpBB auth script
|
|
|
|
2008-06-05
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
41025c8 Fixed some strings in the Spanish translation
|
|
|
|
2008-06-04
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
23da58d Make sure Mumble will even build with CONFIG=no-dbus.
|
|
|
|
2008-06-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
cd41589 Remove unconditional DBus disablement on OS X. Qt can load
|
|
libdbus at runetime now, yay!
|
|
29d857b Enable proper mumble:// protocol support on OS X. Likewise for
|
|
Console.txt logging.
|
|
|
|
2008-05-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f1835a8 More useful PlayerModel tooltips (feature request #1942941:
|
|
Additional tooltips)
|
|
|
|
2008-05-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
97d2d09 Hide 'Expand'-label in LookConfig for non-expert mode.
|
|
d4ef1a8 Explicitly focus the text input field of the text message
|
|
dialog. Win32 doesn't do this by default.
|
|
e0617e0 Implement volume shortcuts (for feature request #1954994:
|
|
volume keybind)
|
|
|
|
2008-05-17
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
ab53c51 Updated translation
|
|
|
|
2008-05-11
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
bb952c1 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5da1ea3 Version bump
|
|
573a614 Make XEvie optional
|
|
|
|
2008-05-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ae9ebca Changelog update
|
|
05f0da7 Another translation sync from debian's pkg-voip team
|
|
0b43cb1 Update persistent indexes for children in PlayerModel
|
|
20e9aae Fix crash when moving populated channels to parents.
|
|
4f74fd7 Avoid crash when no audio systems worked
|
|
4479f08 Try to speed up filling the public server list on X11. Set a
|
|
name on the GlobalShortcutConfig for skinning.
|
|
6092849 Fix crashbug when %APPDATA% is unset for some reason.
|
|
|
|
2008-05-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b4cce78 PulseAudio detection should be slightly more stable.
|
|
7eec3b6 Cure for Qt 4.4 SSL slowness.
|
|
196cfd5 Changelog update
|
|
18bb1f3 Static build with Qt 4.4
|
|
b9936a6 Indenting
|
|
1355a0a AGC tests
|
|
8aae8a1 Only enable ASIO devices are found.
|
|
8e5bf73 Renamed murmur-wrapper to murmur-user-wrapper
|
|
3980fd7 Debian packaging fixes
|
|
|
|
2008-05-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a6b4d92 Sync debian/po translations from debian's pkg-voip team
|
|
079e6ac Compiler warning cleanups
|
|
00b954a PulseAudio detection (sort of), and sound system priority
|
|
b4454a2 Save dock state when switching to/from minimal mode.
|
|
c1fccd5 Timed drag-grab for the log.
|
|
28dd945 Make the player model the central widget.
|
|
d4b0e25 Drop the splitter and make the log and playermodel dock
|
|
widgets.
|
|
|
|
2008-05-07
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3166fa4 Workaround for the, now as of Qt 4.4.0 yet worse, QWizard bug.
|
|
8ac6be5 Fix automatic version parsing in OS X distribution scripts.
|
|
d1c0313 Avoid loading system Qt plugins on Mac OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a2c4d46 Update Win32 for Qt 4.4.0
|
|
|
|
2008-05-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
11db737 Translation sync
|
|
|
|
2008-04-29
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f88d0cb Hah. Correct 'passford' typo in Murmur usage output.
|
|
|
|
2008-04-28
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
ce01bdc Linux only -> Unix-like systems only
|
|
|
|
2008-04-27
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
444dfd2 Oops. Remove MacVersion variable from TextToSpeech_macx.cpp as
|
|
well.
|
|
96e395b Use qMacVersion() instead of Gestalt() in
|
|
TextToSpeech_macx.cpp.
|
|
fe36a5f Distribute Murmur on Mac OS X. Update dist scripts and README
|
|
to reflect that.
|
|
7ba3737 Move RC_FILE into win32 conditional in murmur.pro.
|
|
2ef7c5a Don't use internet enabled disk images for OSX distribution.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f4a9042 Yet more resampler fixes
|
|
|
|
2008-04-26
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
83e782f Refactor MacOS X TTS engine and disable it when running on
|
|
10.4 (Tiger). Thanks to Christoph Pirkl for tracking down the
|
|
bug.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
72f70e4 Fixed regexp bug in channel name matching
|
|
3a25186 Update to resampler test
|
|
709ad57 Move menus up one level when in minimal mode
|
|
e4d647f Debian/Ubuntu packaging updates
|
|
|
|
2008-04-25
|
|
derandi <derandi@users.sourceforge.net>
|
|
7ff1e6e Patch 1950979: Repair broken ALSA, Changes to Plugins
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3cae4d8 Remove static reference to database
|
|
c7a2d8a Explicitly clear SQL queries
|
|
d0e2cb6 Fix crashbug when reconnecting to removed channel
|
|
59c8bf8 Support live changing non-critical murmur parameters
|
|
7d87303 Indenting
|
|
d0ac8bf Update for Speex visibility
|
|
|
|
2008-04-23
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
83793af Add VersionCheck QueryItem for OS X.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8863fc3 Polled X input support, for OSes that lack both xevie and
|
|
inputdev
|
|
5e136dc Dumbing down the ALSA a bit
|
|
|
|
2008-04-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
79ef80e PortAudio: Get rid of crackling noise when opening output
|
|
streams.
|
|
c15dd01 Mention that we also run on OS X in the README.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
625825d Add UID to shared memory and semaphore names on *nix, to allow
|
|
multiple users at the same time.
|
|
ebe7e0e Add HAL policy to give access to /dev/input
|
|
cf1fb3d Add more debugging info to ALSA, stop using advanced
|
|
functionality
|
|
2ed86fd Gracefully handle lost directsound devices. Ensure shortcuts
|
|
work in the application context and not just the mainwindow
|
|
context.
|
|
|
|
2008-04-21
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3beb2b4 Disable the overlay ConfigWidget on OS X - we have no overlay
|
|
implementation yet, so showing the widget just confuses
|
|
people.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5820e0f Add libspeechd dependency for debian
|
|
89d892c Update DBus Auth for phpBB3 release
|
|
|
|
2008-04-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
19f54d5 Fix missing pages with resized config widgets.
|
|
4a2d277 Delay database matching for URLs to better work with "already
|
|
connected" URLs.
|
|
|
|
2008-04-19
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6eec5d5 Stereo support for PortAudio.
|
|
|
|
2008-04-17
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
6849be2 Prefer ~/Library/Preferences to ~/.config/ on OSX for Mumrur
|
|
as well.
|
|
68a7bc0 TextToSpeechMac: Fix the parameters for our SpeechDone
|
|
callback. I confused it with another function. This doesn't
|
|
change any code, as we were only using the first parameter
|
|
anyway.
|
|
|
|
2008-04-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2991d20 Wizard for positional audio.
|
|
|
|
2008-04-13
|
|
inequation <inequation@users.sourceforge.net>
|
|
9952748 Patch #1940944: getCurrentUrl DBus method
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e64d938 Updated README and INSTALL
|
|
082e9ec Minimal mode.
|
|
|
|
2008-04-12
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
44afd7a Distribute plugins on OSX.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
923dfa4 Show defaults in ACL Editor
|
|
6a2a7f7 Make URL handler not reconnect if same server, and fetch
|
|
username and pw from the server database.
|
|
c0e7da4 Expand channels with players.
|
|
0eddca3 Update default voice hold to 1 second.
|
|
ede276c Make ConfigWidget depend on smallest screen in multiscreen
|
|
setup, and fix the non-expert mode icons having spaces between
|
|
them.
|
|
|
|
2008-04-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f6e9798 Path fixes for installer.
|
|
8f6afa7 Indenting
|
|
df4967f Use slightly more sane resampler for ASIO.
|
|
2ed8a4b Multichannel pulseaudio
|
|
c50afb3 OSS fixes
|
|
cfe94fa Fix multichannel ALSA
|
|
88d872c nix compile fixes
|
|
b90733f Input/Output mixer speedups.
|
|
|
|
2008-04-09
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e02770f Make sure srs is set to NULL if we're not doing resampling.
|
|
865effb OSX build system updates. Add dist scripts.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3dd8c55 Moved resampler for input.
|
|
|
|
2008-04-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4132161 Add float->short conversion to the mixer. Hope it works.
|
|
53e4a7d Bring *nix audio backends in sync with new mixer
|
|
8dcb7d7 Fix a few compiler warnings
|
|
|
|
2008-04-05
|
|
derandi <derandi@users.sourceforge.net>
|
|
8a2fad6 Patch 1934642: A few linkplug fixes
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
67de848 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ee9397e Make the surround mixer include a resampler and default to
|
|
floats. This breaks all *nix audio targets.
|
|
6c78cc7 Forgot plugins.pri and updates to the resampler test
|
|
|
|
2008-04-04
|
|
derandi <derandi@users.sourceforge.net>
|
|
e917075 Patch 1931477: Linux port of Link Plugin, Minor changes to
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8d67fd1 Don't break Win32 API for link plugin -- there's no need.
|
|
45121cd Work on the speex resampler
|
|
|
|
2008-04-03
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
8438405 Prettify Mumble icon on Mac OS X (mumble.icns)
|
|
ff58997 Fix about dialog icon on Mac OS X
|
|
|
|
2008-04-01
|
|
mark7 <mark7@users.sourceforge.net>
|
|
b08b47e Patch 1930045: Man page spelling error
|
|
|
|
2008-03-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
353ad07 Explicitly fetch plugin position from both input and output.
|
|
6025c47 Fix bug if users are deleted while an admin has the ACL dialog
|
|
open, then applies
|
|
|
|
2008-03-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2c0a0ff Patch 1927186: Reorder some function calls in the AudioWizard
|
|
3acf851 Fixed installer and use explicit widechar in TestLink.cpp
|
|
2db85f4 Plugin updates.
|
|
7e0e525 Support setting supw from standard input
|
|
|
|
2008-03-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bb3322f Minor update to WASAPI
|
|
8e6bd0d Fix for logic of Link plugin.
|
|
113804b Translation source updates
|
|
21ee2fd Indenting
|
|
|
|
2008-03-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
71ac0a2 Make Linux soundsystems use new config
|
|
9e6d1d2 Remove config for OSS, ALSA, PulseAudio and PortAudio
|
|
324540e Refactor "Basic Audio" config dialog, and remove most of the
|
|
system-specific audio configs.
|
|
|
|
2008-03-24
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
3002066 Patch 1923982: Always unmask the NoCancelButton flag in the
|
|
AudioWizard
|
|
ff72785 Patch 1923965: TextToSpeech OSX Update
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ccdcb68 Bug 1923716: mute -> audio assistant -> bug
|
|
|
|
2008-03-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cfe1dfc Seemingly working surround mixer for WASAPI. Though it only
|
|
knows about the "left" and "right" speaker for now.
|
|
2fd3801 Infacy of surround mixer
|
|
|
|
2008-03-22
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
46510a9 Patch 1922968: Remove old reference to ALSAOutputPlayer in
|
|
ALSAAudio.h
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
416e061 Updates Ubuntu packaging
|
|
7114684 Bump version to 1.1.4
|
|
fa43ba7 Fix iOutputDelay on *nix
|
|
|
|
2008-03-21
|
|
arrai <array.of.intellect@gmail.com>
|
|
1baed7e Patch 1921066: Option to disable html messages
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
c577d45 Patch 1922328: More OSX UI cleanups
|
|
264bbd0 Patch 1921277: Use powf instead of exp10f in PositionalSound.h
|
|
d224c59 Patch 1920346: Disable QSysTrayIcon on OSX - use the dock
|
|
instead
|
|
ce7b093 Patch 1919733: Update for GlobalShortcutMac
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
21c33ff Rename iDXOutputDelay to iOutputDelay and move it to the
|
|
general config pane.
|
|
677a399 WASAPI Input and Output
|
|
6f904ef Add an icon for the network config
|
|
4a901b1 Minor cleanup of PositionalSound and some indenting fixes
|
|
|
|
2008-03-20
|
|
derandi <derandi@users.sourceforge.net>
|
|
0f22bcf Patch 1920119: ALSA Stereo
|
|
3b43d94 Patch 1920117: Stereo Mixing
|
|
013c29b Patch 1920115: Positional Sound Widget + Volume Models
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
83c5b45 Patch #1920346 Disable QSysTrayIcon on OSX - use the dock
|
|
instead
|
|
d296102 Patch #1920332 Add a cancel button to Server Browser of the
|
|
Connect Dialog
|
|
7e79880 Patch #1920239 Prefer /home/xeno/Library/Preferences/Mumble on
|
|
OSX
|
|
5a151a1 Patch #1919466 About Dialog cleanups
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1231db2 Make the stereo-enabled output compile on Win32 as well.
|
|
e93c194 Indenting run
|
|
7c71309 Support system-installed speex (if it's 1.2b4 or newer)
|
|
|
|
2008-03-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6bef650 WASAPI Input
|
|
|
|
2008-03-18
|
|
dark-storm <dark-storm@users.sourceforge.net>
|
|
b489aeb Path #1916131 Compilation Fixes for Visual C++ 2008
|
|
|
|
l-n <l-n@users.sourceforge.net>
|
|
ab6f5e1 Patch to fix no-speechd
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
831aa39 Patch #1917558 Implement GlobalShortcut for OSX
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
ec619c7 Updated Spanish translation.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9ff6c4b Update to patched speex API.
|
|
1f89fdd Move compiler settings to compiler.pri Fix a lot of warnings
|
|
with msvc
|
|
716b39e Add VersionInfo to the .rc files.
|
|
|
|
2008-03-17
|
|
jerhum <jerhum@users.sourceforge.net>
|
|
d90d605 Language update and new french translations
|
|
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
bcd9c81 Patch #1916734 Fix TTS on OS X and add volume capability
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
99aafd9 Spread registrations out a bit in time
|
|
46ea093 Add no-client and no-server for qmake.
|
|
703f08e Open Console.txt in User directory if current directory is not
|
|
writeable.
|
|
5fc4580 Make Win32 audio modules optional. Don't crash if no modules
|
|
are enabled/working.
|
|
77a914c Add Deafen/Mute self to the player menu if self is selected,
|
|
and remove "Local Deafen" (can be done by setting output
|
|
volume to 0%).
|
|
a58ff30 Support skinning of the style sheet of the log window.
|
|
10edfac Sort server browser based on alphanumeric only (ignore
|
|
whitespace and punctuation)
|
|
f391624 Remove lefotver festival settings
|
|
033c466 Updated license script
|
|
2afb03d Initial support for plugins on non-win32, but disable GUI for
|
|
now [Ludwig Nussel <ludwig.nussel@suse.de>]
|
|
0ccde72 Make all audio modules for Unix optional, as well as dbus and
|
|
speechd (CONFIG+=no-whatver)
|
|
|
|
2008-03-16
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
49bb6aa Patch #1914863 Override TARGET for better OSX integration
|
|
862186f Patch #1915779 Add window titles to Mumble's about dialogs
|
|
731d349 Remove the empty line at the beginning of the log view and
|
|
speed it up a bit. Based on patch #1915590
|
|
093c378 Patch #1915523 enable _MSC_EXT only for MSVC
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2bb285b Don't use boost typeof for GCC [Ludwig Nussel
|
|
<ludwig.nussel@suse.de>]
|
|
7894e07 Quit => Quit Mumble
|
|
|
|
vader42 <vader42@users.sourceforge.net>
|
|
5399fff Make murmur compile on freebsd
|
|
|
|
2008-03-15
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
279919a Patches #1914820: OSX patches (from bug #1914742)
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ea9820f Only reload dbus if installed for postinst
|
|
9a01814 Basic WASAPI querying.
|
|
48ecb5e Minor pulseaudio cleanup
|
|
|
|
2008-03-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8527d41 Fix compile warning in PulseAudio, add --as-needed to linker
|
|
b5a4963 Add version checking to overlay
|
|
361d01f Use speech-dispatcher for TTS on *nix
|
|
9f58eb2 Add replaces: for mumble-server-web
|
|
ebeac46 Add tooltip to systray icon so settings are saved by OS.
|
|
|
|
2008-03-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2d34ee1 Fix vcredist options.
|
|
e4156de Fix reference-to-just-deleted in DirectX output.
|
|
|
|
2008-03-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1fa16a1 Fix for bug #1904336 -- renaming channels could crash the
|
|
clients
|
|
99ce07b Use new murmur icon
|
|
134dc30 More compilation and installation tunings for Win32.
|
|
5f16fc3 Directory cleanup when purging package
|
|
b05691c Use floats instead of doubles where it makes sense.
|
|
|
|
2008-03-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
77e5ad9 Remove ASCII warning
|
|
|
|
2008-03-01
|
|
mit_service <mit_service@users.sourceforge.net>
|
|
3900560 Patch: #1902036 small fix to make mac version compile
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
677dc28 More directory fixes
|
|
0779a0f Default databases to ~/.config/Mumble on Linux
|
|
9845a40 Make Vista-friendly paths for sqlite databases.
|
|
d4cc0fe MSVC doesn't need the thiscallresolver.
|
|
58712ba Fix home directory for mumble-server
|
|
d6ef7b8 Compile Win32 with Visual Studio + Intel C Compiler
|
|
|
|
2008-02-29
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
8b5507d Test 16x16 icons/murmur.ico for review by slicer. Will make
|
|
proper 32x32 and 64x64 if OK.
|
|
|
|
2008-02-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6b75830 Add SpeexMark.pro again
|
|
|
|
2008-02-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4c5f56d Support profile-optimized libspeex. Slim gain so far, waiting
|
|
to test on Core2
|
|
|
|
2008-02-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a9adffb Compat 6 for debian
|
|
9fd4692 Build static binaries with a qt snapshot to fix library
|
|
loading
|
|
|
|
2008-02-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7091532 Made VAD defaults more sane
|
|
6df7073 Clean up
|
|
e2718e5 Fix dates in changelog
|
|
7e9c963 Make mumble-server suggest mumble-server-web
|
|
a20297f Minor textchanges in changelog
|
|
40c8e02 Changelog update
|
|
01ac1f5 Small update to changelog script
|
|
897eb98 Update PulseAudio buffering to use bytes and not shorts
|
|
|
|
2008-02-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
078c49c Reread list of sinks and outputs when someone adds/removes a
|
|
audio card for PulseAudio
|
|
|
|
2008-02-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a3a9166 Add DBus path for Murmur on Win32
|
|
401dc37 Major packaging cleanups. Getting ready for 1.1.3
|
|
|
|
2008-02-18
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
0c96725 Updated Spanish translation.
|
|
|
|
2008-02-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
799641a Escaping a few - in manpages
|
|
7a93357 Small update to registration script
|
|
6ac1563 Minor updates to ubuntu packaging
|
|
|
|
2008-02-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3a2e0c3 Language file sync.
|
|
a413722 Make "Remove" disabled if there are no entries in the server
|
|
list.
|
|
5c773fa Refresh public server list every 24 hours. Change the "Add"
|
|
button into a context-sensitive "Update"/"New"/"Add" button.
|
|
|
|
2008-02-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
75abc3e Unembedding of speex FFT functions -- Mumble should now be
|
|
able to build with a system-installed Speex >= 1.2.0
|
|
1d30b3e Merged most of our speex changes into speex upstream; first
|
|
patch to unembed Speex.
|
|
|
|
2008-02-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
696f397 Improve visibility of linked channel state
|
|
f745174 Fix "move to parent" bug.
|
|
|
|
2008-02-01
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e094fc9 Automatically add/remove /dev/input devices
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
595bd13 s/proprietary/non-standard/
|
|
|
|
2008-01-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
786a5d7 Ask "Are you sure?" if quitting while connected.
|
|
|
|
2008-01-20
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
20bf4ab Fixed some strings in the Spanish translation
|
|
|
|
2008-01-17
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
5cda451 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a17a335 Restore linked state on server restart
|
|
|
|
2008-01-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8cca0fa manpage updates and .config fix from patrick.matthaei@web.de
|
|
abc6336 Disallow local mute of self
|
|
|
|
2008-01-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
15709d0 Changelog update
|
|
ee05b27 Add template and config file for .deb
|
|
c3276f5 Final touches for debian package
|
|
0ada0c0 Extensive updates to ubuntu package (not quite done)
|
|
|
|
2008-01-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
67010a3 Rename ubuntu package from murmur back to mumble-server
|
|
|
|
2008-01-12
|
|
ikasamah <ikasamah@users.sourceforge.net>
|
|
d67f7e0 Japanese translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5235be7 Work around bug in newer debian
|
|
|
|
2008-01-08
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
f8c5319 Proxy support
|
|
|
|
2008-01-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dae8d2f Modified manpages
|
|
|
|
2008-01-06
|
|
Mikkel Krautz <mikkel@krautz.dk>
|
|
e83fcc8 Change the size parameter for EVIOCGBIT, based on patch by
|
|
|
|
2008-01-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dbaaa61 Increase safety size for config widgets
|
|
fdf7ee6 Translation updates
|
|
dc7e438 Update copyright for 2008
|
|
9ee2657 Fix messageType for CryptSync [Mikkel Krautz]
|
|
|
|
2007-12-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ea46e42 Handle SIGTERM and SIGHUP in Murmur
|
|
|
|
2007-12-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8b43b42 Clean SQL log after adjustable interval, fetch logs via DBus
|
|
680a5f1 Add rotateLogs and quit methods for DBus
|
|
2724239 Make ALSA errors logwindow entries instead of popup boxes
|
|
c024189 Show hostname when connecting.
|
|
598359f Revert to seconds instead of centiseconds for registration
|
|
delays
|
|
0c74573 Use SSL callback to verify bound IP for multihomed machines
|
|
|
|
2007-12-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d0c6510 Update lintian override
|
|
2ba1d59 Support espeak, add festival suggestion for ubuntu
|
|
a8579e1 Rename user from Murmur to murmur
|
|
|
|
2007-12-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a78b7ca Add murmur.default for init script
|
|
f59fa90 Speex benchmark, used to test optimization flags
|
|
ea32c9f Early bail for non-SSL
|
|
|
|
2007-12-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ed0acc9 ALSA labling fix. Softmixer fix.
|
|
756749d Standards 3.7.3 for Ubuntu
|
|
8ae34f4 As it breaks packaging policy for many distros, don't default
|
|
to MMX/SSE for Linux
|
|
d91a17f Various UNIX audio fixes
|
|
|
|
2007-12-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
254671d Installer now kills dbus-daemon.exe if found.
|
|
|
|
2007-12-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3356227 Various dbus fixes
|
|
e21e236 Log -h to stdout for murmurd
|
|
|
|
2007-12-06
|
|
ars3niy <ars3niy@users.sourceforge.net>
|
|
d2b7357 Patch 1845022 for delayed Global (fixes fonts on X11)
|
|
|
|
metz <metz@users.sourceforge.net>
|
|
5106764 Patch #1844930 macx: add app icon / remove window icon
|
|
|
|
2007-12-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9859554 Use SSE for Speex if compiler flags enabled
|
|
e7449cd Clarify source license in debian/
|
|
b70ac9a Language updates
|
|
|
|
2007-12-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ddebe8f Build PortAudio and PulseAudio only if pkg-config finds them
|
|
621c8d8 Bump version to 1.1.2 (for all but debian/)
|
|
64f9511 Changelog update
|
|
c286eed Minor Ubuntu fixes
|
|
2449c35 Fix yet another Win32 UDP bug.
|
|
|
|
2007-11-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c432df7 Threadsafe sockets for Win32
|
|
345f554 Oops. Added collation fix to sqlite instead of mysql. Fixed.
|
|
f40e3eb Move audio input/output system to mumble.ini if present.
|
|
f63c019 Use utf8 for Unicode
|
|
|
|
2007-11-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7ae7fb6 Better audio path detection. Fix race bug in AudioOutput
|
|
|
|
2007-11-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0133055 Bug 1835662: fixed caching bug in murmur dbus
|
|
|
|
2007-11-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2238c6d Audio latency testing
|
|
|
|
2007-11-18
|
|
fitti_01 <fitti_01@users.sourceforge.net>
|
|
fed3ae2 Support setting dbus servie name
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e1c36ec Use the new defines for Ubuntu
|
|
ff829e1 Support NO_UPDATE_CHECK
|
|
4447a28 DeferInit -- avoids thread races for global initializers
|
|
d47fa08 Support setting DEFAULT_SOUNDSYS
|
|
9257279 Better support for small desktops
|
|
4839b07 More Ubuntu Fixes
|
|
|
|
2007-11-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ff0a5b6 Multiscreen configdialog resize support
|
|
3a49d77 PulseAudio fix. More Ubuntu fixes
|
|
8de19f7 Patch #1832382 by metz
|
|
d05df59 Indent
|
|
25e5995 Support all protocols for textmessage auto-URLing. Fix icon
|
|
for win32 murmur.
|
|
d403c42 Allow all usernames if they are registered
|
|
67dafef Echo support for PulseAudio (untested)
|
|
a4c0cef Remember wizard settings for OSS/ALSA.
|
|
579a429 PulseAudio (very basic)
|
|
|
|
2007-11-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
20f8847 More Ubuntu updates
|
|
|
|
2007-11-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6ac9d66 Updates for systemwide cgi installations
|
|
a84aa6c More Ubuntu fixes
|
|
2854f19 DBus based murmur.pl registration script
|
|
|
|
2007-11-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
495eaf8 Update CryptState unit test
|
|
f76f28b Typo in murmur.init
|
|
00e9835 More Ubuntu packaging fixes
|
|
|
|
2007-11-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dfa2c00 Start of more complex Ubuntu package
|
|
|
|
2007-11-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
25a6bac setTexture for DBus
|
|
ba41b1c Update for latest Speex
|
|
051fa33 User registraion in DBus
|
|
|
|
2007-11-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
714258f Auto-XHTMLify TextMessage
|
|
5376461 Cleanup for non-expert mode
|
|
9851873 Updated AudioStats. Added voice detect to AudioConfigDialog.
|
|
|
|
2007-11-04
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
42f0f2a more spelling errors corrected
|
|
94ef85c german translation updated and 1825370 fixed
|
|
|
|
2007-11-03
|
|
fitti_01 <fitti_01@users.sourceforge.net>
|
|
5570be1 Defaultchannel for murmur
|
|
|
|
2007-11-02
|
|
fitti_01 <fitti_01@users.sourceforge.net>
|
|
940521e Fix lastchannel when using DBus auth
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
379bd6a Try to work around a few QSslSocket bugs
|
|
|
|
2007-10-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1661ebe PlayerModel keeps persistent indexes and has a root item.
|
|
|
|
2007-10-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
186dc71 Root channel name is server registration name
|
|
dbaa00c Updated changed channel names in database
|
|
|
|
2007-10-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a1ec12e LICENSE updates
|
|
69112b4 Fix SQLite trigger
|
|
c3995ff Doubleclick PushToTalk to Continous
|
|
0810a0f Delay MessageBox for win32 murmur
|
|
2d1ec93 QVariant Shortcut for Linux
|
|
98a1f8f QVariant based GlobalShortcut
|
|
|
|
2007-10-27
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
9db7eb0 german translation updates
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8513f99 Tighten database restrictions
|
|
b47696b Unified GlobalShortcut
|
|
|
|
vegars <vegars@users.sourceforge.net>
|
|
4c6231f Hide MainWindow on trayicon click
|
|
|
|
2007-10-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a332fb8 Set SHA1 pw from murmur.pl
|
|
|
|
2007-10-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dc05737 Fix Linux overlay for older GLX
|
|
5fd89af Global shortcuts on Linux were completely broken
|
|
|
|
2007-10-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4f2494a Add weblist.pl to distribution
|
|
9ad04e0 Logic fixes for ConnectDialog
|
|
974a742 More Speex build fixes
|
|
|
|
2007-10-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2e56c3a Crash with MySQL without dbprefix
|
|
267542d Update for SVN release of Speex
|
|
|
|
2007-10-20
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
dbe4a15 german translation updated
|
|
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
729c5e0 Fixed some strings in the Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c097640 Include libmySQL.dll on Win32
|
|
23eb4ff Make ServerDB less chatty to avoid numerous messages on Win32.
|
|
fbf83d3 Fix bugs in bandwidth quality adjuster and show quality in
|
|
server information tab.
|
|
|
|
2007-10-19
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
5b337d1 german translation updated
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1cb276e Bump version to 1.1.1
|
|
eb428c3 Changelog update script fixed
|
|
f94cf14 Ubuntu updates
|
|
4832ad9 Changelog update
|
|
ab2721b Release script updates and last batch of text fixes
|
|
b9e7412 Changelog update
|
|
81ce7a6 Ubuntu packaging updates
|
|
|
|
2007-10-18
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
bb17b2b Updated Spanish translation
|
|
|
|
2007-10-17
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
705ebf2 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dff89ba Fixes from Klocwork analysis (http://www.klocwork.com/)
|
|
4c6e200 Typo fix
|
|
c97eec2 tr() bug in ALSAEnumerator
|
|
48dc9ca Support prehistoric OpenSSL
|
|
dbacc6a Minor text fixes.
|
|
|
|
2007-10-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d7d2a2a Language update
|
|
f63a308 Ensure labels are updated in config widgets.
|
|
98b43c2 tarbuilder updates
|
|
|
|
2007-10-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e5a6b3e Compile against OSS3 as well
|
|
2407f3a OSS4
|
|
983f067 no pch mode for klocwork
|
|
|
|
2007-10-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
98dfb02 Updated WhatsThis for ACLEditor.ui
|
|
|
|
2007-10-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b8df275 Local Deafen wasn't checkable.
|
|
|
|
2007-10-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
13f67ff Update DBus examples and fix reentrancy bugs
|
|
|
|
2007-10-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
50c912a Qt 4.3.2 in installer Fix buglet in bandwidth auto-adjust.
|
|
|
|
2007-10-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fae3c30 Portaudio support by metz
|
|
0b97396 Rename murmur to murmurd on Unixes and add a pid file
|
|
7e7d5b1 Various compile fixes for Linux
|
|
7990f39 Expert config mode
|
|
7d26a57 Memory map bugfixes
|
|
fdd190d Support explicit linked games.
|
|
74f6e5c Add a volume slider.
|
|
a82b296 Save state of playerview. Bump AGC to 30000
|
|
952d3c4 Autolower bandwidth on connect
|
|
496a6e4 Add TextMessage to svn.
|
|
|
|
2007-09-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d2b7a5a Fix bugs in ConnectDialog
|
|
57ad881 Serverside text-to-channel support
|
|
64b5b2d Multiline and multichannel messages.
|
|
|
|
2007-09-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
334fe8d Allow a few more characters for channel and user names
|
|
|
|
2007-09-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
568fdeb More gracefully handle oversized outgoing packets from murmur
|
|
2f046d8 Add username limit of 512 bytes. Bugs reported by Luigi
|
|
Auriemma
|
|
|
|
2007-09-01
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
14c660e new batch of translations
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1b048e6 mumble.desktop patch from cesare.tirabassi@gmail.com
|
|
3c2dcd6 Fix D3D9 textures stacking. Fix OpenGL grey texture. Fix
|
|
CrashLog dumper. (DOH!)
|
|
|
|
2007-08-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ddfc033 Patch #1785198 by metz - Log.ui -- Logging config looks a lot
|
|
better.
|
|
65f0587 Patch #1785192 by metz - ConfigDialog fixes
|
|
7322922 Patch #1785183 by metz. Unix client compiles again.
|
|
92ad768 Patch #1785183 from metz. Enable AudioWizard on non-win32
|
|
platforms.
|
|
fad508f Win32 OpenGL overlay. ETQW :)
|
|
|
|
2007-08-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f219925 Modularized win32 overlay. Added preliminary DSound and OpenAL
|
|
position grab to the overlay. (Only works with demos so far,
|
|
no actual games work).
|
|
93c3b9a Compile win32 overlay with GCC.
|
|
0678e97 Win32 overlay no longer depends on D3DX
|
|
|
|
2007-08-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
aca25ea Re-add bf2 plugin to win32 installer.
|
|
80969a6 Use file mapping for shared memory on Win32.
|
|
48b53a0 Win32 installer asks for reboot if it can't update overlay
|
|
file.
|
|
cf86cdc Various bugfixes. Updated overlay to only draw on topmost
|
|
surface. Needs testing.
|
|
|
|
2007-08-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ceea71c Bugfixes from public snapshots.
|
|
|
|
2007-08-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c49721c Automatically check version on startup.
|
|
2027b32 Re-enable drag&drop.
|
|
|
|
2007-08-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6c74656 Minor fixes for new config system. Updated installer for Qt
|
|
4.3.1
|
|
|
|
2007-08-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e90cb8a Client now has "restore to default" and "restore to last
|
|
saved" configuration, and all config is stored in the same
|
|
way. Only changed configuration data is stored on disc,
|
|
meaning if a user leaves a setting at it's default and the
|
|
default later changes, the user will use the new default.
|
|
|
|
2007-08-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7293dfc plugins.pro
|
|
|
|
2007-08-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ecce8da Update .uis for Linux
|
|
a30e3e0 Fix warnings on Win32
|
|
bdee1de More .ui conversions.
|
|
|
|
2007-08-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ae57734 BanEditor.ui
|
|
cc362d1 ConnectDialog.ui
|
|
ff13d28 Fix meta-registration
|
|
2e5edd8 MainWindow.ui
|
|
1193b20 Show URL in tooltip for HTML anchors.
|
|
8c73444 Minor fix for TTS on Festival
|
|
1753f90 Safe HTML in Log
|
|
|
|
2007-08-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d30bee2 Yet another fix for reentrant SSL messages
|
|
6551302 Manual close of application
|
|
|
|
2007-08-11
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
1d4905c Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9dbb120 Experimentation with UI Designer
|
|
613fc3d Local deafen
|
|
8be82dd Adjust noise suppression level in settings.
|
|
6e2aad3 Use SHA1 for binary checksum for the upgrade check.
|
|
dc72837 View extended server connection statistics.
|
|
36f625a Start of proper statistics
|
|
467316a Strip HTML from incoming TextMessage
|
|
76d9503 Certifiticate => Certificate
|
|
|
|
2007-08-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1948e6c Strip HTML from TTS for Win32.
|
|
1e5cdbb Support URLs in the log window.
|
|
3e92399 OOO crypt recovery
|
|
2f9dd3f Fix GlobalShortcut_unix
|
|
5c76721 Update registration script
|
|
c17cc96 Support kernel input devices on Linux
|
|
|
|
2007-08-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c95963a Update win32 Build Environment to GCC 4.2.1, Qt 4.3.1 and
|
|
Boost 1.34.1
|
|
|
|
2007-08-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4cc8782 Fix referential integrity for player group-memberships
|
|
6237d0f Add DBus getAllConf() and setSuperUserPassword
|
|
0ae6c48 Ask for AudioWizard config on first start.
|
|
|
|
2007-08-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
681c77f PushToLink implies AltSpeak
|
|
e2f1dfe Fix a few more SQL problems
|
|
|
|
2007-08-06
|
|
dersebi <dersebi@users.sourceforge.net>
|
|
b6b99c2 Fix typo in mumble.pro for OSX
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6d169a2 Yet one more try to get -mmmx out of the mac build
|
|
d5a5441 Compile fix for 32-bit lenny
|
|
65c7e7e Another tiny SQL fix
|
|
705ce12 Typo which broke the client. Badly.
|
|
6bdeb32 Fix two crashbugs in murmur
|
|
7d2c4fa SQL Fix in ServerDB
|
|
93e427c Rename channel
|
|
|
|
2007-08-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fbe5831 Add TestCrypt to SVN
|
|
c18a161 Minor build fix for regular Linux
|
|
0c3b618 OSX patches from mit_service
|
|
32c3dfc Optimized crypto
|
|
9fdefc0 Fix crash from race condition in DXAudioOutput
|
|
|
|
2007-08-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9e61611 Fixed ConnectDialog to be slightly more sane.
|
|
d9671c9 Minor bugfixes for DB and DBus layers
|
|
923901a Updated server info dialog to reflect voice crypt.
|
|
0bc0120 Use correct frame size for bandwidth calculation
|
|
03a7e5a Fix crypt on client.
|
|
7ed5e47 Testing UDP crypt
|
|
a6376f8 Build updates
|
|
9eafd13 Link vertical height to font size.
|
|
|
|
2007-08-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d252e43 Allow multiple tests on same machine
|
|
0df11b8 Microbenchmark
|
|
7168275 URL path == channel support
|
|
ffb4b96 MySQL schema embedded in murmur. Reconnect to SQL server on
|
|
connection lost.
|
|
b80bece plug:"hw instead of plug:hw
|
|
|
|
2007-08-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
24b1c04 DBus and URL support for Mumble. Fixed DBus autolaunch for
|
|
Win32. It's a hack, but it works.
|
|
f9ffe34 Native UDP for UNIX as well
|
|
7e24961 Win32 Murmur DBus
|
|
|
|
2007-08-01
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
152d58b Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
42a69cc SQL reconnect on lost connection
|
|
0ef9c34 Per-server logging
|
|
a7186c6 OSX Patch for murmur from mit_service
|
|
2ac4ca7 Timestamp players table
|
|
418cdba Make sure no -2 slips through to Mumble
|
|
fc94f49 Multiserver support
|
|
|
|
2007-07-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d13bb46 server_id in ServerDB
|
|
11d9b70 Client compiles again
|
|
6d6bcff Global-less server. First step of multiserver support.
|
|
Completely breaks client
|
|
|
|
2007-07-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a5c59c5 Platform edit
|
|
1219168 mouse shortcut patch from javitonino
|
|
|
|
2007-07-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4b9beb2 Czech translation from David Pravec
|
|
07da183 Name -> Label
|
|
|
|
2007-07-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3f77c95 Installer fixes for openssl.
|
|
|
|
2007-07-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
639ca57 Increase max settable amplification to 40x
|
|
db4e86e Reset PushToTalk when configuring.
|
|
7296aed Make qFatal pop up as ::MessageBox on Win32.
|
|
5a19931 Use mingw built openssl -- the precompiled one depended on
|
|
nondefault Visual C runtimes.
|
|
8f15162 Support fixing case of usernames in DBus auth
|
|
b4817ee obsessive PacketDataStream optimization
|
|
|
|
2007-07-20
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
47fdafe translations
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b9eb5cc Database cleanups and support for dbPrefix
|
|
5be2268 IP Binding for murmur
|
|
7eff82c Timer tests
|
|
3fdb39f Test indenting
|
|
f81c7c2 Unit tests
|
|
ae9f13e PacketDataStream bug for negative numbers > 32 bit
|
|
3d8e058 Reentrancy fixes
|
|
|
|
2007-07-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d7d1535 SSL crashfixes, ui session drag-and-drop fix.
|
|
eebc950 queued readyRead, fixes a SSL crashbug
|
|
0147de1 Small optimization to win32 timer.
|
|
f081a7a Deprecation cleanups
|
|
04d7e5f LARGE_INTEGER fixes for murmur
|
|
62dbc00 sPlayerId => uiSession
|
|
3621a6d More indenting
|
|
0372cc2 Use new Timer for murmur
|
|
d4a1118 Ping measurement in Server Information, and optimized
|
|
AudioInput->UDP latency.
|
|
7d145eb 64-bit message support.
|
|
b3ac4e4 Latin1 for Festival
|
|
|
|
2007-07-18
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
3bbdcb6 German translation added.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
990f220 Proper certificate viewer.
|
|
7080e90 A few missing QLatin1Strings and also switch to pkgconfig for
|
|
ALSA and Xevie
|
|
b00a1b0 Use pkgconfig for openssl link
|
|
ca9c473 Hashed passwords in murmur database
|
|
|
|
2007-07-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1b265ff reindenting all the code
|
|
d9ca67e installer fix for OpenSSL
|
|
0178d66 Avoid closing on errors, that happens automatically now
|
|
87e1835 Fix for #1755731. The event loop runs while dialogs are open.
|
|
8d80379 SSL client support.
|
|
e28c646 UTF8 for dbusauth
|
|
a6442cd Forgot to add new Cert.h and .cpp
|
|
852c064 Server-side SSL encryption
|
|
247b0a8 All icons can now be changed in skins.
|
|
3a2adb6 Crashbug in ConnectDialog
|
|
|
|
2007-07-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ffd5dfd Some more dbusauth fixes
|
|
9c0b661 Cached database handle in dbusauth.pl
|
|
e6afb86 hostname registration
|
|
e083364 overlay debug fixup
|
|
aa7b85a Fix buglet in PlayerModel
|
|
|
|
2007-07-15
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
bcac0ae Minor corrections to the Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
76171dd Platform-independent qmake pathhandling.
|
|
a9fba24 Include QT translation
|
|
d469c74 Overlay debugging
|
|
81d3d1d Explicitly link overlay with gcc to avoid libstdc++ dependency
|
|
c3def10 Build fixes for Ubuntu
|
|
33604ed Changelog update
|
|
9dd4348 Final lupdate before release.
|
|
b4d3042 Some more Qt 4.2.2 fixes.
|
|
|
|
2007-07-14
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
d2952d5 Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fe73c93 Capitalization fix.
|
|
36b9241 Updated French translations from Thibaut Girka.
|
|
e13024e Keep just the LD_PRELOAD overlay
|
|
c3d7033 Forgot a conditional for the audio wizard
|
|
|
|
2007-07-13
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
5e25cd3 Should do svn update more often ;)
|
|
d259422 more translations. Unfortunately since I don't have Qt 4.3 I
|
|
can't really check if the translations fit the wizard.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b0a7f04 Textlogger for murmur win32.
|
|
cc7e2f2 AudioWizard builds on Win32 only for now -- no reliable way to
|
|
get moc to check qt version.
|
|
bc6c452 Clean compile on Qt 4.2.2
|
|
40ca34f More stable LD_PRELOAD for GL overlay
|
|
|
|
2007-07-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
12416a4 Fix compiler warnings
|
|
22c56e8 Wizard registrar for ALSA
|
|
dd4b82a Fix bugs discovered by Klocwork [www.klocwork.com]
|
|
ade816d Simple userauth. Example expanded to show phpBB3
|
|
authentication.
|
|
c7bc5c1 More flexible bandwidth detection
|
|
|
|
2007-07-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4519fbc Use new overlay icons.
|
|
9906dc2 Audio Wizard. Breaks Linux for now.
|
|
|
|
2007-07-10
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a66039d Use aligned stack buffer for MMX mix
|
|
7c5c3a0 I give up -- we create a separate context for the overlay
|
|
fbf303a Loopback cleanups
|
|
3b2baae SineAudio fix, and non-mmx mixer support.
|
|
|
|
2007-07-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
34c2b3b Doubleclick player to send message, based on patch by m0ta.
|
|
76512f6 expand all channels by default.
|
|
0b76788 Minor Dbus fix and changed path and service name
|
|
6b42fbb Packet loss and delay variance for Loopback mode.
|
|
|
|
2007-07-08
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
c36e1f6 Test icons with hard edges for overlay for cartoon look. If
|
|
this doesn't look good, I will try soft edges.
|
|
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
3087e08 slight changes to the translations
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
273b997 Revert to plain old C for Linux overlay
|
|
c338f5a Jitter buffer fixes. Should work better now.
|
|
|
|
2007-07-07
|
|
Matthias Vogelgesang <matthias.vogelgesang@gmail.com>
|
|
de744a8 updated german translation
|
|
412fb15 add menu entry for freedesktop.org compliant distributions
|
|
c504036 updated german translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c0aa51a Part #1 of Speex Packet merging and Jitter updates.
|
|
ffafa93 Include French translation in binaries.
|
|
c13d4a8 FR 1749422: User Textures can now be disabled.
|
|
d9122f8 Updated Linux overlay
|
|
|
|
2007-07-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9df9f51 QLatin1String for Overlay
|
|
3bd3e3a Server loopback mode
|
|
98c1b1d Local loopback mode.
|
|
3af031a Overhaul of Audio Output to support non-speech sources.
|
|
Probably break ALSA.
|
|
62b5281 Players On Top
|
|
e115603 Verbose output
|
|
b660cd9 Popup user dialog on wrong username/pw to reconnect.
|
|
1e66e95 Popup on rejects.
|
|
36de5ea Add rejection enum
|
|
|
|
2007-07-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4ab2813 Overlay tuning.
|
|
fc85579 Updated murmur cgi script for image upload
|
|
25082c4 Custom UserTextures
|
|
43853bc Wrong int encoding in PacketDataStream.
|
|
24c7513 Fixup of Connection
|
|
e6c259a More blob support, and break binary protocol AGAIN
|
|
4937d08 Serverside usertexture support
|
|
a965a37 Reconnect bugfix
|
|
c48af48 Proper fix for supression bug
|
|
12fe384 Working Linux OpenGL overlay
|
|
|
|
2007-07-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
bfe2270 Testfix for 1746996
|
|
4dc29c6 Text fixups
|
|
115f114 Functional gl injection on linux games
|
|
fede5fc Mumble-side of Linux overlay
|
|
|
|
2007-07-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
75d245d Config fixes
|
|
f87c058 Updated overlay for Win32, should now be possible to port it
|
|
to Linux.
|
|
7da4eba Updated french translation from Damien Rannou and Thibaut
|
|
Girka.
|
|
|
|
2007-07-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5b930d1 Consider connecting "Activity"
|
|
71f9d65 Typo in ConnectDialog
|
|
0338060 Need to distribute QtXml too.
|
|
19ff55e Correct path in client browser.
|
|
074fc02 Correct path for server registration
|
|
7b1cc75 Server Browser
|
|
8190ea1 Patch cleanups.
|
|
4434fbd Keep stream version at 8.
|
|
f9068cb TextMessage patch by Mikkel Krautz
|
|
3aeb072 Fix fake DBus for Win32
|
|
82ffa89 DBus based authentication, based on patch from Thibaut Girka
|
|
f9b2025 Fixed softmixer
|
|
|
|
2007-07-01
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
880c997 Updated translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2d5b88c Remove default buttons until they're fixed.
|
|
|
|
2007-06-30
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
0fe82f4 Fix alpha blending in some icons. Was due to indexed colors in
|
|
source files. Need to see a test version to verify quality.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c08b1fe Registration part for the server browser
|
|
d1ffed0 Fix recursion bug in getGroup
|
|
a08f13f Update overlay on disconnect.
|
|
2f6bd48 Add mysql.sql to distribution
|
|
cbbb73d Avoid double-allocation of outgoing packets
|
|
2ef9c1d Start of zero-copy UDP thread
|
|
|
|
2007-06-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8d09fcc French translation from Damien Rannou
|
|
e7b260e Updates for new binary protocol.
|
|
e19057f Reserve space
|
|
a9008bd New datastream. Breaks all kinds of things
|
|
|
|
2007-06-28
|
|
Álvaro Manuel Recio Pérez <naproxeno@users.sourceforge.net>
|
|
e2a05bc Updated Spanish translation
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
960fa0c Forgot to rerun lupdate prior to release. Oops.
|
|
|
|
2007-06-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
df7153c More descriptive information for horizontal splitter.
|
|
50c7fc4 Bump version to 1.0.0
|
|
|
|
2007-06-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3c57cab Changelog update
|
|
df09fd7 Fix race in UDP thread creation
|
|
4351e29 Fixed demonizing on Linux
|
|
44e43ea Daemonized murmur
|
|
|
|
2007-06-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
df31097 Softmixed ALSA
|
|
|
|
2007-06-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d0ade65 Start of mix-it-all-together ALSA support
|
|
1888f38 Add MMX based software mixer
|
|
38f5604 ALSA Config dialog
|
|
ff8266c Fix crashbug on late UDP packets
|
|
28ad3e9 Try externals
|
|
|
|
2007-06-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dd39467 Festival under Linux
|
|
|
|
2007-06-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
be21e28 Make new timeout code lock-safe on Qt 4.2. Oops.
|
|
77cf932 Add shortcut to quit application, and add standard shortcuts
|
|
for a few other actions.
|
|
|
|
2007-06-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8bdff0b Really close on mainwindow close
|
|
c3851b5 Fix a few bugs, add -h to murmur
|
|
|
|
2007-06-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1032f63 Train coding session. Connections have a timeout on the
|
|
server. Config dialog will add a scrollbar if needed. ServerDB
|
|
doesn't create deprecated tables. Ghost handling autokicks if
|
|
old ip == new ip, even if unregistered. Added some more locks
|
|
to the thread handling.
|
|
|
|
2007-06-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f2eaeb2 Explicitly used queued connections for UDP thread.
|
|
|
|
2007-06-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
0941196 Allow adding groups again
|
|
|
|
2007-06-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e18767b Option to expand all channels when connecting [Feture Req
|
|
1619001]
|
|
|
|
2007-06-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9ceb357 Make DBUS bindings conform to Qt standard, fix Introspection
|
|
bugs
|
|
1d9675f Binary linux server release script
|
|
f49b38b QLatin1String
|
|
1dee004 More database updates
|
|
|
|
2007-06-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4c237b2 Open connect dialog on program start
|
|
08edc1d Last part of qstring fixes and some qt 4.3 fixes for win32.
|
|
9dafd37 Update copyrights to 2007
|
|
20d1771 Support fully static build of murmur
|
|
07531c5 QString::fromAscii
|
|
b20e0e1 Updated Ubuntu build scripts
|
|
477a706 Updated source-release scripts
|
|
dd06d83 Make .mumble.sqlite hidden
|
|
7f40e44 Remove deprecated Commands.txt
|
|
563f986 Multiple dbus sources
|
|
|
|
2007-06-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
df89923 Clarified licensing of binaries
|
|
9577644 Initial multi-database support
|
|
8a1f436 Fast path UDP thread
|
|
057c270 Ensure correct include path
|
|
28d984b Implemented all DBUS functions
|
|
|
|
2007-06-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
500013b update connections table when changing channel
|
|
73e91ad DBus skeleton functions done, seems to work
|
|
|
|
2007-06-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7ce31fd Don't install DBus on win32
|
|
3f35825 Functional DBUS
|
|
|
|
2007-05-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9a1016e Install QtDBus on Win32, and go back to Qt 4.2 until 4.3 is
|
|
actually released.
|
|
|
|
2007-05-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7da815d Initial DBus tests
|
|
8606909 Setting period size changes the pointed to int
|
|
74b1492 Dead code removal
|
|
f28d9ae Restored the "Microphone Loudness" information.
|
|
19fdb33 SNR based voice detect
|
|
|
|
2007-05-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
060701b restored icons
|
|
10a17f9 Post-refactoring cleanups.
|
|
56bf13f Speex is now a static library, don't include the old dll in
|
|
the installer.
|
|
111ffe6 Linux build updates
|
|
3f3709e Updates to speex build for Linux
|
|
3b0fa27 Refactoring. Updated licenses to 2007 versions.
|
|
4151f4b Refactoring
|
|
3be4aec No longer manually reset preprocessor loudness.
|
|
|
|
2007-05-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
99a73c9 Updating to SVN Speex again. Missing voice detection.
|
|
a1ba433 Avoid contignous disk access in murmur, patch by buggerone
|
|
0d9f5d0 Applied ALSA patch from uz_ Made some minor corrections to
|
|
installer in preparation for Qt4.3
|
|
|
|
2007-03-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9ca4935 Bugfix: Iterating all connected players should only iterate
|
|
players that are also logged on.
|
|
|
|
2006-12-21
|
|
Kjetil Jørgensen <kjetijor@users.sourceforge.net>
|
|
61869c8 Connect-dialog available while connected. When connectiong
|
|
while connected, an implicit disconnect will be issued first.
|
|
4 whitespaces replaced with a tab
|
|
|
|
2006-12-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dd2bcee Murmur should read .ini file before opening DB. [patch by
|
|
buggerone]
|
|
|
|
2006-12-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1caac42 Use .ini file in executable directory if it exists.
|
|
|
|
2006-12-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c7caa3a Don't translate registry strings.
|
|
373bd84 Use Qt 4.2's saveGeometry/restoreGeometry
|
|
|
|
2006-12-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
897b097 Updated paths to match recommendations from Wiki
|
|
|
|
2006-11-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e652e5d Add firmumble.inc to tarball
|
|
|
|
2006-11-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cf88b1f Added Russian translation. Added icon for LookConfig
|
|
|
|
2006-11-24
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
bac023f Updated config_shortcuts.png with better look and feel and
|
|
added config_ui.png for evaluation by lead programmer.
|
|
|
|
2006-11-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6f09e6b Tiny typo correction.
|
|
|
|
2006-11-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a213324 Add LookConfig
|
|
|
|
2006-11-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3ebdd1c Look&Feel Config. Skinning support.
|
|
|
|
2006-11-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9a36950 Switch to use QSystemTrayIcon
|
|
|
|
2006-10-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
b6482fa Bitrate info in AudioDialog is now translated.
|
|
9cf751e bump version
|
|
5e78a5d Add version info for debian builds
|
|
344a677 Updated the speex build files for win32
|
|
3069c21 qt4 lrelease. *Sigh*
|
|
2bcd9bd Changelog update
|
|
3965f15 Add lrelase for debian build
|
|
dd33406 Last batch of translations for 0.9.4
|
|
|
|
2006-10-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a52b320 Don't save Win-only settings on non-win32.
|
|
73adf9c Reduce initial buffer fill
|
|
85bdeb2 Edgy Eft
|
|
|
|
2006-10-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e2e41e7 Negative user feedback on the new speex preprocessor; revert
|
|
to last beta until it's finished.
|
|
|
|
2006-10-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8bd4513 Fixing of audiostats for new speex.
|
|
01eb8dd Support for new Speex preprocessor which doesn't export it's
|
|
data.
|
|
|
|
2006-10-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
7be4fc2 Updates for connectdialog in qt 4.2.
|
|
|
|
2006-10-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
dc7980d DirectInput workaround for keyboards with thousands of
|
|
buttons.
|
|
|
|
2006-10-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
34f0bee Grammar fixes
|
|
5d83197 Even more translatable strings
|
|
|
|
2006-10-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
071eca4 Add a few more strings for translation.
|
|
|
|
2006-10-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
692a929 Updated translation settings.
|
|
|
|
2006-10-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5fbf4c8 Minor typo in translation fixed.
|
|
37b6911 VersionCheck shouldn't bail if it can't read the binary.
|
|
3843209 German translation provided by Matthias Vogelgesang
|
|
(m0ta@sf.net) Spanish translation provided by Álvaro M. Recio
|
|
Pérez (naproxeno@sf.net) Added more strings to be translated
|
|
based on patch by m0ta. Made translation files embedded in
|
|
binary.
|
|
efda664 Working Globalkeys for X11
|
|
|
|
2006-10-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4e24929 More globalkeys linux. Mostly messed up.
|
|
401abe9 Add Turkish translation
|
|
|
|
2006-10-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c92a962 Start of shortcuts for X11
|
|
|
|
2006-10-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d8f202b Fix for new modelview in 4.2.0. Now possible to drop in root
|
|
channel again.
|
|
|
|
2006-10-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
338d506 Update for QT 4.2.0
|
|
74119e3 Update debug output slightly
|
|
|
|
2006-10-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cd69712 Murmur can now compile on compilers without Precompiled
|
|
Headers.
|
|
6a07185 Split windows debug into separate file, add proper crashlog to
|
|
the Console.txt
|
|
|
|
2006-10-02
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
a27c690 New temporary icon for shortcuts as requested by lead
|
|
developer.
|
|
|
|
Marius Grannæs <grannas@users.sourceforge.net>
|
|
099b268 Added a more informative description.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
349f013 Console.txt error logging and fixed some shortcut bugs
|
|
d7cdbc3 Spelling fixes
|
|
6ffa52e Prepare for Spanish translation.
|
|
41b7ce9 Add icon to dialog, fix a few bugs
|
|
860469f Dumped DI actions in favor of raw.. Which enables more fancy
|
|
combinations, but DIA was standardized.. If only the config
|
|
dialog had been prettier.
|
|
aac37d0 Overlay nothing/all/talking as config option
|
|
741e65b Bump version
|
|
|
|
2006-09-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f7ddd6a ubuntu dapper build
|
|
|
|
2006-09-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a889f99 Older speex libraries don't have speex_echo_ctl
|
|
11fd8d0 Add pch files to tarball and mention PCH in INSTALL
|
|
|
|
2006-09-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c571563 Set sample rate for echo canceller
|
|
|
|
2006-09-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5029ff8 Password resend
|
|
e6b43de Updated Overlay error message.
|
|
55212bd Changelog update
|
|
3f41e7d SVN Changelog
|
|
7491c2e 2006 updates
|
|
|
|
2006-09-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
af2452d Overlay crash fix
|
|
d107d80 Cleaned up overlay interface and made it show mute/deafen
|
|
status.
|
|
2a1bfcb GUI for reconnect
|
|
8fa9adb Allow connect directly to channels you're supressed in without
|
|
crashing.
|
|
8718d9a Automatic reconnect (GUI config missing)
|
|
|
|
2006-09-20
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
62b3213 Third try for talking_alt.png icon color.
|
|
b34849e Updated icons, to remove white border on _on&_off and to try a
|
|
lighter shade on _alt.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
8fea9ce TTS Volume adjustable
|
|
|
|
2006-09-19
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
38398b6 Added muted_local.png and talking_alt.png after request from
|
|
main developer.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
10ecf31 Added local mute and updated icons.
|
|
070248a Fixed push-to-talk, which I broke. Fixed overlay for players
|
|
in other channels.
|
|
|
|
2006-09-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ef67602 Swapped privileges for Speak and AltSpeak
|
|
9c2e8a2 Various AltSpeak fixes. Fixed Deny-Speak-Implies-Mute on
|
|
remembered channel freeze. Don't set high priority in debug
|
|
client.
|
|
aa95258 write does not imply speak
|
|
e82c0f8 Support no-exception compile to avoid mingw lib dependency.
|
|
7e85259 AltSpeak
|
|
|
|
2006-08-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ac4f1c5 Updated overlay to compile with newer DX SDK
|
|
|
|
2006-08-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e8512e0 Updated defaults for 3D sound
|
|
|
|
2006-06-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4bc4de8 The client now works on Linux, and FMOD is no longer used.
|
|
dcff32d Removed FMOD from distribution
|
|
412ff94 TrayIcon should hide
|
|
ec35202 Poll() based ALSA, sigio crashes X
|
|
64f97f7 Ubtuntu has ancient Speex.
|
|
23301d0 Initial ALSA Skeleton
|
|
|
|
2006-05-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
388b34a Use ALSA on Linux
|
|
30c2bed Compiles on Linux again
|
|
|
|
2006-05-27
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a850488 QT 4.1.3 updates
|
|
|
|
2006-05-05
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c5f5f18 Updates for new speex jitter buffer
|
|
|
|
2006-03-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2c84f58 WoW 1.10
|
|
d4dd9ca Minor updates
|
|
|
|
2006-03-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
815e884 UNIX murmur compile fixes
|
|
5148d0b Qt 4.1.1 Allow TCP Compability mode (with TCP_NODELAY) for
|
|
people with seriously broken ISPs.
|
|
|
|
2006-03-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fa9df03 No longer default export of wow plugin, as it's out of date.
|
|
229de2c Try EF type of service first. Also, more conservative defaults
|
|
for audio settings, as the current defaults cause problems on
|
|
most AC97 onboard cards.
|
|
|
|
2006-02-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9290b59 Server IP TOS
|
|
09b5cf3 IP Type of Service
|
|
|
|
2006-01-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e2112d1 Longer AudioHold
|
|
|
|
2006-01-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
cbaa6dd Textfile changes for the Linux release.
|
|
06a6817 Initial Linux testing work
|
|
13e0471 missing distfiles
|
|
|
|
2006-01-17
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2e17851 Linux compiles clean
|
|
dccc416 Forgot to check in pch headers
|
|
7efd9c5 Fixed FMOD
|
|
8a5165f FMOD support, not working yet though.
|
|
|
|
2006-01-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a1553af WoW 1.9.1 updates
|
|
|
|
2005-12-31
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e190a91 Precompiled header support
|
|
|
|
2005-12-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
4a934a8 Require 4.1.0 for mumble client, as that seems to work without
|
|
patching Qt (which was required for 4.0.1)
|
|
3b910c6 Support max # users limitation on server.
|
|
|
|
2005-12-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1ba4259 Update installer for Qt 4.1.0
|
|
4ef384a Qt 4.1.0 compilation fixes.
|
|
ca3c73c Remove support for doppler effects; only works on a few
|
|
soundcards, and makes sound horrible for anyone else that
|
|
tries to enable it.
|
|
|
|
2005-12-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f6753d1 Create DSound buffer in same thread it's used, and let buffers
|
|
linger for 5 secs before destroying them; some soundcards
|
|
don't handle buffer creation very well.
|
|
|
|
2005-12-20
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
662e8fd wow support. Fixed a bug with some hardware 3d cards.
|
|
|
|
2005-12-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ec0bc48 Update version to 0.9.3
|
|
|
|
2005-12-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1bcf0d9 average bandwidth over short time to avoid being kicked for
|
|
VBR spike
|
|
a531aaf Bugfixing bandwidth limits
|
|
c02e331 Maximum bandwidth setting serverside.
|
|
|
|
2005-12-15
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
50e297c Allow _ in email addresses (darn@the-space.net)
|
|
|
|
2005-12-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3a9374c Visualize all parts of the echo weights.
|
|
d0f2538 rename from libspeex.dll to just speex.dll
|
|
|
|
2005-12-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ae2fcbd Updates to enable compilation on Linux, even if it's missing
|
|
features.
|
|
|
|
2005-12-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d94f13b Enable ASIO with 32bit input. Needs verification.
|
|
ccd63ed Visualization of echo canceller, and some testing.. Seems the
|
|
weights get set non-optimally.
|
|
|
|
2005-12-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1080265 Support graceful failure of loading the overlay (For Win2k
|
|
support)
|
|
|
|
2005-12-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
ba112bc Update INSTALL to reflect we now require Boost
|
|
7ac4637 Use boost::shared_ptr<> for objects shared between threads
|
|
that we need to delete(). (AudioInput and Output mostly).
|
|
|
|
2005-12-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
543b19b Visualize power spectrum of input and noise estimate.
|
|
63179b9 Add fftpwrap for speex compile
|
|
|
|
2005-11-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
99d3749 Ping support
|
|
|
|
2005-10-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a2e714a make "Toggle overlay" a tristate; show only talking, show all
|
|
or show none.
|
|
|
|
2005-10-13
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
084d465 Banlist editor.
|
|
6afe64a Removed TCP voice support; with Nagle it will always be laggy.
|
|
Added message to query/set banlist. Reordered message ids.
|
|
|
|
2005-10-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
756ba78 Banlist (serverside).
|
|
c4dbb06 Bump version
|
|
819ff2f Rename player support.
|
|
|
|
2005-10-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
753f26f Set sId=0 when closing
|
|
|
|
2005-10-05
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
d339b2b New icons for ASIO and OSD settings
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a414c4c Audio bugfixing. Added new icons to code.
|
|
97b0ea1 Fix for multispeex-packet in UDP mode.
|
|
1a6e228 Immediate update of overlay on parameter change
|
|
|
|
2005-10-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
fa62712 Debugging of ~sub
|
|
51555bf sub,a,b,c groups
|
|
09c24ee Config for overlay.
|
|
48d79e9 Make hooking less resource intensive on system.
|
|
|
|
2005-10-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
00f231b Overlay.
|
|
|
|
2005-10-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
e21d62f Bold speec probability when we would transmit. Fix the SSE
|
|
detection.
|
|
87b8010 Tooltips & whatsthis for the bitrate in AudioConfig. Bail out
|
|
if SSE not detected (as we ship binaries which require it).
|
|
4bfb790 Variable number of frames / packet
|
|
cda5095 Various bugfixes. Added metakey for shortcuts, to join channel
|
|
instead of talk-to channel. Update to match timestamp in
|
|
jitterbuffer in speex.
|
|
e7eae88 Add uninstaller to Add/Remove programs in control panel.
|
|
|
|
2005-09-30
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f0dc0a1 Example of how to link murmur to other servers, using qstat
|
|
7e15f99 Fix "in" and "out" groups.
|
|
219d946 More command interface.
|
|
f778342 Serverside commands through SQL.
|
|
f2233fd Experimentation with non-actionmapped directinput; will be a
|
|
lot of GUI work though. Added push-to-link support to the
|
|
server.
|
|
bd5f2d4 Version to 0.9.1
|
|
dd60a2b Channel linking, part 2.
|
|
|
|
2005-09-29
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2c12d88 Channel linking, part 1.
|
|
2382f40 Cache ACL lookups.
|
|
c0f9577 Kick off ghost connections, refuse connections with same name
|
|
for anonymous users.
|
|
7f014bc Connection table in sqlite
|
|
3478060 Include murmur.ini
|
|
3ab26fe Use class references in headers instead of .h files, reduces
|
|
dependency path to more sane levels.
|
|
|
|
2005-09-28
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
faceb19 Move config into registrars.
|
|
62dd4ef Remove ACLs when removing channel
|
|
|
|
2005-09-27
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
d43f59e New icon for channel linked...
|
|
f026171 Fixed authenticated and changed R shape into A shape. New
|
|
channel icon
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a035a3c Fix flag display
|
|
6794972 lowercase groupnames
|
|
155d342 Massively reduce debugging statements.
|
|
4c7a6f7 PlayerModel fixes, work around bug in QSet operator ==
|
|
4d52920 Doubleclick to join channel
|
|
cb84309 Rewrote the player model, should be more "in tune" with Qts
|
|
method of referencing items now. Made the iconlist in the
|
|
config dialog resizable. Updated "reg" to "auth" in a few
|
|
places.
|
|
|
|
2005-09-26
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3c55c1f qPrintable()
|
|
6f4c0b6 Fix tree
|
|
e705eb1 Bugfixing session
|
|
66e90fb Tooltips and whatsthis for ACL part of ACLEditor.
|
|
|
|
2005-09-25
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5fc1e91 Have long strings in "" in .ini files.
|
|
aa1d309 .ini files for the server, updating documentation to reflect
|
|
this.
|
|
93fe6b8 Functional ACL/Group editor. Let the bugfest commence.
|
|
ff614da ACLEditor, ACL actions started, server bugfixes.
|
|
5c24663 ACLEditor, GUI elements done, missing action-logic.
|
|
|
|
2005-09-24
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
620f4dd ACLEditor, server part.
|
|
5ec2fcf Bugfixes from testing (release of 3d buffer, saving of
|
|
transmit from settings, better rolloff defaults, smaller
|
|
indentation for the channelview).
|
|
|
|
2005-09-23
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3e52eaa Warning fixes.
|
|
fdde84f On channel creation, add creator to "admin" group.
|
|
7f73d73 Channel ACLs and groups. (Still missing a edit function)
|
|
|
|
2005-09-22
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c1f3446 Update version string
|
|
e27b074 Preliminary support for channels
|
|
|
|
2005-09-21
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
3efd365 Only check if registered player if there ARE registered
|
|
players. Without any, everybody is priviliged.
|
|
ae8b33e like =
|
|
|
|
2005-09-20
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
6881c4d Made icon slightly fatter...
|
|
e589da5 New icon for registered users
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
578978a Slightly more agressive defaults, sounds better for most
|
|
people.
|
|
f23d9f7 Slightly more permissive namecheck
|
|
15bc047 Only registered users can mute/deafen/kick others
|
|
540b5cc And remove the authcode used...
|
|
d0df397 Notify use when it succeeded as well.
|
|
eb41fcf Registration script.
|
|
2691157 Empty tts should not be spoken.
|
|
0548bfe Welcome messages.
|
|
a465ab4 Per-player password. Persistant storage on server. Minor ASIO
|
|
fixes.
|
|
|
|
2005-09-19
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9540220 Final part of UDP implementation.
|
|
62f573b UDP bugfixes on server.
|
|
b36bf6d Version 0.3.2. First part of UDP support.
|
|
46d1a8d No console in release!
|
|
3ca1264 Provide feedback if an error occured.
|
|
1072c99 Minimize to tray.
|
|
|
|
2005-09-18
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a482c8d Start of unix compiles for mumble
|
|
00a2599 Spelling fixes
|
|
9080126 Typo in MainWindow fixed. Made the BF2 plugin slightly more
|
|
picky about what values it accepts.
|
|
7798861 When sampling speakers, encode the cleaned output, not the
|
|
original. Add clean signal power to the audio stats.
|
|
6f0577d About Speex dialog, still waiting for the icon.
|
|
419e2e5 Echo Canceller for inputs that can sample the speakers.
|
|
de4b674 ASIO Audio Input
|
|
|
|
2005-09-16
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
67e3d85 Single-threaded directsound output
|
|
3d9e12b Change version to 0.3.1
|
|
180e4b5 Don't send implied messages anymore, the client already knows
|
|
75cf4ea Send the player object to AudioOutputPlayer, not just the sId.
|
|
95d066d Fix the versionchecker so it doesn't delete itself before
|
|
showing the message.
|
|
7250279 Fixups for release script
|
|
2cdf489 Failing to open DirectSound shouldn't be fatal, just a
|
|
messagebox error Add Apply button to the config screen
|
|
9bc83a6 Fix a few missing Q_OBJECT
|
|
ef307bd Fixed a few bugs with positional audio Made a lot more member
|
|
functions const Moved playerId to Global, it didn't belong in
|
|
MainWindow
|
|
|
|
2005-09-15
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
8fced49 Pixmap for Game plugin screen
|
|
|
|
2005-09-14
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6225c04 Bugfixes for positional Audio Added a Center Position hotkey,
|
|
to force yourself and all others to a center audio position,
|
|
usefull to give commands to the whole group.
|
|
eb7e1be Positional Audio Plugins Ability to switch input/output device
|
|
without restart Version changed to 0.3.0cvs
|
|
|
|
2005-09-13
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
9f73177 Pixmaps for config windows.
|
|
|
|
Kjetil Jørgensen <kjetijor@users.sourceforge.net>
|
|
fa4114d Added (unfinished) config dialog for DX Audio.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a5391bb Use selected device from DXConfig. Still needs to close/reopen
|
|
on ConfigDialog exit.
|
|
b936144 New icons used in config
|
|
2412c5e Adjustable jitter buffer initial size
|
|
ec3af68 More tooltips and whatsthis
|
|
23bd3a6 ToolTips and WhatsThis for rest of application.
|
|
|
|
2005-09-12
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
f7254f3 Global Log class, which remembers what should be logged to
|
|
console and TTS Fixed infinite selfrecursion in MainWindow,
|
|
the application now actually exits when you close it instead
|
|
of silently crashing
|
|
b8fc8f4 Make versionchecking a userinitiated action
|
|
70df36b Add lots of detailed tooltips. Our first piece of
|
|
documentation.
|
|
85825a8 Finish basic config widget for audio Added config options for
|
|
compression and amplification Moved a few menu things into the
|
|
config Keep user settings in Settings and statevars in Global
|
|
fadd3fa When using nested layouts, Qt barfs if a widget already has a
|
|
parent, so make sure it doesn't.
|
|
e465ae6 Fixed crash bug if opening player menu while unconnected
|
|
6b49928 Centralized configuration dialog
|
|
|
|
2005-09-11
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
5d6a49d Switch a few QMutex to QReadWriteLock, and start using
|
|
QMutexLocker, QReadLocker etc
|
|
6cf17df Squashed 3 QT bugs, submitted patches, and can now use them in
|
|
our application.
|
|
90e84d4 DTX transmission support
|
|
6c9df68 Export symbol files for debugging of release builds
|
|
9d7fa85 Window title for the audiostats
|
|
6ed4a96 Set thread priorities; gui is LOW priority, but as we can't
|
|
set it low we set everything else high.
|
|
|
|
2005-09-10
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
04ae86a Status icons for user window
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d290745 Audio statistics window
|
|
beb7b04 Make list of players sorted by name and make local user bold
|
|
6a5e9cc Offset status icons by 1 pixel
|
|
c5c9848 Turn cvs log into CHANGES, and restart CHANGES to get rid of
|
|
cvs log messages for it
|
|
|
|
2005-09-09
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
093edde recent updates
|
|
613fec9 Deaf implies Mute logic in Server, and add ability to
|
|
mute/deaf players again (added PlayerModel::getPlayer from
|
|
index)
|
|
1b8ac3e QHash, foreach() and STL iterators. What ever gave me the idea
|
|
QMap was a hash to begin with?
|
|
3fc5d6e Model-player-list. Work in progress
|
|
|
|
2005-09-08
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
021d58b Compile bugs in VersionCheck, update version in About dialog
|
|
as well
|
|
88a69ca Change versions to 0.2.3cvs
|
|
1895db1 Avoid conflicts for MUMBLE_RELEASE
|
|
9fb7f82 Use new Connection slots for Server Make server log include
|
|
date/time
|
|
c01e34f Discover the magic of QObject::sender() and fix some leftover
|
|
bugs from the refactorization
|
|
be1a64d Refactor
|
|
c325e72 Oops, we're working on 0.2.2, not 0.2.1 which is already
|
|
released
|
|
84ca9db Remove compile warnings, and there sure were a lot of them
|
|
Work around -Wshadow bug in gcc
|
|
dfe76ed Turn g_ into Global, part 2
|
|
870ce04 Turn g_ into struct Global, part 1
|
|
4d6ba18 Remove m_ from everything
|
|
|
|
2005-09-07
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
d82af08 Track both initiator and victim of actions
|
|
3e948bb Make all messageboxes use "Mumble" as the title, to follow the
|
|
GUI guides
|
|
4ce9b9b Check version against sourceforge
|
|
15fc873 Show correct version in title
|
|
2d92fb8 Separate log window
|
|
8658883 Reduce dependencies in MainWindow.h
|
|
3475fc3 Add changes file Add persistant storage of server lists
|
|
9a73682 Increase default volume gain
|
|
a9cf5fb Commit database
|
|
3a71488 Configure database for persistent storage
|
|
|
|
2005-09-06
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
c53fbf9 **** the password field
|
|
5b86dd3 Fix args for window title
|
|
ca7fec9 Exchange and display selfmute/selfdeaf
|
|
a4289cf Audio Input/Output registration
|
|
465b636 Support self-mute/self-deafen. Start support for input/output
|
|
configs
|
|
|
|
2005-09-05
|
|
Martin Skilnand <cybknight@users.sourceforge.net>
|
|
0705156 Temporary icon for alpha and beta stage
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
6be61b3 config=profile to keep debug info for external profilers
|
|
5206193 Make the buffer what we need
|
|
3006847 Make it possible to abort connections, and display self-talk
|
|
same as the others
|
|
b140df7 More verifications
|
|
1814bb3 Make ids recyclable over time instead of immediately, and
|
|
validate that the "target" of messages is actually valid.
|
|
c4a0940 The FIRST loaded icon will be the appicon. Make sure it's the
|
|
smallest. This really is buggy, Qt!
|
|
f2754d3 MainWindow actiongroup for voicetrigger fixed build system
|
|
fixed to use proper conditionals
|
|
1cd90fe Release build should NOT have the damn console!
|
|
0e42898 Release script fixes
|
|
de8d70f Basic connect dialog
|
|
aca3f3c About dialog with icon
|
|
f08f825 Need all 3 icon sizes
|
|
6c5e300 Hopefully binary?
|
|
ddaf56b Fixed...
|
|
1ea5a6c .. but Qt can't use windows resources to store images.
|
|
d52f78b Added readme to installer Fixed crashbug in Server Made
|
|
connection only emit disconnected once
|
|
6e5f88e Add readme
|
|
61ae1a1 Global settings and data exchange
|
|
b1c2795 Shortcuts for muting self, removed compile warnings
|
|
7c3ae17 Text-To-Speech
|
|
ef77c9c Actually poll the DirectInput devices too.
|
|
05acf99 Global shortcuts
|
|
|
|
2005-09-04
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
2ab6c96 Handle authentication, rejections and propagated error
|
|
messages
|
|
ce7ae41 Propagate connection errors for display
|
|
013fdea When disconnecting, just signal the thread that it's time to
|
|
end, don't yank the socket or QT complains
|
|
b840521 Support logging in with pw
|
|
d7b7e9b handle authenticate/reject in networkToMessage
|
|
4818018 Proper connect dialog
|
|
9e57b20 Use compression for zips
|
|
7564d64 Add scripts to release source code
|
|
5d9d54a Versions in projects
|
|
65b705b debug_and_release
|
|
7e2405a Because they changed the signal in Qt 4.0.1
|
|
3b770e6 Why doesn't closed buffered sockets ever error() on
|
|
disconnection?
|
|
bf304fe Encode and display "speaking" state
|
|
37c10ca Accept some paramenters for murmur, to enable e.g. local loop
|
|
test
|
|
1955a89 Update libspeex makefile to match dynamic libs Move license
|
|
agreements to installer instead of embedded in program
|
|
d99273e License files for qt and speex for installer
|
|
b46b0f6 Dynamic release, only need licenses in installer/as files
|
|
|
|
2005-09-03
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
9c3c797 Forgot to checkin the new about dialog. Ahem.
|
|
2af8e4b Since we depend on mingw dlls anyway, switch to full dynamic
|
|
linking and add an installer
|
|
87c0e0b remove debug output
|
|
aa110d2 Kick
|
|
8feb561 Clean up UI, implement kick, remove debug for missing
|
|
validators
|
|
f43a4e9 Ooops, that was a debug statement
|
|
37bc1d6 DTX is broken
|
|
a9b67d1 Server testing
|
|
3d67f4c Send deaf/mute on connect
|
|
|
|
2005-09-02
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1e818ff Player Mute/Deaf, global Player
|
|
c31108e DTX Support Make list of players at least somewhat usefull
|
|
dc3e802 Add sequence to speex packet
|
|
fdda9c3 Fix memory leak, it's now safe to pass stack-allocated
|
|
messages
|
|
8f10abc About box, licenses included, and clean build in mingw
|
|
f21fdf7 Let's try licenses again...
|
|
3e4fc1b licenses for about dialog
|
|
81623dd First functional audio test
|
|
d7a47d9 connect() typo, and increased AGC 50%
|
|
dd94e9d Pass QByteArrays instead of messages, much cleaner with
|
|
refcounts
|
|
3b4b165 Initial DX Audio
|
|
|
|
2005-09-01
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
a8e03ea Initial audio framework
|
|
828a022 Shorten down messages by making id and type 1 byte each
|
|
daa74ad actually do something with messages
|
|
911ea20 debugging network
|
|
e1bf768 First test of network protocol
|
|
d9d814b Disconnect on errors, don't send disconnect unless
|
|
authenticated
|
|
aaf9366 Compile fixed
|
|
29e161f virtual destructor (to avoid nag)
|
|
0767e88 Initial version of the server
|
|
12acf13 Network structures
|
|
dda3954 More data checking
|
|
d51c2f6 Initial datastructures
|
|
|
|
2005-08-31
|
|
(no author) <(no author)@05730e5d-ab1b-0410-a4ac-84af385074fa>
|
|
08f0e1d New repository initialized by cvs2svn.
|
|
|
|
Thorvald Natvig <slicer@users.sourceforge.net>
|
|
1a04a2a Initial setup of project
|
|
|