marathon
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
Marathon: Rubicon X 20060701
Marathon: Rubicon X is a first person shooter that continues the story of Bungies Marathon trilogy. more>>
Marathon: Rubicon X is a first person shooter that continues the story of Bungies Marathon trilogy.
Marathon: Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original.
It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
Installation:
To play Rubicon, download and unzip the archive below. When youre done, you should have a new directory called Rubicon X.
You will need the newest version of the Aleph One engine. Copy the application, Fonts, and Themes into your Rubicon X folder.
<<lessMarathon: Rubicon X is a free, cross platform, first person shooter that continues the story of Bungie’s Marathon trilogy. First released as Marathon:Rubicon in 2001, Rubicon X is a complete overhaul of the original.
It features all new high-resolution artwork, new and updated maps, and enough surprises to feel like a whole new game.
Installation:
To play Rubicon, download and unzip the archive below. When youre done, you should have a new directory called Rubicon X.
You will need the newest version of the Aleph One engine. Copy the application, Fonts, and Themes into your Rubicon X folder.
Download (1.2MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1160 downloads
Marathon GUI Test Tool 1.0.6
Marathon is a testing framework for GUI applications developed using Java/Swing. more>>
Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code.
Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon. Marthon is kept intentionally simple. The aim to produce test scripts that are readable by everyone on the project. This includes the developers, testers and the customers. Marathon is flexible and provides facilities to extend the functionality available through python scripts or through writing ones own component resolvers.
Marathon captures the semantic actions on components instead of the mouse & keyboard events. This results in scripts that are simple and at a higher granular level. Marathon suites well for applications that mostly depend on forms-paradigm.
<<lessMarathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon. Marthon is kept intentionally simple. The aim to produce test scripts that are readable by everyone on the project. This includes the developers, testers and the customers. Marathon is flexible and provides facilities to extend the functionality available through python scripts or through writing ones own component resolvers.
Marathon captures the semantic actions on components instead of the mouse & keyboard events. This results in scripts that are simple and at a higher granular level. Marathon suites well for applications that mostly depend on forms-paradigm.
Download (4.6MB)
Added: 2007-05-16 License: LGPL (GNU Lesser General Public License) Price:
536 downloads
Aleph One/SDL 20051119
Aleph One/SDL is a 3D first-person action game, based on Bungies Marathon series. more>>
Aleph One is an Open Source 3D first-person shooter game, based on the game Marathon 2 by Bungie Software.
Aleph One was originally a Mac-only game, but there is now a cross-platform version based on the Simple DirectMedia Layer (SDL) library, that should in theory run on all systems supported by SDL (Linux, BeOS, Windows, Mac OS, Solaris, IRIX, *BSD, and others). Except for a few minor things, the port is complete and playable.
Installation
From a binary package
- Unix: If you are running Linux/i386 with XFree86 4.0 and OpenGL you can download and install the binary RPM (you will also need to install at least one of the AlephOne-M1A1, AlephOne-Marathon2 or AlephOne-Infinity RPMs). Otherwise, you have to compile Aleph One/SDL from the source (see the next section). In both cases, you have to have SDL >= 1.2.0 installed.
Note: If you are getting a message like
error: Failed dependencies:
libGL.so.1(LIBGL) is needed by AlephOne-20040417-1
while installing the RPM, try installing again with the --nodeps option. If this is the only failed dependency and you have OpenGL installed, the program should work.
Compiling from source
1. You will need to have the SDL library installed. Aleph One requires at least SDL 1.2.0. Note that if you didnt install SDL from source, you will also have to install the SDL-devel package.
2. Download the Aleph One/SDL source tarball, or get the source via CVS.
3. Under Unix, install Aleph One as follows:
$ ./configure
$ make
[become root]
# make install
Under BeOS, do this instead:
$ make -f Makefile.BeOS install
This will compile the source and create a directory AlephOne in your home directory that contains the AlephOne application and some data files.
2. Installing the data files
To play Aleph One, you will also need Marathon scenario (graphics, sound and map) data files. For your convenience, Ive created archives containing the data files from the now freely available Marathon (M1A1), Marathon 2 and Marathon Infinity scenarios, converted to the formats needed by the SDL version of Aleph One.
- Unix: Either download and install at least one of the AlephOne-M1A1, AlephOne-Marathon2 or AlephOne-Infinity RPM packages, or download one of the AlephOne-M1A1-1.0.tar.gz, AlephOne-Marathon2-1.0.tar.gz or AlephOne-Infinity-1.0.tar.gz tarballs and unexpand it to /usr/local/share/AlephOne/.
- BeOS: Download one of the AlephOne-M1A1-1.0.tar.gz, AlephOne-Marathon2-1.0.tar.gz or AlephOne-Infinity-1.0.tar.gz tarballs and unexpand it to the same directory as the AlephOne application.
The packages contain the files Images, Map, Map.resources, Music, Shapes, Sounds, some scripts, and the respective instruction manual in PDF format (from the original Mac version).
Playing Aleph One
First, be sure to read the README file that comes with Aleph One/SDL.
- Unix: If you have installed the Marathon, Marathon 2, or Marathon Infinity scenario, type
$ alephone-m1a1
for M1A1, or
$ alephone-marathon2
for Marathon 2, or
$ alephone-infinity
for Marathon Infinity, to start the game. If you dont have hardware-accelerated OpenGL, you will get better performance by specifying the -g option. If this causes corrupted graphics (red screen), you should also specify the -m option.
BeOS: Double-click the AlephOne application.
Enhancements:
- This version is based on a new upstream release with improved Internet gaming, Lua scripting support, and lots of bugfixes.
<<lessAleph One was originally a Mac-only game, but there is now a cross-platform version based on the Simple DirectMedia Layer (SDL) library, that should in theory run on all systems supported by SDL (Linux, BeOS, Windows, Mac OS, Solaris, IRIX, *BSD, and others). Except for a few minor things, the port is complete and playable.
Installation
From a binary package
- Unix: If you are running Linux/i386 with XFree86 4.0 and OpenGL you can download and install the binary RPM (you will also need to install at least one of the AlephOne-M1A1, AlephOne-Marathon2 or AlephOne-Infinity RPMs). Otherwise, you have to compile Aleph One/SDL from the source (see the next section). In both cases, you have to have SDL >= 1.2.0 installed.
Note: If you are getting a message like
error: Failed dependencies:
libGL.so.1(LIBGL) is needed by AlephOne-20040417-1
while installing the RPM, try installing again with the --nodeps option. If this is the only failed dependency and you have OpenGL installed, the program should work.
Compiling from source
1. You will need to have the SDL library installed. Aleph One requires at least SDL 1.2.0. Note that if you didnt install SDL from source, you will also have to install the SDL-devel package.
2. Download the Aleph One/SDL source tarball, or get the source via CVS.
3. Under Unix, install Aleph One as follows:
$ ./configure
$ make
[become root]
# make install
Under BeOS, do this instead:
$ make -f Makefile.BeOS install
This will compile the source and create a directory AlephOne in your home directory that contains the AlephOne application and some data files.
2. Installing the data files
To play Aleph One, you will also need Marathon scenario (graphics, sound and map) data files. For your convenience, Ive created archives containing the data files from the now freely available Marathon (M1A1), Marathon 2 and Marathon Infinity scenarios, converted to the formats needed by the SDL version of Aleph One.
- Unix: Either download and install at least one of the AlephOne-M1A1, AlephOne-Marathon2 or AlephOne-Infinity RPM packages, or download one of the AlephOne-M1A1-1.0.tar.gz, AlephOne-Marathon2-1.0.tar.gz or AlephOne-Infinity-1.0.tar.gz tarballs and unexpand it to /usr/local/share/AlephOne/.
- BeOS: Download one of the AlephOne-M1A1-1.0.tar.gz, AlephOne-Marathon2-1.0.tar.gz or AlephOne-Infinity-1.0.tar.gz tarballs and unexpand it to the same directory as the AlephOne application.
The packages contain the files Images, Map, Map.resources, Music, Shapes, Sounds, some scripts, and the respective instruction manual in PDF format (from the original Mac version).
Playing Aleph One
First, be sure to read the README file that comes with Aleph One/SDL.
- Unix: If you have installed the Marathon, Marathon 2, or Marathon Infinity scenario, type
$ alephone-m1a1
for M1A1, or
$ alephone-marathon2
for Marathon 2, or
$ alephone-infinity
for Marathon Infinity, to start the game. If you dont have hardware-accelerated OpenGL, you will get better performance by specifying the -g option. If this causes corrupted graphics (red screen), you should also specify the -m option.
BeOS: Double-click the AlephOne application.
Enhancements:
- This version is based on a new upstream release with improved Internet gaming, Lua scripting support, and lots of bugfixes.
Download (0.87MB)
Added: 2005-11-20 License: GPL (GNU General Public License) Price:
1441 downloads
Anonym.OS LiveCD
Anonym.OS is an OpenBSD 3.8 Live CD with strong tools for anonymizing and encrypting connections. more>>
Anonym.OS LiveCD is based on OpenBSD 3.8 with strong tools for anonymizing and encrypting connections.
Standard network applications are provided and configured to take advantage of the tor onion routing network.
Anonym.OS was first suggested by kaos.theory at Interzone 4 in Atlanta, March of 2005.
Nearly a year and a lot of marathon coding sessions later, its a reality and was released by elmore, fade, arcon, dr.kaos, digunix, atlas and beth of kaos.theory at Shmoocon 2006.
<<lessStandard network applications are provided and configured to take advantage of the tor onion routing network.
Anonym.OS was first suggested by kaos.theory at Interzone 4 in Atlanta, March of 2005.
Nearly a year and a lot of marathon coding sessions later, its a reality and was released by elmore, fade, arcon, dr.kaos, digunix, atlas and beth of kaos.theory at Shmoocon 2006.
Download (549.1MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1380 downloads
Excalibur: Morganas Revenge 3.0
Excalibur: Morganas Revenge is a first-person action adventure game using the Aleph One (Marathon) engine. more>>
Excalibur: Morganas Revenge (EMR) is a unique scenario based upon the Aleph One (Marathon) engine. It is a first-person action adventure game, featuring an epic and in-depth story line. As a Federation Marine resting after your last mission, you start aboard the exploration class Starship Kronos where you learn that your real mission has yet to begin. 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 - including the Sword of Power, Excalibur - 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.
For those that played EMR under the old Marathon Infinity engine, EMR 3.0 brings exciting new maps, new high resolution textures and landscapes, a completely new set of weapons, new monsters and friends, new scenery, new 16-bit sounds, original music, and a carefully woven original story line that transcends time. Using the Aleph One engine, EMR now sports loads of new special features using Aleph Ones MML and Lua scripting languages. Please note that the AlephOne engine is old technology improved. Architecture is still simulated 3D, so there are no ramps, bridges, and balconies, nor horizontal doors. The sprites in EMR are made up of 2D images posed in different views, not 3D models. Do not expect the latest state-of-the-art graphics engine, but you can expect an intriguing storyline, creative map architectures, engaging graphics, original spellbinding music, and mood-setting sound effects.
Whats New in This Release:
<<lessFor those that played EMR under the old Marathon Infinity engine, EMR 3.0 brings exciting new maps, new high resolution textures and landscapes, a completely new set of weapons, new monsters and friends, new scenery, new 16-bit sounds, original music, and a carefully woven original story line that transcends time. Using the Aleph One engine, EMR now sports loads of new special features using Aleph Ones MML and Lua scripting languages. Please note that the AlephOne engine is old technology improved. Architecture is still simulated 3D, so there are no ramps, bridges, and balconies, nor horizontal doors. The sprites in EMR are made up of 2D images posed in different views, not 3D models. Do not expect the latest state-of-the-art graphics engine, but you can expect an intriguing storyline, creative map architectures, engaging graphics, original spellbinding music, and mood-setting sound effects.
Whats New in This Release:
- Levels with fog and mist
- Persistent effects such as poison, earthquakes, fire storm spell, and timed grenades
- Original MP3 music
- 12 unique weapons, including a new Dragon Flamer and T9000 Railgun
- New spells for your wand, including fire storm, teleportation, and raise the
dead
- Beautifully rendered OpenGL textures and landscapes
- New graphics for Morgana, the Trex, raven, and Jurassic bug
- A huge variety of new hi-res scenery items
- New holodeck programs, including driving a Flintstone mobile through Bedrock!
- Blood Gulch style net map with 8 simulated net players and a huge battlefield
- A basketball court netmap where grenades in a basket win points for your team
- A beautiful new future level that lets you drive a Hoverbike!
- A total of 5 brand new solo maps and 4 new net maps
- Lots of updated maps with new areas, new tasks, new features, and new secrets
- New powerups, such as apples, bananas, health kits, emergency kits, and finally
a use for all those magic scrolls!
- And much, much, more...
Download (227.1MB)
Added: 2007-06-03 License: GPL (GNU General Public License) Price:
877 downloads
WizSQLiteAdmin 0.5.2
WizSQLiteAdmin is a PHP script to manage SQLite databases. more>>
WizSQLiteAdmin is a PHP script to manage SQLite databases.
If you use SQLite databases you can manage their contents with WizSQLiteAdmin: its very simple to use and avoid you to perform a lot of action.
SQLite is a simply but powerful database embedded into PHP5. See here for more information about it!
This application got the 2nd prize at 2nd PHP Programming Marathon at dotgeek.org
<<lessIf you use SQLite databases you can manage their contents with WizSQLiteAdmin: its very simple to use and avoid you to perform a lot of action.
SQLite is a simply but powerful database embedded into PHP5. See here for more information about it!
This application got the 2nd prize at 2nd PHP Programming Marathon at dotgeek.org
Download (0.017MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
Messiggy 0.5.0
Messiggy is a software that contains database of celestial objects. more>>
Messiggy is a software that contains database of celestial objects, as cataloged by the French astronomer Charles Messier in the mid-18th century.
Messeir was a comet hunter, and the objects in his list -- galaxies, nebulae, and star clusters -- were often mistaken for comets by astronomers of his time. Messiers list contains many of the most beautiful objects in the heavens.
From the glorius Andromeda galaxy to the wispy delights of the Trifid Nebula, these celestial visions are often part of the "Messier Marathon", a personal contest to view all 110 objects in a single night.
This version of Messiggy is a beta release. Select an object from the main panel, and the program will display an informational window describing the object. Future versions will include:
Annotations
Annotations attach observation notes and images (yours, or someone elses) to a Messier Object.
Star Charts
Future versions of Messigy will plot several types of star charts.
Marathon tracker
A tool for organizing and recording a Messier Marathon.
Internationalization
The final releases of Messiggy will support interfaces in languages other than English. Given the talents of my lovely wife, the initial version will likely include a Spanish translation.
As always, Im open to suggestions.
<<lessMesseir was a comet hunter, and the objects in his list -- galaxies, nebulae, and star clusters -- were often mistaken for comets by astronomers of his time. Messiers list contains many of the most beautiful objects in the heavens.
From the glorius Andromeda galaxy to the wispy delights of the Trifid Nebula, these celestial visions are often part of the "Messier Marathon", a personal contest to view all 110 objects in a single night.
This version of Messiggy is a beta release. Select an object from the main panel, and the program will display an informational window describing the object. Future versions will include:
Annotations
Annotations attach observation notes and images (yours, or someone elses) to a Messier Object.
Star Charts
Future versions of Messigy will plot several types of star charts.
Marathon tracker
A tool for organizing and recording a Messier Marathon.
Internationalization
The final releases of Messiggy will support interfaces in languages other than English. Given the talents of my lovely wife, the initial version will likely include a Spanish translation.
As always, Im open to suggestions.
Download (2.8MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1440 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above marathon search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed