Main > Free Download Search >

Free how to build a castle software for linux

how to build a castle

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3113
Build it Fast 0.4.1

Build it Fast 0.4.1


Build it Fast is a PHP framework for developing Web applications quickly. more>>
Build it Fast (BIF) is a PHP Framework. It contains several classes that help you develop complex Web applications in a short amount of time.

It brings the concept of the widget to Web development. It features Cascade Skins and transparent session management.

Its meant to make PHP programers life much easier, and making better web applications.
<<less
Download (2.1MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1633 downloads
Holotzs Castle 1.3.10

Holotzs Castle 1.3.10


Holotzs Castle is an awesome platform game. more>>
Holotzs Castle is an awesome platform game.

A great mistery is hidden beyond the walls of Holotzs Castle. Will you be able to help Ybelle and Ludar to escape alive from the castle?

Test your dexterity with this tremendously exciting platform game!

<<less
Download (3.4MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
841 downloads
Widelands Build 10rc

Widelands Build 10rc


Widelands is a clone of Bluebytes Settlers II. more>>
Widelands is a clone of Bluebytes Settlers II.

Like in warcraft-like games, you are the despot of an empire and want to harvest resources and get soldiers to get more power.

Unlike those games, this is a strategic game, not a tactic one, and the main point is about economy instead of war.

Lumberjack get logs that you have to transform to planks in the sawmill, and so on. You could say that its an economy simulation game. The world is something between middle age and roman empire.

<<less
Download (29MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
964 downloads
KJam Build Tool 0.37

KJam Build Tool 0.37


KJam is a build tool like make. more>>
KJam is a build tool like make. It uses a syntax similar to Jam, with more powerful features than the original Jam.
It has built-in very fast dependency scanning, per-target viewpathing, and C-like control flow. It is optimized for multi-processor machines. It can accelerate building by launching build actions on a distributed peer to peer network of build servers.
KJam Build Tool is designed to support large projects with thousands of targets, or projects requiring building on many target architectures.
KJam is designed to be:
Unintrusive and clean KJam is small. It has negligible CPU overhead, and it doesnt create or leave behind temporary files.
Scalable KJam is able to build large projects spread across many directories in a single pass and can manage and distribute build steps to multiple processors on one or more networked machines.
Highly portable KJam currently runs only on Windows, but it is designed to be easily portable. Ports to Linux and OSX are planned.
Multiplatform Platform independent rules and platform specific actions can be defined separately from dependency rules.
Customizable Developers can enhance and extend KJam by creating user defined rules to utilize other built-in directives.
Language KJam includes flow-control statements, variables, and a few other features of general purpose languages.
Automatic Dependencies KJam computes dependencies for its targets during building. There is no need for a separate off-line make depend step.
Enhancements:
- A new "immediate" action modifier keyword was added, which causes actions to be run as soon as they are parsed, instead of during the command phase.
- Output formatting was improved.
- Several bugs were fixed.
<<less
Download (0.30MB)
Added: 2007-03-21 License: Free for non-commercial use Price:
974 downloads
Apcon 0.2.4 build 68

Apcon 0.2.4 build 68


Apcon is a systemtray application for KDE. more>>
Apcon is based on IBMs Access Connections tool for the Thinkpads.

It is a systemtray application for KDE, that makes it very easy for users to specify and manage different network/connection profiles and connect/disconnect to/from them.

Furthermore a user can get several details and informations about a connection.

This can be very useful for people using notebooks on different locations. Under normal circumstances this should be the expected situation.

If the location will be changed, Apcon makes it possible to enable and configure the needed interface (to get a network connection) with just two clicks.

A profile can be created easily and quickly in four simple steps. An integrated wizard leads the user through this process.
<<less
Download (0.090MB)
Added: 2005-09-15 License: GPL (GNU General Public License) Price:
1499 downloads
Exact Build

Exact Build


Exact Build project is a sane GNU Auto replacement. more>>
Exact Build project is a sane GNU Auto replacement. For portable build systems nowadays normally GNU autoconf and the associated companiens such as automake and libtool. However albeit portable they are rather crufty to use. The various macro expansion and generation steps extremely blow up the initial definitions and make execution slow and debugging a nightmare.

Even with the enourmous code bloat, it does not have a wide feature set and neither allows to maximize the gain of parallel builds nor other state-of-the-art compiler features. Manual tinkering is needed in such cases.

Mostly due the code bloat but also to obtain features such as mximal parallel build and object output seperated cleanly from the source, we create our own set of Makefiles for the non-recursive build system and shell scripts for configuration, if required by the software module (some straight forware code does come without a configure script at all).
<<less
Download (MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1268 downloads
The Castle 0.7.0

The Castle 0.7.0


The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. more>>
The Castle is a first-person shooter (FPS) style game in a dark fantasy setting. Your main weapon is a sword, so the fight is mostly short-range. 3 main levels included, packed with creatures, items and sounds.

Also a bonus level, from a well-known 3D game, will be available to you from "New Game" menu once you finish the main game (you can also switch to this level from the debug menu, if youre impatient).

<<less
Download (37MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
862 downloads
auto-build 1.2.0

auto-build 1.2.0


auto-build is a Perl module that can run automated, unattended software build processes. more>>
auto-build is a Perl module that can run automated, unattended software build processes.

SYNOPSIS

# auto-build [OPTION]...
Run build using latest code currently in source control
# auto-build --config /etc/auto-build.d/auto-build.conf
Run build using code committed prior to 12:30 on Dec 12th 2004
# auto-build --timestamp 12:30:00 Dec 12th 2004
--config /etc/auto-build.d/auto-build.conf

SUMMARY

auto-build is the command used to execute the Test-AutoBuild software build automation framework. It is intended to execute a single iteration of the build engine and then quit with its exit status providing an indication of the build success / fail status (see the EXIT STATUS section later in this manual page). To perform a continous automated build this command would be launched on a frequent basis from cron. Locking will ensure that two instances do not execute concurrently, so it can safely be triggered every 5 minutes.

OPTIONS

The following command line options are valid:

--config=FILE

Specify an alternative path to the configuration file for the build process. If ommitted, will default to looking for the file $HOME/auto-build.conf. The configuration data is loaded by the Config::Record module, so refer to that modules manual page for details of permitted syntax. The file will also be pre-processed by the Template module allowing dynamic generation of complex configuration files

--log4perl=FILE

Specify an alternative file containing configuration settings for the Log::Log4perl logging system. If ommitted, log4perl settings will be loaded from the master autobuild configuration file.

--timestamp=DATE

Specify the timestamp to use when checking code out of the source control repositories. For repository modules supporting timestamps it is guarenteed that the code checked out will be the latest version not newer than this timestamp. If ommitted, the timestamp will default to the current timestamp. The argument can be either an plain integer specifying number of seconds since the epoch, or any of the text representations handled by the Date::Manip module

today
1st thursday in June 1992
05/10/93
12:30 Dec 12th 1880
8:00pm december tenth

--verbose

Increase the verbosity of warning messages and errors. This will ensure that if the builder unexpectedly crashes, a complete stack trace will be dumped along will full arguments.It will also cause the post-processed configuration file to be dumped.

--help

Display a summary of the command line help options

<<less
Download (0.20MB)
Added: 2007-06-16 License: Perl Artistic License Price:
860 downloads
Tete 1.1 Build 24

Tete 1.1 Build 24


Tete project is an ear trainer. more>>
Tete project is an ear trainer.

Tete allows you to select intervals, chords, or scales and play examples of the selected sounds in a random order.

As each is played, it is highlighted in the list. Once you think you can tell what is playing, you can test yourself.

A series of sounds will be played, again at random, and you attempt to identify what has been played.

You can control how each sound is played back by changing the MIDI instrument, the octave range allowable, the root note, and whether the sounds are played ascending or descending.

<<less
Download (0.59MB)
Added: 2006-10-31 License: LGPL (GNU Lesser General Public License) Price:
1088 downloads
Turnracer Build 1

Turnracer Build 1


Turnracer is an free (GPL) Turn-Based racer game for GNU/Linux and other UNIX look-alikes. more>>
Turnracer is an free TBS racer game for GNU/Linux and other UNIX look-alikes. The rules of Turnracer arent easy.
Turnracer is written in C, and Gtk2 based. There is not yet an AI in the game, but it is planed for one of the next releases.
Installation:
1. Make sure you have install tar an gz or bz2 (gz if you have downloaded the gz package, else the bz2)
2. Type tar -xzf THE/PATH/TO/THE/TURNRACER/PACKAGE.tar.gz(in a terminal emulator), change the z to j for bz2.
3. Go to the directory where you have unpacked turnracer(cd THE/PATH)
4. Type ./configure
5. Type make
6. Type make install (as superuser)
Enhancements:
- A level editor is included.
<<less
Download (0.18MB)
Added: 2006-01-31 License: GPL (GNU General Public License) Price:
1361 downloads
PLCash 2.00 Build 2152

PLCash 2.00 Build 2152


PLCash is a platform-independent personal financial program. more>>
PLCash project is a platform-independent personal financial program.
Main features:
- Create and manage personal financial accounts.
- Import and export data from/to Quicken and other financial programs.
- Create reports and analyze your transactions using a sophisticated report generator.
- Import prices to track the performance of your investments.
- Interface with many other programs intuitively, using an industry-standard, transparent data file format.
- Reconcile your records with bank statements.
- Print checks in a variety of ways.
<<less
Download (0.60MB)
Added: 2006-05-24 License: Freeware Price:
1248 downloads
NagiosOnCD Build 00072

NagiosOnCD Build 00072


NagiosOnCD is a linux live CDROM for using Nagios with minimal effort. more>>
NagiosOnCD is a linux live CDROM for using Nagios with minimal effort. The main purpose are distributed Nagios sensors, but you can also use NagiosOnCD for small installations and education. There is a preconfigured VMware appliance available using the ISO image of NagiosOnCD. The appliance runs Nagios out of the box.
The configuration of NagiosOnCD is based on files. If you are able to configure Debian/GNU linux with a text editor, you will have no problem to configure NagiosOnCD. Only a small set of files (plus your Nagios configuration) needs some
configuration, i.e. network setup for ip address (default: dhcp), hostname an so on.
Main features:
- Linux kernel 2.6.17.13
- unionfs 1.3
- nagios-2.5
- nagios-plugins-1.4.3
- nrpe-2.5.2
- nsca-2.6
- NagiosGrapher-1.5-2-dev"
<<less
Download (115.6MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1100 downloads
L4ip 1.0 build 299

L4ip 1.0 build 299


L4ip is a daemon that extends IPFilters simple round-robin L4 load balancing with health checks. more>>
L4ip is a daemon that extends IPFilters simple round-robin L4 load balancing with health checks. It takes care of monitoring and dynamically adding and removing ipnat rules in the kernel.
L4ip fully supports UDP, TCP, and system()-style executions for health checks, including send/expect scripts, SSL connections, and much more.
Main features:
- Define as many clusters, with as many members as you need.
- Automatically adds and removes "ipnat" rules as needed.
- Flexible health check support, tcp-open, tcp-close, udp-open, udp-close, system.
- Simple scripting available for health checks in send/expect syntax with fnmatch pattern comparison
- Binary protocol supported in url-encoding style syntax (eg %0D)
- system() like execution of external commands available. (spawn your own health-check testers)
- Reload and restart leaving last-known-state available for less service impact.
- SSL supported for TCP testers.
- Optional IPF rules to sense RST return-packets for faster failure detection.
Enhancements:
- Solaris SMF example files were added along with a "proxy" command for protocols that need it, such as FTP and IPSec.
<<less
Download (0.23MB)
Added: 2006-03-01 License: Artistic License Price:
1332 downloads
Boost.Build 2.0-m11

Boost.Build 2.0-m11


Boost.Build is a system for large project software construction, which is simple to use and powerfull. more>>
Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build project is an onging project to rewrite Boost.Build, improving design and making it more extensible.
Main features:
- Simple and high level target description language. In most cases name of target and list of sources is enough.
- Variant builds. You can build with your choice of basic variants (e.g. debug, release, profile...), toolsets (e.g. gcc and msvc) and specific properties (e.g. inlining off) from a single command invocation.
- Portability. ``Feature Normalization allows to fine-tune targets independently from the toolset used, and modular toolset descriptions are employed to generate actual build instructions.
- Multi-project builds. Several projects can be combined and built together, with dependencies correctly tracked. Typically, the setting (like include paths and defines) needed to use other project will be handled automatically.
- Extensibility. New file types and tools can be easily added
Enhancements:
- Support was added for several new tools, including the Qt4 library.
- An "indirect requirement" feature was added.
- Several improvements were made in the "install" target.
- The --build-dir, --debug-building, and --clean-all command line options were added.
- Numerous bugs were fixed, and interface improvements were done.
<<less
Download (0.67MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1179 downloads
HFS - HTTP File Ser ver 2.3 Build 171 Be

HFS - HTTP File Ser ver 2.3 Build 171 Be


You can use HFS (HTTP File Server) to send and receive files. more>> You can use HFS (HTTP File Server) to send and receive files.
Its different from classic file sharing because it uses web technology to be more compatible with todays Internet.
It also differs from classic web servers because
its very easy to use and runs "right out-of-the box".
Access your remote files, over the network.
It has been successfully tested with Wine under Linux.
<<less
Download (550KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5