Main > Free Download Search >

Free madden nfl 2008 software for mac

madden nfl 2008

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 157
Madden NFL 08 942

Madden NFL 08 942


Quickly identify your strongest players on the field before every snap and then move them into position to make game-changing, momentum-altering plays. more>>


Quickly identify your strongest players on the field before every snap and then move them into position to make game-changing, momentum-altering plays. Play to your teams strengths by immediately reading your opponents schemes and reacting to the action as soon as the ball is snapped. Create mismatches and exploit weaknesses as you read and react with Madden NFL 08.
View QuickTime Trailer
Game Feature: Madden NFL 08: You are the Franchise
Genre: Sports

<<less
Download (3.3MB)
Added: 2007-11-27 License: Update Price:
1130 downloads
Madden NFL 2000 Updater 1.0.1

Madden NFL 2000 Updater 1.0.1


Madden NFL 2000 Updater - Update for the interactive football sports game more>>
Madden NFL 2000 is sure to impress, with a multitude of plays and options. Build your own franchise, edit plays, or create any NFL situation. Then sit back and revel in the lightening fast gameplay, player stats, smooth animations, and authentic stadium audio. Madden NFL 2000 has something for the rookie to the all-star.

This update is not needed if you have a CD from the second printing, the update is already included in that install. You can check the version on the Madden 2000 application by doing a Get Info, if the version is already 1.0.1, you dont need this update.

<<less
Download (867KB)
Added: 2006-05-09 License: Freeware Price:
1271 downloads
2006 NFL 2.02

2006 NFL 2.02


2006 NFL - Shows the season schedule with updated results more>> <<less
Download (471KB)
Added: 2006-11-29 License: Freeware Price:
1062 downloads
Rudix 2008

Rudix 2008


Rudix 2008 is widely known as an attractive and simple-to-use world class collection of pre-compiled and ready to use Unix compatible software more>> <<less
Download (155.4MB)
Added: 2008-03-22 License: Freeware Price:
downloads
Perforce 2008.2

Perforce 2008.2


Perforce is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. more>>

Perforce 2008.2 is popular among users as a speedy and helpful Software Configuration Management (SCM) System which provides powerful version control and workspace management with a unique branching model. Perforce provides software developers with fast and reliable SCM to manage source, document and Web content.

The client/server architecture scales to hundreds of users and millions of codelines. Perforce works well even on limited bandwidth networks. The server's repository sits on a central host; client workspaces can be anywhere on the network -- around the office or the world.

Major Features:

  1. Atomic change transactions ensure access to a consistent repository state at any point in time. Inter-File Branching helps to manage multiple development lines and easily integrate changes between branches. Perforce's self-maintaining and reliable database keeps data safe.
  2. The command-line client is 100% scriptable, 100% portable and available on more than 50 platforms. The Windows GUI and browser-based clients provide a user interface for all SCM tasks.
  3. Perforce integrates with VisualStudio.NET, Visual C++, Visual Basic, JBuilder, CodeWarrior, Control Center, Source Forge, and others, so users can access and update files stored in Perforce depots from within the tool of their choice. The Perforce Plug-in for Microsoft Office brings Perforce right into the menus of Microsoft World, Excel, and PowerPoint.
  4. The Perforce Reporting System tracks metrics like the number of changes in a release or who has files open for edit.
  5. Perforce also provides basic built-in defect tracking, is integrated with several leading defect tracking systems, and includes a kit that allows users to integrate Perforce with the defect tracker of their choice.
<<less
Download (52.3KB)
Added: 2008-12-16 License: Freeware Price:
downloads
FIFE 2008.1

FIFE 2008.1


Free and open source 2D game creation engine more>> Free and open source 2D game creation engine

The mission of the FIFE project is to create a cross platform 2D game creation framework. Games can be created with combination of editor tools, game specific scripts, engine, and game content (e.g. maps, graphics and sounds).
NOTE: FIFE is licensed and distributed under the terms of the GNU Library or Lesser General Public License (LGPL).

