Ts Ip: voice.project74.de mail@project74.de Mo -So : 24/7

=== Client Release 3.0.2 - 16 Nov 2011
! Updated plugins API to 14
+ Added individual handling of soundpacks per servertab.
+ Added that dropping a file from File Browser into an offline message will
  create a ts3file:// link. A few minor bbCodes are now usable too.
+ Added "close all but this" for chat tabs.
+ Added two notifications CLIENT_RENAMED_BY_YOU and CLIENT_RENAMED_BY_OTHER
  which were also included in our default soundpacks.
* Exported new function getClientLibVersionNumber to plugins API
* Changed paramaters of onServerLogEvent and onServerLogFinishedEvent in
  plugins API and Lua plugin scripts.
* Updated server log dialog to support new improved server logging.
* More detailed client logging for connection attempts.
* Crashdump dialogs lets you open the folder to the dump file instead of just
  copying the filename.
* Banner requests now consider the HTTP header "Cache-Control: no-cache".
* Updater autostarts client after successful update
* Improved connection quality information in statusbar.
* Added news ticker to client and updater.
* Last ban time remembered and restored when opening ban dialog the next time.
* Mac: Mainwindow splitter no longer collapsible as workaround for Qt issue.
- Fixed client issue when connected with multiple tabs and overwriting a file
  in filebrowser of inactive tab.
- Fixed some default_speech sound file issues. Some special sound files pointed
  to old targets.
- Fixed not respecting the i_group_sort_id for server/channel groups in virtual
  server edit dialog.
- Fixed some line breaks for copy & paste from chatlog.
- Fixed client can write in another opened chatab.
- Fixed showing false drop indicator frame after moving a channel spacer.
- Fixed showing "invalid client id" in "out of view" detection.
- Fixed renaming the channel tab if another channel gets a new name.
- Fixed false report "offline message sent" when permissions are insufficient.
- Fixed showing found receipients in autocompleter in "new offlinemessage"
  dialog. The search is triggered if receipient is not in the contact list.
- Fixed hiding clients system tray context menu when clicking outside.
- Fixed copying channel edit dialog description to clipboard. New Lines are no
  longer stripped off.
- Fixed whisper lamp shining blue instead red if whisper hotkey was pressed
  again before release delay was reached.
- Added missing whisper settings to contact defaults dialog.
- Bookmark folders no longer collapse when dragging & dropping.
- Added small delay when searching in the All-clients list window to prevent
  spamming the server with search requests.
- Fixed bug in tree drag&drop which made is possible to drag a wrong client
  into a channel.
- Fixed: Notifications marked as important were not saved to soundpacks.
- Fixed assert when editing "special" notifications.
- Various improvements and fixes to sound backends.
- Fixed display of b_client_skip_channelgroup_permissions in permission
  overview when skip flag was set on channel.
- Channels no longer collapse after moving when a client is moved inside.
- Fixed bookmark manager identity dropdown box misbehaving when default
  identity is not the first in the identity list.

=== Client Release 3.0.1 - 12 Aug 2011
* On machines that have a center speaker (like surround 5.1 and surround 7.1)
  changed the output channels for 1 channel sound to front left+right speakers
  (was center speaker). This fixes issues for people who have no center speaker
  connected even though their sound card is configured for surround sound.
- Fixed "Assertion channels==0".
- Fixed UTF-8 usage in plugins API, stylesheets, package installer, soundpacks
  and updater.
- Fix sound issue on Mac for unknown/mono sound output devices
- Fix assert in recordeditor when clientplugins modified captured sound data
- clientquery: Fix issue where no ERROR_ok was returned when running
  clientupdate
- clientquery: Documentation tweaks
- Fixed possible crash with tsdns resolve
- Fixed bug where ptt stayed active when whispering on a second tab

=== Client Release 3.0.0 - 05 Aug 2011
! Increased plugin API version to 13
+ Multiple improvements to Voice Latency (= the time it takes before what you
  say is heard by others). Among these also a tweak to the Voice Activity
  Detection which makes VAD slightly less accurate but removes 20ms of latency.
  The old VAD behavior is still available as "Legacy Voice Activation
  Detection" in capture settings.
+ Added "connectbookmark=<bookmarkUuid>" commandline parameter.
+ Changed the custom nickname character limit (no whitespaces), minimum 1 and
  maximum 30 characters.
