Main > Free Download Search >

Free honor blackman software for mac

honor blackman

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 41
Delta Force: Black Hawk Down 1.0

Delta Force: Black Hawk Down 1.0


Experience the intense combat of Operation Restore Hope in this ground breaking first person shooter. more>>


In late 1993, the United States launched dual military operations in Mogadishu Somalia. Delta Force Operatives and Army Rangers were sent in to capture Somali warlords and restore order. Experience the intense combat of Operation Restore Hope in this ground breaking first person shooter. As a Delta Force operative participate in a number of daring and intense raids against the oppressive Somali warlords in and around Mogadishu. Execute challenging missions, each with multiple objectives. Destroy enemy communications, intercept weapons shipments, defend civilians and devastate enemy militias.
- Engage in Close Quarters Battle, sniper fire, air attacks and room takedowns.
- Fire machine guns while riding in Black Hawks and armored vehicles. Over 25 accurately modeled weapons.
- Issue key teammate commands while facing relentless enemy attacks powered by a new AI system.
- Utilize authentic combat tactics and scenarios provided by former Special Operations soldiers.
- Prove yourself in nonstop, large-scale multiplayer battles.
View QuickTime Trailer
Feature: The Many Faces of War: Medal of Honor: Breakthrough, Call of Duty, and Delta Force: Black Hawk Down
Genre: Action

<<less
Download (1.4MB)
Added: 2004-10-21 License: Update Price:
10 downloads
Medal of Honor: Breakthrough 2.40b

Medal of Honor: Breakthrough 2.40b


Race to capture Messina in Sicily, and finally repel the German army at the historic battle of Monte Battaglia. more>>


An expansion pack for Medal of Honor: Allied Assault. As U.S. Army Sergeant John Baker, battle at Kasserine Pass in North Africa, race to capture Messina in Sicily, and finally repel the German army at the historic battle of Monte Battaglia in the heart of Italy. Armed with a new arsenal of weapons, players will fight alone and with squad mates as they rush to stop the Axis powers. Medal of Honor Allied Assault Breakthrough, the third expansion pack, presents new, more challenging situations and provides more options, with over 25 new soldiers, including Italian, American, German, and British troops, and 12 new Allied and Axis weapons, including authentic Italian weapons.
Game Demo 1.0
Download from MacGameFiles (199MB)
View QuickTime Trailer
Game Feauture: The Many Faces of War: Medal of Honor: Breakthrough, Call of Duty, and Delta Force: Black Hawk Down
Related Resources:
- Feature: We Want You ? To Play Medal of Honor: Allied Assault
- Feature: First-Person History: WWII Comes Alive in Medal of Honor: Allied Assault Spearhead
- Medal of Honor Dedicated Server: Allows you to run a server under for multiplayer games.
- GSC Breakthrough: Host your own games.

<<less
Download (3.9MB)
Added: 2004-11-11 License: Update Price:
13 downloads
Medal of Honor: Spearhead 2.15b

Medal of Honor: Spearhead 2.15b


Endure the final months of World War II, from Operation Overlord to the Battle of the Bulge. more>>


A unique addition to the Medal of Honor franchise. Players will assume the role of Sgt. Jack Barnes as he endures the final months of World War II, from Operation Overlord to the Battle of the Bulge and culminating with the fall of Berlin. The Medal of Honor Allied Assault Spearhead combines nine expansive single-player levels with over 12 new multi-player maps and includes new locations, new weapons and new soldiers.
Set during the last year of the war in Europe, June 1944 to May 1945, the Medal of Honor Allied Assault Spearhead expansion gives players a sense of the courage it took to parachute behind enemy lines during Operation Overlord, halt the German counter offensive during the Battle of the Bulge and engage the Germans as they desperately try to defend their capital, Berlin.
Game Demo 1.0
Download from MacGameFiles (135.7MB)
View QuickTime Trailer
Game Feature: First-Person History: WWII Comes Alive in Medal of Honor: Allied Assault Spearhead
Additional Resources:
- Game Feature: We Want You ? To Play Medal of Honor: Allied Assault
- Game Feature: The Many Faces of War: Medal of Honor: Breakthrough, Call of Duty, and Delta Force: Black Hawk Down
- Medal of Honor Dedicated Server: Allows you to run a server under for multi-player games.
- GSC Spearhead: Host your own games.
Genre: Action

