virginia tech shooting
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 106
Shooting Star 1.2.0
Shooting Star project is a 2D shooting game. more>>
Shooting Star project is a 2D shooting game.
Shooting Star is a 2D action game which uses SDL and OpenGL.
The goal is to clear all levels of bad guys and make the World a better place.
<<lessShooting Star is a 2D action game which uses SDL and OpenGL.
The goal is to clear all levels of bad guys and make the World a better place.
Download (7.4MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1966 downloads
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
MR Tech About:About 2.4.2
MR Tech About:About is a free Thunderbird extension which adds the following about: options to the Help menu: about:config, about:plugins, about:about, about:, about:buildconfig, about:cache, about:cache (Disk), about:cache (Memory), about:credits, about:license, about:mozilla, about:kitchensink. more>> <<less
Added: 2009-02-17 License: MPL Price: FREE
2 downloads
patch-o-matic-ng 20040621
patch-o-matic-ng it is a system to apply netfilter-related patches to the latest kernel and/or iptables sources. more>>
patch-o-matic-ng it is a system to apply netfilter-related patches to the latest kernel and/or iptables sources.
FOLLOW THESE STEPS:
0) There may be some outstanding bugfixes or tweaks which are not yet in the official kernel. To look through these, do:
# KERNEL_DIR=
IPTABLES_DIR=
./runme pending
Please note that you have to recompile your kernel and your kernel modules after this step of kernel patching.
Thats it!
FEELING BRAVE?
1) The netfilter core team is maintaining a set of extensions / new features which are not yet committed to the mainstream kernel tree.
They are a collection of maybe-broken maybe-cool third-party extensions.
Please note that you cannot apply any combination of any of those patches. Some of them are incompatible...
This is why we provide two ways of applying them:
If you want to try some extensions, and be sure that they dont break each other, you can do the following:
# KERNEL_DIR=
IPTABLES_DIR=
./runme base
It will modify you kernel source (so back it up first!). You will have to recompile / rebuild your kernel and modules.
Alternatively, if you really know what your are doing, you can use the following command in order to offer you the full list of choices. Be aware that we dont prevent you from shooting yourself in the foot.
% KERNEL_DIR=
IPTABLES_DIR=
./runme extra
<<lessFOLLOW THESE STEPS:
0) There may be some outstanding bugfixes or tweaks which are not yet in the official kernel. To look through these, do:
# KERNEL_DIR=
IPTABLES_DIR=
./runme pending
Please note that you have to recompile your kernel and your kernel modules after this step of kernel patching.
Thats it!
FEELING BRAVE?
1) The netfilter core team is maintaining a set of extensions / new features which are not yet committed to the mainstream kernel tree.
They are a collection of maybe-broken maybe-cool third-party extensions.
Please note that you cannot apply any combination of any of those patches. Some of them are incompatible...
This is why we provide two ways of applying them:
If you want to try some extensions, and be sure that they dont break each other, you can do the following:
# KERNEL_DIR=
IPTABLES_DIR=
./runme base
It will modify you kernel source (so back it up first!). You will have to recompile / rebuild your kernel and modules.
Alternatively, if you really know what your are doing, you can use the following command in order to offer you the full list of choices. Be aware that we dont prevent you from shooting yourself in the foot.
% KERNEL_DIR=
IPTABLES_DIR=
./runme extra
Download (0.36MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1353 downloads
Myah Linux 3.0 Tech Demo 2
Myah is a simple and easy to use Operating System for standard Intel or AMD powered computers. more>>
Myah is an Operating System based on the Linux kernel. Myah is a "Live CD", so no installation is required. Myah Linux Operating System runs right off the CD, putting whatever system files it needs into RAM only.
You simply start up your PC with the Myah CD. Once youre done with Myah, simply restart your PC. The CD will eject automatically and all will be exactly as it was before.
Our goal is to bring you the best free Operating System and to inform PC owners they dont have to spend their money on Windows or OS X. There is something better, and its free. Whenever we improve Myah or Linux in general those updates will be free.
There are many Linux-based Live CDs our there. So weve made sure Myah is different by including the programs youre going to use on a daily basis. To Windows users the unfamiliar Linux program names can be confusing. So weve changed the menus to make sense. For instance Kopete, a Linux instant messenger service, is simply called Messenger.
Programs have been added to the task bar for quick and easy access. Also: the user isnt hassled for any information during startup. Myah boots up completely on its own. It starts in the main administrative account called Root.
The user has full rights. And since Myah runs right off the CD you cant break it.This whole website is committed to bringing people the best of Linux and its software, so we advertise many other Linux Operating Systems. As a plus for people who cant leave Windows (tm), we offer the Live CD. And its all free for everyone to use. So please: dont waste your money.
Main features:
- Its just as easy as putting the Myah CD in your computer and rebooting. Everything is automatic, detecting your hardware, even your internet connection. All this is done without making any permenet changes to your computer. At anytime just reboot the computer, and your normal system is back.
- Myah uses the KDE destop, that comes with a great set of utilities. Control Center you have the power to tune the system as you like. K3b is Myahs CD burning programs. K3b is powerful easy to use program.
- Myah lets you breeze though the Internet with Firefox. And if you have ever wanted to try creating you own Websites NVU is included. NVU makes it possible to create professional looking Webpages, without knowing html. Just point and click.
- If office software is a must, Open Office has every thing you need. While working is nice to have something to listed to. Realplayer can handle radio stations form Shoutcast, or even let you check out there latest videos online.
- Myahs messanger Kopete will let you stay connected to with anyone, no matter what service they might use. And for all those photos Gimp is a complete solution. Myah comes Jam packed with many other programs, all in a simple and easy to use menu. Just click the penguin and begin.
Enhancements:
- Myah OS 3 Tech Demo 2 is now available. This is still a development release but it should be fairly stable and have a well rounded selection of applications. It should mirror what the Xfce version of 3.0 will look like. There are still three objectives that need to be met before 3.0 stable: firstly, to get the system well tested to weed out any bugs or setting changes, secondly, to work on Myahs package management system, and finally, there is still no actual installer. Both binary packages and source packages will be made available and since the bulk of the system has been completed, development should come much faster from now on.
<<lessYou simply start up your PC with the Myah CD. Once youre done with Myah, simply restart your PC. The CD will eject automatically and all will be exactly as it was before.
Our goal is to bring you the best free Operating System and to inform PC owners they dont have to spend their money on Windows or OS X. There is something better, and its free. Whenever we improve Myah or Linux in general those updates will be free.
There are many Linux-based Live CDs our there. So weve made sure Myah is different by including the programs youre going to use on a daily basis. To Windows users the unfamiliar Linux program names can be confusing. So weve changed the menus to make sense. For instance Kopete, a Linux instant messenger service, is simply called Messenger.
Programs have been added to the task bar for quick and easy access. Also: the user isnt hassled for any information during startup. Myah boots up completely on its own. It starts in the main administrative account called Root.
The user has full rights. And since Myah runs right off the CD you cant break it.This whole website is committed to bringing people the best of Linux and its software, so we advertise many other Linux Operating Systems. As a plus for people who cant leave Windows (tm), we offer the Live CD. And its all free for everyone to use. So please: dont waste your money.
Main features:
- Its just as easy as putting the Myah CD in your computer and rebooting. Everything is automatic, detecting your hardware, even your internet connection. All this is done without making any permenet changes to your computer. At anytime just reboot the computer, and your normal system is back.
- Myah uses the KDE destop, that comes with a great set of utilities. Control Center you have the power to tune the system as you like. K3b is Myahs CD burning programs. K3b is powerful easy to use program.
- Myah lets you breeze though the Internet with Firefox. And if you have ever wanted to try creating you own Websites NVU is included. NVU makes it possible to create professional looking Webpages, without knowing html. Just point and click.
- If office software is a must, Open Office has every thing you need. While working is nice to have something to listed to. Realplayer can handle radio stations form Shoutcast, or even let you check out there latest videos online.
- Myahs messanger Kopete will let you stay connected to with anyone, no matter what service they might use. And for all those photos Gimp is a complete solution. Myah comes Jam packed with many other programs, all in a simple and easy to use menu. Just click the penguin and begin.
Enhancements:
- Myah OS 3 Tech Demo 2 is now available. This is still a development release but it should be fairly stable and have a well rounded selection of applications. It should mirror what the Xfce version of 3.0 will look like. There are still three objectives that need to be met before 3.0 stable: firstly, to get the system well tested to weed out any bugs or setting changes, secondly, to work on Myahs package management system, and finally, there is still no actual installer. Both binary packages and source packages will be made available and since the bulk of the system has been completed, development should come much faster from now on.
Download (695.6MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
876 downloads
Tech Mon Lte 0.1
Tech Mon Lte is a TechMon variation with no frames, Default font used in theme is Bitstream Vera Sans. more>>
Tech Mon Lte is a TechMon variation with no frames, Default font used in theme is Bitstream Vera Sans, make sure you have this font.
This version works best on a darker background, please let me know if you need any variations for lighter wallpaper.
As always, any issues, report back here.
<<lessThis version works best on a darker background, please let me know if you need any variations for lighter wallpaper.
As always, any issues, report back here.
Download (0.028MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Glub Tech Secure FTP 2.5.13
Glub Tech Secure FTP is a utility that allows FTP connections to be made using SSL. more>>
Secure FTP is a client application that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS).
The application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The client is fully RFC 2228 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days.
The client is supported on Windows, Mac OS X, and any Unix platform where a Java 2 runtime environment (version 1.4+) is present. It was written in 100% pure Java.
Enhancements:
- The software was translated into French.
- Minor bug fixes and library updates were done.
<<lessThe application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The client is fully RFC 2228 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days.
The client is supported on Windows, Mac OS X, and any Unix platform where a Java 2 runtime environment (version 1.4+) is present. It was written in 100% pure Java.
Enhancements:
- The software was translated into French.
- Minor bug fixes and library updates were done.
Download (MB)
Added: 2007-05-28 License: Free for non-commercial use Price:
1876 downloads
Old Tech 0.2
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version. more>>
System Monitor Theme that started out as a High-Tech one, then devolved into this low-tech broken typewriter version.
I love the chaotic nature of it.
This is my 1st theme, please critique!
<<lessI love the chaotic nature of it.
This is my 1st theme, please critique!
Download (0.12MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
Labyrinth of Worlds 0.4
Labyrinth of Worlds project is an Ultima Underworld II rewrite. more>>
Labyrinth of Worlds project is an Ultima Underworld II rewrite.
LoW is a rewrite of the first-person role-playing game Ultima Underworld II: Labyrinth of Worlds that came out in the early 1990s. One of the most celebrated game of its genre, this rewrite attempts to recapture the minutiae and spirit of the original.
At the moment, the tech demo allows you to walk (and jump) around all the Underworld II levels and worlds, has all NPCs and most monsters. You also get to see and manipulate all the dynamic objects of the game, and peek inside containers. The paperdoll has been implemented, too, and lets you access your inventory as well as wear/wield armor and weapons.
It is now possible to converse with the various NPCs. While not all the conversations work correctly (or at all) most do for the most part and it is now possible to actually understand the storyline. :) NPCs are also able to give items, now.
Another worthy project you might want to go take a look at is Underworld Adventures which seeks to recreate the first installement of that series and is doing a darn good job of it.
If you are an Ultima VII fan, then Exult is going to tickle you pink! The freshly released version 1.0 will allow you to play Black Gate and Serpent Isle with the addons on modern architectures, with a few gameplay improvements to boot!
Enhancements:
- Fixed executables
- new gameplay features, including wearable items
- improved user interface
- performance improvements
- more complete conversation support (including being given items),
- working keys and locks
<<lessLoW is a rewrite of the first-person role-playing game Ultima Underworld II: Labyrinth of Worlds that came out in the early 1990s. One of the most celebrated game of its genre, this rewrite attempts to recapture the minutiae and spirit of the original.
At the moment, the tech demo allows you to walk (and jump) around all the Underworld II levels and worlds, has all NPCs and most monsters. You also get to see and manipulate all the dynamic objects of the game, and peek inside containers. The paperdoll has been implemented, too, and lets you access your inventory as well as wear/wield armor and weapons.
It is now possible to converse with the various NPCs. While not all the conversations work correctly (or at all) most do for the most part and it is now possible to actually understand the storyline. :) NPCs are also able to give items, now.
Another worthy project you might want to go take a look at is Underworld Adventures which seeks to recreate the first installement of that series and is doing a darn good job of it.
If you are an Ultima VII fan, then Exult is going to tickle you pink! The freshly released version 1.0 will allow you to play Black Gate and Serpent Isle with the addons on modern architectures, with a few gameplay improvements to boot!
Enhancements:
- Fixed executables
- new gameplay features, including wearable items
- improved user interface
- performance improvements
- more complete conversation support (including being given items),
- working keys and locks
Download (MB)
Added: 2007-01-03 License: Open Software License Price:
1027 downloads
MR Tech Link Wrapper Lite 2.1
MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and rig more>>
MR Tech Link Wrapper Lite is a Firefox extension that wraps long links and lines to spare you from having to scroll left and right.
Hidden preferences:
- length to wrap: link_wrapper.wrapLength, default value is "15"
- Sites to ignore: link_wrapper.ignoreList, default regex value is "google.com|mail.yahoo.com|hushmail.com|blog.myspace.com|webmail.aol.com"
- html tags to ignore: link_wrapper.ignoreTags, default regex value includes tons of tags
- Enable page character limit to improve performance on large pages: link_wrapper.charLimitEnabled, default value is false
- If enabled use this character limit: link_wrapper.charLimit, default value is 30000
If Link Wrapper doesnt appear to work for you can:
- some blog site will break with this extension just add the domain to the "Sites to ignore" list in the options
- bump the limit of character to something higher than 30000 in the options dialog
- if you experience slow downs on large pages, enabling the character limit in the options dialog.
Note: Link Wrapper will force Linkification to only highlight part of a text link, version 1.2.2 and newer of Linkification adds a "Thorough Mode" which is disabled by default, enabling it will resolve this, or you can just double-click on the unhighlighted text on the right of the text from a link to have it open properly.
<<lessHidden preferences:
- length to wrap: link_wrapper.wrapLength, default value is "15"
- Sites to ignore: link_wrapper.ignoreList, default regex value is "google.com|mail.yahoo.com|hushmail.com|blog.myspace.com|webmail.aol.com"
- html tags to ignore: link_wrapper.ignoreTags, default regex value includes tons of tags
- Enable page character limit to improve performance on large pages: link_wrapper.charLimitEnabled, default value is false
- If enabled use this character limit: link_wrapper.charLimit, default value is 30000
If Link Wrapper doesnt appear to work for you can:
- some blog site will break with this extension just add the domain to the "Sites to ignore" list in the options
- bump the limit of character to something higher than 30000 in the options dialog
- if you experience slow downs on large pages, enabling the character limit in the options dialog.
Note: Link Wrapper will force Linkification to only highlight part of a text link, version 1.2.2 and newer of Linkification adds a "Thorough Mode" which is disabled by default, enabling it will resolve this, or you can just double-click on the unhighlighted text on the right of the text from a link to have it open properly.
Download (0.006MB)
Added: 2007-05-09 License: MPL (Mozilla Public License) Price:
899 downloads

Glub Tech Secure FTP for Unix 2.5.17
Allow for a 128-bit encrypted secure connection to be made to a server for unix more>> Secure FTP is a client application/applet that allows for a 128-bit encrypted secure connection to be made to a server that supports FTP over SSL (or FTPS).
The application can be run via its graphical user interface (GUI) or from the command-line interface (CLI), allowing for headless (scriptable) operation. This makes Secure FTP a great option for both novice and advanced users.
The applet has been tested to run in Microsoft Internet Explorer, Firefox, and Safari. It can be configured to auto-login as an easy way for new users to transfer data from their machine to/from yours.
The client is both RFC 2228 and RFC 4217 compliant and offers both types of SSL connection options: explicit and implicit, which means more server compatibility.
Secure FTP is free to use for noncommercial use. Those wishing to use the client for commercial purposes are granted a license free of charge for 30 days. If you wish to use the applet version of Secure FTP, there is a cost associated with it for all uses.<<less
Download (2.8MB)
Added: 2009-04-04 License: Freeware Price:
202 downloads
Other version of Glub Tech Secure FTP for Unix
Allow for a 128-bit encrypted secure connection to be made ...Secure FTP is a client application/applet that allows for a 128License:Freeware
MR Tech Disable XPI Install Delay 2.4.1
MR Tech Disable XPI Install Delay offers you a wonderful and totally free extension which enables fast extension to install. more>> MR Tech Disable XPI Install Delay 2.4.1 offers you a wonderful and totally free extension which enables fast extension to install. Disables default delay when installing extensions.
Enhancements: Minor version bump
Requirements: Mozilla Thunderbird
Added: 2009-02-14 License: MPL Price: FREE
26 downloads
Avoid The Roid 3D 0.6
Avoid The Roid 3D project is a 3D asteroids-like multiplayer game. more>>
Avoid The Roid 3D project is a 3D asteroids-like multiplayer game.
The player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot.
The game is written in c++ and uses unix sockets for networking, pthreads for the thread library, OpenGL for the graphics library, glut for windows and input, and OpenAL for audio.
<<lessThe player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot.
The game is written in c++ and uses unix sockets for networking, pthreads for the thread library, OpenGL for the graphics library, glut for windows and input, and OpenAL for audio.
Download (0.24MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Save The Penguins 0.02
Save The Penguins is a crazy space shooter with penguins and flying saucers. more>>
Save The Penguins is a crazy space shooter with penguins and flying saucers.
This is inspired by "Save The Gweeks" for the Archimedes, in which you saved the gweeks from the snerds. I havent had access to the original, so how close it is I couldnt say.
You control this sphere/circle/whatever with the mouse. Left click to acellerate towards the cursor. Right click to fire lasers. Middle click to pause. Esc to Quit.
The idea is to kill the space ships before they either kill you or all the penguins.
The art for the penguins came from Pingus, the tileset was ripped from supertux.
If anyone would like to contribute levels/art/sound that would be cool.
Main features:
- Scrolling, moving and shooting.
- Tileset defined in simple configuration file
- Loading/Saving level to file with in-game level editor (press E).
- Objects (that is, non-static ones) get damaged when you hit them. The penguins explode in a pile of blood.
- Reasonable collision detection - you have to at least try to get it stuck.
- NEW!! Nice particle-based explosions. Saves me both needing a graphic for it, and it looks pretty cool
- NEW!! Powerups. Dont do much atm. One heals you, the other two hurt you by different amounts. Theres a hook to attach a sound to powerup/powerdown for when I get round to it.
<<lessThis is inspired by "Save The Gweeks" for the Archimedes, in which you saved the gweeks from the snerds. I havent had access to the original, so how close it is I couldnt say.
You control this sphere/circle/whatever with the mouse. Left click to acellerate towards the cursor. Right click to fire lasers. Middle click to pause. Esc to Quit.
The idea is to kill the space ships before they either kill you or all the penguins.
The art for the penguins came from Pingus, the tileset was ripped from supertux.
If anyone would like to contribute levels/art/sound that would be cool.
Main features:
- Scrolling, moving and shooting.
- Tileset defined in simple configuration file
- Loading/Saving level to file with in-game level editor (press E).
- Objects (that is, non-static ones) get damaged when you hit them. The penguins explode in a pile of blood.
- Reasonable collision detection - you have to at least try to get it stuck.
- NEW!! Nice particle-based explosions. Saves me both needing a graphic for it, and it looks pretty cool
- NEW!! Powerups. Dont do much atm. One heals you, the other two hurt you by different amounts. Theres a hook to attach a sound to powerup/powerdown for when I get round to it.
Download (0.46MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
827 downloads
Iria 0.4.5
Iria is a ship game generator and a ship game itself. more>>
Iria project is a ship game generator and a ship game itself.
Iria is a 2D game generator, and a game itself in the way of Thunder Force or R-Type games.
Anybody can play games created with Iria. Its intended to be easy creating sceneries, objects (ships, enemies, explosions, etc.), and behaviours between these objects.
Main features:
- Resolution independient
- Unlimited number of players
- Fully playable game (with little limitations)
- Shooting capabilities
- Object collision developed
- Stars effect
- Vertical scrolling developed
- Scenery and objects editors (in accordance with the game features)
- Object version v0.4.0
- Scenery version v0.6.0
- Graphics editor (very improvable) now supports PNG files
- New graphical scenery editor, more user friendly
- Movement editor for complex object movement
- New events for making objects live in sceneries
- Lives and energy display
Enhancements:
- FAQ file created.
- movedit version v0.2.0.
- Iria can use filename specification for object movement.
- Killed some ugly bugs.
- Documentation has been reviewed.
<<lessIria is a 2D game generator, and a game itself in the way of Thunder Force or R-Type games.
Anybody can play games created with Iria. Its intended to be easy creating sceneries, objects (ships, enemies, explosions, etc.), and behaviours between these objects.
Main features:
- Resolution independient
- Unlimited number of players
- Fully playable game (with little limitations)
- Shooting capabilities
- Object collision developed
- Stars effect
- Vertical scrolling developed
- Scenery and objects editors (in accordance with the game features)
- Object version v0.4.0
- Scenery version v0.6.0
- Graphics editor (very improvable) now supports PNG files
- New graphical scenery editor, more user friendly
- Movement editor for complex object movement
- New events for making objects live in sceneries
- Lives and energy display
Enhancements:
- FAQ file created.
- movedit version v0.2.0.
- Iria can use filename specification for object movement.
- Killed some ugly bugs.
- Documentation has been reviewed.
Download (0.080MB)
Added: 2006-12-10 License: GPL (GNU General Public License) Price:
1048 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 virginia tech shooting 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