honor
TrailRunner 2.1v422
TrailRunner is considered as an effective utility for users. more>>
TrailRunner 2.1v422 is considered as an effective utility for users. If you ever asked yourself how long your workout routes are and what route you should choose for this evening - then TrailRunner should be your training-partner.
Major Features:
- For Running: Plan workout routes and check your pace at checkpoints.
- For Hiking: Plan tours and collect beautiful tracks and trails.
- For Biking: Import and analyze GPS recordings.
- Internet Services: Load background maps and elevation data from openStreetMap and other services.
- Personal Notes: Annotate your tracks with descriptions, colors and the famous iTunes rating stars.
- Route Planning: Create new routes interactively or automatically, for a given distance and with the highest attractiveness.
- iPhone: Import GPS route courses from the iPhone.
- Share Routes: Share your routes on GPSies.com, one of the biggest outdoor communities.
- NanoMaps: Export route descriptions as NanoMaps for iPods or cellphones.
- Nike + iPod Sport Kit: Import workouts from your Nike+ Sportband or iPod Sport Kit and assign routes with real world distances.
- Heart Rate Monitors: Import and manage GPX or Polar HRM workout protocols.
- Garmin Training Center: Display and manage workouts for Garmin ForeRunner or Garmin Edge devices directly from Garmin Training Center.
- Diary: Collect and describe workouts and compare histograms per workout and over time.
- Apple Mobile Me: Publish an excerpt of your diary and route descriptions as a WebLog.
- Exercise plan: Improve your base endurance in small and adaptive steps.
- Calendar: Manage your goals and planned events.
- Languages: Available in English, German, French, Italian, Spanish, Dutch, Swedish, Japanese, and traditional Chinese.
- GoogleEarth: Watch routes in GoogleEarth with just one click.
Enhancements:
- Note: This is TrailRunner 2.1 beta 09
- Better: Added a select all command key shortcut to select all data points in the graph view.
- Better: Reopening a saved document now better honors the last location you where viewing. (nicolas)
- Better: Reopening a saved document now better honors the last vertical size of the graph split view. (nicolas)
- Better: Added compatibility with Garmin Training Center 3.0.0.4 Beta, respectively the import of power data.
- Bugfix: Fixed even another fancy combination of spacebar hand scrolling.
- Bugfix: Fixed problem with invalid elevation data being sent from Trails. (stephen)
- Better: Stability fixes on track merge (pgrebenicek)
- Bugfix: Replacing the course of a diary entry showed an error message on save (thomas, martin).
- Bugfix: Stability fixes when switching between left panes with uncommitted changes.
- Bugfix: Fixed an import crasher.
- Bugfix: Fixed a selection problem in the community routes importer.
- Better: Garmin ANT importer did display Garmin Trainings Center as the helper application in the import pane. (jian)
- Bugfix: Fixed a Garmin ANT Agent import problem under Snow Leopard (christian, jian)
- Bugfix: Fixed an issue with TrailRunner not starting up.
- Better: Minor updates regarding Snow Leopard.
- Better: Added a message dialog when an track editor operation is not valid for the current selection.
- Bugfix: Activity entries added from a merge did miss the routes name.
- Bugfix: Fixed kml importer issue
Requirements:
- MacOS X 10.5 Leopard

FlashGot for Thunderbird 1.2
FlashGot for Thunderbird 1.2 is one of the best Firefox download manager integration which has been honored in the May 2006 issue of PC World, the most widely-read computer or business magazine, as one of the 101 Fabulous Freebies more>> <<less