<<less
Download (8.1MB)
Added: 2004-11-11 License: Update Price:
30 downloads
Medal of Honor: Allied Assault 2.15b

Medal of Honor: Allied Assault 2.15b


Improved performance and 3D sound functionality highlight this update to the WWII action game. more>>


Set during the most trying years of the war, 1942-1945, Medal of Honor Allied Assault gives players a sense of the courage it took to survive the landings at Normandy, the assault at Arzew, a rendezvous with the Resistance outside the village of St. Lo, and the push through the heavily defended border of Germany itself to take the bridge at Remagen.
What?s New in this Version
- Improves performance in Mac OS X
- Fixes crash bugs including a dual-processor problem
- Adds 3D sound functionality.
View QuickTime Trailer
Game Feature: We Want You ? To Play Medal of Honor: Allied Assault in Mac OS X
Additional Resources
- Game Feature: First-Person History: WWII Comes Alive in Medal of Honor: Allied Assault Spearhead
- Game Feature: The Many Faces of War: Medal of Honor: Breakthrough, Call of Duty, and Delta Force: Black Hawk Down
- Medal of Honor Dedicated Server: Allows you to run a server under for multiplayer games.
- Hell In The Pacific Mod
- GSC MOHAA: Host your own games.

<<less
Download (8.1MB)
Added: 2004-11-11 License: Update Price:
36 downloads
Undo Toolkit 1.3.1

Undo Toolkit 1.3.1


Undo Toolkit - REALbasic toolkit providing unlimited undo/redo more>>
Undo Toolkit allows you to easily add unlimited undo and redo to your REALbasic project. The Toolkit includes window classes that automatically prompt the user to save changes (using a MacOS X sheet window), manage the MacOS X Aqua change flag, enable and handle the FileSave, EditUndo and EditRedo menu items, and support unlimited levels of undo with unlimited numbers of controls.
Undo Toolkit supports application-wide or window-specific undo -- you can choose the undo solution thats right for your project -- and provides customizable language constants for multi-lingual apps.
Enhancements:
- [New] UndoStack: When calling a controls Undo method, now moves the controls window to the foreground, and if necessary sets the value of the controls TabPanel or PagePanel to make the control visible.
- [Fix] UndoStack: Fixed a bug where the "dirty" boolean was improperly set FALSE if the user performed an action while there were no actions to redo.
- [Fix] Application-wide Undo: Added documentation about menu handling code needed in the App.EnableMenuItems event.
- [Fix] UndoableEditField: Now captures the styles of text dragged into an UndoableEditField from another application, instead of just capturing the text.
- [Kis] UndoableEditField: The StyledText object associated with text dragged or copied from another application will have incorrect color settings and will not honor the bold setting, due to a bug in REALbasic itself (Feedback ID: jrnziewx). This will become visible after undoing and redoing the insertion of styled text.
- [Fix] UndoableEditField: Fixed a bug where an undo or redo could change the style settings of a non-styled UndoableEditField.
- [Fix] UndoableEditField: The Modified event no longer fires when pressing the backspace key while the cursor is at position zero.
- [Fix] UndoableEditField: Now checks whether StyledText = nil instead of relying on the value of the styled property, which apparently returns TRUE when it shouldnt under certain (not yet isolated) conditions in a compiled Windows app.
- [Fix] Compiler: Removed some REALbasic 5.5-specific syntax (e.g., "dim x as new y") for better compatibility with REALbasic 5.0 and higher.
- [Chg] Debugging Tools: Renamed UndoStackDisplay to UndoStackViewer.
- [New] Debugging Tools: Added the StyledTextViewer class, which displays the contents of a StyledText object. You can click on a StyledText object in the UndoStackViewer to display its contents.
<<less
Download (125KB)
Added: 2006-05-18 License: GPL Price:
1256 downloads
FlashGot for Thunderbird 1.2

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
Download (308KB)
Added: 2009-08-04 License: GPL Price: FREE
downloads
OneSwarm 0.6.2

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
<<less
Download (11.9MB)
Added: 2009-07-01 License: Free Price:
downloads
Medal of Honor: Allied Assault Dedicated Servers 1.2

Medal of Honor: Allied Assault Dedicated Servers 1.2


Dedicated Medal of Honor Server binaries. more>> <<less
Download (702K)
Added: 2009-01-22 License: Freeware Price:
10 downloads
GalleryExport for iPhoto 1.0.14 Beta

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.

<<less
Download (1MB)
Added: 2009-06-08 License: Freeware Price: FREE
185 downloads
EMR Intel - Excalibur: Morgana's Revenge 3.0.1

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

<<less
Download (238.3MB)
Added: 2007-06-27 License: Freeware Price:
downloads
GalleryExport for Aperture 1.0.14 Beta

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.

<<less
Download (1MB)
Added: 2009-06-08 License: Freeware Price: FREE
211 downloads
Framed X 1.3

Framed X 1.3


Framed is a quick and easy tool to create animations from a series of still pictures. You can use Framed to assemble stop-motion animations or create an impressive cinematic sequence by rapidly more>> Framed is a quick and easy tool to create animations from a series of still pictures. You can use Framed to assemble stop-motion animations or create an impressive cinematic sequence by rapidly flipping through numerous images.

Features

  • Create sequences of any size with a virtually unlimited amount of images, and using any number of frames per second.
  • Preview images by double-clicking them, and reorder them if need be.
Requirements:
Mac OS X 10.1 or later.
Enhancements:
Version 1.3:
  • Added an add files button so you can browse and add a folder of images
  • Images can be sorted by clicking on the column headings on the images list. The order will be honored when the movie is made.
  • Instead of stretching images to fit the movie size, Framed will now downsize them proportionally and place them on a background color of your choosing
  • Pressing the delete key will now remove the selected frames from the movie
  • Image previewer will now downsize large images to fit onto the screen
  • You can now Select All (command-A) in the image list
  • When rearranging images, a dialog no longer pops up telling you where you moved the image
<<less
Download (998K)
Added: 2005-05-30 License: Free Price:
downloads
MODELLER 8v1

MODELLER 8v1


MODELLER - Comparative modeling of protein 3D structures more>>
MODELLER is used for homology or comparative modeling of protein three-dimensional structures. The user provides an alignment of a sequence to be modeled with known related structures and MODELLER automatically calculates a model containing all non-hydrogen atoms.
MODELLER implements comparative protein structure modeling by satisfaction of spatial restraints, and can perform many additional tasks, including de novo modeling of loops in protein structures, optimization of various models of protein structure with respect to a flexibly defined objective function, multiple alignment of protein sequences and/or structures, clustering, searching of sequence databases, comparison of protein structures, etc.
Note: In order to use the program you need to register first.
Enhancements:
- Removal of limits on the number of pseudo atoms, segments, the length of file names and most other strings, and the number of parameters in parameter files.
- Removal of the read_restyp() command. To read a user-defined residue type file, set restyp_lib_file when creating an environ object.
- Bug fix: the correct VDW radii (as selected by topology.submodel) are now used for PSA calculations (previously the all-hydrogen radii were used in all cases).
- Improved error handling: almost all errors should be recoverable now (using the standard Python exception handling mechanism) and incorrect input should trigger an error rather than causing Modeller to crash (please report any crashes as bugs to the developers).
- SALIGN bug fixes, improved binning of access classes.
- Modeller scripts are now more like real Python scripts; the PYTHONPATH environment variable is honored, and additional command line arguments can be given to your scripts (accessible as sys.argv).
- Bug fix for alignment.segment_matching(): correct alignment scores are now written.
- Support for AMD64 and EM64T (Opteron/Xeon64) Linux machines.
- DOPE model assessment now returns only the DOPE energy itself by default, ignoring other energy terms.
- Bug fix for model.restraints.pick() when used with absolute position restraints; always allow 1-atom restraints to pass the residue_span_range check.
<<less
Download (22.2MB)
Added: 2006-02-18 License: Freeware Price:
1352 downloads
Epecaf Launcher 1.1b2

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 is a freeware game server launcher that incorporates an icon-based favorites list, buddy list, buddy search, and rcon* (remote console) program for many popular multiplayer games.
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.
<<less
Download (1MB)
Added: 2007-06-26 License: Freeware Price:
860 downloads
Vine Server & Viewer 3.1b2

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

Requirements:
Mac OS X 10.1 or later.
Enhancements:
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.
<<less
Download (1.5MB)
Added: 2009-04-25 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3