Main > Free Download Search >

Free wesnoth 1.2.6 software for linux

wesnoth 1.2.6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
The Battle for Wesnoth 1.2.6 / 1.3.6

The Battle for Wesnoth 1.2.6 / 1.3.6


The Battle for Wesnoth is a turn-based fantasy strategy game. more>>
The Battle for Wesnoth is a turn-based strategy (TBS) game with a fantasy theme.
Build your army, selecting, from one mission to the next one, your most experienced fighters. Fighters you did recruit among a great number of units, offering various strategic strengths and weaknesses on different terrains and against different opponents.
Fight to gain back the throne of Wesnoth, of which you are the legitimate heir. Or use your dreaded power on undead to achieve domination on those foul mortals, or get a revenge for your glorious orcish tribe against these puny human armies who dared stealing your land... stories are waiting to be told. Or maybe you want to challenge your friends or strangers on multiplayer epic fantasy battles.
Main features:
- Build a Hero, and lead your army.
- Different races, with distinctive abilities, weapons and spells.
- GNU/Linux, Windows, MacOSX, BeOS, Solaris, FreeBSD, OpenBSD and NetBSD compatible.
Whats New in 1.2.6 Stable Release:
- WML engine
- fix [variables] not working properly in scenarios (bug #9342)
- language and i18n:
- updated translations: British English, Danish, Finnish, Spanish, Swedish
- updated DejaVuSans font to version 2.18
- user interface:
- Enable "Save Game" and "View Chat Log" menu entries in replay mode.
- Add an additional line below the minimap in the "Multiplayer->Create game"
screen that displays the size of the selected map. (patch #776 by uso)
- Show the (possibly bogus) GPV and fog settings of games with "Use map
settings" on in a darker font. (patch #771 by uso)
- misc:
- added some extra headers for the upcomming gcc 4.3 (debian bug #417764)
- added a .desktop entry for the editor so that it is shown in the kde/gnome
menu
- the unit name generation could with different locales call get_random() a
different number of times. This lead to different names and traits.
Changed to call random a fixed number of times which fixes the traits.
Whats New in 1.3.6 Development Release:
- Since 1.3.5 was a little buggy, now the new version with definatly working minimaps in the lobby. More important: long standing, translation related OOS bugs have been fixed
<<less
Download (72MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
594 downloads
SDL_net 1.2.6

SDL_net 1.2.6


SDL_net is a small sample cross-platform networking library. more>>
SDL_net library is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.

Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."

Simple DirectMedia Layer supports Linux, Windows, BeOS, MacOS Classic, MacOS X, FreeBSD, OpenBSD, BSD/OS, Solaris, IRIX, and QNX. There is also code, but no official support, for Windows CE, AmigaOS, Dreamcast, Atari, NetBSD, AIX, OSF/Tru64, RISC OS, and SymbianOS.

SDL is written in C, but works with C++ natively, and has bindings to several other languages, including Ada, Eiffel, Java, Lua, ML, Perl, PHP, Pike, Python, and Ruby.

<<less
Download (0.018MB)
Added: 2006-05-18 License: GPL (GNU General Public License) Price:
1267 downloads
wchat 1.2.6

wchat 1.2.6


wchat is a telnet-based Chat Server written in the C language. more>>
wchat is a telnet-based Chat Server written in the C language. It was originally based on chatC code, but then expanded to be a fully functional chat environment. wchat is designed to use minimal cpu or memory resources, and be a modular high-level code base. What this means is all low-level functions are written in separate libraries which wchat uses them.
This allows any additions or changes to the "look and feel" of the chat to be very simple and straight forward. wchat is an extremely stable and solid base from which to build a chat environment around. This is not a web chat, but a telnet chat server usually connected to via clients such as tinyfugue, gmud, CRT, etc.
Main features:
- System configurable network options (listen size, max user, etc.)
- Full ANSI color support
- Multiple chat channels
- Fully configurable handle with color support in handle
- Idle times
- System uptime information
- Basic login information
- message timestamps
- User accounts
- guest, normal, and admin user levels
- /admin command for admins
<<less
Download (0.096MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1181 downloads
pimentech-dbutils 1.2.6

pimentech-dbutils 1.2.6


pimentech-dbutils project provides a set of tools for designing a database in XML. more>>
pimentech-dbutils project provides a set of tools for designing a database in XML, computing the SQL database generation code and the diagram (in dot), and doing other useful tasks.
Enhancements:
- sqlFilterStr was added.
- create-user.sh and exec-sql.sh were made compatible with version 8.1.
- More details are provided in response to a login error.
- qmlserv can now write to a slave database (providing a DBHOST_SLAVE in qmlserv_conf.py).
- sqlFilter and unSqlFilter were changed.
- clean-db was renamed to clean_db.
<<less
Download (0.077MB)
Added: 2006-07-12 License: LGPL (GNU Lesser General Public License) Price:
1199 downloads
XCL 1.2.6

XCL 1.2.6


The XCL software suite aims to provide developers with tools for the programmatic handling of executable code. more>>
XCL project aims to provide developers with tools for the programmatic handling of executable code, combining easy generation and manipulation with execution speed and memory efficiency at runtime.

<<less
Download (0.13MB)
Added: 2006-02-23 License: LGPL (GNU Lesser General Public License) Price:
1341 downloads
OSSP sa 1.2.6

OSSP sa 1.2.6


OSSP sa is an abstraction library for the Unix socket application programming interface (API). more>>
OSSP sa is an abstraction library for the Unix socket application programming interface (API) featuring stream and datagram oriented communication over Unix Domain and Internet Domain (TCP and UDP) sockets.
It provides the following key features: address abstraction (local, IPv4, and IPv6), type abstraction, I/O timeouts, I/O stream buffering and convenience I/O functions.
Main features:
Stand-Alone, Self-Contained, Embeddable
- Although there are various Open Source libraries available which provide a similar abstraction approach, they all either lack important features or unfortunately depend on other companion libraries. OSSP sa fills this gap by providing all important features (see following points) as a stand-alone and fully self-contained library. This way OSSP sa can be trivially embedded as a sub-library into other libraries. It especially provides additional support for namespace-safe embedding of its API in order to avoid symbol conflicts.
Address Abstraction
- Most of the ugliness in the Unix Socket API is the necessity to have to deal with the various address structures (struct sockaddr_xx) which exist because of both the different communication types and addressing schemes. OSSP sa fully hides this by providing an abstract and opaque address type (sa_addr_t) together with utility functions which allow one to convert from the traditional struct sockaddr or URI specification to the sa_addr_t and vice versa without having to deal with special cases related to the underlying particular struct sockaddr_xx. OSSP sa support Unix Domain and both IPv4 and IPv6 Internet Domain addressing.
Type Abstraction
- Some other subtle details in the Unix Socket API make the life hard in practice: socklen_t and ssize_t. These two types originally were (and on some platforms still are) plain integers or unsigned integers while POSIX later introduced own types for them (and even revised these types after some time again). This is nasty, because for 100% type-correct API usage (especially important on 64-bit machines where pointers to different integer types make trouble), every application has to check whether the newer types exists, and if not provide own definitions which map to the still actually used integer type on the underlying platform. OSSP sa hides most of this in its API and for socklen_t provides a backward-compatibility definition. Instead of ssize_t it can use size_t because OSSP sa does not use traditional Unix return code semantics.
I/O Timeouts
- Each I/O function in OSSP sa is aware of timeouts (set by sa_timeout(3)), i.e., all I/O operations return SA_ERR_TMT if the timeout expired before the I/O operation was able to succeed. This allows one to easily program less-blocking network services. OSSP sa internally implements these timeouts either through the SO_{SND,RCV}TIMEO feature on more modern Socket implementations or through traditional select(2). This way high performance is achieved on modern platforms while the full functionality still is available on older platforms.
I/O Stream Buffering
- If OSSP sa is used for stream communication, internally all I/O operations can be performed through input and/or output buffers (set by sa_buffer(3)) for achieving higher I/O performance by doing I/O operations on larger aggregated messages and with less required system calls. Additionally if OSSP sa is used for stream communication, for convenience reasons line-oriented reading (sa_readln(3)) and formatted writing (see sa_writef(3)) is provided, modelled after STDIOs fgets(3) and fprintf(3). Both features fully leverage from the I/O buffering.
Enhancements:
- Removed SA_SYSCALL_GETHOSTBYNAME because gethostbyname(3) cannot be overridden as at is use point (function sa_addr_u2a) the sa_t object is not available.
- Additionally, for IPv6 getaddrinfo(3) would have been overridden, too.
- This fixed compilation on platforms without IPv6 APIs.
<<less
Download (0.33MB)
Added: 2005-10-03 License: MIT/X Consortium License Price:
1481 downloads
WaveGain 1.2.7 Beta 3

WaveGain 1.2.7 Beta 3


WaveGain is a program that applies ReplayGain to wave files. more>>
WaveGain is a program that applies ReplayGain to wave files. WaveGain is an application of the ReplayGain algorithms to standard PCM wave files. Where it differs from the other applications of this principle is that the gain adjustments are applied directly to adjusting the scaling of the samples.
In other words, the option to write tags that can be read by other applications to apply the gain adjustment does not exist, so the adjustments are made directly to the data within the file.
Therefore, in the strictest meaning of the word, this process is NOT lossless. However, with the application of dithering to the output, the losses can be minimized and are, in any event, unlikely to be audible to the human ear.
So in simple terms, the program reads in wave files, analyses them, calculates and displays recommended gain adjustments (track and album), and then applies the adjustments directly to the wave data, if requested.
Usage:
wavegain [options] input.wav [...]
Whats New in 1.2.6 Stable Release:
- With 1.2.4, all header data was copied through to the processed file including bext and cart chunks. As of this version, all trailers are now also copied through regardless of content. This ensures that any chunks appearing after the data chunk are not lost as a result of wavegaining the file. These changes have been implemented primarily to meet the needs of the broadcasting industry but will have no impact when processing regular wave files that contain the minimum chunk requirements.
Whats New in 1.2.7 Beta 3 Development Release:
- This release adds three new options: one to write a gain chunk, another to undo the gain processing, and a third to force reprocessing of a file that already contains a gain chunk.
<<less
Download (0.15MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
903 downloads
Bigfish Firewall 1.2.6

Bigfish Firewall 1.2.6


The BigFish Firewall is a suite PHP scripts that generates a firewall script for iptables based firewalls. more>>
The BigFish Firewall is a suite PHP scripts that generates a firewall script for iptables based firewalls. The script is created following the configuration rules entered by the user or standard pre-configuration rules and protections for linux systems.

<<less
Download (0.47MB)
Added: 2006-09-15 License: GPL (GNU General Public License) Price:
1139 downloads
Linux Vacation 1.2.6.1

Linux Vacation 1.2.6.1


Linux vacation is a automatic mail-answering program. more>>
Linux VacationLinux vacation is a automatic mail-answering program. This is my vacation port to Linux. It is derived from the vacation program found on agate.berkeley.edu in the 386bsd directory on Nov 16, 1993. The original program was written by Eric Allman in 1983 and is copyrighted by the Regents of the UCB. The copyright disclaimer is valid for this distribution as well, i.e. this version is provided `as is, and I shall not be liable for any damage, data loss or earthquakes in the bay area.

Version 1.1 was a security-patched version. The former version 1.0 had a bad security bug which Olaf Kirch reported to the CERT mailing list (after giving me a hint :-). Please DO NOT LONGER USE vacation-1.0!

As far as Copyrights are concerned, the original parts of vacation are under the BSD copyright whereas I place my changed under the GPL (see file COPYING in the directory).

I tried to make this port look just like the version found with SunOS 4.1.x. There are minor differences, it resembles more the Sun version than the original 386bsd source.

Unpack the package as follows

mkdir -p /usr/src # if not already present :-)
chdir /usr/src
gzip -dc /vacation-1.1.tgz | tar xpvf -

A simple `make install (install-aout is no longer supported as of version 1.2) should install binary in /usr/bin and the manpages in /usr/man/man*, respectively. If you choose different directories, edit the Makefile.
<<less
Download (0.046MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1218 downloads
Quick Spam Filter 1.2.6

Quick Spam Filter 1.2.6


Quick Spam Filter (QSF) is an Open Source email classification filter. more>>
Quick Spam Filter (QSF) is an Open Source email classification filter. Quick Spam Filter is designed to be small, fast, and accurate, which works to classify incoming email as either spam or non-spam.

To recognise spam, QSF strips the text out of the email (using MIME decoding and HTML stripping) and then splits it into tokens (words, word pairs, URLs, and so on). These tokens are then looked up in a database and analysed using the Bayesian technique to see whether the email should be classified as spam or not.

The database is generated by a process of training - QSF is given two mailboxes, one containing known spam, and the other containing known non-spam, to train itself on. After training, if QSF misfiles any email, the message it got wrong can be fed back into the database, thus making QSF learn from its mistakes.

For a more in-depth look at the way in which QSF tokenises and classifies messages, please see the Technical Details section of the manual.

QSF is designed to be run by an MDA, such as procmail.

<<less
Download (0.072MB)
Added: 2007-02-06 License: Artistic License Price:
991 downloads
Drag & DropZones 1.2.6

Drag & DropZones 1.2.6


Get rid of that clumsy context menu, and search the web using up to 64 stylish Drag & DropZones more>>

Drag & DropZones 1.2.6 is a innovative, versatile way to search the internet. Extending the Firefox Search Engine manager window, you simply drag a Search Engine onto 1 (or more) DropZones to link them.

Once you are all set up, you can just drag some text or a link on any website to activate the Drag & DropZones. A stylish transparent grid (in the color of your choice) with all your Search Engines will be displayed over the site you where viewing, and the DropZone you are currently hovering above will be highlighted. Just Drop the text on any of the DropZones and your search will be performed the way you where used to.

Major Features:

  1. When you are running Drag & DropZones for the very first time, all your Firefox Search Engines will automatically be assigned to a DropZone, so you are ready to go and enjoy it immediately.
  2. Since version 1.1 the concept a bit further and developed a feature allows you to select any context menu action as a DropZone. This means that you can now also do things like [Copy Image] or [Bookmark This Link] by just dropping the image/link on your DropZone!
  3. A toolbar button (add it through View/Toolbars/Customize) allows you to toggle the Drag & DropZones on/off in case you temporarily need to do a lot of other Drag & Drop operations.
  4. The Drag & DropZones feature was initially created for Web Search Pro add-on
  5. Drag & DropZones is available in: en-US, sv-SE, fr-FR, it-IT, ja-JP, pt-BR, de-DE, es-ES, bg-BG, pl-PL
<<less
Added: 2009-07-15 License: MPL Price: FREE
12 downloads
Games Knoppix 4.0.2-03

Games Knoppix 4.0.2-03


Games Knoppix is a Knoppix based LiveCD with games. more>>
Games Knoppix is a Knoppix based LiveCD with games.
The following games are included:
- Marble Blast Gold Demo (OpenGL)
- Mutant Storm Demo (OpenGL)
- Space Tripper Demo (OpenGL)
- Think Tanks Demo (OpenGL)
- Ufo AI (XMas Special) (OpenGL)
- Asciijump
- Atanks
- Bzflag (OpenGL)
- Bzflag-Server
- Crack-Attack (OpenGL)
- Crimson
- Crossfire-Client-GTK
- Crossfire-Client-X11
- Cube
- Empire
- Enigma
- Foobillard (OpenGL)
- Freeciv-Client
- Freeciv-Client-GTK
- Freeciv-Server
- Freesci
- Gltron (OpenGL)
- Gnuchess
- Gnugo
- JumpnBump
- Kbattleship
- Kmahjongg
- Kobodeluxe
- Ksokoban
- Lbreakout2
- Lgeneral
- Nethack-Console
- Nethack-Gnome
- Nethack-Lisp
- Nethack-Qt
- Nethack-X11
- Netpanzer (OpenGL)
- Neverball (OpenGL)
- Pysol
- Scorched3d (OpenGL)
- Tower Toppler
- Battle for Wesnoth
- Battle for Wesnoth Editor
- Battle for Wesnoth Server
- Xarchon
- Xblast
- Xblast-TNT
- Xboing
- Xgalaga
- Xskat
- Xsoldier
<<less
Download (2762MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
857 downloads
Access Modifier Eclipse Plug-in 1.2.6

Access Modifier Eclipse Plug-in 1.2.6


Access Modifier Eclipse Plug-in allows the user to change the visibility and other modifiers of Java classes. more>>
Access Modifier Eclipse Plug-in allows the user to change the visibility (public, protected, default, private) and other modifiers (final, static, synchronized) of Java classes, interfaces, methods and fields in the workbenchs Outline, Members and Package Explorer views.

The plug-in lets you modify the access modifiers of classes, interfaces, methods and fields through a popup menu. The following choices are available, each one changing the selected items visibility:

public public
protected protected
default default
private private

In addition to changing the visibility of the marked element, you can also set or unset the final, static and synchronized modifiers:

final/not final
static/not static
synchronized/not synchronized

<<less
Download (0.15MB)
Added: 2006-06-29 License: LGPL (GNU Lesser General Public License) Price:
1216 downloads
Scala 2.5.1 / 2.6.0 RC1

Scala 2.5.1 / 2.6.0 RC1


Scala is a modern multi-paradigm programming language. more>>
Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.
Scala smoothly integrates features of object-oriented and functional languages including mixins, algebraic datatypes with pattern matching, genericity, and more.
It is well integrated with Java and .NET: the Scala compiler produces standard Java class files or .NET assemblies, and Java/.NET libraries and frameworks can be used without glue code or additional declarations.
Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits. Class abstractions are extended by subclassing and a flexible mixin-based composition mechanism as a clean replacement for multiple inheritance.
Whats New in 2.6.0 RC1 Development Release:
- This version introduces some language changes (existential types, lazy values, structural types, etc.) and fixes many bugs.
<<less
Download (13.2MB)
Added: 2007-07-28 License: BSD License Price:
825 downloads
Ham Radio Control Libraries 1.2.6.2

Ham Radio Control Libraries 1.2.6.2


Ham Radio Control Libraries, Hamlib for short, is a development effort to provide a consistent interface for programmers. more>>
Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs.

Hamlib is not a complete user application, rather, it is a software layer intended to make controlling various radios and other shack hardware much easier.

Hamlib will allow authors of such software as logging programs, digital communications programs, or those wanting to develop the ultimate radio control software to concentrate on the user interface and the basic function of the program rather than radio control.

Most recent amateur radio transceivers allow external control of their functions through a serial interface. Unfortunately, control commands are not always consistent across a manufacturers product line and each manufacturers product line differs greatly from its competitors.

Hamlib attempts to solve this problem by presenting a "virtual radio" to the programmer by providing an API to actions such as setting a given VFOs frequency, setting the operating mode, querying the radio of its current status and settings, and giving the application a list of a given radios capabilities. Unfortunately, what can be accomplished by hamlib is limited by the radios themselves and some offer very limited capability.

<<less
Download (1.4MB)
Added: 2007-07-01 License: LGPL (GNU Lesser General Public License) Price:
850 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2