Main features:>
- Games can be created with combination of engine, editor tools, game specific scripts and game content (e.g. maps, graphics and sounds).
- Framework is not tied to any type of game (e.g. RTS, RPG), but instead provides flexible platform for all of them.
- Framework supports different isometric views with addition of pure top-down view.
- Instead of full 3D flexibility, engine focuses mainly on using high quality 2D graphics. This puts less demands on target platforms and also simplifies the framework and game development.
- Purpose of the editor tools is to help to bind the game content with the engine and scripts.

Enhancements:
- Elevations removed (Fallout legacy).
Support for namespaces:
New resource infrastructure migrated into whole engine. This enables:
- uniform pooling for all resources that need to be pooled.
- uniform loading for all resources (model stuff, images, sounds...).
- uniform saving for resources which support saving (model stuff).
- Datasets are now stored in a flat list in model instead of dataset hierarchy.
- Changes in model are now bookkeeped. Observer interfaces provided for change listeners.
- This enables e.g. reacting only to changes instead of polling on every round.
- Also critical enabler for triggers.
- Instances now support initial rotation value.
- Objects support default actions.
- Further model cleanup.
- All resources are now defined with principle 1 file / 1 resource.
- Importing of objects can now be done also based on directories where they are contained.
- Relative paths are now used instead of absolute ones.
- All loading happens now from python (tinyxml dependency removed).
- Improved error reporting.
- Possibility to move instances on map.
- Possibility to rotate instances on map.
- Possibility to zoom the map (OpenGL mode only).
- Painting with currently selected instance (e.g. large ground areas).
- Importing of multiple objects based on given directory.
- Initial map creation wizard (still work in progress).
More assets:
- Graphics, sounds, music...
- Two new maps matching the storyline.
- Rio de hola now conforms to package structure: http://wiki.fifengine.de/Fife_Package_Specification
- Popup menu integration, demonstration of actions (kick, talk).
- Hiding of scrollbars.
- Text wrapping.
- A lot of smaller improvements.
- Pixel perfect instance picking (taking transparency into account).
- Ability to get list of instances from given screen rectangle.
- Distance calculations made easy, exposed to scripts.
- Instance outlining.
- Instance coloring.
- Screenshots are now saved in png format (instead of bmp).
- Stereo sound support in linux (introduced with the help of openal-soft).
- Both renderbackend and separate images can now render graphical primitives (e.g. lines, dots..).
- Each camera now has separate set of renderers. Allows truly adjusting cameras independently.
- Zooming capability (currently properly supported only by OpenGL backend).
- Support for drag cursor definitions.
- OpenGL graphics chunking size is now definable in settings. Should help e.g. with large backgrounds.
- GenericRenderer adding customised rendering capabilities for scripts.
- Initial package structure defined for FIFE clients.
- Updated guichan to the latest release 0.8.1.
- Usage of unittest++ instead of boost unittests.
- Lots of bug fixes.
- Switch from GPL 2.0 to LGPL 2.1 (or newer).

<<less
Download (25.7MB)
Added: 2008-10-04 License: Freeware Price: FREE
392 downloads
XMIND 2008 3.0.3

XMIND 2008 3.0.3


Presentation/mind-mapping/brainstorming software. more>>

XMIND 2008 3.0.3 which is created with the support of a clean and kind interface, is a revolutionary Presentation/Mind Mapping/Brainstorming software application. It enables users to capture various ideas and manage information easily with revolutionizing way. Your work will become simple and efficient.

In XMIND, you can plan your meeting effortlessly by creating an agenda and finalizing details in one map with the hierarchical structure. All information in the map can be captured easily by filtering with markers and labels. During meeting, you can use XMIND to make presentation. With full content covering the whole screen, audiences can focus on certain point and grasp entire ideas at the same time. Meanwhile, audio notes will let you record everyone's voices as separate attachments to their own points. Your meeting will be structured soon!.