OneSwarm 0.6.2
OneSwarm is undoubtedly one of the most intelligent way to improve privacy in peer-to-peer networks. more>>
OneSwarm 0.6.2 is undoubtedly one of the most intelligent way to improve privacy in peer-to-peer networks.
Currently popular peer-to-peer networks suffer from a lack of privacy. For applications like BitTorrent or Gnutella, sharing a file means exposing your behavior to anyone interested in monitoring it.
OneSwarm is a new file sharing application developed by researchers at the University of Washington. Instead of communicating directly, sharing in OneSwarm is friend-to-friend; senders and receivers exchange data us extensions to improve privacy while providing good performance: point-to-point encryption uses friends to be disconnected)
- Fix rate limit not honored when there is a lot of downloading and forwarding going on
- Many miscellaneo
Yii 1.0.6 R 1102
A free and open source high-performance programming framework for developing large-scale Web applications more>> A free and open source high-performance programming framework for developing large-scale Web applications
Yii enables maximum reusability in Web programming and can be significantly accelerate the development process. The name Yii (pronounced as [i:]) stands for efficient, easy, and extensible.
Yii is easy to learn and use. You only need to know PHP and object-oriented programming. You are not forced to learn a new configuration or templating language.
Yii is extremely fast. Its overhead to applications written on top of it is negligible. As a matter of fact, it is one of the most efficient PHP frameworks around.
Yii is highly reusable and extensible. Yii is purely object-oriented. Everything in Yii is a self-contained component which can be configured, reused or extended easily.
More importantly, Yii has an ever-increasing extension library consisting of user-contributed components, which may help reduce your development time significantly.
Main features:
- Model-View-Controller (MVC) design pattern: Yii adopts this proven technique in Web programming which can better separate logic from presentation.
- Database Access Objects (DAO) and Active Record: Yii allows developers to model database data in terms of objects and save their effort of writing long and repetitive SQL statements.
- Integration with jQuery: as one of the most popular JavaScript framework, jQuery enables writing highly efficient and versatile JavaScript interfaces.
- Form input and validation: Yii makes collecting form input extremely easy and safe. Yii comes with a set of validators which can be used to ensure validity of input data, and it also has helper methods and widgets to indicate errors when validation fails.
- Web 2.0 widgets: powered by jQuery, Yii comes with a set of Web 2.0 widgets, such as auto-complete input field, treeview, and so on.
- Authentication and authorization: Yii has built-in authentication support. It also supports authorization via hierarchical role-based access control (RBAC).
- Theming: it enables change of the outlook of an Yii application instantly.
- Web services: Yii supports automatic generation of complex WSDL service specifications and management of Web service request handling.
- Internationalization (I18N) and localization (L10N): Yii supports message translation, date and time formatting, number formatting, and interface localization.
- Layered caching scheme: Yii supports data caching, page caching, fragment caching and dynamic content. The storage medium of caching can be changed easily without touching the application code.
- Error handling and logging: errors are handled and presented more nicely, and log messages can be categorized, filtered and routed to different destinations.
- Security: Yii is equipped with many security measures to help secure Web applications to prevent cyber attacks. These measures include cross-site scripting (XSS) prevention, cross-site request forgery (CSRF) prevention, cookie tampering prevention, etc.
- Compliance to XHTML: Code generated by Yii components and command line tools complies to the XHTML standard.
- Automatic code generation: Yii provides the tools that can automatically generate the code that you need, such as a skeleton application, CRUD applications, etc.
- Purely object-oriented: Yii framework sticks to strict OOP paradigm. It does not define any global function or variable. And the class hierarchy that it defines allows maximum resuability and customization.
- Friendly with third-party code: Yii is carefully designed to work well with third-party code. For example, you can use code from PEAR or Zend Framework in your Yii application.
- Detailed documentation: every single method or property is clearly documented. A comprehensive tutorial is also provided together with other minor tutorials.
- Extension library: Yii provides an extension library consisting of user-contributed components. This makes the above feature list never ending.
Enhancements
- Bug #305: column aliases used in CActiveFinder should be quoted so that their cases are kept (Qiang)
- Bug #308: typo in CLinkPager CSS class name (Qiang)
- Bug #310: Leading space in auto generated labels if they end with "ID" (Qiang)
- Bug #312: defaultScope not honored when other sopes are applied (Qiang)
- Bug #313: Dynamic parameter for lazy loading resets the parameters specified in default scope (Qiang)
- Bug #321: CProfileLogRoute should be disabled for AJAX requests (Qiang)
- Bug #331: HTTP 403 status code should be used to indicate auth failure (Qiang)
- Bug #338: Undefined variables in CTimestamp.php (Qiang)
- Bug #343: HtmlPurifier should register its autoload to allow using its plugins (Qiang)
- Bug #353: CClientScript may not generate expected output on some PHP version due to preg_replace bug (Qiang)
- Bug: Syntax errors in autoloaded classes are not reported (Qiang)
- New #36: Added column declarations to the generated model class using yiic (Qiang)
- New #231: Enhanced yiic shell model command to generate relations automatically (olafure, Qiang)
- New #271: Added CFileCache (Qiang)
- New #300: Added support for using a controller action to display application errors (Qiang)
- New #304: Added flv mimeType to the mimeType array (Qiang)
- New #315: Added CDbConnection.enableProfiling (Qiang)
- New #320: Added support for customizing a single URL rule by setting its urlFormat and caseSensitive options (Qiang)
- New #326: Yii:powered() will show Yii site in a new window (Qiang)
- New #328: Make yiic to work with f-cgi (Qiang)
- New #344: Added support to automatically attach behaviors to a controller (Qiang)
- New #346: Enhanced CMemCache so that it can be used with both memcache and memcached (Qiang)
- New #347: Added CUrlManager.useStrictParsing to support parsing URLs only based on rules (Qiang)
- New #349: Enhanced MySQL driver to recongize tinyint(1) as a boolean (Qiang)
- New #351: Enhanced CModelBehavior so that its beforeValidate() can stop the current validation process (Qiang)
- New: Enhanced the with option in relational rules so that it also applies in eager loading (Qiang)
- New: Enhanced yiic shell model command to generate all models for the whole database (olafure, Qiang)
- New: Added support to allow using named scopes with update and delete methods (Qiang)
- New: Refactored support for dynamic query options with relational AR (Qiang)
- New: Added CDbCriteria:toArray() (Qiang)
- New: Added support to allow merging CDbCriteria using OR operator (Qiang)
- New: Added CLogger:getStats() (Qiang)
- New: Added support to import and autoload interfaces (Qiang)
- New: Added tracing statements to cache components (Qiang)
- New: Added CLogFilter to support logging additional context information (Qiang)
GalleryExport for iPhoto 1.0.14 Beta
A plug-in that automates the process of getting photos from iPhoto into Gallery. more>> A plug-in that automates the process of getting photos from iPhoto into Gallery.
GalleryExport for iPhoto is a small, yet very useful plug-in that automates the process of getting photos from iPhoto into Gallery.
Gallery is an open source web based photo album organizer that gives you an intuitive way to integrate photo management seamlessly into your own website whether youre running a large community site or a small personal site.
Main features:
- Support for Gallery versions 1 and 2.
- Support for multiple galleries.
- Navigate albums on remote gallery using a Finder-like browser.
- Create new albums in remote gallery.
- Upload selected images to existing or new albums.
- Map metadata to Gallery fields.
- Fully multi-threaded for a very responsive user interface.
- Keychain support.
- Exports to both pre-defined and custom image sizes.
- Built-in support for customized naming based on image title, file or album name, and more.
System requirements:
-
Enhancements
Bug Fixes:
- Update beta expiration date to 8/1/2009.
Known Issues:
- Case 1258: The plug-in does not honor the custom name setting, resulting in the original image name being exported to Gallery.
GalleryExport for Aperture 1.0.14 Beta
A plug-in that automates the process of getting photos from Aperture into Gallery. more>> A plug-in that automates the process of getting photos from Aperture into Gallery.
GalleryExport for Aperture is a plug-in that automates the process of getting photos from Aperture into Gallery.
Gallery is the open source web based photo album organizer that offers you an intuitive way to blend photo management seamlessly into your own website whether youre running a small personal site or a large community site
Main features:
- Support for Gallery versions 1 and 2.
- Support for multiple galleries.
- Navigate albums on remote gallery using a Finder-like browser.
- Create new albums in remote gallery.
- Upload selected images to existing or new albums.
- Map metadata to Gallery fields.
- Fully multi-threaded for a very responsive user interface.
- Keychain support.
System requirements:
-
Enhancements
Bug Fixes:
- Update beta expiration date to 8/1/2009.
Known Issues:
- Case 1733: The FAQ link in the plug-in, aka the question mark button in the lower left corner, redirects to an incorrect URL.
- Case 1258: The plug-in does not honor the custom name setting, resulting in the original image name being exported to Gallery.
ViewVC 1.1.1
A browser interface for CVS and Subversion version control repositories more>> A browser interface for CVS and Subversion version control repositories
ViewVC is a free and open source tool that generates templatized HTML to present navigable directory, revision, and change log listings.
ViewVC can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output.
Main features:
- Support for filesystem-accessible CVS and Subversion repositories.
- Support for path-based authorization, including parsing and honoring Subversion authz configuration files.
- RSS feed generation for tracking changes to repositories or individual items within repositories.
- Individually configurable virtual host support.
- Line-based annotation/blame display.
- Revision graph capabilities (via integration with CvsGraph) (CVS only).
- Syntax highlighting support.
- Bonsai-like repository query facilities.
- Template-driven output generation.
- Colorized, side-by-side differences.
- Tarball generation (by tag/branch for CVS, by revision for Subversion).
- Localization support based on the Accept-Language request header.
- Ability to run either as CGI script or as a standalone server.
- Regexp-based file searching.
- INI-like configuration file (as opposed to requiring actual code tweaks).
System requirements:
- Python 1.5.2 or later
Ghost Recon: Heroes Unleashed 1.0b5
Ghost Recon: Heroes Unleashed comes as an interesting mod (as in modification) for the squad-based military tactical shooter game Tom Clancys Ghost Recon, which was published for PC by Red Storm Entertainment and Ubisoft in 2001, and for Macintosh by Aspyr Media in 2002. more>>
Ghost Recon: Heroes Unleashed 1.0b5 comes as an interesting mod (as in modification) for the squad-based military tactical shooter game "Tom Clancys Ghost Recon", which was published for PC by Red Storm Entertainment and Ubisoft in 2001, and for Macintosh by Aspyr Media in 2002.
This mod is a tribute to the Ghost Recon community. Its aspiration is to honor the makers and fans of this great game, and to be a token of appreciation for all the people who contributed to the Ghost Recon universe over the years.
Ghost Recon: Heroes Unleashed is the redux of popular content that has been introduced to the game by various other mods in the past, and it strives to incorporate those elements of Ghost Recons history into a timeless collection, meticulously complemented by novel features.
The mod makes more than 100 maps and missions available in single and multiplayer mode and offers over 200 different weapons to choose from. All additions have been carefully integrated and balanced to provide a homogeneous level of professional audio-visual and technical finish.
Heroes Unleashed is aiming to improve and expand many aspects of the original game to increase its already highly addictive replayability, while remaining true to Ghost Recons unique character and concept.
It also tries to intensify the realistic feel and immersive qualities of the game, making it more challenging and emphasizing the atypical Ghost Recon game style: Tactical team play rather than the "solo, run and shoot, wanna-live-forever" style found in many other FPS games.
If you are looking for killing sprees and fragfests, move right along, there is nothing to see here. Just as the original, Heroes Unleashed is predominantly about tactics and teamwork, and a good strategy will serve you much better than quick reflexes and an itchy trigger finger.
With the combination of all of its features, Heroes Unleashed seeks to create the optimum Ghost Recon experience for both single player games as well as multiplayer battles, whether Co-Op, Solo or Team based ones. The mod wants to accommodate a full spectrum of players from the casual gamer, over regular clan and guild players, up to league professionals.
I hope that Heroes Unleashed will provide you with many extra hours of fun in playing one of the best computer games ever devised.
Respectfully, ApexMods
- Added arcade mode add-on mod to X-TRAS
- Added new game types
- Added new maps and re-ordered map sequence
- Added new weapons and equipment kits
- Added weapon info to X-TRAS
- Adjusted actor properties
- Adjusted binoculars
- Adjusted combat model properties
- Adjusted command maps
- Adjusted default platoon setups
- Adjusted effects textures
- Adjusted equipment textures
- Adjusted game types
- Adjusted game types briefing text
- Adjusted map clipping distances
- Adjusted map fog settings
- Adjusted map insertion zones
- Adjusted map preview images
- Adjusted map spotting distances
- Adjusted map textures
- Adjusted missions
- Adjusted missions briefing images
- Adjusted missions briefing text
- Adjusted mouse cursor
- Adjusted night vision
- Adjusted projectile ballistics
- Adjusted projectile properties
- Adjusted server setup map info
- Adjusted sky models
- Adjusted sky textures
- Adjusted threat indicator
- Adjusted vehicle properties
- Adjusted vehicle textures
- Adjusted vehicle weapons
- Adjusted weapon accuracy
- Adjusted weapon ballistics
- Adjusted weapon handling
- Adjusted weapon kit art
- Adjusted weapon muzzle flash
- Adjusted weapon reticles
- Adjusted weapon sounds
- Adjusted weapon textures
- Adjusted weapon zoom effect
- Fixed missing/wrong map zones
- Updated documentation
- Updated X-TRAS
- Mac OS X 10.2.8 or later
- 1.0 GHz processor
- 64 MB video card
- Stereo sound
- Tom Clancys Ghost Recon v1.0.3 (1.4)
- Official Desert Siege & Island Thunder Expansions

