natchez shooters supply
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 587
Alpha Shooter 0.0.3
Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting. more>>
Alpha Shooter is a 3D OpenGL first-person shooter game with a sci-fi setting.
Alpha Shooter was born as a project for the Computer Graphics course at the University of Bologna.
The main objective was to develop a very simple 3D game using the OpenGL, GLU and GLUT libraries only (and some creativity). Emphasis was not placed on the game itself, rather on learning how to use the libraries to produce a 3D environment and interact with it; it was thus required to build a suitable scenery using polygonal meshes and quadric surfaces, appropriate textures and materials, lights, and effects.
According to my personal taste I chose a sci-fi setting, trying to reproduce an environment that could remind players of a warehouse or loading area located inside a space ship or space station, like those often seen in movies or commercial videogames (of course I was aware of the limits of my implementation). I focused development on a single room, with an outside view, for ease of development (it was my very first attempt at graphics programming) and because it was enough to make use of a wide set of elements of OpenGL, consistently with the project requirements.
The game I wrote was inspired to the First Person Shooter genre, in which the player can move around in a 3D environment, looking around freely through the eyes of the played character, interacting (in very limited ways) with some of the objects present, shooting crates and barrels and some holographic targets.
I had a lot of fun creating that simple game, so after I got my Masters Degree I decided it would be a waste to just leave it hidden in some obscure directory at home; it is now here, released as Free Software, so that I can keep working on it and improving it, with help from whoever will be interested, in the hope that it will be useful as an example on how to get started in computer graphics and games development.
Enhancements:
- Binary packages were created for all supported operating systems, including a Windows installer, an i386 Debian Linux package, and a PowerPC Mac OS X DMG disk image.
- Additionally, the improved persistent mouse movement mode uses a dynamic mouse cursor that shows direction and speed of rotation, making that movement mode more intuitive and useful.
- Several minor bugs have also been fixed.
<<lessAlpha Shooter was born as a project for the Computer Graphics course at the University of Bologna.
The main objective was to develop a very simple 3D game using the OpenGL, GLU and GLUT libraries only (and some creativity). Emphasis was not placed on the game itself, rather on learning how to use the libraries to produce a 3D environment and interact with it; it was thus required to build a suitable scenery using polygonal meshes and quadric surfaces, appropriate textures and materials, lights, and effects.
According to my personal taste I chose a sci-fi setting, trying to reproduce an environment that could remind players of a warehouse or loading area located inside a space ship or space station, like those often seen in movies or commercial videogames (of course I was aware of the limits of my implementation). I focused development on a single room, with an outside view, for ease of development (it was my very first attempt at graphics programming) and because it was enough to make use of a wide set of elements of OpenGL, consistently with the project requirements.
The game I wrote was inspired to the First Person Shooter genre, in which the player can move around in a 3D environment, looking around freely through the eyes of the played character, interacting (in very limited ways) with some of the objects present, shooting crates and barrels and some holographic targets.
I had a lot of fun creating that simple game, so after I got my Masters Degree I decided it would be a waste to just leave it hidden in some obscure directory at home; it is now here, released as Free Software, so that I can keep working on it and improving it, with help from whoever will be interested, in the hope that it will be useful as an example on how to get started in computer graphics and games development.
Enhancements:
- Binary packages were created for all supported operating systems, including a Windows installer, an i386 Debian Linux package, and a PowerPC Mac OS X DMG disk image.
- Additionally, the improved persistent mouse movement mode uses a dynamic mouse cursor that shows direction and speed of rotation, making that movement mode more intuitive and useful.
- Several minor bugs have also been fixed.
Download (0.77MB)
Added: 2007-08-09 License: GPL v3 Price:
813 downloads
Open Space Shooter prototype
Open Space Shooter is a simple 2D space shooter like asteorids. more>>
Open Space Shooter is a simple 2D space shooter like asteorids.
Just a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.
It is simple but funny.
All is just a prototyp of a game I want to write later. But I have no time at the moment...
<<lessJust a small spaceship, some Asteorids and some enemies. You got lasers and rockets and try to fight the enemy ships, not more.
It is simple but funny.
All is just a prototyp of a game I want to write later. But I have no time at the moment...
Download (1.2MB)
Added: 2006-06-25 License: Other/Proprietary License Price:
1223 downloads
Alien Blaster 1.1.0
Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players. more>>
Alien Blaster project is an action-loaded 2D arcade shooter game for up to two players.
alienblaster is an action-loaded 2D arcade shooter game.
Your mission in the game is simple: stop the invasion of the aliens by blasting them.
Simultaneous two-player mode is available.
Main features:
- many aliens to blast
- a big bad boss
- different weapons
- special items
- cooperative mode (2 players playing on 1 computer)
- gamepad/joystick support
- arcade mode with highscore
- open source
- published under GPL
- runs with Windows and Linux
<<lessalienblaster is an action-loaded 2D arcade shooter game.
Your mission in the game is simple: stop the invasion of the aliens by blasting them.
Simultaneous two-player mode is available.
Main features:
- many aliens to blast
- a big bad boss
- different weapons
- special items
- cooperative mode (2 players playing on 1 computer)
- gamepad/joystick support
- arcade mode with highscore
- open source
- published under GPL
- runs with Windows and Linux
Download (6.3MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
wmWeatherApp 0.0.3
wmWeatherApp is nothing more than a very simplistic weather dock app. more>>
wmWeatherApp is nothing more than a very simplistic weather dock app. There are several quite nice dockapps for this purpose, however they were all far too bloated for my needs therefore I created a very minimalist one.
This application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.
You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.
Quick usage instructions:
./configure && make && make install
wmWeatherApp -zip 61832 -delay 300
-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.
The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
<<lessThis application simply grabs the image of the current weather (using your zipcode which you supply as a parameter to wmWeatherApp) and displays it as the background image of the dockapp.
You can left click on the dockapp and have it launch a web browser (which you can configure by setting the environment variable BROWSER) and show you the weather.
Quick usage instructions:
./configure && make && make install
wmWeatherApp -zip 61832 -delay 300
-zip specifies your zipcode
-delay specifies the update interval in seconds. 300 seconds is what I currently use.
The weather image is pulled from www.wunderground.com (which is the most reliable weather provider I have found). License is GPL.
Download (0.31MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
Cosmic Assault 1.1
Cosmic Assault is a retro space shooter game. more>>
Cosmic Assault is a retro space shooter game.
I wrote Cosmic Assault as my little homage to my coming of age in the early 1980s. It started life as one of the tutorials supplied for teaching programmers the fundamentals of pygame and I used that tutorial to hack together a little shoot-em-up game to see how all the components worked together.
One thing led to another, and the program was built on many layers of "Wouldnt it be neat if...", "I wonder what this does..." or "How do I do this..." As a result, this game is no paean to modern software engineering practices. Even though it uses classes, inheritance, and aggregation, the OO misfeatures are so numerous that it is guaranteed to make enterprise Java developers openly weep in their Gang of Four books.
But, in spite of all that (or likely because of it), this game is addictive, mindless fun. Your job is to fly your spacecraft into the unknown and mow down hordes of ruthless enemies in a noble effort to... Oh hell, quit listening to me babble, look at the screenshots, and download and play this bad boy already.
<<lessI wrote Cosmic Assault as my little homage to my coming of age in the early 1980s. It started life as one of the tutorials supplied for teaching programmers the fundamentals of pygame and I used that tutorial to hack together a little shoot-em-up game to see how all the components worked together.
One thing led to another, and the program was built on many layers of "Wouldnt it be neat if...", "I wonder what this does..." or "How do I do this..." As a result, this game is no paean to modern software engineering practices. Even though it uses classes, inheritance, and aggregation, the OO misfeatures are so numerous that it is guaranteed to make enterprise Java developers openly weep in their Gang of Four books.
But, in spite of all that (or likely because of it), this game is addictive, mindless fun. Your job is to fly your spacecraft into the unknown and mow down hordes of ruthless enemies in a noble effort to... Oh hell, quit listening to me babble, look at the screenshots, and download and play this bad boy already.
Download (0.76MB)
Added: 2007-01-15 License: Freeware Price:
1012 downloads
Nietzsche 1.0
Nietzsche provides an easy to learn language. more>>
Nietzsche provides an easy to learn language.
It is an interpreted language, written with an hexadecimal editor such as plexedit, hexedit and so on.
You just have to supply the filename and the number of empty characters
to be inserted.
The null character for Nietzsche is hex 00.
Using labels in this language is fundamental. SO its a good thing to take confidence with them and to use them at best.
Labels must begin and end with 5 (05) 5 (05).
<<lessIt is an interpreted language, written with an hexadecimal editor such as plexedit, hexedit and so on.
You just have to supply the filename and the number of empty characters
to be inserted.
The null character for Nietzsche is hex 00.
Using labels in this language is fundamental. SO its a good thing to take confidence with them and to use them at best.
Labels must begin and end with 5 (05) 5 (05).
Download (0.093MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
993 downloads
NapShare 2.2.3
NapShare is a fully automated, multi network P2P client made to run 24/7 unattended. more>>
NapShare project is a fully automated, multi network P2P client made to run 24/7 unattended.
Searching and automatic downloading happen without any user intervention. You supply a list of keywords and filters for the file types you want and it downloads overnight, automatically, also sharing whatever it gets. The automated "brain" tries to simulate searching and downloading like a human would.
Take a nap while it does the work!
Its a complete P2P client, with all the features. It connects to the Key Network and also interoperates with MUTE Network clients. It protects privacy by using a Virtual IP address and other software features.
Written using wxWindows/wxWidgets for multi-platform versions.
<<lessSearching and automatic downloading happen without any user intervention. You supply a list of keywords and filters for the file types you want and it downloads overnight, automatically, also sharing whatever it gets. The automated "brain" tries to simulate searching and downloading like a human would.
Take a nap while it does the work!
Its a complete P2P client, with all the features. It connects to the Key Network and also interoperates with MUTE Network clients. It protects privacy by using a Virtual IP address and other software features.
Written using wxWindows/wxWidgets for multi-platform versions.
Download (0.70MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1264 downloads
Genezzo::Havok::UserFunctions 0.69
Genezzo::Havok::UserFunctions is a Perl module to load the user_functions table. more>>
Genezzo::Havok::UserFunctions is a Perl module to load the user_functions table.
SYNOPSIS
# dont say "use Genezzo::Havok::UserFunctions". Update the
# dictionary havok table:
select HavokUse(Genezzo::Havok::UserFunctions) from dual;
NOTE: this module replaces Genezzo::Havok::UserExtend.
The module Genezzo::XEval::Prepare constructs a function call interface based upon information from the user_functions table:
create table user_functions ( xid number, xtype char, xname char, args char, owner char, creationdate char, version char, argstyle char, sqlname char, typecheck char );
xid - a unique id number
xtype - the string "require" or "function"
xname - if xtype = "require", then xname is a package name, like "Text::Soundex". if xtype = "function", xname is a function name. A function name may be qualified with a package.
args - if xtype = "require", an (optional) blank-separated list of functions to import to the default Genezzo namespace. if xtype = "function", supply an actual function body in curly braces.
owner - owner of the package or function
creationdate - date row was created
version
argstyle - if set to HASH, pass a hash of the dictionary, the dbh, and the array ref function_args, else the function is just passed an array of the function arguments.
sqlname - currently UNUSED. Will be used to distinguish the perl function name from the SQL function name
typecheck - currently UNUSED. Will be used to distinguish a supplied type-checking function from a purely SQL execution function.
Example:
insert into user_functions values (1, require, Genezzo::Havok::Examples, isRedGreen, SYSTEM, 2004-09-21T12:12);
The row causes UserFunctions to "require Genezzo::Havok::Examples", and it imports "isRedGreen" into the default Genezzo namespace* (actually, it creates a stub function that calls Genezzo::Havok::Examples::isRedGreen").
An easier method is to use add_user_function, which is defined in Genezzo::Havok::Utils. The equivalent command to load the isRedGreen function is:
select
add_user_function(
module=Genezzo::Havok::Examples,
function=isRedGreen)
from dual;
<<lessSYNOPSIS
# dont say "use Genezzo::Havok::UserFunctions". Update the
# dictionary havok table:
select HavokUse(Genezzo::Havok::UserFunctions) from dual;
NOTE: this module replaces Genezzo::Havok::UserExtend.
The module Genezzo::XEval::Prepare constructs a function call interface based upon information from the user_functions table:
create table user_functions ( xid number, xtype char, xname char, args char, owner char, creationdate char, version char, argstyle char, sqlname char, typecheck char );
xid - a unique id number
xtype - the string "require" or "function"
xname - if xtype = "require", then xname is a package name, like "Text::Soundex". if xtype = "function", xname is a function name. A function name may be qualified with a package.
args - if xtype = "require", an (optional) blank-separated list of functions to import to the default Genezzo namespace. if xtype = "function", supply an actual function body in curly braces.
owner - owner of the package or function
creationdate - date row was created
version
argstyle - if set to HASH, pass a hash of the dictionary, the dbh, and the array ref function_args, else the function is just passed an array of the function arguments.
sqlname - currently UNUSED. Will be used to distinguish the perl function name from the SQL function name
typecheck - currently UNUSED. Will be used to distinguish a supplied type-checking function from a purely SQL execution function.
Example:
insert into user_functions values (1, require, Genezzo::Havok::Examples, isRedGreen, SYSTEM, 2004-09-21T12:12);
The row causes UserFunctions to "require Genezzo::Havok::Examples", and it imports "isRedGreen" into the default Genezzo namespace* (actually, it creates a stub function that calls Genezzo::Havok::Examples::isRedGreen").
An easier method is to use add_user_function, which is defined in Genezzo::Havok::Utils. The equivalent command to load the isRedGreen function is:
select
add_user_function(
module=Genezzo::Havok::Examples,
function=isRedGreen)
from dual;
Download (0.47MB)
Added: 2007-03-13 License: Perl Artistic License Price:
956 downloads
TUER Alpha
TUER is a 3D FPS written in JAVA + JOGL + JOGG. more>>
TUER is a 3D FPS written in JAVA + JOGL + JOGG.
TUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.
<<lessTUER is a very small first player shooter. You can shoot robots in a museum with your rocket launcher. It uses a kind of dynamic lighting. You can also perform screenshots and snapshots.
Download (MB)
Added: 2007-08-23 License: Freeware Price:
487 downloads
The Featurific File Manager 0.2.0 ALPHA
The Featurific File Manager is a file manager with many useful features. more>>
The Featurific File Manager is a file manager with many useful features.
It allows a user to filter, sort, view, learn info about, and use files very easily and quickly.
It relies on plugins to supply views of a directory and is intended to be powerful and easy to use.
Enhancements:
- Uses GTK+ 2.0, requiring you to install the new libraries
- The 4 configuration files are now condensed to 2.
- Fairly major interface additions, including ability to create new files, a menu bar, and the ability to configure most variables that are dynamic
- FFM also determines the type by the files name
- Sorting and filtering are in the configuration window, and work very well.
<<lessIt allows a user to filter, sort, view, learn info about, and use files very easily and quickly.
It relies on plugins to supply views of a directory and is intended to be powerful and easy to use.
Enhancements:
- Uses GTK+ 2.0, requiring you to install the new libraries
- The 4 configuration files are now condensed to 2.
- Fairly major interface additions, including ability to create new files, a menu bar, and the ability to configure most variables that are dynamic
- FFM also determines the type by the files name
- Sorting and filtering are in the configuration window, and work very well.
Download (0.15MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1121 downloads
Waterstorm Open Beta (Build 1462)
Waterstorm is a fast paced 2D multiplayer shooter. more>>
Waterstorm is a fast paced 2D multiplayer shooter.
The waiting has found its ending: Rarebytes newest incarnation, Waterstorm, a fast paced 2D multiplayer shooter, goes beta. Players from around the world can measure up against each other in a sophisticated ranking system and team up as clans.
A massive variety of sub marines and weaponry rock the boat in Waterstorm. Subaqueous battles with jaw-dropping graphics guaranteed and free of charge!
You can dive into the world of Waterstorm using Linux, Mac OS or Windows.
<<lessThe waiting has found its ending: Rarebytes newest incarnation, Waterstorm, a fast paced 2D multiplayer shooter, goes beta. Players from around the world can measure up against each other in a sophisticated ranking system and team up as clans.
A massive variety of sub marines and weaponry rock the boat in Waterstorm. Subaqueous battles with jaw-dropping graphics guaranteed and free of charge!
You can dive into the world of Waterstorm using Linux, Mac OS or Windows.
Download (120MB)
Added: 2007-05-26 License: Freeware Price:
881 downloads
TVU Broadcasting Software 2.1.1.11
TVU networks lets you reach global TV audiences cost-effectively and with secure content protection. more>>
TVU networks lets you reach global TV audiences cost-effectively and with secure content protection.
TVU Broadcasting software lets you deliver your content to the TVUplayer software for free. You must first sign up for a free broadcasting channel by visiting this link: http://www.tvunetworks.com/bdcenter/viewLogin.do
After logging in with your account, supply a stream source of any sort and start sharing your media with the world.
<<lessTVU Broadcasting software lets you deliver your content to the TVUplayer software for free. You must first sign up for a free broadcasting channel by visiting this link: http://www.tvunetworks.com/bdcenter/viewLogin.do
After logging in with your account, supply a stream source of any sort and start sharing your media with the world.
Download (0.44MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
609 downloads
Automated support for compound RPC calls 0.2
Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures. more>>
Automated support for compound RPC calls is a project which augments RPCGEN to support NFSv4-style compound procedures.
NFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN.
By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results.
The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL.
Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.
<<lessNFSv4 specifies that the RPC calls be batched into a "compound" call. There is no support for this in RPCGEN.
By rearranging the ONC IDL for NFSv4 into AutoGen definitions, these templates will emit the original IDL *plus* all the code to package, send, distribute, collect, return, and dispatch the results.
The distributed program author merely needs to call and supply server procedures for the routines specified in the IDL.
Templates for these calls and service routines is provided, too. The NFSv4 definitions are included.
Download (0.022MB)
Added: 2007-04-05 License: BSD License Price:
938 downloads
Web Form Factory 0.1.3
Web Form Factory is a simple application that binds HTML forms to a database. more>>
Web Form Factory is a simple application that binds HTML forms to a database. It analyzes the HTML file you supply and identifies all the common input types it contains, including text fields, drop down lists, checkboxes, radio buttons, and text areas.
Once all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
<<lessOnce all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
Download (0.16MB)
Added: 2006-08-25 License: BSD License Price:
1157 downloads
Gmail Ad blocker 2.1.1
Gmail Ad blocker is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only. more>> Gmail Ad blocker 2.1.1 is a useful Firefox extension that allows you to view your Gmail messages in wider format without the ads on the right and highlights the current message in the inbox when you mouse over. Works for new gmail look only.
Those Gmail text advertisements can take up a lot of space and are not blocked by other addons. This add-on can supply users with more screen space for your messages.
Requirements: Mozilla Firefox
Enhancements: Bug fix: Hiding menu items is now working properly when Offline Gmail was enabled.
Added: 2009-03-16 License: MPL Price: FREE
1 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above natchez shooters supply 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