XMIND lets you instantly capture the ideas without disrupting the brainstorming process to define their precise wording or positioning. 'Enter' and 'Tab' keys provide an quick way to bring your ideas into maps as topics. By applying Filter or Drilldown, participants can focus on particular topics. All information will be recorded in XMIND as mind map. But this is just a beginning. XMIND can help you do the analysis now! Depending on Fishbone Charts and 2D charts, you can visually organize causal relationships in the complex ideas or events, increase awareness of cause and effect, and organize all material!

XMIND empowers teams to creatively and effortlessly share ideas and information in a scalable visual map. Through powerful yet simple visualization, groups constructively work together to reach important conclusions and faster alignment. You can push all information, such as file, document, image into XMIND as attachments. You can separate whole arrangement into smaller, more focused aspects as multi-maps. If required, you can merge maps into one map! And all maps can be exported to kinds of formats, including Word, PPT,PDF/RTF and image etc. Distribution will be simple!

<<less
Added: 2009-04-29 License: Freeware Price:
64 downloads
Solver for Excel 2008 1.0

Solver for Excel 2008 1.0


Solver for Excel was built was built by Frontline Systems on both Macintosh and Windows. more>>

Solver for Excel 2008 1.0 was built by Frontline Systems on both Macintosh and Windows. For many years, it has Solver upgrades for Windows users, that have gotten more and more powerful over time -- but it hasn't been active on the Mac. It is now applying more development resources to the Macintosh, motivated by the Mac's resurgence in the market and the move to Intel processors. But the catalyst for this move has been Microsoft's Mac Excel team.

If you open a workbook with a Solver model that you created in Excel 2004, or in most other versions of Excel, the model should appear automatically in this dialog -- you can just click Solve.

<<less
Added: 2008-08-28 License: Freeware Price:
18 downloads
Election 2008 1.1

Election 2008 1.1


Customize your folders using democrat or republican icons. more>> Customize your folders using democrat or republican icons.

Election 2008 is a set of graphic icons for Barack Obama vs. John McCain as well as democrat and republican icons.

<<less
Download (984KB)
Added: 2008-10-03 License: Freeware Price: FREE
399 downloads
Redskins NFL Schedule 1.2.8

Redskins NFL Schedule 1.2.8


The perfect way to stay in touch with your favourite team: Redskins. more>> The perfect way to stay in touch with your favourite team: Redskins.

Displays the following information about the current Redskins football schedule:
- Date
- Opponent
- Time the game will be broadcast
- Network TV channel that will broadcast the game
- DIRECTV channel that will broadcast the game
- Outcome of the game
The dock displays the current team record. If showing the preseason record, the record will be preceded with a "P". Once the regular season starts, preseason games are not included in the record.
Schedule will update as times and scores become available. By default, data is refreshed when the widget is loaded, when you select Refresh" from the context menu, and when you save your Preferences. You may also, via the Preferences, set the data to refresh when the schedule is maximized.
The information is taken from http://www.redskins.com/team/schedule.jsp
Logo position and size (starting with version 1.2.7) are configurable. The logo can be placed at any of the corners, allowing you to align the widget against any edge of the screen.
Columns displayed and background opacity are configurable.
Double-click the logo to minimize or expand the schedule. You may also click on the minus and plus images to minimize or expand the schedule.
Hovering over the logo will display the "Last Updated" time in a tooltip.
Time zone is configurable. Options include: Eastern Time (default), Central Time (Eastern Time - 1 hr), Mountain Time (Eastern Time - 2 hrs), and Pacific Time (Eastern Time - 3 hrs). The time zone feature is geared towards U.S. time zones. Since I doubt people outside the US will run a widget that shows U.S. TV stations for an American sport, I have no plans to expand this functionality.
From the Preferences window, you can tell the widget to check for a newer version on startup. You can also check for updates by selecting "Check for newer version" from the context menu.
Hovering over the score will display a tooltip with an estimate of the number of Papa Johns pizza toppings for that game.
System requirements:
- Yahoo! Widget Engine

