patches
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 832
KickPim Patches 0.1
KickPIM is a panel applet for quickly editing and accessing the KDE addressbook. more>>
KickPIM is a panel applet for quickly editing and accessing the KDE addressbook or sending emails to your contacts. It shows also a list of upcoming birthdays and waiting emails of multiple email-accounts.
When I added support for photos in the contact list in Kopete, I did the same for KickPim.
Adding support in Kopete was easy because we have a component architecture for the contact list display (created by Richard Smith) that allows us to layout an item in any arbitrary style, including text, images, vboxes, hboxes and spacers. So then I ported this architecture to KickPim too.
KickPims author never replied my emails, and I didnt want to fork or something, so I made this patches available here. I hope to merge them back with the authors codebase in the future.
The new display code for contacts could look ugglier or have regresions, but they will be fixed as I get feedback or ideas for the styles. To activate the KABC Photos, look in the preferences.
<<lessWhen I added support for photos in the contact list in Kopete, I did the same for KickPim.
Adding support in Kopete was easy because we have a component architecture for the contact list display (created by Richard Smith) that allows us to layout an item in any arbitrary style, including text, images, vboxes, hboxes and spacers. So then I ported this architecture to KickPim too.
KickPims author never replied my emails, and I didnt want to fork or something, so I made this patches available here. I hope to merge them back with the authors codebase in the future.
The new display code for contacts could look ugglier or have regresions, but they will be fixed as I get feedback or ideas for the styles. To activate the KABC Photos, look in the preferences.
Download (0.68MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1612 downloads
XV Jumbo Patches 20070520
XV Jumbo Patches package contains a pair of aggregate patches against XV 3.10a, which was last released in December 1994. more>>
XV Jumbo Patches package contains a pair of aggregate patches against XV 3.10a, which was last released in December 1994. The first jumbo patch incorporates roughly two dozen bugfixes.
The second patch encompasses almost as many enhancements, including support for additional image formats like PNG, PhotoCD, and PDF; performance improvements; and new features such as mouse-wheel support, alpha blending against a background color, and improved dithering for 15/16-bit displays.
All patches available from the official XV site are included, as well as numerous other patches from around the world.
<<lessThe second patch encompasses almost as many enhancements, including support for additional image formats like PNG, PhotoCD, and PDF; performance improvements; and new features such as mouse-wheel support, alpha blending against a background color, and improved dithering for 15/16-bit displays.
All patches available from the official XV site are included, as well as numerous other patches from around the world.
Download (1.3MB)
Added: 2007-05-22 License: Freely Distributable Price:
887 downloads
FakeBold Font patches for QT 4.3.x 0.1
FakeBold Font patches for QT 4.3.x fake a bold font style and output for some fonts without bold support. more>>
FakeBold Font patches for QT 4.3.x fake a bold font style and output for some fonts without bold support.
It is specially and very useful for CJK fonts. actually it works with all fonts without bold style.
Here I use FT_Glyph_Embolden to get a bold glyph.
These patches is not related to font rendering result, if you want to control font rendering result, please control fontconfig configurations.
Screenshot1: shows bold/bolditalic support with "SOng" and "Hei" Chinese font.
Screenshot1: shows bold/italic support for Chinese,Korean,Yi,Tibetan with Sans fontset(Song,SIL Yi, Tibetan machine uni fonts)
<<lessIt is specially and very useful for CJK fonts. actually it works with all fonts without bold style.
Here I use FT_Glyph_Embolden to get a bold glyph.
These patches is not related to font rendering result, if you want to control font rendering result, please control fontconfig configurations.
Screenshot1: shows bold/bolditalic support with "SOng" and "Hei" Chinese font.
Screenshot1: shows bold/italic support for Chinese,Korean,Yi,Tibetan with Sans fontset(Song,SIL Yi, Tibetan machine uni fonts)
Download (0.004MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
809 downloads
Adaptive Quality of Service Architecture 2.6.21.1-gs-2.2 (Kernel-patches)
Adaptive Quality of Service Architecture is an open architecture for the provisioning of adaptive QoS functionality... more>>
Adaptive Quality of Service Architecture (AQuoSA) is an open architecture for the provisioning of adaptive Quality of Service functionality into the Linux kernel. The project features a flexible, portable, and lightweight software architecture for supporting QoS-related services on top of a general-purpose operating system as Linux.
The architecture is well founded on formal scheduling analysis and control theoretical results. At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
<<lessThe architecture is well founded on formal scheduling analysis and control theoretical results. At the core of the architecture there is an adaptive resource reservation layer that is capable of dynamically adapting the CPU allocation for QoS aware applications based on their run-time requirements.
Timing guarantees are provided through an in-kernel reservation based process scheduler, whose services are exposed to applications through a well-designed API.
A supervisor performs admission control, so that admitting into the system new applications with timing guarantees does not affect the timing guarantees of already admitted applications. Also, it takes care of guaranteeing appropriate security policies in the assignment of timing guarantees to users and user groups, as configured by the system administrator.
A feedback-based QoS control layer may be optionally used by applications who want to keep their timing guarantees by using a CPU allocation that is continuously adapted according to their actual needs. This leaverages the programmer, within certain limits, to hard-code any particular reservation amount within the application, because the best allocation is found out automatically at run-time. Also, this enhances the possibilities for the system to host additional QoS controlled applications. The available control algorithms are well founded on formal scheduling models and control theoretical results.
Download (MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
Patch Maker 3.0
Patch Maker helps you manage multiple in-progress source code patches to software. more>>
Patch Maker helps you manage multiple in-progress source code patches to software. Patch Maker remembers which files are part of which patch, and keeps them disentangled during the development process.
It speeds up common operations and housekeeping tasks, allowing you to focus on writing code. It is a command-line tool written in Perl, and so is usable on (at least) Windows, Linux and Mac OS X.
Enhancements:
- Initial SVN support was added to go with CVS.
- The configuration was moved to the .pmrc file in the home directory.
- Message and error printing were tidied up and standardized.
<<lessIt speeds up common operations and housekeeping tasks, allowing you to focus on writing code. It is a command-line tool written in Perl, and so is usable on (at least) Windows, Linux and Mac OS X.
Enhancements:
- Initial SVN support was added to go with CVS.
- The configuration was moved to the .pmrc file in the home directory.
- Message and error printing were tidied up and standardized.
Download (0.032MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
5673 downloads
KTouch 1.6 patched
KTouch is a program for learning how to touch-type. more>>
KTouch is a program for learning how to touch-type. KTouch is FREE software and offers you an easy way to learn to type on a keyboard quickly and correctly. Every finger has its place on the keyboard with associated keys to press.
Starting with only a few keys to remember you will advance through the levels of the training lecture while more and more keys are introduced. And finally you will be able to type very fast and accurate, because you no longer need to search for the keys on the keyboard (and because you will definitely use more then just two fingers).
KTouch shows the keys you need to press and the finger you need to use for that key on the screen. You neednt to look down on the keyboard to search the key. Therefore you will get used to looking at the screen only and thus you will learn touch typing much faster.
Main features:
- KTouch supports various keyboard layouts and you can easily add own keyboard layouts
- A number of training lectures are included by default (english, german, french ... etc)
- You can add and modify training lectures using the built-in lecture editor
- Detailed training statistics help you to find possible typing problems (keys that you typed wrong very often)
- The program calculates typing speed and your accuracy on-the-fly and displays them while you type
- Many settings (including the colour scheme of the program) can be modified by the user
- During training the level can be adjusted automatically according to your typing skill: if you type fast and correctly you will move a level up, otherwise stay in the level or even move down. So you will learn touch typing like playing a game.
Enhancements:
Patch provided by Gavin:
In trying to help a linux user group member compile ktouch 1.6.0
standalone version, I encountered a few errors.
o Only version 2.5 of autoconf was acceptable, 2.6 not allowed
o autoconf was checked for in --version output of the autoheader check
o ktouch/keyboards/Makefile.am had a trailing slash but no new line
Some minor changes all resulted in a successful `make -f Makefile.cvs`
Ive attached these changes in the patch attached and in a modified tar.gz.
I also noted that there are some .svn directories in the release. You
probably already know but, svn export will help you with that.
<<lessStarting with only a few keys to remember you will advance through the levels of the training lecture while more and more keys are introduced. And finally you will be able to type very fast and accurate, because you no longer need to search for the keys on the keyboard (and because you will definitely use more then just two fingers).
KTouch shows the keys you need to press and the finger you need to use for that key on the screen. You neednt to look down on the keyboard to search the key. Therefore you will get used to looking at the screen only and thus you will learn touch typing much faster.
Main features:
- KTouch supports various keyboard layouts and you can easily add own keyboard layouts
- A number of training lectures are included by default (english, german, french ... etc)
- You can add and modify training lectures using the built-in lecture editor
- Detailed training statistics help you to find possible typing problems (keys that you typed wrong very often)
- The program calculates typing speed and your accuracy on-the-fly and displays them while you type
- Many settings (including the colour scheme of the program) can be modified by the user
- During training the level can be adjusted automatically according to your typing skill: if you type fast and correctly you will move a level up, otherwise stay in the level or even move down. So you will learn touch typing like playing a game.
Enhancements:
Patch provided by Gavin:
In trying to help a linux user group member compile ktouch 1.6.0
standalone version, I encountered a few errors.
o Only version 2.5 of autoconf was acceptable, 2.6 not allowed
o autoconf was checked for in --version output of the autoheader check
o ktouch/keyboards/Makefile.am had a trailing slash but no new line
Some minor changes all resulted in a successful `make -f Makefile.cvs`
Ive attached these changes in the patch attached and in a modified tar.gz.
I also noted that there are some .svn directories in the release. You
probably already know but, svn export will help you with that.
Download (2.1MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
859 downloads
xterm patch #229
xterm program is the standard terminal emulator for the X Window System. more>>
The xterm program is the standard terminal emulator for the X Window System. xterm patch provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that cant use the window system directly.
If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
I decided to work on this in early 1995, to support ded and add (and incidentally ncurses) in the X environment. Several people had made modifications to xterm to support color, but none (except for the completely independent rxvt) implemented background color erase. That is rather like preferring MS-DOS to UNIX. Completely mystifying.
Being bogged down in ncurses, I didnt get involved in xterm until the very end of 1995, after working on atac.
I implemented a workable version of colorized xterm just at the point where XFree86 3.1.2B was announced, complete with a color xterm. As luck would have it, theyd incorporated the "old" color model. So I joined the XFree86 project to fix it.
As I learned more about xterm, I realized that it implemented part of VT220 (i.e., the locking shifts for extended character sets). Since a number of people on the Internet are looking for a good VT220 emulator, it seemed a natural follow-on project to make xterm a good VT220 emulator.
By the release of XFree86 3.2, I had implemented most of the control sequences, except for a handful (DECSTR, the KAM and SRM modes, the ones pertaining to doublesize and soft characters, and of course, blink).
Enhancements:
- The script for installing a man page in a UTF- 8 locale has been fixed.
<<lessIf the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized.
I decided to work on this in early 1995, to support ded and add (and incidentally ncurses) in the X environment. Several people had made modifications to xterm to support color, but none (except for the completely independent rxvt) implemented background color erase. That is rather like preferring MS-DOS to UNIX. Completely mystifying.
Being bogged down in ncurses, I didnt get involved in xterm until the very end of 1995, after working on atac.
I implemented a workable version of colorized xterm just at the point where XFree86 3.1.2B was announced, complete with a color xterm. As luck would have it, theyd incorporated the "old" color model. So I joined the XFree86 project to fix it.
As I learned more about xterm, I realized that it implemented part of VT220 (i.e., the locking shifts for extended character sets). Since a number of people on the Internet are looking for a good VT220 emulator, it seemed a natural follow-on project to make xterm a good VT220 emulator.
By the release of XFree86 3.2, I had implemented most of the control sequences, except for a handful (DECSTR, the KAM and SRM modes, the ones pertaining to doublesize and soft characters, and of course, blink).
Enhancements:
- The script for installing a man page in a UTF- 8 locale has been fixed.
Download (0.74MB)
Added: 2007-08-13 License: MIT/X Consortium License Price:
803 downloads
binpatch for OpenBSD 1.0.0
binpatch is a framework for creating binary patches for OpenBSD on all platforms in a semi-automatic way. more>>
binpatch is a framework for creating binary patches for OpenBSD on all platforms in a semi-automatic way.
These binary patches in turn can be distributed across a network and applied easily to any number of servers with a custom script. Since they are just simple compressed tar balls with the programs/libraries patched, applied is as easy as
# tar xzpf binpatch-3.8-i386-001.tgz -C /
Binary patches is a convenient way to keep your servers up to date with security and reliability patches. Unlike the traditional method of patching the source tree, applying binary patches doesnt need extra disk space to hold the whole source tree, compilers or a powerful enough CPU to build the programs patched in a reasonable period of time.
Usage:
The binpatch framework resemblances the OpenBSD ports subsystem in many ways. Its no coincidence since binpatch took ideas from the OpenBSD ports subsystem.
binpatch is a make script with routines that automate downloading, applying, building and packaging binary patches. Using binpatch means executing the following tasks: maintenance, building and installation.
Maintenance and building are not intended for end users of binary patches. If you are insterested only on installing a binary patch you can safely skip the following two sections.
The magic in binpatch must be invoked by a custom Makefile that informs binpatch about the patches available and how they should be built. Its similar as making a port, where you need to write a Makefile with directions about how a port must be built. A sample self-documented Makefile is included in this distribution. After editing a Makefile, we have to build the patched files.
This is the sequence of targets:
init: "fake" install of a complete OpenBSD system
extract: unpacks the OpenBSD sources
patch: downloads the patch given from the master site and applies it
build: builds the programs/libraries affected
plist: creates the PLIST with the names of the files modified
Theres no fetch target. binpatch doesnt currently download neither the installation sets nor the sources. You have to put them manually under the required directory.
<<lessThese binary patches in turn can be distributed across a network and applied easily to any number of servers with a custom script. Since they are just simple compressed tar balls with the programs/libraries patched, applied is as easy as
# tar xzpf binpatch-3.8-i386-001.tgz -C /
Binary patches is a convenient way to keep your servers up to date with security and reliability patches. Unlike the traditional method of patching the source tree, applying binary patches doesnt need extra disk space to hold the whole source tree, compilers or a powerful enough CPU to build the programs patched in a reasonable period of time.
Usage:
The binpatch framework resemblances the OpenBSD ports subsystem in many ways. Its no coincidence since binpatch took ideas from the OpenBSD ports subsystem.
binpatch is a make script with routines that automate downloading, applying, building and packaging binary patches. Using binpatch means executing the following tasks: maintenance, building and installation.
Maintenance and building are not intended for end users of binary patches. If you are insterested only on installing a binary patch you can safely skip the following two sections.
The magic in binpatch must be invoked by a custom Makefile that informs binpatch about the patches available and how they should be built. Its similar as making a port, where you need to write a Makefile with directions about how a port must be built. A sample self-documented Makefile is included in this distribution. After editing a Makefile, we have to build the patched files.
This is the sequence of targets:
init: "fake" install of a complete OpenBSD system
extract: unpacks the OpenBSD sources
patch: downloads the patch given from the master site and applies it
build: builds the programs/libraries affected
plist: creates the PLIST with the names of the files modified
Theres no fetch target. binpatch doesnt currently download neither the installation sets nor the sources. You have to put them manually under the required directory.
Download (0.006MB)
Added: 2005-12-09 License: BSD License Price:
1417 downloads
Exim DSN Patch 0.1
The Exim DSN patch adds delivery status notification support to Exim 4.xx. more>>
The Exim DSN patch adds delivery status notification support to Exim 4.xx.
DSN Support for Exim. This patch allows Exim 4.xx to support the sending of email Delivery Status Notifications.
<<lessDSN Support for Exim. This patch allows Exim 4.xx to support the sending of email Delivery Status Notifications.
Download (0.036MB)
Added: 2005-07-15 License: IBM Public License Price:
1562 downloads
SPMS/syspatch 0.6
SPMS and syspatch are a useful tools to apply OpenBSD patches to a collection of OpenBSD hosts. more>>
SPMS and syspatch are a useful tools to apply OpenBSD patches to a collection of OpenBSD hosts where you dont want to have a compiler and the src hierarchy, nor spend the time needed to compile some sources.
SPMS and syspatch are designed for admins who have more than one OpenBSD box to administer, who work in teams, and dont want to spend time on repetitive tasks. In case of trouble, you can revert on an applied patch.
SPMS/syspatch will not mask the process of OpenBSD patching, since you still have to build errata on a buildhost and understand what is patched.
Enhancements:
- This release uses SPMS::* Perl modules to clean up the source and make syspatch easier to maintain and develop by more than one person.
- It has POD documentation for SPMS modules, better /var/db/spms/index.db initialization, and better control over untar operations.
<<lessSPMS and syspatch are designed for admins who have more than one OpenBSD box to administer, who work in teams, and dont want to spend time on repetitive tasks. In case of trouble, you can revert on an applied patch.
SPMS/syspatch will not mask the process of OpenBSD patching, since you still have to build errata on a buildhost and understand what is patched.
Enhancements:
- This release uses SPMS::* Perl modules to clean up the source and make syspatch easier to maintain and develop by more than one person.
- It has POD documentation for SPMS modules, better /var/db/spms/index.db initialization, and better control over untar operations.
Download (0.004MB)
Added: 2006-02-13 License: BSD License Price:
1350 downloads
Download (6.6MB)
Added: 2007-04-23 License: Freeware Price:
916 downloads
La-Nai 1.2.14-patch
La-Nai is a CMS-like system that has basic modules, blocks, and templates. more>>
La-Nai is a CMS-like system that has basic modules, blocks, and templates.
The project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
<<lessThe project is ready to create a Web site, but it has a new way of development called "Generated Framework", which means that a developer can generate module and source code from a command line script called "La-Mud".
In just a few minutes, you can create your own module or database driven module.
Installation:
1. Download release version at sourceforge
2. Extract to your home directory
3. Browse to http://your-domain-name/lanai-dir/
4. It ll start web installation follow the instruction until finish
5. Delete install directory after finish.
Enhancements:
- Multiple SQL injection vulnerabilities were fixed in three modules.
Download (1.5MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
806 downloads
Test::Smoke::Patcher 1.19
Test::Smoke::Patcher is a OO interface to help patching the source-tree. more>>
Test::Smoke::Patcher is a OO interface to help patching the source-tree.
SYNOPSIS
use Test::Smoke::Patcher;
my $patcher = Test::Smoke::Patcher->new( single => {
ddir => $build_dir,
pfile => $patch,
popts => -p1,
v => 1, # 0..2
});
$patcher->patch;
or
my $patcher = Test::Smoke::Patcher->new( multi => {
ddir => $buildir,
pfile => $patch_info,
v => 1, #0..2
});
$patcher->patch;
Okay, you will need a working patch program, which I believe is available for most platforms perl runs on.
There are two ways to initialise the Test::Smoke::Patcher object.
single mode
The pfile attribute is a pointer to a single patch. There are four (4) ways to specify that patch.
refernece to a SCALAR
The scalar holds the complete patch as literal text.
reference to an ARRAY
The array holds a list of lines (with newlines) that make up the patch as literal text ($patch = join "", @$array_ref).
reference to a GLOB
You passed an opened filehandle to a file containing the patch.
filename
If none of the above apply, it is assumed you passed a filename. Relative paths are rooted at the builddir (ddir attribute).
multi mode
The pfile attribute is a pointer to a recource that contains filenames of patches. The format of this recource is one filename per line optionally followed by a semi-colon (;) and switches for the patch program.
The patch-resource can also be specified in four (4) ways.
reference to a SCALAR
reference to an ARRAY
reference to a GLOB
filename
<<lessSYNOPSIS
use Test::Smoke::Patcher;
my $patcher = Test::Smoke::Patcher->new( single => {
ddir => $build_dir,
pfile => $patch,
popts => -p1,
v => 1, # 0..2
});
$patcher->patch;
or
my $patcher = Test::Smoke::Patcher->new( multi => {
ddir => $buildir,
pfile => $patch_info,
v => 1, #0..2
});
$patcher->patch;
Okay, you will need a working patch program, which I believe is available for most platforms perl runs on.
There are two ways to initialise the Test::Smoke::Patcher object.
single mode
The pfile attribute is a pointer to a single patch. There are four (4) ways to specify that patch.
refernece to a SCALAR
The scalar holds the complete patch as literal text.
reference to an ARRAY
The array holds a list of lines (with newlines) that make up the patch as literal text ($patch = join "", @$array_ref).
reference to a GLOB
You passed an opened filehandle to a file containing the patch.
filename
If none of the above apply, it is assumed you passed a filename. Relative paths are rooted at the builddir (ddir attribute).
multi mode
The pfile attribute is a pointer to a recource that contains filenames of patches. The format of this recource is one filename per line optionally followed by a semi-colon (;) and switches for the patch program.
The patch-resource can also be specified in four (4) ways.
reference to a SCALAR
reference to an ARRAY
reference to a GLOB
filename
Download (0.15MB)
Added: 2006-11-01 License: Perl Artistic License Price:
1092 downloads
qmail-usermap-patch 1.0
qmail-usermap-patch allows external mail exchanges to check a user map before routing mail to a local delivery host. more>>
qmail-usermap-patch project is a patch for qmail that allows external mail exchanges to check a user map before routing mail to a local delivery host.
This reduces server load by preventing spam to dictionary-generated addresses from going through the usual qmail process chain. The user map is sent to the external hosts securely using SSH.
<<lessThis reduces server load by preventing spam to dictionary-generated addresses from going through the usual qmail process chain. The user map is sent to the external hosts securely using SSH.
Download (00.019MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
975 downloads
DOOM 3 1.3.1.1304 Patch
DOOM 3 is a sci-fi horror masterpiece, DOOM 3 is like nothing you have experienced. more>>
DOOM 3 is a sci-fi horror masterpiece, DOOM 3 is like nothing you have experienced.
id Software has released a new patch for its FPS DOOM 3. This update brings your retail game to v1.3.1 and adds various fixes and improvements, Vista compatibility, and bringing back cross-platform multiplayer compatibility with the Mac.
Minimum System Requierments:
3D Hardware Accelerator Card Required - 100% DirectX 9.0b compatible 64MB Hardware Accelerated video card and the lateset drivers*.
English verision of Microsoft Windows 2000/XP
Pentium IV 1.5 GHz or Athlon XP 1500+ processoror higher
384MB RAM
8x Speed CD-ROM drive (1200KB/sec sustained transfer rate) and latest drivers
2.2GB of uncompressed free hard disk space (plus 400MB for Windows swap file)
100% DirectX 9.0b compatible 16-bit sound card and the latest drivers
100% Windows compatible mouse, keyboard, and latest drivers
DirectX 9.0b (included)
Multiplayer Requierments:
Internet (TCP/IP) and LAN (TCP/IP) play supported.
Internet play requires broadband connection and latest drivers
LAN play requires network interface card and latest drivers
Enhancements:
- Tested and improved Vista compatibility
- Fix a potential crash in physics
- Fix an issue with pak downloaded being immediately appended without filesystem restart
- Fixes to DNS lookup, reduced the stalls
- Updated the code to gcc 4.0 compliance, for Mac OSX universal binaries and GNU/Linux x86 binaries
- Threading implementation for Mac and Linux is more compliant with the Win32 behaviours
- Fix Alsa sound backend (Linux)
- Fixes to tty code (Linux)
<<lessid Software has released a new patch for its FPS DOOM 3. This update brings your retail game to v1.3.1 and adds various fixes and improvements, Vista compatibility, and bringing back cross-platform multiplayer compatibility with the Mac.
Minimum System Requierments:
3D Hardware Accelerator Card Required - 100% DirectX 9.0b compatible 64MB Hardware Accelerated video card and the lateset drivers*.
English verision of Microsoft Windows 2000/XP
Pentium IV 1.5 GHz or Athlon XP 1500+ processoror higher
384MB RAM
8x Speed CD-ROM drive (1200KB/sec sustained transfer rate) and latest drivers
2.2GB of uncompressed free hard disk space (plus 400MB for Windows swap file)
100% DirectX 9.0b compatible 16-bit sound card and the latest drivers
100% Windows compatible mouse, keyboard, and latest drivers
DirectX 9.0b (included)
Multiplayer Requierments:
Internet (TCP/IP) and LAN (TCP/IP) play supported.
Internet play requires broadband connection and latest drivers
LAN play requires network interface card and latest drivers
Enhancements:
- Tested and improved Vista compatibility
- Fix a potential crash in physics
- Fix an issue with pak downloaded being immediately appended without filesystem restart
- Fixes to DNS lookup, reduced the stalls
- Updated the code to gcc 4.0 compliance, for Mac OSX universal binaries and GNU/Linux x86 binaries
- Threading implementation for Mac and Linux is more compliant with the Win32 behaviours
- Fix Alsa sound backend (Linux)
- Fixes to tty code (Linux)
Download (20.2MB)
Added: 2007-02-04 License: Freeware Price:
1642 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 patches 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