solid of rotation
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 333
Solid Of Rotation 1.3.0
Solid Of Rotation is a 3D graphic editor. more>>
There is quite a bit of history on this item. One of the assignments in a computer graphics course at the University of Victoria was to rotate a number of Bezier curves around an axis and display the result in 3D using a single light source.
This was on Sun Sparcs using X. Since then the program has mutated to match my platform preference at a given time (DOS, Windows, Linux).
The latest mutation has been to SDL/OpenGL and the result runs happily on Linux and Windows. Screenshot junkies might find the following of interest:
<<lessThis was on Sun Sparcs using X. Since then the program has mutated to match my platform preference at a given time (DOS, Windows, Linux).
The latest mutation has been to SDL/OpenGL and the result runs happily on Linux and Windows. Screenshot junkies might find the following of interest:
Download (0.30MB)
Added: 2005-09-18 License: GPL (GNU General Public License) Price:
1498 downloads
Animated rotation 1
Animated rotation is a GIMP plugin that can build an new animated image by rotation of a layer. more>>
Animated rotation is a GIMP plugin that can build an new animated image by rotation of a layer. You can give the angle of rotation and the number of increments.
<<less Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1193 downloads
SolidState 0.4.1
SolidState is a web-based Customer Management and Billing solution designed for Web Hosting companies. more>>
SolidState is a web-based Customer Management and Billing solution designed for Web Hosting companies. SolidState project is developed in PHP, and uses MySQL as the backend database. It is licensed under the GPL, meaning the source code is available for free and you are encouraged to modify it, improve it, secure it, and submit your changes back to the project.
Some things you can do with Solid-State include:
- Track active, pending, and inactive accounts
- Create and track invoices that can be printed or emailed to your customers
- Specify your own recurring web hosting and domain registration services
- Setup one-time purchases, such as add-on services or special fees.
Register domains through a reseller API, if supported (at this time only Directi/Reseller Club is)
SolidState is a young project, started by John Diamond in November 2005, and sponsored by Solid Internet Systems, Inc. The current and first public release is v0.2. The goal of the project is for version 1.0 to be a complete open source alternative to the existing commercial solutions for web host customer management.
Obviously these products are much more feature rich than the current state of the project, but it is hoped that many will contribute their skills to this fledgling application, and produce not just a more affordable, but a more usefull, more secure, and more intuitive solution for the entire Web Hosting industry.
Installation:
NOTE: For the most up-to-date installation documentation please visit the Solid-State Homepage: http://www.solid-state.org
- Copy the source tree to your web root directory
- Create a new MySQL database:
$ mysqladmin -u root -p create solidstate
- Grant privileges for the solidstate database:
$ mysql -u root -p
mysql> GRANT ALL PRIVILEGES ON solidstate. - TO apache@localhost IDENTIFIED BY password;
Where: apache@localhost is the username of your web servers MySQL account password is the users password
- Dont forget to activate your new privlieges:
mysql> FLUSH PRIVILEGES;
- Import the Solid-State DB scheme:
$ mysql -u apache -p solidstate < db/solid-state.mysql.sql
- Edit application.conf:
- Set your company name and email address in the tag
- Configure your database in the < database > tag
- Configure your name servers in the < nameservers > section
- Configure any modules with your company specific info
- Open a web browser and visit: http://< your-host >/path/to/solidstate/manager
- Login as admin, password: temp
Enhancements:
- A remote file inclusion vulnerability present in most class files was fixed.
- A French translation and a Bosnian translation were added for the Order interface.
- A bug that was preventing services that recurred once a month from showing up on invoices was fixed.
- A check was added to the "generate invoice" page to prevent invoices from being generated for inactive or non-billable accounts.
- A bug that was preventing order line-items from being executed on PHP 4 installs was fixed.
- Other minor bugs were fixed.
<<lessSome things you can do with Solid-State include:
- Track active, pending, and inactive accounts
- Create and track invoices that can be printed or emailed to your customers
- Specify your own recurring web hosting and domain registration services
- Setup one-time purchases, such as add-on services or special fees.
Register domains through a reseller API, if supported (at this time only Directi/Reseller Club is)
SolidState is a young project, started by John Diamond in November 2005, and sponsored by Solid Internet Systems, Inc. The current and first public release is v0.2. The goal of the project is for version 1.0 to be a complete open source alternative to the existing commercial solutions for web host customer management.
Obviously these products are much more feature rich than the current state of the project, but it is hoped that many will contribute their skills to this fledgling application, and produce not just a more affordable, but a more usefull, more secure, and more intuitive solution for the entire Web Hosting industry.
Installation:
NOTE: For the most up-to-date installation documentation please visit the Solid-State Homepage: http://www.solid-state.org
- Copy the source tree to your web root directory
- Create a new MySQL database:
$ mysqladmin -u root -p create solidstate
- Grant privileges for the solidstate database:
$ mysql -u root -p
mysql> GRANT ALL PRIVILEGES ON solidstate. - TO apache@localhost IDENTIFIED BY password;
Where: apache@localhost is the username of your web servers MySQL account password is the users password
- Dont forget to activate your new privlieges:
mysql> FLUSH PRIVILEGES;
- Import the Solid-State DB scheme:
$ mysql -u apache -p solidstate < db/solid-state.mysql.sql
- Edit application.conf:
- Set your company name and email address in the tag
- Configure your database in the < database > tag
- Configure your name servers in the < nameservers > section
- Configure any modules with your company specific info
- Open a web browser and visit: http://< your-host >/path/to/solidstate/manager
- Login as admin, password: temp
Enhancements:
- A remote file inclusion vulnerability present in most class files was fixed.
- A French translation and a Bosnian translation were added for the Order interface.
- A bug that was preventing services that recurred once a month from showing up on invoices was fixed.
- A check was added to the "generate invoice" page to prevent invoices from being generated for inactive or non-billable accounts.
- A bug that was preventing order line-items from being executed on PHP 4 installs was fixed.
- Other minor bugs were fixed.
Download (0.17MB)
Added: 2006-10-29 License: GPL (GNU General Public License) Price:
1092 downloads
Image rotator 0.2
Image rotator can be used to automatically detect and rotate landscape/portrait photos from digital cameras. more>>
Image rotator can be used to automatically detect and rotate landscape/portrait photos from digital cameras.
Currently, only outdoor photos are recognized. Image rotator is a command line tool which uses an artifical neural network to detect the orientation of images. Image reading, scaling, and rotation are done with the ImageMagick library.
Enhancements:
- The --verify option can now be used to decrease the number of false decisions.
- This is done by running the image three times (original, rotated left, rotated right) through the neural network.
- A small memory leak was fixed.
<<lessCurrently, only outdoor photos are recognized. Image rotator is a command line tool which uses an artifical neural network to detect the orientation of images. Image reading, scaling, and rotation are done with the ImageMagick library.
Enhancements:
- The --verify option can now be used to decrease the number of false decisions.
- This is done by running the image three times (original, rotated left, rotated right) through the neural network.
- A small memory leak was fixed.
Download (0.14MB)
Added: 2005-08-22 License: GPL (GNU General Public License) Price:
1527 downloads
mod_log_rotate 1.0
mod_log_rotate is an automatic in-process rotation of transfer log. more>>
mod_log_rotate is an automatic in-process rotation of transfer log. Replaces rotatelogs.
If you host a lot of virtual servers on a single Apache box and use the supplied rotatelogs program to rotate the logs you’ll notice that your process table is cluttered up with an instance of rotatelogs for each virtual server.
With mod_log_rotate the log rotation is handled by the server process so you save a bunch of processes and file descriptors.
Installation:
Install mod_log_rotate using apxs as follows:
$ apxs -i -a -c mod_log_rotate.c
Configure:
Load and enable mod_log_rotate by adding two lines to your httpd.conf. For Apache 1.3 use
LoadModule log_rotate_module libexec/mod_log_rotate.so
RotateLogs On
and for Apache 2 use
LoadModule log_rotate_module modules/mod_log_rotate.so
RotateLogs On
The LoadModule line may have already been added if you used the apxs -a (activate) option when compiling the module.
If you are using the Apache 1.3 version of the module you will also have to replace any CustomLog, TransferLog, LogFormat and CookieLog directives with the corresponding RotateXXX version. For example
TransferLog logs/access_log
would become
RotateTransferLog logs/access_log
You may need to review the permissions on your log directories. Normally Apache creates log files while it’s running as root and then becomes nobody (or whatever user you’re running it as) before it starts serving pages. In order to be able to create new log files during rotation the permissions on any log directories need to allow writes by the web server user.
The remainder of the directives provided by mod_log_rotate control the interval and timing of log rotation. The configuration directives may be used globally or per virtual server.
<<lessIf you host a lot of virtual servers on a single Apache box and use the supplied rotatelogs program to rotate the logs you’ll notice that your process table is cluttered up with an instance of rotatelogs for each virtual server.
With mod_log_rotate the log rotation is handled by the server process so you save a bunch of processes and file descriptors.
Installation:
Install mod_log_rotate using apxs as follows:
$ apxs -i -a -c mod_log_rotate.c
Configure:
Load and enable mod_log_rotate by adding two lines to your httpd.conf. For Apache 1.3 use
LoadModule log_rotate_module libexec/mod_log_rotate.so
RotateLogs On
and for Apache 2 use
LoadModule log_rotate_module modules/mod_log_rotate.so
RotateLogs On
The LoadModule line may have already been added if you used the apxs -a (activate) option when compiling the module.
If you are using the Apache 1.3 version of the module you will also have to replace any CustomLog, TransferLog, LogFormat and CookieLog directives with the corresponding RotateXXX version. For example
TransferLog logs/access_log
would become
RotateTransferLog logs/access_log
You may need to review the permissions on your log directories. Normally Apache creates log files while it’s running as root and then becomes nobody (or whatever user you’re running it as) before it starts serving pages. In order to be able to create new log files during rotation the permissions on any log directories need to allow writes by the web server user.
The remainder of the directives provided by mod_log_rotate control the interval and timing of log rotation. The configuration directives may be used globally or per virtual server.
Download (0.032MB)
Added: 2006-05-10 License: The Apache License Price:
1267 downloads
Solid PBX SVN-trunk-r152
Solid PBX is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets. more>>
Solid PBX is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets.
GETTING STARTED
First, be sure youve got supported hardware (but note that you dont need ANY special hardware, not even a soundcard) to install and run Solid PBX.
Supported telephony hardware includes:
- All Wildcard (tm) products from Digium (www.digium.com)
- QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
- any full duplex sound card supported by ALSA or OSS
- any ISDN card supported by mISDN on Linux (BRI)
- The Xorcom AstriBank channel bank
- VoiceTronix OpenLine products
The are several drivers for ISDN BRI cards available from third party sources. Check the voip-info.org wiki for more information on chan_capi and zaphfc.
Enhancements:
- This is a major bugfix release with a simplified chan_h323 build process and many improvements.
<<lessGETTING STARTED
First, be sure youve got supported hardware (but note that you dont need ANY special hardware, not even a soundcard) to install and run Solid PBX.
Supported telephony hardware includes:
- All Wildcard (tm) products from Digium (www.digium.com)
- QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
- any full duplex sound card supported by ALSA or OSS
- any ISDN card supported by mISDN on Linux (BRI)
- The Xorcom AstriBank channel bank
- VoiceTronix OpenLine products
The are several drivers for ISDN BRI cards available from third party sources. Check the voip-info.org wiki for more information on chan_capi and zaphfc.
Enhancements:
- This is a major bugfix release with a simplified chan_h323 build process and many improvements.
Download (9.9MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1255 downloads
Solid PBX 20060616 (Sounds-en)
Solid PBX is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets. more>>
Solid PBX project is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets.
GETTING STARTED
First, be sure youve got supported hardware (but note that you dont need ANY special hardware, not even a soundcard) to install and run Solid PBX.
Supported telephony hardware includes:
- All Wildcard (tm) products from Digium (www.digium.com)
- QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
- any full duplex sound card supported by ALSA or OSS
- any ISDN card supported by mISDN on Linux (BRI)
- The Xorcom AstriBank channel bank
- VoiceTronix OpenLine products
The are several drivers for ISDN BRI cards available from third party sources. Check the voip-info.org wiki for more information on chan_capi and zaphfc.
Enhancements:
- Sound files and music on hold files supplied for use with Solid PBX have been replaced with new versions, and are available in two languages (English and French) and in five formats (WAV (uncompressed), mu-Law, a-Law, GSM, and G.729).
- In addition, the music on hold files provided by FreePlay Music are now available in the same five formats, but no longer available in MP3 format.
<<lessGETTING STARTED
First, be sure youve got supported hardware (but note that you dont need ANY special hardware, not even a soundcard) to install and run Solid PBX.
Supported telephony hardware includes:
- All Wildcard (tm) products from Digium (www.digium.com)
- QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
- any full duplex sound card supported by ALSA or OSS
- any ISDN card supported by mISDN on Linux (BRI)
- The Xorcom AstriBank channel bank
- VoiceTronix OpenLine products
The are several drivers for ISDN BRI cards available from third party sources. Check the voip-info.org wiki for more information on chan_capi and zaphfc.
Enhancements:
- Sound files and music on hold files supplied for use with Solid PBX have been replaced with new versions, and are available in two languages (English and French) and in five formats (WAV (uncompressed), mu-Law, a-Law, GSM, and G.729).
- In addition, the music on hold files provided by FreePlay Music are now available in the same five formats, but no longer available in MP3 format.
Download (MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1225 downloads
Beats of Rage 1.0029
Beats of Rage is a tribute to Streets of Rage. more>>
Beats of Rage is a tribute to Streets of Rage.
Originally intended as nothing more than a fun little private project, Beats of Rage soon became a very popular game which was ported to many platforms (Linux, Playstaion2, DreamCast, XBox and will go to run at others).
Senile Team strive to be your source for high-quality old-school games, graphics with character, well-chosen soundtracks and, most importantly, the solid gameplay we feel one can only find in the classic genres.
Attention: This is the executable file only. You still need to download the original DOS version for the data files.
<<lessOriginally intended as nothing more than a fun little private project, Beats of Rage soon became a very popular game which was ported to many platforms (Linux, Playstaion2, DreamCast, XBox and will go to run at others).
Senile Team strive to be your source for high-quality old-school games, graphics with character, well-chosen soundtracks and, most importantly, the solid gameplay we feel one can only find in the classic genres.
Attention: This is the executable file only. You still need to download the original DOS version for the data files.
Download (0.040MB)
Added: 2006-06-12 License: Freeware Price:
891 downloads
rotatezlogs 1.0
rotatezlogs allows you to let Zope rotate your log files with rotatezlogs. more>>
rotatezlogs allows you to let Zope rotate your log files with rotatezlogs.
This product provides two additional logger handlers to the standard ones (see the doc in zope.conf) that rotate the log files.
It is not always possible to rotate Zope logs using system wide services. This utility enables to rotate automatically Zope logs (with or without zipping) using the features of the "logging" standard module.
Dont look for new objects in the ZMI factory. All is configured in zope.conf.
Note that the log rotation rules is based on the actual size of a log file, and not on time periods (cron like).
Enhancements:
- Unified handlers (simpler to document and configure)
- Added gzip and bzip2 compression modes.
<<lessThis product provides two additional logger handlers to the standard ones (see the doc in zope.conf) that rotate the log files.
It is not always possible to rotate Zope logs using system wide services. This utility enables to rotate automatically Zope logs (with or without zipping) using the features of the "logging" standard module.
Dont look for new objects in the ZMI factory. All is configured in zope.conf.
Note that the log rotation rules is based on the actual size of a log file, and not on time periods (cron like).
Enhancements:
- Unified handlers (simpler to document and configure)
- Added gzip and bzip2 compression modes.
Download (0.045MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
986 downloads
Physics::Lorentz::Transformation 0.01
Physics::Lorentz::Transformation Perl module contains representation of poincare transformations. more>>
Physics::Lorentz::Transformation Perl module contains representation of poincare transformations.
SYNOPSIS
use Physics::Lorentz;
my $rotation = Physics::Lorentz::Transformation->rotation_euler(
$alpha, $beta, $gamma
);
my $vector = Physics::Lorentz::Vector->new([$t, $x, $y, $z]);
my $rotated = $rotation->apply($vector);
# or: $rotated = $rotation * $vector;
...
This class represents a Poincare transformation. That is a proper or improper Lorentz transformation plus a shift by some 4-vector. (x = lamda*x + a)
Yes, the class name might be misleading, but honestly, when most non-physicists talk about Lorentz transformations, they mean Poincare transformations anyway. (Pun intended.)
To sum this up, the set of Poincare transformations contains, among others
Boosts
Rotations
Space Inversions / Parity
Time Inversion
Shifts by a constant vector
Combinations thereof
OVERLOADED INTERFACE
Stringification is overloaded with the stringify method.
Multiplication (*) is overloaded with the merge method for other transformations: $t3 = $t1 * $t2 corresponds to the following application on a vector: t1 * ( t2 * vec ). (I.e. t2 first, then t1) Of course, Poincare transformations do not commute!
The assignment form of multiplication is supported for merging transformations but its use is discouraged unless youre into obfuscation.
Multiplication is also overloaded for application to vectors, but only if the vector is on the right of the transformation: $t * $v is okay, but $v * $t is not.
<<lessSYNOPSIS
use Physics::Lorentz;
my $rotation = Physics::Lorentz::Transformation->rotation_euler(
$alpha, $beta, $gamma
);
my $vector = Physics::Lorentz::Vector->new([$t, $x, $y, $z]);
my $rotated = $rotation->apply($vector);
# or: $rotated = $rotation * $vector;
...
This class represents a Poincare transformation. That is a proper or improper Lorentz transformation plus a shift by some 4-vector. (x = lamda*x + a)
Yes, the class name might be misleading, but honestly, when most non-physicists talk about Lorentz transformations, they mean Poincare transformations anyway. (Pun intended.)
To sum this up, the set of Poincare transformations contains, among others
Boosts
Rotations
Space Inversions / Parity
Time Inversion
Shifts by a constant vector
Combinations thereof
OVERLOADED INTERFACE
Stringification is overloaded with the stringify method.
Multiplication (*) is overloaded with the merge method for other transformations: $t3 = $t1 * $t2 corresponds to the following application on a vector: t1 * ( t2 * vec ). (I.e. t2 first, then t1) Of course, Poincare transformations do not commute!
The assignment form of multiplication is supported for merging transformations but its use is discouraged unless youre into obfuscation.
Multiplication is also overloaded for application to vectors, but only if the vector is on the right of the transformation: $t * $v is okay, but $v * $t is not.
Download (0.011MB)
Added: 2007-07-30 License: Perl Artistic License Price:
820 downloads
Eyes Of Lynx 0.1.4
Eyes Of Lynx is an application for examining your images on the Web. more>>
Eyes Of Lynx is an application for examining your images on the Web. It is written in PHP/Javascript and is licensed under the GNU General Public License.
Eyes Of Lynx project is designed to be fast, intuitive and very powerful. Its key features include an original and innovative interface, zoom and rotation tools, a thumbnails image navigation, ...
Main features:
- Arrangement of images in albums (directories and subdirectories)
- Zoom in, out, fit to window, 1:1 size and by selection (Shift + left mouse drag)
- Rotation left, right in increments of 90 degrees (requires PHPs GD extension or ImageMagick)
- Auto rotate photos: Eol can look at information stored by digital cameras in photos and automatically rotate them as needed
- Images can be cached in a smaller/intermediate size to increase display and loading speeds (requires PHPs GD extension or ImageMagick).
- The quality (level of JPEG compression) of resized images generated can be ajusted.
- Thumbnails image navigation, very useful when an image is zoomed
- Image properties dialog (draggable)
- Fully themeable
- Very easy setup (See INSTALL file in the source archive to know more about install instructions)
- Currently, only JPEG & PNG images are supported
<<lessEyes Of Lynx project is designed to be fast, intuitive and very powerful. Its key features include an original and innovative interface, zoom and rotation tools, a thumbnails image navigation, ...
Main features:
- Arrangement of images in albums (directories and subdirectories)
- Zoom in, out, fit to window, 1:1 size and by selection (Shift + left mouse drag)
- Rotation left, right in increments of 90 degrees (requires PHPs GD extension or ImageMagick)
- Auto rotate photos: Eol can look at information stored by digital cameras in photos and automatically rotate them as needed
- Images can be cached in a smaller/intermediate size to increase display and loading speeds (requires PHPs GD extension or ImageMagick).
- The quality (level of JPEG compression) of resized images generated can be ajusted.
- Thumbnails image navigation, very useful when an image is zoomed
- Image properties dialog (draggable)
- Fully themeable
- Very easy setup (See INSTALL file in the source archive to know more about install instructions)
- Currently, only JPEG & PNG images are supported
Download (0.14MB)
Added: 2007-06-24 License: GPL (GNU General Public License) Price:
852 downloads
Gillo 1.0beta1
Gillo project is a two-player game where cars try to put a magnetic ball into a goal. more>>
Gillo project is a two-player game where cars try to put a magnetic ball into a goal.
The players are cars moving inside a 3D smooth-box shaped playground trying to catch a ball and throw it through a goal. The goal is in the center of the field. The goalkeeper tries to catch the ball before it reaches the goal. In order to catch and fire the ball, players have an directed magnet with an invertible charge.
To make things tricky, powerups are spread randomly throughout the playground to allow gravity rotation, ball inflation, and other funny effects.
<<lessThe players are cars moving inside a 3D smooth-box shaped playground trying to catch a ball and throw it through a goal. The goal is in the center of the field. The goalkeeper tries to catch the ball before it reaches the goal. In order to catch and fire the ball, players have an directed magnet with an invertible charge.
To make things tricky, powerups are spread randomly throughout the playground to allow gravity rotation, ball inflation, and other funny effects.
Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1067 downloads
SDXF 1.1
SDXV (Stanis DXF) Python library can generate complex CAD drawings. more>>
SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data Exchange File, a vector graphics file format.
It is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...).
This Python library can generate complex CAD drawings (dxf format) with all kind of entities (such as 3DFace, Arc, Insert, Circle, Line, Mtext, Point, Polyline, Rectangle (can be filled), Solid & Text).
They can be structured with Layers, Blocks, Linetypes, Text styles and Views. See the manual for more info.
Main features:
SDXF supports the most of DXF drawing objects:
- 3DFace
- Arc
- Insert (block)
- Circle
- Line
- Mtext (as a series of texts)
- Point
- Polyline (as a series of lines)
- Rectangle (can be filled)
- Solid
- Text
SDXF supports the most of DXF tables:
- Blocks
- Layers
- Linetypes
- Text styles
- Views
Enhancements:
- Blocks can now be inserted with rotation, and a typo in the demo function has been fixed.
<<lessIt is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...).
This Python library can generate complex CAD drawings (dxf format) with all kind of entities (such as 3DFace, Arc, Insert, Circle, Line, Mtext, Point, Polyline, Rectangle (can be filled), Solid & Text).
They can be structured with Layers, Blocks, Linetypes, Text styles and Views. See the manual for more info.
Main features:
SDXF supports the most of DXF drawing objects:
- 3DFace
- Arc
- Insert (block)
- Circle
- Line
- Mtext (as a series of texts)
- Point
- Polyline (as a series of lines)
- Rectangle (can be filled)
- Solid
- Text
SDXF supports the most of DXF tables:
- Blocks
- Layers
- Linetypes
- Text styles
- Views
Enhancements:
- Blocks can now be inserted with rotation, and a typo in the demo function has been fixed.
Download (0.022MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1498 downloads
WolfGL 0.93
WolfGL project is a OpenGL port of Castle Wolfenstein and Spear of Destiny. more>>
WolfGL project is a OpenGL port of "Castle Wolfenstein" and "Spear of Destiny".
It runs under Linux and MS-Windows.
Looked damn good back when i was a kid playing this game, now it looks even better! Brings back alot of memories of when i used to play old DOS games, including Rise Of The Triads and F-15 Strike Eagle 2 and 3. Anyways, it would be bad ass if there was a way to enhance the engine, such as Quakeforge has updated the Quake 1 and Quake 2 engines.
--
Jeremy Manning - GameJunkies Inc 2004
Enhancements:
- fixed sprite rotation and shooting/knife
<<lessIt runs under Linux and MS-Windows.
Looked damn good back when i was a kid playing this game, now it looks even better! Brings back alot of memories of when i used to play old DOS games, including Rise Of The Triads and F-15 Strike Eagle 2 and 3. Anyways, it would be bad ass if there was a way to enhance the engine, such as Quakeforge has updated the Quake 1 and Quake 2 engines.
--
Jeremy Manning - GameJunkies Inc 2004
Enhancements:
- fixed sprite rotation and shooting/knife
Download (0.089MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1090 downloads
The Grendel Project 1.0.0a7
The Grendel Project is an attempt at creating a solid, fast, and stable MUD server codebase. more>>
The Grendel Project project is an attempt at creating a solid, fast, and stable MUD server codebase.
Operational features include IPv6 support, a plugin architecture, enhanced scripting, copyover, and numerous other features.
Main features:
- GMC, or Grendel MUD C, is a replacement for the original (limited) mobprogs. Its a fully functional language based on C, which is compiled and executed in a virtual stackmachine
- Plugin architecture: code can be grouped and modularized in plugin modules, which can be loaded/unloaded during runtime
- Copyover system a.k.a. hot reboot, more info below
- IPv6 support: Grendel auto-detects and natively supports the new internet protocol, on all Linux machines with an IPv6 enabled kernel, and on NT4/2000/XP machines with the proper software installed
<<lessOperational features include IPv6 support, a plugin architecture, enhanced scripting, copyover, and numerous other features.
Main features:
- GMC, or Grendel MUD C, is a replacement for the original (limited) mobprogs. Its a fully functional language based on C, which is compiled and executed in a virtual stackmachine
- Plugin architecture: code can be grouped and modularized in plugin modules, which can be loaded/unloaded during runtime
- Copyover system a.k.a. hot reboot, more info below
- IPv6 support: Grendel auto-detects and natively supports the new internet protocol, on all Linux machines with an IPv6 enabled kernel, and on NT4/2000/XP machines with the proper software installed
Download (1.7MB)
Added: 2006-12-13 License: BSD License Price:
1046 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 solid of rotation 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