Vine Server & Viewer 3.1b2
Vine Server(OSXvnc) is a robust, full-featured VNC server for MacOS X. It allows any VNC client to remotely view or control the machine more>> Vine Server(OSXvnc) is a robust, full-featured VNC server for MacOS X. It allows any VNC client to remotely view or control the machine.
It is provided by Redstone Software, for use with Vine Viewer and Eggplant for cross-platform testing and automation
Mac OS X 10.1 or later.
Version 3.1b2:
- Fixed a problem running on 10.3.9
- Fixed a problem auto launching the server from GUI when Vine Server was set to Auto-Hide
- Fixed a problem not honoring the selection to disable Bonjour.
- Fixed a problem with Require SSH not being stored correctly for System Server.
- Fixed a problem with server shutting down after a logout.
- Fixed a number of international keyboards that had a small number of keys not mapped (like i in Belgian, o in Swiss, etc.)
- Hopefully Fixed an occasional problem sending rich cursors to the remote system.
- Fixed a problem with Echoware bundle loaded twice when it wasnt supposed to.
Skype 2.8.0.438 Beta / 2.7.0.330
A fully-features Internet Telephoning software (VOiP). more>> A fully-features Internet Telephoning software (VOiP).
Skype is the next phenomenon from the people who brought you KaZaA. Just like KaZaA, Skype uses P2P (peer-to-peer) technology to connect you to other users not to share files this time, but to talk and chat with your friends.
Skype is created with an extremely advanced technology but super simple to use... Youll be making free phone calls to your friends in no time!
Our softwares quick and easy to get started with. Download, register, install, plug in your headset, speakers or USB phone and start calling your friends.
The calls have excellent sound quality and are highly secure with end-to-end encryption. You dont even need to configure your firewall or router or any other networking gear. It just, you know works.
Main features:
- When it comes to talking, instant messaging or transferring files, weve gone to great lengths to make it secure. Skype automatically encrypts everything before sending it through the internet. Likewise, on arrival everything is decrypted on-the-spot and presented as crystal clear speak, text or a file transfer nobody can intercept
- All the security in the world wouldnt matter, though, if you couldnt hear the other person. With Skype, you can. Were working with the very best in the industry to provide a sound quality far superior to what youre used to from ordinary telephones. If you will bear with us for a moment here wed like to share some technical stuff with you: with normal telephones you can only hear sounds from 300 Hz to 3 kHz. Not so with Skype; Were all over the spectrum, from the lowest hum to the highest screetch. In other words: will sound like the two different letters they were meant to, and in the end you will be able to have a much more natural conversation
- That also goes for conferences. Its completely secure for you and up to four others to get together to coordinate tactics in a game, make one of those important business decisions or simply have a chat, even if youre all on different continents
- earching for those long-lost relatives or just somebody to have a quick chat with is also part of what Skype is all about. We have what we call a Global User Directory. Its a giant phonebook of all the people who use Skype. You can use it to search for people youd like to talk to, people who have the same birthday or people who just happen to live in the same street as you
- When you find somebody you know or even someone you would like to know, you add them to your list of contacts. You can also write a little note to let them know who you are and why you want to add them to your list. Handy, if your separated-at-birth-twin finds you on Skype. When people are on your list, you can see if they are online, offline, busy... or perhaps out to lunch
- Did we mention that you can also send instant messages with Skype? Well, you can. Thats nice for when youre talking about a website and you want to send that really long address or if youre writing a song maybe. Either way, you can send one of those little smiley faces along with your message. Smile to the world and the world smiles back
System requirements:
- Macintosh computer with G3, G4, G5 or Intel processor.
- 128 MB RAM.
- 20 MB free disk space on your hard drive.
- Microphone.
- Internet connection (either dial-up: minimum 33.6 Kbps, or any broadband: cable, DSL, etc.).
Enhancements
- feature: Skype Access
- feature: Screen sharing
- feature: Sort chats in the chat drawer
- feature: Set priorities to chats
- feature: Quick Add: quick and simple way to add people to chats
- feature: Mood message chat: mood updates from your contacts listed in a chat
- feature: Large avatars: 256x256 pixels
- feature: Add your own notes to contacts
- feature: Profile picture selector (Mac OS X 10.5 only)
- feature: Support of Spotify links in your mood and chats
- improvement: Improved bandwidth allocation methods
- improvement: Improved copy/paste capabilities of messages in a chat
- improvement: Cmd-shift-E shortcut to edit your last chat message
- improvement: Ability to change your profile picture can now be initiated by double-clicking on your profile picture
- improvement: Technical call info window can now be triggered manually
- improvement: Improvement of chat split-view resizing
- improvement: Added skype: uri handler topic and token parameter support for "call" command
- improvement: Warning message added in chat window when writing to a mobile device user who is not able to receive chats
- improvement: Improved Leave Chat alert layout and messages
- improvement: When a new call is started, default call volume is set to 25% if it was lower before
- improvement: When multiple files are received via file sending, clicking the main file icon will now open all the files
- improvement: Improvements to accuracy of contacts online status
- improvement: Usability for VoiceOver users
- localization: Added Brazilian Portuguese by Fabio Roselet
- localization: Added Polish by Bohdan Zielinski
- localization: Added Estonian
- change: Search field is default focus in history window
- change: When user shows an iTunes song in their mood, it is preceded by a musical note character
- change: No longer possible to send chat messages containing only whitespace characters
- change: Appearance of contact groups
- change: Removal of grey area beside chat text window, emoticon button now inside chat text window
- change: Merged block and unblock menu items
- change: New tabbed layout in the profile information window
- change: Status of SMS messages now changes: Sending -> Sent -> Delivered
- change: Duplicate Skype Out contacts from address book will not be displayed
- bugfix: It was not possible to start a chat with a contact who was not in contact list
- bugfix: Occasionally when a person was added to a conference call, he was automatically put on hold
- bugfix: Conference call window kept aspect ratio when resizing
- bugfix: File sending failed when file with the same name already existed
- bugfix: Hang Up button had wrong label in the chat window while a call was in progress
- bugfix: Sometimes Skype crashed after a SMS/text was sent
- bugfix: Under certain rare circumstances,the main window stopped responding when a birthday event was clicked on
- bugfix: If user had multiple online numbers, only the first one was displayed in Skype services panel
- bugfix: When user removed a custom sound for an event, it was replaced with the first sound in the list, not with the default one
- bugfix: Previous username was shown in the title of the main window when "Sign In as Another User" was clicked
- bugfix: When user edited a landline/mobile phone contact the phone number was not validated
- bugfix: Video button in call window was not replaced with dialpad button when call was forwarded to a phone number
- bugfix: Sometimes the yellow alerts inside the chat window disappeared when "view earlier messages" was clicked
- bugfix: Some video preferences were still enabled after "Enable Skype Video" was unselected
- bugfix: Occasionally the incoming call window was displayed offscreen
- bugfix: Call On Hold was not removed when user resumed a video call
- bugfix: After writing multi-line feed message with /me chat command, the text was not displayed correctly
- bugfix: When the topic of a public chat was locked and a non-host tried to change it then the user couldnt see the original topic
- bugfix: To and from fields were mixed up for file sending with multiple files
- bugfix: In some rare cases after signing in as another user, some chat messages from previous user were still visible
- bugfix: Sometimes the call window disappeared when adding an unauthorized contact to a conference call
- bugfix: Add to Contacts command didnt work in the context menu of the history list
- bugfix: Call Transfer menu was also shown for outgoing calls
- bugfix: Clicking "Show in Finder" on a file which was being sent showed "File not found" message
- bugfix: Skype URI skype:username always initiated a call, instead of triggering the default action (chat or call)
- bugfix: Skypename was not pre-set, when signed out after password was changed
- bugfix: When a call to an emergency or short number was dialled, Skype didnt display the appropriate message
- bugfix: After a manual update, "Upgrade Skype" missed event didnt disappear
- bugfix: Proxy authentication window kept popping up although correct credentials were entered
- bugfix: Pressing return-key in the landline/mobile phone caller window did not start call
- bugfix: Fixed layouts of hold and mute overlay views of the call window in some localizations
- bugfix: Password error message was incorrect when creating account or changing account password
- bugfix: Country codes of Address Book contacts were not updated when default country code had been changed in Skype preferences
- bugfix: Minor problem with emoticon set name in French version
- bugfix: Error #6520 (calls to landlines and mobiles) did not have a description
- bugfix: Call and chat buttons were shown for undisclosed and unrecognized numbers in history list
- bugfix: String "(host)" was not localized in conference call window
- bugfix: Some "speak text" notifications didnt understand @ sign
- bugfix: Mood is now cleared when show iTunes song is enabled and user stops iTunes
- bugfix: iTunes song info is not shown/updated in mood when status is offline/invisible
- bugfix: Old mood was not restored when iTunes was paused
- bugfix: An old song that the user listened to a few days ago was set as the mood when user paused iTunes
- bugfix: Turning off iTunes in your mood while playing music did not restore previous mood set by the user
- bugfix: It was impossible to close technical call info window in full screen video call
- bugfix: If a phone number contained a hyphen in a chat, it didnt appear as a clickable link
- bugfix: Mobile contacts did not have corresponding icon in contact list
- bugfix: Sometimes the number of missed events was incorrect
- bugfix: Artifacts appeared below contact name if their mood contained newline characters
- bugfix: Emoticons were case sensitive
- bugfix: Right click on a link in chat window and selecting "Open link" opened the link in Skype chat window
- bugfix: User was unable to send SMS to a number which began with +00 in Address Book
- bugfix: The summary of several files being sent showed the file as being sent even when it was being received
- bugfix: Canceling a file selection in the file sending dialog caused an error
- bugfix: Camera icon on the contact card in the contact list was sometimes hidden
- bugfix: If there were several files sent together, then "Remove from list" didnt work for a single file
- bugfix: Sometimes call window remained open with "unhandled state" message
- bugfix: Sometimes when adding a person into a video call, the whole application did not respond for 15 seconds
- bugfix: It was not possible to set country to not specified in profile
- bugfix: Address book options was not honored on showing contact name order
- Skype API: Implemented GET/SET AVATAR
- Skype API: MUTE related API calls were not working properly for non-host in conference call
- Skype API: Implemented GET CONTACTS FOCUSED
- Skype API: Implemented SEARCH ACTIVECHATS
- Skype API: Implemented GET CHAT property (name, timestamp, adder, posters, members, topic, activemembers, friendlyname)
- Skype API: Implemented SEARCH ACTIVECALLS
- Skype API: GET CHAT PROPERTY accepted only properties written as uppercase string
- Skype API: Implemented GET CHAT properties: ACTIVITY_TIMESTAMP, BOOKMARKED, MYROLE, MYSTATUS
- Skype API: Implemented CREATE CHAT
- Skype API: OPEN CHAT did not respond
- Skype API: Implemented SET PROFILE MOOD_TEXT
- Skype API: SEARCH ACTIVECALLS did not return call members
- Updated all localizations: French - Jean-Pierre Kuypers, German - Claudius Henrichs, Traditional Chinese - Carlos Lee, Italian - Domenico Cianci, Dutch - Alexander Henket, Spanish - Carola Clavo, Portuguese (Portugal) - Francisco Miguel Ferreira, Japanese - Mayu Shimizu, Norwegian - Kenneth Stevenson, Russian -Igor Pryadkin, Czech .

