fix

MP3 Diags 0.99.05.029
MP3 Diags offers you a powerful GUI-based application which lets end-users identify issues with their MP3 files, fix some of the issues and make other changes, like adding track information. more>> <<less
Measuring Buffer 20090628
Measuring Buffer is an enhanced version of buffer. more>>
Major Features:
- Display of I/O speed
- Optional use of memory mapped I/O for huge buffers
- Multithreaded instead of sharedmemory ipc
- Multi volume support
- Autoloader support
- Networking support
- Compatible command-line options
Enhancements:
- This release fixes a hang on transfer sizes smaller than blocksize with status display active.
- It has a Gentoo compatibility update, a man page update, a summary display update, and a libmhash initialization fix.
- Termination latency with active status display is reduced.
- There is a fix for -q suppressing the output of -H.
Warzone 2100 2.2.1
A RTS game, developed by Pumpkin Studios and published by Eidos Interactive. more>> A RTS game, developed by Pumpkin Studios and published by Eidos Interactive.
Warzone 2100 is a real-time strategy game, developed by Pumpkin Studios and published by Eidos Interactive. Although comparable to Earth 2150 in many significant respects, it does contain aspects that are unique.
These include various radar technologies, a greater focus on artillery and counter-battery technologies, more frequent in-game cinematic updates as gameplay progress, as well as a different vehicle design method. It was released in 1999 for both PC and Playstation.
In late 2004 warzone was released by its copyright holders, Eidos Interactve, to the public under the GNU General Public License (GPL), and the Warzone 2100 Resurrection Project was born.
Main features:
- 400+ Technologies to research
- 2,000+ different units to design
- 3 Large campaign maps to conquer
- 24 Fast play mission maps for extra action
- Intelligence Display sets objectives dynamically
- Interactive message system
- Fast Play Interface graphically Based
- Quick Screen Navigation
- Fast Find System for units & structures
- Set Factories to constant production
- Automatically send each factorys units to where you want them
System requirements:
- gawk
- SDL
-
-
-
- MAD
- OpenGL
Enhancements
General:
- Change: No longer require space between rearm pads, allow dragging pad production with mouse, and droids may drive over inactive rearm pads (r7701, ticket:569)
- Fix: Various crashes related to failing orders (r7699)
- Fix: Show translations for finished research display (r7730)
- Change: Add more information to the crash dump file (r7740, 7745)
- Fix: Mac users can read in .wz files (r7754)
- Fix: Experience speed adjustment happens after max speed limit; fix bug with speed calculation. (r7761)
- Fix: Numerous issues with NTW mod (r7676-7677, r7713-7716)
- Fix: fix to *never* control the transport in SP games. (really this time!) (r7776, ticket:568)
- Change: Allow droids to grab artifacts and oil drums from up to 1 tile away (r7779)
- Change: Bump up MAX_RESEARCH to 500 from 450. (r7774, ticket:599)
- Fix: Make sure we take xOffset into account, we dont always start at 0 for the FMV text. (r7780, ticket:625)
- Change: When host drops from the lobby, abort the game. (r7787 ticket:583)
- Fix: Make sure either parameter isnt below the minimum screen res. that we support. (r7786)
- Fix: Make sure we take xOffset into account, we dont always start at 0 for the FMV text. (r7780, ticket:625)
- Fix: Clear the keyboard/mouse input on lost focus correctly. (r7797, ticket:515)
AI:
- Fix: Resolve AI droid traffic jams by clearing orders and make jammed droids stop going for repair (r7700, ticket:597)
Campaign:
- Fix: Flashing box around mission timer was too small, resulting in a graphics glitch. (r7672, ticket:596)
Translations:
- Fix: Italian and Slovakian translations updated (r7769, ticket:621, r7772, ticket:615)
Build system:
- Fix: Various build system issues (r7669, r7664, r7663, r7661, r7655, r7642, r7640)
Graphics:
- Fix: No more ugly texture seams (r7718, r7724, r7757)
GameFOX TK 0.7.1
GameFOX TK is a Firefox extension that improves browsing of the GameFAQs message boards. more>>
Major Features:
- Message numbering
- A QuickPost form on topic/message list pages for instant posting
- Post highlighting/hiding: hightlight or hide topics and messages made by users of your choice
- Customized Signatures
- Theme changing: change your site display settings from standard to classic to whatever CSS you choose instantly without re-logging/restarting
- Message Quoting: double-click on a message or its header to quote immediately. Also accessible via the context menu
- Topic Tagging: really tag your favorite topics for easier reference
- QuickWhois: quickly retrieve information about posters on message lists by double-clicking on message headers
- GameFOX Sidebar: utilizes your Firefox sidebar and contains all kind of links, forms, and tags for faster browsing
- Goto lastpage, topic pagination, and topic tagging, all by double-clicking on topic rows
- Immediate posting without having to go throught the preview screen
- Changing the window title to reflect the board title/topic title
- All of the options are customizable
Enhancements:
- Fix removal of old stylesheets on update
- Fix horizontal scroll bar that was appearing for some people
- Fix QuickWhois for your own profile
- Fix "Hide signatures" CSS with above message data
- Fix signature importing and exporting in the options window
- Fix message header links in archived topics
- Fix new post label on the active messages list not disappearing
- New CSS: FAQ frames
Requirements: Mozilla Firefox
ghunter 0.0.5
Lightweight Electronic Comic Viewer more>>
ghunter 0.0.5 is yet another extremely useful utility for everyone. It is actually a lightweight picture viewer for electronic comics.
- Add f to fullscreen & q to exit program
- Add use key to scroll image
- Fix issue slideshow can't zoom fit
- Fix issue rotate
- Add feature zoom in & out (code not yet)
Requirements:
- gtk+
Transmission 0.81
Transmission is a BitTorrent client which aims to be as efficient as possible. more>>
Transmission aims to be as efficient as possible. Transmission runs on Mac OS X, BeOS, Linux and NetBSD (and probably on other UNIX-like systems too). Only the Mac OS X version has a graphical interface yet.
Transmission is released under the MIT license.
Enhancements:
- Fix 0.80 assertion crashes
- Fix a bug that miscounted how many peers Transmission wants connected
- Correct incorrect error messages
- Memory leaks fixed
LibAxl 0.4.7
LibAxl (or just Axl) is an implementation of the XML 1.0 standard specification. more>>
LibAxl has been implemented using ANSI C, at this moment it doesnt has any external library dependency, and it is known to work under any GNU/Linux station, as well as Microsoft Windows platforms.
Main features:
The library has a clean implementation, based on opaque types and consistent API to operate with XML representation elements. Some of its features are:
- It is extremely memory efficient with an small foot print (120k). Here are some reports, especially memory usage.
- It is thread safe, without requiring to re-compile or doing any special task to have the library for single or multi-threading support.
- It supports (and only) XML 1.0 standard definition. At this moment the third edition.
The non-technical features are: open source library, released under the LGPL license, which allows commercial as well as open source development.
Enhancements:
- [fix] Making unistd.h header include to be enclosed by a defined gcc or unix platform found (Reported Mark Kane).
- [fix] Fixed bug at axl_node_set_cdata_content which wasnt storing the content internally as CDATA (Reported and Fixed by Martin Hutter).
- [fix] Updated libaxl.def file to include new functions (and removing old ones).
- [fix] Fixed bug at axl_strem_casecmp which now uses _strnicmp instead of strncasecmp on windows (where this function is not available). (Reported by Thomas Unterleitner).
- [fix] Fixed warning at axl dtd module.
- [fix] General update to remove all warnings produced while compiling axl with Visual studio 2005.
- [fix] Updated project definition to allow checking the regression test produced with Visual studio 2005.
- [fix] Fixed unbalanced macro inside log implementation.
- [fix] Fixed more warnings produced while compiling with gcc under windows. Updated nsi file.
Azuki Framework 1.0.1
Azuki Framework is a Java application framework designed to resolve various problems in the software development lifecycle. more>>
The latter is performed with a graphical tool named "the weaver". By representing component interactions using different perspectives, the weaver provides a straightforward way to analyze an applications architecture, allowing deep and easy customization of its behavior.
Whats New in This Release:
azuki-ant
(ADD) Copy $beanproject/tools into $dist/tools directory when deploying
bean.
(ADD) Additional sources files could be specified into checkbuildXXX
macros.
azuki-common
(FIX) Missing characters into StringUtil.splitQuote().
(ADD) SQL_MAX_ROWS global variable for sql query limitation.
(ADD) SQL utility class.
(ADD) Possibility to enable/disable filters on document and text fields.
azuki-framework
(FIX) New method to retrieve framework version.
azuki-weaver
(FIX) Dont show Definition menu entry in pointcut popup menu.
(FIX) Enable status was not displayed correctly into schemas.
(FIX) Check if bean instance is duplicated before renaming.
(FIX) Automatically set a new label when pasting a bean instance.
dist
(FIX) Do not start azuki shell server by default (kernel.xml).
(FIX) Invalid commons-codec library name in CLASSPATH.
(FIX) Set up JNDI and SOAP implementation in shell script .sh and .bat.
(ADD) Create directory $dist/tools.
bean-apportal
(FIX) Display framework version.
(FIX) Bean indentifier retrieval doesnt take care of root context.
bean-gwt
(DEL) Removed, will be included from future 1.1 branch releases.
bean-injection
(FIX) Add some comments.
(FIX) Include arrays in method parameters conversion.
(FIX) Include primitive types in method parameters conversion.
bean-logger
(FIX) Take care to not close the System.err stream when using the
java.util.logging API.
(FIX) Move SQL sources into tools directory.
bean-requesthandler
(FIX) Use the servlet context path for set up the base URI.
(FIX) Throws exception when trying to bind an already binded URI.
bean-shell
(FIX) Null pointer while searching bean metadata in TCP request processing.
(FIX) Move C program sources into tools directory.
DOSBox 0.71
DOSBox is a DOS-emulator that uses the SDL-library which makes DOSBox very easy to port to different platforms. more>>
DOSBox also emulates CPU:286/386 realmode/protected mode, Directory FileSystem/XMS/EMS, Tandy/Hercules/CGA/EGA/VGA/VESA graphics, a SoundBlaster/Gravis Ultra Sound card for excellent sound compatibility with older games...
You can "re-live" the good old days with the help of DOSBox, it can run plenty of the old classics that dont run on your new computer!
DOSBox is totally free of charge and OpenSource.
Enhancements:
- Add a new recompiling cpu core, which should be easier to port.
- Add 64 bit version of the recompiling core.
- Add mipsel 32 bit version of the recompiling core.
- Fix a few small problems with FCBs. (fixes Jewels of darkness and cyrus chess)
- Raise some more exceptions. (fixes vbdos)
- Fix a few problems with the dynamic core. (fixes Inner Words, Archmimedean Dynasty and others)
- Improve/Fix fallback code for certain graphics cards.
- Fix a few cd audio related bugs.
- Add an undocumented MSCDEX feature. (Fixes Ultimate Domain)
- Fix some pcspeaker mode. (fixes Test Drive and similar games)
- Improve dos keyinput handling. (fixes Wing Commander 3 exit dialog)
- Remove Exit condition on fully nested mode. (fixes some demo)
- Add image file size detection.
- Add/Fix some ansi codes. (fixes PC Larn and certain versions of infocom games)
- Several general DOS fixes. (fixes nba95, hexit and various other games)
- Add some valid input checks. (fixes 3d body adventure and similar games)
- Fix digital joystick centering problem.
- Reenable textmode 54 and 55.
- Fix a pelmask problem with univbe 5.0 lite. (fixes Panzer General)
- Fix minor mixer underflow.
- Some general image and bios disk emulation fixes.
- Hopefully fix compilation on BSD and darwin.
- Try using ioctl cdrom access by default if possible.
- Fix some svga detection routine. (fixes Grandest Fleet 2 and Bobby Fischer Teaches Chess)
- You can now close DOSBox using the status window in win32.
- Add support for NX enabled systems.
- Fix a casting error which only showed with certain compilers. (fixes various games under mac os x and 64 bit linux)
- Improve timer and add gate 2 support. (fixes various games and joystick problems)
- Improve mouse. Add undocumented backdoor. (fixes Last half of Darkness, PC-BLOX and others)
- Add/improve support for ~ and ~username in all commands.
- Fix a font problem with the pcjr/tandy. (fixes personal deskmate 2)
- Change dma routine a bit. (fixes ticks in sound in various games)
- Allow read-only diskimages to be booted. (fixes various booter games)
- Add basic hidden file support on cdrom images. (fixes Player Manager 2)
- Add some rarely used functionality to the int10 mode setup. (fixes WW2 Battles of the South pacific)
- Add ability to force scaler usage.
- Speed up flag generation and make it more 386-like.
- Some colourful feedback in the mapper.
- General code cleanup.
TigerWiki 2.21
TigerWiki is a wiki that provides password security, automatic backup pages when editing, easy custom templates, and more. more>>
TigerWiki is less than 20 kilobytes large.
Enhancements:
- A security fix that prevented new pages from being created was removed.
GOffice 0.4.2
GOffice is a library of document-centric objects and utilities building on top of GLib and Gtk+. more>>
Enhancements:
- Foocanvas bug that scaled images by 1 extra pixel. [#314864]
- Fix compilation for Gtk+ trunk.
- Fix chart guru help button. [#394181]
- Minor memory leak.
Puntal 1.8.8
Puntal is a light content managment system based on PunBB. more>>
A plugin system can be used to add modules easily. A control panel like the one for PunBB is available. Puntal uses the style sheets of PunBB for perfect integration between the portal and the forums. Multiple languages are supported.
Enhancements:
- [bug] fix the install process(foxmask)
- [security] add check date in calendar (foxmask)
- [bug] fix the error call in lexique admin(Morph1er)
- [enhancement] add better url-rewriting(Morph1er)
- [enhancement] fix duplicate content index.php(Morph1er)
Zombie Master Dedicated Server 1.1.2
Zombie Master is a multiplayer survival horror FPS/RTS mod for Half-Life 2. more>>
He is the Zombie Master.
Enhancements:
- [fix] Weapons were sometimes hard to pick up
- [fix] Fast shooting exploits in shotgun and rifle
- [tweak] Health indication in player identification display
- [tweak] ZM resource limit server setting zm_resource_limit (default 4000)
- [fix] Team changes (including to spectator after death) had erratic results
- [feature] Muting players
- [tweak] Weapon flags failed to reset in some situations after forcehuman/forcemaster team switching
- [fix] ZM preference window came up when the ZM camera toggled
- [fix] Zombie spawns could still be clicked when inactive
- [fix] Voting for roundrestart could be spammed
- [fix] DOTD chalkboard weirded out
- Plus minor fixes to the maps.
As usual, if your game goes horridly wrong after patching, try reinstalling with the 1.1.2 full installer.
UPDATE: If you experience the spectator bug after patching to 1.1.2, it is recommended you do a clean install using the full 1.1.2 installer.
Mac-on-Linux 0.9.72.1
Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc. more>>
Main features:
- Added nvram.x installation
- Fix bootstrap check
- Fix dmdma.c strict aliasing warning
- Make sure that log and lock dirs are created
- Integrated BootX with the build system
- Added check for zlib
- Fixed test invocations (== is invalid)
- Fixed VT Switching
- Removed Sheep from defconfig
- Fixed Ubuntu -fno-stack-protector bug
- Removed duplicate nvram, fix doesnt really work
- Some docs cleanups, changed the website address
- Removed libimport script
- Fixed another MacOS segfault on startup
- Ensured that all read/write/seek disk pointers are set properly
- Removed some debugging text
- Fixed MacOS ethernet softlock (Thanks SolraBizna for noticing)
- Fixed MacOS segfault on startup (Thanks to SolraBizna for noticing)
- Changed BootX Read to pass addresses instead of casting them as long
- Fixed BootX read size bug preventing booting on QCOW/DMG
- Cleaned up a bunch of gcc4 issues
- Removed TUN from defconfig
- Updated network driver help info
- Integrated patch from Marcus Comstedt for USB mice
- Removed linux/compiler.h from USB to fix Ubuntu issue
- Fix mol-img bug
- Added support to recognize HFSX disks
- Added bootx source to main MOL build (with backports from newer BootX)
- Fixed gcc4 include issue
Enhancements:
- Fix building on FC7 by adding missing headers
- Additional fixes for find_physical_rom
- Fix bus frequency reporting
- 2.6.22 kmod fixes
- Remove TUN from defconfig (again)
- Fix XDGA off by one error
- Update netdriver Kconfig
- Re-arrange the Kconfig menus
- Remove configure directory
- OSX Compatibility fixes
Google APIlity 1.10.3
Google APIlity PHP Library provides an object-oriented way to easily access and manage the Google AdWords API from within PHP. more>>
With the AdWords API you can not only manage and organize your accounts more efficiently, easily and smoothly, but also more creatively. Using the API, you can create your own report-pulling software, synchronize your bids with your warehousing or have your own mass uploading tool control your accounts.
Enhancements:
- Bug fix in Criterion.php where in case of activated budget optimizer the MaxCPC field could not be muted (no it can be null). (Thanks to Wei for the bug report and the bug fix.)
- Bug fix in nusoap.php where the EUR sign got munged when the file was saved UTF8-encoded (Thanks to Tom Churm for the bug report and the bug fix.)
- Changed the NuSOAP debugging level which should solve memory leaks (Thanks to Phil and Chronofish for the bug report and fix)
- Fixed the docs (removed old creative service stuff) (Thanks to Mark for the remark)