Main > Free Download Search >

Free fly around software for linux

fly around

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1407
Fly Hard 0.3

Fly Hard 0.3


Fly Hard is a game resembling Thrust, but with lots of shooting and puzzles. more>>
Fly Hard is a game resembling Thrust, but with lots of shooting and puzzles.
Main features:
- Realistic(ish) physics.
- Awesome weapons(if you can afford them).
- Upgradable ship.
- 10 whole levels!
- Sound!
- Editable levels
<<less
Download (0.34MB)
Added: 2007-01-15 License: Freeware Price:
1014 downloads
kearone

kearone


kearone provides icon pack for gnome based on my kearones icons more>>
kearone provides icon pack for gnome based on my "kearones icons"
Version restrictions:
- think it could be improved with a more consistent Computer icon, and some black contour around the file type icons (just like the Home and Trash).
<<less
Download (1.1MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1001 downloads
Marauder-ah 4

Marauder-ah 4


Marauder-ah is a 2d space fighting game. more>>
Marauder-ah project is a 2d space fighting game.
Marauder-ah is a set of improvements over "marauder", originally written by Shawn Hargreaves in 1994.
You control a spaceship with a basic weapon, and your purpose is to kill as many people as you can.
Earning money (using piracy or trade) enables you to upgrade your ship and buy deadly weapons.
Game Rules:
Many years from now, in a distant corner of the galaxy, blah blah.
Ok. The rules are simple. Earn as much money as you can, and dont get shot.
When you start the game, you will see a little spaceship in the middle of the screen. That is you. Use the left and right arrow keys to turn, and the up arrow to fire your thrusters. Once you start moving it is not easy to stop. You will eventually coast to a halt, but if you are in a hurry you will have to turn round and fire your thrusters in the opposite direction.
If you fly around a bit, you will probably come across a planet or another hip (HINT: you can see all the planets and ships on the radar display at the top right of the screen).
There are two things to remember about planets. One is that if you fly into
them you get hurt. The other is that if you fly up close to one and then
press ENTER, you go to the shipyard.
Enhancements:
- Corrected code to compile with allegro 4.1.15 and gcc 3
- Added rest(0) to game loops to drop CPU
- Added some information to the top left of the screen
- Can repair if less than 10% damage
- Removed most of joystick support-related calls
- Removed play midi calls (BUGFIX !)
- Changed keybindings, defined in keybinds.h
- Increased bullet life (48 > 75)
- Increased treasure life (100->5000)
- Speed variation
- Laser, proton and matter can be used together
- Config file for keybindings using Zlog code
- Removed VC++-related stuff in the makefile, added mingw32
- Added commandline options parsing using Zlog code
- Added quiet option, hardconfig option, gfxmode and askgfx options
- Added mouse support (more comfortable for askgfx)
- Removed midi files from marauder.dat as theyre not used anymore
- Changed proton and matter cannon sprites so that theyre visible when used together
- Added configure script from Zlog (detects, downloads builds and installs allegro 4.1.15)
- Enemies now upgrade their weapons when possible
- Player can sell his stuff (weapons and so)
- Ships are drawn randomly at each different execution of the program (just added a rand() call)
- Changed weapon price
<<less
Download (0.24MB)
Added: 2006-12-10 License: MIT/X Consortium License Price:
1049 downloads
Solar Visitor 0.2.1

Solar Visitor 0.2.1


Solar Visitor is a space simulator where the user flies around our Solar System in a 3D view. more>>
Solar Visitor is a space simulator where the user flies around our Solar System in a 3D view. The program and source code are offered free, there are builds for Windows and Linux. Solar Visitor uses the Ogre graphics library. The planets and objects were created with the Blender program.
Because Solar Visitor is a 3D program, performance depends on the capabilities of the users video system.
If you wish you may build from source using available tools but be warned this is not an easy task. An addition to Ogre a compiler and IDE (on Windows) are required. The Ogre web site has installation instructions for its use. Those without c/c++ experience will find themselves jumping in the deep end.
With the release of version 0.2.x the user can view planets rendered from textures which is a vast improvement over the painted colours of 0.1.0. There is still realism to add. For instance, the orbits are engineered to showcase shadow effects and not be realistic, where eclipses are rare.
The program code is released under the GPL, the media are generated from downloadable images on the web, details of location are provided. Images remain the property of respective owners.
Enhancements:
- bugfixes
- tilted orbits
<<less
Download (10.6MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
903 downloads
filepp 1.8.0

filepp 1.8.0


filepp is a generic file preprocessor. more>>
filepp is a generic file preprocessor. It is designed to allow the functionality provided by the C preprocessor to be used with any file type. This project supports the following keywords, all of which have their usual C preprocessor meanings and usage:
- #include
- #define
- #if
- #elif
- #ifdef
- #ifndef
- #else
- #endif
- #undef
- #error
- #warning
However, filepp is much more than a rewrite of the C preprocessor, it features the following enhancements:
- An extended #if keyword which includes string and regular expression parsing.
- It works with all character sets including international characters, not just ASCII characters.
- The prefix to the keyword (normally #) and the line continuation character (normally ) can be set to any character, string or regular expression.
- Keywords can be added, removed or modified.
- Macro expansion can work on whole or part words (the C preprocessors macro expansion only works on whole words).
- Macros can have multiple arguments.
- Filepp has a debugging mode to help when things go wrong.
- Environment variables can be automatically defined as macros.
- Blank lines originating from include files can be suppressed.
- Filepp can be customised on the fly using the #pragma keyword which allows any of filepps internal functions to be called.
- Modules can be written (in Perl) to modify or extend the behaviour of filepp.
These are just some of the enhancements filepp has over the normal C preprocessor. Its main advantage is the ability to write modules to extend and modify its behaviour. Filepp is written in Perl and allows anyone who knows how to program in Perl to easily write modules. Filepp comes with a set of modules which do the following:
- for module: Implements the #for keyword. The allows loops to be generated, the behaviour is similar to Perl and C loops.
- foreach module: Implements the #foreach keyword. The allows loops to be generated for a list of strings, the behaviour is similar to Perl and csh foreach loops.
- c-comment module: Removes C and C++ style comments from a file.
- hash-comment module: Remove # style comments (as used in Perl and shell scripts) from a file.
- function module: Allows macros to be written which directly call Perl functions. This allows macros to give dynamic output.
- maths module: Implements basic maths functions including add, subtract, multiply, divide, sine, cosine, exponential, random etc.
- format module: Provides a list of functions for formatting text including a C/Perl style printf function and the Perl substr function.
- literal module: This module prevents macros appearing in strings being replaced.
- toupper module: Converts all lowercase letters in a file to uppercase.
- tolower module: Converts all uppercase letters in a file to lowercase.
- bigdef module: Enables multi-line macros to be defined without needing to put a line continuation character at the end of each line - makes large macros much more readable.
- bigfunc module: Same as bigdef, only difference is any keywords embedded in the macro are evaluated when the macro is replaced rather than when the macro is defined.
- defplus module: Enables existing macros to be appened to.
- blc module: Enables automatic line continuation if a closing bracket is on a line below the opening bracket.
- cmacro module: Makes certain macros more "C" like by putting quotes around their values.
- cpp module: Makes filepp behave as a basic C preprocessor.
- regexp module: Implements Perl style regular expression search and replacement, which allows regular expressions to be searched for and replaced with other strings.
- grab module: Used to grab input before any processing is done on it.
Enhancements:
- This release includes a rewrite of the processing chain so macros within macros behave correctly.
- Several other bugfixes and minor enhancements were made.
<<less
Download (0.079MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
JBrownie 1.3

JBrownie 1.3


JBrownie functions as a wrapper around the system default javac Java compiler to monitor Java sourcecode and automatically recompile any files found changed. more>> JBrownie 1.3 functions as a wrapper around the system default javac Java compiler to monitor Java sourcecode and automatically recompile any files found changed.

The focus of this tool is to assist software developers, who prefer to use a plain text editors over a resourcehungry IDE, but still want their code to be autocompiled on the fly without delay and without having to manually start javac over and over again. Checking for syntax errors becomes now as easy as just saving the file in question.

Major Features:

  1. Installation
    • No Installation required. The program can be started from any directory as is. Note on classpath: The JVM does not accept -cp and -jar at the same time. If -jar is given, -cp (as well as the CLASSPATH environment variable, if set) is ignored. This means, that in order to prevent linker warnings, JBrownie must either not be started via -jar (the main class is called de.onyxbits.jbrownie.Core) or a project specific classpath must be submitted in the settings dialog under "Compile options".
  2. Using
    • JBrownie must be supplied with a base directory, containing the source code tree to watch. This can either be done from the commandline, by submitting the desired path as the first argument or from the file menu. Once a directory, it (and its subdirectories) will be scanned for files with the .java extension (case insensitive). Whenever such a file changes (or a new file is added), it will automatically be (re)compiled. The output of the compiler is printed to the main window of JBrownie.
    • Besides merely compiling class files, JBrownie can also be configured to to start the program in question.
  3. Configuration
    • Three aspects of the program can be configured currently: Compiler settings, Run Settings and GUI appearance. The menuitem to do so can be found in the "File" menu. Hitting the apply button in the settings dialog will automatically save the submitted values via java.lang.prefs.Preferences to the system dependent preferences storage.
  4. Compiler settings
    • The commandline arguments to pass to the compiler. By default, the compiler is run without any options. It is not possible to change the compiler except by changing the JDK itself. The compiler that is used is always the default compiler of the JDK, with which JBrownie is run.
  5. Run settings
    • This is simply the program (plus commandline argument) to associate with the "run program" button in the toolbar. By default, no program is set, meaning the button is without function. Once a program is run, it's stdout and stderr stream is redirected to JBrownie's console window.
  6. GUI settings
    • These control the fontsize of the console and whether or not to use horizontal scrollbar for lines, that exceed the width of the window.

Requirements: Java 2 Standard Edition Runtime Environment

<<less
Added: 2009-02-26 License: Artistic License Price: FREE
1 downloads
LogMiner 1.20

LogMiner 1.20


LogMiner is a powerful log analysis package for Apache. more>>
LogMiner is a powerful log analysis package for Apache (or other web servers using the combined log format).
LogMiner can extract and present several reports, about visits, hits, traffic, requests, navigation paths, browsers and OSs used by users and so on.
Data is stored in a PostgreSQL database, using a schema which has been optimized to reduce redundancy at minimum.
LogMiner has been inspired by the popular Webalizer package, but it differs in certain core points:
data is stored in a DBMS backend and reports are generated on-the-fly, while Webalizer generates plain html files. A DBMS allows to extract and aggregate data in many ways, whenever you need. A drawback is that you wont have the processing speed of Webalizer when parsing log files.
Webalizer only indexes the last 12 months of data: previous reports are still on disk, but arent accessible from any link. This is the most annoying thing of Webalizer, in my opinion: Im sick of having hundreds of unused files around
LogMiner allows to navigate to previous months easily.
Webalizer reports are hardcoded in the program. LogMiner implements reports in a more extensible way. Each report is in fact a simple PHP class, usually supported by a PL/pgSQL function (although youre free to insert your SQL queries in the PHP code if you like).
LogMiner offers more reports than Webalizer: for instance, the OS charts and the navigation graphs.
Depending on your needs, you might prefer LogMiner over Webalizer, especially if you like having a central SQL repository for your data which enables you to extract the data you need at any time, or to add a kind of report which wasnt planned from the start and apply it to older data.
If you dont have a PostgreSQL database or you expect to process huge log files in seconds, go for Webalizer.
Enhancements:
- This release adds support for libpqxx 2.6.9.
- SQL errors are now logged and dont interrupt the parsing of log files.
<<less
Download (0.20MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
810 downloads
Avoid The Roid 3D 0.6

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.

<<less
Download (0.24MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
FreePOPs 0.2.5

FreePOPs 0.2.5


FreePOPs is a POP3 server that is scriptable in LUA. more>>
FreePOPs is a POP3 daemon plus a LUA interpreter and some extra libraries for HTTP and HTML parsing. FreePOPss main purpose is translating local POP3 requests to remote HTTP actions on the supported web-mails, but it is really more flexible.
For example there is a plugin to read news from a website as if they were mails in a mailbox. You can easily extend FreePOPs on the fly, without even restarting it. You can add a plugin or modify an existing one simply changing the script file since the plugins are written in LUA and are interpreted on the fly.
Main features:
Usage
FreePOPs can be useful in some situations, here we give the most obvious ones:
- You are behind a firewall that closes the 110 port but you need to read your mail and the web-mail of your mail provider sucks.
- Your mail provider does not allow you to access your mailbox with POP3 protocol, but only through the web-mail service.
- You prefer looking at your mailbox instead of browsing some websites news.
- You have to develop a pop3 server in less than a week and you want it to be reasonably fast and not so memory consuming.
- You are not a C hacker, but you want to benefit from a fast POP3 server frontend written in C and you want not to loose a month in writing the backend in C. LUA is a really simple and tiny language, one week is enough to learn it in a way that allows you to use it productively.
Features
FreePOPs is the only software we know with these features:
- POP3 server RFC compliant (not full featured but compliant).
- Portable (written in C and LUA that is written in C, so everything is written in the most portable language around the world).
- Small (in the sense of resources usage) and reasonably fast.
- Extremely extensible on the fly using a simple and power ful language.
- Pretty documented.
- Released under the GNU/GPL license (this means FreePOPs is Free Software).
Enhancements:
- fixed an ancestral wrong compilation flag for regexes, no more REG_NEWLINE
- hotmail.lua: bumped to make them released again (gareuselesinge)
- supereva.lua: supereva plugin updates (gareuselesinge)
- libero.lua: fixed bug for attachments (gareuselesinge)
- libero.lua: changed pattern matching (gareuselesinge)
- hotmail.lua: Update the logout url and try to handle an expired session better. (russell822)
- libero.lua: bumped to make it released agaiN (gareuselesinge)
- supereva.lua, tin.lua: fixed attachments in tin and supereva, added dada.net (gareuselesinge)
- libero.lua: fixed mlex (gareuselesinge)
- aol.lua: Changed the AOL plugin to use the "classic" web interface. (russell822)
- added patch by Viruzzo to mimer and supereva.lua
- moved bpo build to etch
<<less
Download (1.8MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
857 downloads
Simple Web Share 0.1.1

Simple Web Share 0.1.1


SimpleWebShare is a small application for publishing a part of your hard disk on the Web. more>>
SimpleWebShare is a small application for publishing a part of your hard disk on the Web. Simple Web Share project displays files and directories in a list view and allows them to be downloaded, including on-the-fly zipping.
Main features:
- Display file and directory as list
- Download of file
- Download of directory with on-the-fly zip generation (with a customizable folders size limit)
- Simple HTTP Authentification
- Localized interface (currently french or english)
<<less
Download (0.063MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1239 downloads
Raj Horizon 0.5

Raj Horizon 0.5


Raj Horizon is a 3D subspace style goal based team deathmatch. more>>
Raj Horizon is a 3D subspace style goal based team deathmatch.

This game is heavily influenced by the game called subspace. It is a 3d spaceship fighter on a 2d platform where you fly around with your team to conquer all the planets. It is entirely multiplayer with a bot team to keep things interesting.

<<less
Download (11.7MB)
Added: 2007-01-15 License: Freeware Price:
1013 downloads
Ratoximus 0.2.3

Ratoximus 0.2.3


Ratoximus is a backend for rating your music on the fly. more>>
Ratoximus is a backend for rating your music on the fly. When a good song comes up on your playlist, you can mark it up to your favorites, and when you just cant stand a song, you can blacklist it.

A cleanlist is generated based on a preselected list, taking out the blacklisted entries. It includes a simple interactive frontend, and tips to other methods.

<<less
Download (0.009MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
Defendguin 0.0.11

Defendguin 0.0.11


Defendguin is a Defender clone with a Linux theme! more>>
Defendguin is a Defender clone with a Linux theme!

Evil monopoly-owning aliens are out to capture friendly little penguinoids and convert them into evil mutants!

Fly around, blast things and save the penguinoids.

<<less
Download (2.1MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1362 downloads
Cicerone 1.4 RC1

Cicerone 1.4 RC1


Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly. more>>
Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly.
It supports any type of file attachment, built in security levels, user and system-wide customizations, automatic import of syndicated news and content, custom email notification of new content, and ease of use.
It is ideal for community-driven Internet/Intranet/Extranet sites or as a standalone document/content management system.
Main features:
- Content Forums
- Content Management
- Document Attachments
- News Monitoring
- Security Features
- User Subscriptions
<<less
Download (0.12MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
Ogrian Carpet 0.9

Ogrian Carpet 0.9


Ogrian Carpet is a 3D fantasy action/strategy game. more>>
Ogrian Carpet project is a 3D fantasy action/strategy game.
Ogrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
<<less
Download (20.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5