<<less
Download (413KB)
Added: 2008-07-29 License: Freeware Price: FREE
198 downloads
Euro 2008 1.1

Euro 2008 1.1


Euro 2008 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. more>> Euro 2008 1.1 is considered as a professional and useful application for managing the UEFA Euro 2008 Championship. With this program you can view the matches schedule, save the final score, show both groups and second stage table, build statistics and you can also update the results on-line.

Enhancements: English translation now works on all panels.

Requirements: Mac OS X 10.4 or later.


<<less
Download (4.8MB)
Added: 2008-06-01 License: Free Price:
downloads
Christmas CoutDown 2008 1.0

Christmas CoutDown 2008 1.0


A very simple dashboard widget that counts down until Christmas. more>> BitNami Alfresco Stack is an easy to use installer for Alfresco, which is an Enterprise Content Management (ECM) system featuring Document Management, Web Content Management, Collaboration Management, Records Management and Image Management.
The BitNami Project was created to help spread the adoption of freely available, high quality, open source web applications. BitNami aims to make it easier than ever to discover, download and install Open Source software such as document and content management systems, wikis and blogging software.
The BitNami Alfresco Stack is an installer that greatly simplifies the installation of Alfresco and runtime dependencies. It includes ready-to-run versions of Apache-Tomcat, MySQL and Java(tm) runtime. Alfresco Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all Open Source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as possible to install open source software. Our installers completely automate the process of installing and configuring all of the software included in each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache Tomcat without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have multiple instances of the same stack, without them interfering with each other.
NOTES:
The link 1 is for Mac x86
The link 2 is for Mac PPC
<<less
Download (2MB)
Added: 2008-11-18 License: Freeware Price: FREE
194 downloads
EM Ticker 2008 v14

EM Ticker 2008 v14


EM Ticker 2008 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. more>>

EM Ticker 2008 v14 is known as a tiny and convenient application to provide you with easy access to the great online ticker website for the soccer European cup competition 2008 without the need of a web browser. EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and be informed of an going on soccer match.

Also supporting many other ligas. The ticker of rp-online.de offers match information in German language!

Requirements:

  • Mac OS X 10.2 or higher (Now also available for Microsoft Windows)
<<less
Download (4.1MB)
Added: 2008-06-06 License: Freeware Price:
downloads
 
Other version of EM Ticker 2008
EM Ticker 2008 v11great online ticker website for the soccer european cup competition 2008 made by rp-online.de ... EM Ticker 2008 is using very few screen place, so it makes it easy for you to work on your make and
License:Freeware
Download (2MB)
646 downloads
Added: 2006-10-12
Packet Peeper 17.8.2008

Packet Peeper 17.8.2008


Packet Peeper offers you a comprehensive network protocol analyzer (or packet sniffer), its features include TCP stream reassembly, privilege separation, simultaneous capture sessions, filters, Python plugins, and support for pcap capture files. more>> Packet Peeper 17.8.200 offers you a comprehensive network protocol analyzer (or "packet sniffer"), its features include TCP stream reassembly, privilege separation, simultaneous capture sessions, filters, Python plugins, and support for pcap capture files.

Requirements:
Mac OS X 10.4 or later.
<<less
Download (1.1MB)
Added: 2008-08-18 License: Free Price:
downloads
Unicode Converter 2008.04.30

Unicode Converter 2008.04.30


Convert displayable character to unicode value and reverse more>>

Mystery Island II takes elements from puzzle games, adventure games, and science fiction to create a fun and interesting experience. The demo is available as a free game download.
You are a Navy Seal currently serving aboard the USS Volarus when your submarine is destroyed by an unidentified vessel. A Russian nuclear warship seems the most likely possibility. You escape the final blast and wash up on a tropical island. The situation, as you find out, is a much more grim that you originally anticipated. The fate of humankind now rests in your hands.
Players must find and use items to progress further in the game, ensure they stay alive, and finally defeat the aliens, saving Earth!

<<less
Download (5MB)
Added: 2008-08-03 License: Freeware Price: FREE
187 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5