+ Added getServerVersion, isWhispering and isReceivingWhisper to plugin API.
+ Added getAvatar and onAvatarUpdated to plugin API. See test plugin for usage.
+ Added that Push-To-Talk delay also affects Push-To-Whisper and whisper reply.
+ Showing a notice if a bookmark has "unresolved" properties to remind about
  who is using the defaults temporarily.
+ The keyboard-search in servertree has been improved. Holding down SHIFT while
  typing a character to search backwards. Custom nickname has priority.
+ Many new commands added to clientquery interface
* If a timeout occurs while enumerating direct input devices, a dialog shows
  which devices have been found so far. It might will help find the problem.
* SPECIAL_3D_TEST and SPECIAL_SOUND_TEST are always attempted to play from 
  default soundpack, even when "no sounds" is configured.
- Fixed bug that could lead to corrupted sound being played back when the
  latency factor slider was set to values > 1.
- Fixed when switching to playback profile with a slash in its name a new
  profile was created.
- Fixed whisper list hotkeys, individual use of "on key down/release".
- Fixed that servernames in subscriptions dialog will be updated.
- Fixed downloads when target dir is not writable (e.g. CD, DVD etc).
- Fixed HotKey Run Plugin commands with length above 1024 will be truncated.

  
=== Client Release 3.0.0-rc2 - 08 Jun 2011
+ Added banner resize mode to virtualserver settings.
+ Channel context menu "unsubscribe from channel family" is available as soon
  as any subchannel is subscribed.
+ "Set Avatar" now is disabled without permission.
+ Added package installer for easy plugins/styles/soundpacks etc. one-click
  installations.
* Plugin authors note: requestChannelSubscribe and requestChannelUnsubscribe
  now take an array of channelIDs as parameter instead of a single channelID.
* Exchanged default soundpack with male and female soundpacks.
* Added soundpack page to setup wizard to select one of male or female.
* Select and scroll to own client after connecting.
* Fixed switching a fullscreen game to desktop when client is minimized and
  showing the "warn while muted", the "entering moderated channel", the 
  "force push-to-talk" or the "maximum amount of clients reached" dialog.
* Client and server log windows now save and restore log level checkbox states.
* Added "Debug" checkbox to control debug output in client log window.
* Added "Delete" to channel permission to set i_channel_needed_delete_power.
* Plugin API: Added returnCode parameter to sendPluginCommand
- Support for international domain names readded.
- Removed validation of input text from connection connect and bookmark
  address field, so that every address can be used.
- Fixed possible crash in AppScanner plugin with Umlauts.
- Added a missing separator within an invitation.
- Moved rest of the sounds into soundpack for more customized handling.
- Fixed that poke dialog no longer opens when nickname was changed.
- Changed the Push-To-Talk tooltip lines which were displayed in wrong order.
- Fixed displaying port when connected via invitation.
- Fixed errordisplay when family subscriptions on channels fail.
- Fixed dropping images from filebrowser into channel description when
  connected on multiple servers.
- Fixed context menu to copy offlinemessage text.
- Limited the last mentioned URLs in systemtray context menu to 10.
- Fixed that image-descriptions near avatar are sometimes written over the edge
- Image in channel description was broken when overwritten with same name.
- Fixed that offline messages throws a warning when recipient wasn't found on
  the server.
- Don't save empty subscribed channels list when quickly disconnecting again
  from a server, loosing the subscribed channels.
- Fixed problem when binding hotkeys while joysticks were active that "pressed"
  a button constantly. 
- Fixed that TeamSpeak does not start as a result of broken input device
  drivers. If detected TeamSpeak will at least start without usable hotkeys.
- Fixed ts3server:// links being overwritten by autoconnect bookmarks when a
  bookmark for the linked server already exists.
- Windows installer no longer allows installing the 64-bit client on 32-bit
  operating systems.
- Fixed flickering of hoster button when special no-cache http flag is used.

  • aao.gif
  • bf2.gif
  • bf3.gif
  • bf4.gif
  • bf1942.gif
  • bf2142.gif
  • bfbc2.gif
  • bf_heroes.gif
  • ccg.gif
  • cod.gif
  • cod2.gif
  • cod4.gif
  • codbo.gif
  • codmw2.gif
  • codmw3.gif
  • codwow.gif
  • cs.gif
  • cscz.gif
  • css.gif
  • dod.gif
TemSpeak Server IP:  voice.project74.de 

Datenschutz-Ts-Server & Regeln !

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.