Game Server Configulator: Medal of Honor Allied Assault 2.0
Allows the user a way to configure and launch a game server that runs in a LAN or online. more>>
A tool that offers the user a way to configure and launch a (multiplayer) game server for Medal of Honor Allied Assault that runs in a LAN or online. The tool offers various options that are standard for the corresponding game, but also has additional options that may not be available from within the game. The user can load and save several different configurations to easily set up different types of game.

Medal of Honor: Allied Assault Dedicated Servers 1.2
Dedicated Medal of Honor Server binaries. more>> <<less
ProdMe 1.1
ProdMe - ProdMe replicates this greatly-missed feature from Mac OS 9, repeating audio alerts more>> ProdMe - ProdMe replicates this greatly-missed feature from Mac OS 9, repeating audio alerts
Clock chimes return to Mac OS X! ProdMe replicates this greatly-missed feature from Mac OS 9, and also provides two additional modes for repeating audio alerts.
In addition to traditional clock chimes, ProdMe also provides the option to play a sound at any time interval, using any of the available alert sounds. Great for anyone who finds that time tends to slip away faster than expected.
Main features:
- Chimes can be set at either arbitrary time intervals or synchronized with the clock (like traditional clock chimes).
- Multiple copies of the widget can be open at once, with independent settings for each copy.
- Choice of five different background colors.
- Honors 12-hour or 24-hour time format (as specified in the International system preferences).
EMR Intel - Excalibur: Morgana's Revenge 3.0.1
EMR Intel - Excalibur: Morganas Revenge is an impressive and unique scenario based upon the Aleph One engine. more>>
EMR Intel - Excalibur: Morgana's Revenge 3.0.1 is an impressive and unique scenario based upon the Aleph One engine.
It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine, you start aboard the exploration class Starship Kronos where you learn of your epic mission. You are re-acquainted with the AI Merlin, who introduces you to Kronos time traveling technology, and reveals your new mission: to save mankind from the clutches of Morgana and her minions.
Through untamed raptor-infested jungles, castle arenas, and war-torn streets of the future, you will wield weapons from all time periods in an effort to thwart the diabolical plot that unfolds. The EMR adventure, spread across 42 solo levels, weaves a tale of truth and honor, knighthood, and bravery, and darkness, and treachery. EMR also delivers 27 adrenaline pumped network levels. EMR immerses you in an amazing new world, creating an addictive, fun and unique gaming experience.
Enhancements: A bug fixing release.
Requirements: Mac OS X 10.3/10.4
Epecaf Launcher 1.1b2
Epecaf Launcher is a freeware game server launcher that incorporates an icon-based favorites list, buddy list, buddy search, etc more>>
Epecaf Launcher provides a great many options for saving, launching and modifying LAN- or internet-based game servers. It is our hope that it will be as indispensable a utility for you as it has been for our many users. Enjoy!
Become familiar with the Preferences before reviewing the program features. Itll save you lots of time in the end. They are only a few but important things to be aware of. The most important is the Game Location section. Here you may select the game and then its location on your internal drive or any drive connected to your Mac.
Be aware that the program cant perform miracles, so if you try to launch a game on a disconnected or turned off external device, it wont work. Either use an internal drive or make sure to power on any device that you require before running Epecaf Launcher.
Currently Supported Games
- Americas Army
- Battlefield 1942, BF1942: The Road to Rome
- Call of Duty, Call of Duty: United Offensive, Call of Duty 2
- Doom 3
- Enemy Territory
- Ghost Recon
- Jedi Knight: Jedi Academy, Jedi Knight II
- Quake, Quake II, Quake III, Quake IV, Quake World
- SiN
- Raindow Six 3: Raven Shield, RS3: Athena Sword
- Return to Castle Wolfenstein
- Soldier of Fortune II
- Medal of Honor Allied Assault, MoH: Breakthrough, MoH: Spearhead
- Unreal Tournament, UT:2003, UT:2004
Enhancements:
- Fixed a bug in the preferences when choosing a quake path.
- Cleaned up some things here and there.
- Added Prey to the game list.