UT2004 Patch 3236 released

Heute ist sowohl für Windows, als auch für Linux ein neuer offizieller UT2004 Patch erschienen. Ein komplettes Changelog gibt es unter read more

Download:

Quote
Onslaught related:
– Added bSmoothKarmaStateUpdates to Actor to control whether Karma interpolates between states
– Added bRepulseWater to KRepulsors and enabled this for Hovercraft
– Added bFlyingKarma to Pawn to indicate PHYS_Karma is active but pawn rotation should still be handled like PHYS_Flying
– SVehicleFactories now store a reference to their marker as MyMarker
– Added bCanHover to Vehicle to indicate a vehicle that can use HoverPathNodes to fly over water.
– Added water damage support to Vehicle so that vehicles will take damage when under water.
– Karma now collides correctly with inverted terrain – courtesy James Golding 😉
– Increased the extra linear dampening for Karma in water from 0.8 to 2.5 and angular dampening from 0.1 to 0.4
– Moved RepulsorsShouldHit function to ONSVehicle where it should be.
– Added support for PowerCores and PowerNodes triggering events when created and destroyed.
– Cleaned up PowerCore energy beam effect when PowerCores are not present in the map.
– Added bDriverCannotLeaveVehicle flag in ONSVehicle for vehicles you can’t get out of but instead will try to flip you upright when you press USE if the vehicle is flipped.
– Added bNeverActivate to ONSVehicleFactory that can be set by mods that want to use Onslaught maps but not factories.
– Fixed a bug in ONSWeapon that used the primary fire projectile class for alt-fire instead of the alt-fire version.
– Moved daredevil code server-side to avoid horrible cheating and the ability to mod/mutate features based on daredevil tricks.
– Reversable vehicle factories will work correctly when sides are swapped.
– Fixed midgame menu popping up when watching an Onslaught demo if the viewed player dies
– Fixed camera rotation being changed when switching between first and third person view in a manta
– Fixed target/ion painter ammo issues
– Fixed bug in stunt mutator where vehicles would be accelerated in their local downward Z when holding the jump warmup while in air.
– Onslaught turrets cannot damage PowerCores or PowerNodes
– Onslaught vehicles take a very small amount of damage over time when on fire and there is no driver
– Fixed players always spawning at own PowerCore after sides are swapped.
– Fixed problem where bots weren’t spawning at the nodes they are defending.

General Game play:
– More script warning fixes
– Fixed armor loop in GameInfo.ReduceDamage() properly handling armor getting destroyed while absorbing damage
– Invasion monsters never use default character mesh
– Fixed CTFSquadAI.FindHidePathFor()
– Make sure always add armor using Pawn.AddShieldStrength()
– Fixed ShieldAbsorb() armor damage absorption to produce consistent results in all situations
– Fixed spawning of physicsvolume entry and exit actors, as well as splash sounds, and made them client side.
– Added WaterSplash, used for projectiles and pawns
– Added SplashEffect property and CheckForSplash() function to WeaponAttachment, so instant hit weapons can cause splashes
– Added BulletSplash, used for trace weapons
– Landing sounds no longer stomp on splash sounds
– Added WaterRing – spawned while pawn is walking in water, or center of pawn enters water (new PawnEntryActor property in PhysicsVolume)
– Fixed pawn visible rotation lagging too far behind actual rotation (because of head/torso twist support)
– Fixed bots going after nearby dropped inventory that they couldn’t pick up
– Fixed some dynamic uploads (which could cause occasional hitching during gameplay)
– Fixed getting proper ammo count when picking up dropped weapon and already have ammo but no weapon of that type
– Fixed SquadLeader getting set to none if everyone in squad is in a turret
– HUD weapon bar bShowMissingWeaponInfo now config, so is properly saved
– Fixed CTFSquadAI finding flagholder when holder is in vehicle
– Fixed „Use Map Defaults“ for bots can result in uneven teams in some maps
– [USE] will only bring up the mid-game menu in ONS games
– Fix for custom models crashing the single player game.
– Fixed TracerProjectile location setting after near miss sound effect
– Fixed BR bomb trail position in multiplayer
– Added Instagib CTF as standalone gametype
– Allow chatting when the game is paused.
– No longer catch own weapon when thrown while running forward
– Fixed weapons checking if they were out of ammo when they weren’t the active weapon (which was causing undesired switching to best weapon)

Menus:
– Server browser filters have been reworked to be easier to use.
– Localized „New News“ message
– Added localized IRC channels for French and German.
– Added a flashing messages when there is new community news.
– Movie Panel.

Networking Related:
– Various Web Admin style fixes
– Don’t load non-default voicepacks on dedicated server
– Fixed server enforcement of maxresponsetime, and make sure clients don’t trip it accidentally
– Fixed speedhack detection false positives
– Increased NetPriority of controlled ONSWeaponPawns
– Fixed client-side game time getting screwed up
– Improved jumping/dodging/etc. not getting lost when there’s significant packet loss
– Fixed Cheat protect to view most voicepacks as ok
– Fixed *hopefully* the ServerBrowser locking packages and tripping cheat protection.
– Don’t spawn votinghandler and votingreplicationinfos for servers which don’t have voting enabled (slight performance improvement for those servers)
– TeamInfo and SquadAI have lower netupdatefrequency (for server performance). Set NetUpdateTime whenever a replicated property is updated to get it replicated immediately.
– Make sure that mutators are properly reported to master server
– Made ServerShortTimeout() replicated function reliable
– MasterServerUplink now caches calls to GetServerInfo and GetServerDetails.
– Onslaught server performance improvements:
– vehicle packed state struct updates don’t set bNetDirty
– don’t update vehicle SoundPitch on dedicated servers
– improved WebProjectile net performance
– added bIsAwake and bHasBeenAwake flags to ONSVehicle, used for packed state replication
– Fixed replication conditions for a bunch of vehicle/projectile properties, changed from bNetDirty to bNetInitial
– Fixed NetworkStatusMessages once and for all
– Reenabled temp. MD5 database generation for loaded packages on a server
– Fixed „flying player“ exploit.
– Fixed keeping high translocator trajectory persistent across online level changes.

Mod Author Related:
– Fix for the UCL not exporting bug.
– Fix for .INT files in mod hierarchy, Removed Temp MD5 Warning Message.
– Call PostRender2D() on own pawn as well (mod authors can decide not to render custom beacon)
– Added LevelInfo native function GetPhysicsVolume() – returns the physics volume at a specified location
– Added actor property bTraceWater. If true, trace() by this actor returns collisions with water volumes
– Added support for strafing while on ladders, if the LadderVolume property bAllowLadderStrafing is set true (still false by default)
– Fix for log files and -MOD= switch
– Fix for cache manager exporting ucl files when it shouldn’t
– Fixed LoadDecoText
– Use CrouchedPct instead of WalkingPct for crouched pawns
– Vehicle function NumPassengers() now simulated so it can be called on clients
– Made Destroy() function call in ONSVehicle state code indirect (for debugger)
– Fixed localization for mod support
– Now support multiple music directories
– Save Games fixed, with the following limitations:
– ragdolls aren’t serialized
– animations aren’t serialized (but uses simanim to save channel 0)
– must run UT2004 with -makenames option, or set bSupportSaveGames true in LevelInfo
– added Actor events PreSaveGame() and PostLoadSavedGame()
– Render hud overlays[] on DM_Low clients also

Editor:
3D Buzz Editor Enhancements (Thanks to our friends at www.3dbuzz.com ! Check out their UT2004 mod author video tutorials at http://sv3.3dbuzz.com/vbforum/unr_main.php )
– Maximize Viewports fixed
– Static Mesh Create From Selected added
– Splitter bar between Viewport and props in SM viewer fixed.
– Button to snap view to frame the current mesh added
– Option to auto-snap view on mesh change
– Added realtime preview to the SM browser.
– New Array tool for quickly adding actors.

Engine/General:
– Fogging is based on camera position rather than pawn head position (important for third person camera while pawn is submerged)
– Removed D3D9Drv.dll and default.ini from patch
– Fixed bug reporting address for Italian, Spanish, and French localized versions.
– Fixed „Intersect Function“ crash from first patch.
– Fixed mousewheel input on Win64.
– Removed some pre-release debugging that was still enabled

ATI Catalyst 4.6

Ein neuer ATI Catalyst Treiber ist raus. Er enthält folgende Bugfixes:

Quote
#  Display corruption is no longer seen when rotating the primary desktop 90 degrees or 180 degrees under Windows 2000 with extended desktop enabled
# Display corruption is no longer seen when running the ATI demo Dolphin v1.1 with the Truform option set to Application Preference
# The operating system no longer fails to respond when doing a monitor swap while running an overlay image on the secondary display
# Rotating a display of 1024×768 60Hz followed by entering standby mode no longer results in display corruption being seen briefly when resuming
# Using the ATI icon in the system tray or using a hotkey stroke to rotate the display image no longer results in the operating system intermittently failing to respond for approximately 90 seconds
# Playing a DVD with DXVA enabled and attempting to rotate the display 90 degrees no longer results in the operating system failing to respond
# Moving an OpenGL window around the Windows desktop no longer results in the operating system intermittently failing to respond
# While playing the game Halo, under certain conditions, images that should be hidden behind solid foreground objects are no longer showing through
# Starting a game of Splinter Cell Pandora Tomorrow under Windows XP with an ATI RADEON 9000 PRO installed and the display set to 1024×768 and the graphics quality set to high no longer results in flickering textures
# Display corruption is no longer seen when using particular air craft in „Century of Flight“ games found in Flight Simulator 2004
# Textures are now applied correctly in the game Silent Storm when setting the resolution to 1024×768 32bpp and the quality option set to high
# Enabling AF to 8x and running the game Battlefield Vietnam with the graphics set to high and the display set to 1280×1024 32bpp no longer results in display corruption being seen at a certain point of the game
# The display menu for the game 4×4 EVO 2 is now available when the rotation option is used to set the display to 180 degrees
# Circular grid corruption is no longer seen when launching World Fables under Windows XP with Anti-Aliasing enabled at 4X
# The Windows XP operating system no longer intermittently fails to respond when restarting the game Homeworld 2
# Adobe Gamma and other colour calibration software now have the ability to adjust their independent gamma values. Note: In certain situations when closing the application, the default desktop gamma is not restored.
# The wireframe in edit UVWs is now drawn correctly after zooming in on an object in 3ds max
# Running Solidworks 2004 under Windows XP and dragging the grapicstest2004.sldprt window to a secondary display no longer results in the planes being highlighted after the mouse is moved off the plane
# The Solidworks 2004/SP3 application no longer fails to respond when opening the shaderstest.sldasm test with Real View enabled
# Enabling extended desktop followed by setting the display resolution to 1280×1024 on the secondary display adapter no longer results in the application ProEngineer terminating

Mehr Detail gibt es in ATIs Release Notes

Download:
ATI Catalyst 4.6 (WinXP/Win2000) (29.6 MB)

Gerade eben ist der am Make Something Unreal Contest teilnehmende Mod Rocketeer erschienen. Schon für UT und UT2003 gab es den an Rocket Arena 3 für Q3 angelehnten Mod und seit UT2003 unter dem Namen Rocketeer. Wer sich noch nichts drunter vorstellen kann, hier ein Auszug aus der FAQ.

Quote
Rocketeer is a ‚Rocket Arena-esq.‘ modification for Unreal Tournament 2004. The modification introduces fast reaction based action in the form of 1on1/2on2/3on3… battles. Each player spawns with all weapons and a supply of ammo and battles best of 3 until a winner is declared. The main feature is the ability to fire the Rocket Launcher at the ground whilst jumping to propel you into the air and receive no damage! With Rocketeer comes the new ability to Link Gun climb along walls and hover on the spot.
Rocketeer also introduces mutli-arena combat. Whereby one ‚map file‘ contains multiple arenas that can be cycled through using the menus provided. This means multiple battles can go on simultaneously on any one server. So you can change arenas and skip the queues! Along with mutli-arenas comes a multitude of new custom maps created by top community mappers and rising new mappers!

Und hier ist die komplette FAQ.
Downloadlinks und mehr Infos wird es auf der offiziellen Rocketeer Page geben.

Ich werd ihn auch mal testweise auf unseren Server draufpacken. ServerIP ist: 213.133.109.54:7777

Rocketeer Page Download

2ter UT2004 Patch geplant

Und zwar soll er Mitte Juni erscheinen. Er erscheint anscheinend früher, um die Probleme mit der Speed Hack Detection zu beheben.
Komplette Changelist unter more

Quote
# Onslaught related:

   1. Added bSmoothKarmaStateUpdates to Actor to control whether Karma interpolates between states
   2. Added bRepulseWater to KRepulsors and enabled this for hovercraft
   3. Added bFlyingKarma to Pawn to indicate PHYS_Karma is active but pawn rotation should still be handled like PHYS_Flying
   4. SVehicleFactories now store a reference to their marker as MyMarker
   5. Added bCanHover to Vehicle to indicate a vehicle that can use HoverPathNodes to fly over water.
   6. Added water damage support to Vehicle so that vehicles will take damage when under water.
   7. Karma now collides correctly with inverted terrain – courtesy James Golding 😉
   8. Increased the extra linear dampening for Karma in water from 0.8 to 2.5 and angular dampening from 0.1 to 0.4
   9. Moved RepulsorsShouldHit function to ONSVehicle where it should be.
  10. Added support for PowerCores and PowerNodes triggering events when created and destroyed.
  11. Cleaned up PowerCore energy beam effect when PowerCores are not present in the map.
  12. Added bDriverCannotLeaveVehicle flag in ONSVehicle for vehicles you can’t get out of but instead will try to flip you upright when you press USE if the vehicle is flipped.
  13. Added bNeverActivate to ONSVehicleFactory that can be set by mods that want to use Onslaught maps but not factories.
  14. Fixed a bug in ONSWeapon that used the primary fire projectile class for alt-fire instead of the alt-fire version.
  15. Moved daredevil code server-side to avoid horrible cheating and the ability to mod/mutate features based on daredevil tricks.

# General Game play:

   1. More script warning fixes
   2. Fixed armor loop in GameInfo.ReduceDamage() properly handling armor getting destroyed while absorbing damage
   3. Invasion monsters never use default character mesh
   4. Fixed CTFSquadAI.FindHidePathFor()
   5. Make sure always add armor using Pawn.AddShieldStrength()
   6. Fixed ShieldAbsorb() armor damage absorption to produce consistent results in all situations
   7. Fixed spawning of physicsvolume entry and exit actors, as well as splash sounds, and made them client side.
   8. Added WaterSplash, used for projectiles and pawns
   9. Added SplashEffect property and CheckForSplash() function to WeaponAttachment, so instant hit weapons can cause splashes
  10. Added BulletSplash, used for trace weapons
  11. Landing sounds no longer stomp on splash sounds
  12. Added WaterRing – spawned while pawn is walking in water, or center of pawn enters water (new PawnEntryActor property in PhysicsVolume)
  13. Fixed pawn visible rotation lagging too far behind actual rotation (because of head/torso twist support)
  14. Fixed bots going after nearby dropped inventory that they couldn’t pick up
  15. Fixed some dynamic uploads (which could cause occasional hitching during gameplay)
  16. Fixed getting proper ammo count when picking up dropped weapon and already have ammo but no weapon of that type
  17. Fixed SquadLeader getting set to none if everyone in squad is in a turret

# Menus:

   1. Server browser filters have been reworked to be easier to use.
   2. Localized „New News“ message
   3. Added localized IRC channels for French and German.
   4. Added a flashing messages when there is new community news.
   5. Movie Panel.

# Networking Related:

   1. Various Web Admin style fixes
   2. Don’t load non-default voicepacks on dedicated server
   3. Fixed server enforcement of maxresponsetime, and make sure clients don’t trip it accidentally
   4. Fixed speedhack detection false positives
   5. Increased NetPriority of controlled ONSWeaponPawns
   6. Fixed client-side game time getting screwed up
   7. Improved jumping/dodging/etc. not getting lost when there’s significant packet loss
   8. Fixed Cheat protect to view most voicepacks as ok
   9. Fixed *hopefully* the ServerBrowser locking packages and tripping cheat protection.
  10. Don’t spawn votinghandler and votingreplicationinfos for servers which don’t have voting enabled (slight performance improvement for those servers)
  11. TeamInfo and SquadAI have lower netupdatefrequency (for server performance). Set NetUpdateTime whenever a replicated property is updated to get it replicated immediately.
  12. Make sure that mutators are properly reported to master server

# Onslaught server performance improvements:

   1. vehicle packed state struct updates don’t set bNetDirty
   2. don’t update vehicle SoundPitch on dedicated servers
   3. improved WebProjectile net performance
   4. added bIsAwake and bHasBeenAwake flags to ONSVehicle, used for packed state replication
   5. Fixed replication conditions for a bunch of vehicle/projectile properties, changed from bNetDirty to bNetInitial

# Mod Author Related:

   1. Fix for the UCL not exporting bug.
   2. Fix for .INT files in mod hierarchy, Removed Temp MD5 Warning Message.
   3. Call PostRender2D() on own pawn as well (mod authors can decide not to render custom beacon)
   4. Added LevelInfo native function GetPhysicsVolume() – returns the physics volume at a specified location
   5. Added actor property bTraceWater. If true, trace() by this actor returns collisions with water volumes
   6. Added support for strafing while on ladders, if the LadderVolume property bAllowLadderStrafing is set true (still false by default)
   7. Fix for log files and -MOD= switch
   8. Fix for cache manager exporting ucl files when it shouldn’t
   9. Fixed LoadDecoText
  10. Use CrouchedPct instead of WalkingPct for crouched pawns
  11. Vehicle function NumPassengers() now simulated so it can be called on clients

# Editor:
3D Buzz Editor Enhancements (Thanks to our friends at www.3dbuzz.com! Check out their UT2004 mod author video tutorials at http://sv3.3dbuzz.com/vbforum/unr_main.php)

   1. Maximize Viewports fixed
   2. Static Mesh Create From Selected added
   3. Splitter bar between Viewport and props in SM viewer fixed.
   4. Button to snap view to frame the current mesh added
   5. Option to auto-snap view on mesh change
   6. Added realtime preview to the SM browser.
   7. New Array tool for quickly adding actors.

# Engine/General:

   1. Fogging is based on camera position rather than pawn head position (important for third person camera while pawn is submerged)
   2. Removed D3D9Drv.dll and default.ini from patch
   3. Fixed bug reporting address for Italian, Spanish, and French localized versions.

UTComp v1.3 released

Eine neue Version von UTComp ist raus. Als Neuerung ist mir neben ein paar Bugfixes vor allem ein Coaching Mode aufgefallen. Was auch immer das genau sein mag 🙂
Changelog gibt es unter read more

Download:
(0.16 MB)

Quote
Changelog from 1.3 RC1:
– Added Darken Skins on Death option
– Added Team Overlay
– Added Coaching Mode
– Added option to disable Team Overlay Serverside and as a vote
– Added Quick Map Restart option
– Added Total Damage Received to stats
– Clock now keeps going in overtime
– Spectators can now talk to each other with say_team in the 1v1/FFA Game Type
– Disabled UT2004’s colored name exploit (UTComp’s still work)
– Fixed various issues with nonstandard skins and brightskins
– Fixed Team Deathmatch Timelimits using the wrong value in voting
– Fixed Color effects (purple/green/yellow) when you hit an enemy not always displaying
– Fixed bug with shock balls disappearing due to disabling UTComp without a server restart
– Added Clientside option to disable UTComp’s scoreboard
– UTV2004S is now included in UTComp. (see FAQ for info)
– Clanskins names aren’t case sensitive anymore
– Minor tweaks to GUI

Full changelog from 1.2:
– Added brighter Epic Brightskins
– Added Darken Skins on Death option
– Added Team Overlay
– Added Coaching Mode
– Added option to disable Team Overlay Serverside and as a vote
– Added Quick Map Restart option
– Fixed players respawning with shield gun or translocator
– Fixed UTComp brightskins not working properly with the new patch’s DX9 renderer
– Skins now update instantly when you change teams in every brightskins type without players needing to die
– Fixed skins sometimes not working properly in demo playback
– Fixed various issues with nonstandard skins and brightskins
– Clanskins names aren’t case sensitive anymore
– Added crosshairscale setting to Miscellaneous menu
– Added Total Damage Received to stats
– Clock now keeps going in overtime
– Added new spectator console commands
– Spectators can now talk to each other with say_team in the 1v1/FFA Game Type
– Fixed autodemorec sometimes overwriting demos
– Colored names now update instantly
– Fixed colored names sometimes not working when using the setname command
– Added short map names for mapvoting. (see FAQ for info)
– Fixed server lag for a few seconds after a UTComp vote is called
– Fixed Maxplayers sometimes not changing during a mapvote, after it was changed in webadmin
– Fixed player shadows setting sometimes not saving correctly when using UTComp
– Fixed Team Deathmatch Timelimits using the wrong value in voting
– Added serverside command to disable UTComp’s scoreboard
– Scoreboard now reverts to Epic’s in high player count FFA games
– Added Clientside option to disable UTComp’s scoreboard
– UTV2004S is now included in UTComp. (see FAQ for info)
– Fixed Color effects (purple/green/yellow) when you hit an enemy not always displaying
– Fixed bug with shock balls disappearing due to disabling UTComp without a server restart
– Changed the security level on Voting Max players in webadmin to 255
– Announcer now counts down properly when warmup ends
– Minor tweaks to GUI

UTComp Page

UT2004 Patch 3204 Released

Heute ist der erste langerwartete UT2004 Patch erschienen. Die Reihe an Bugfixes ist so lang, dass ich sie mal unter „read more“ gepackt habe. Auf jeden Fall kann man endlich die blöde CD/DVD im Regal lassen 🙂

Quote
– CD/DVD not required to play

Vorerst gibt es nur den Windows Patch, Linux und Mac Versionen sollen aber bald folgen

Update:
Der Linuxpatch ist nun auch erschienen.

Download:
(12.11 MB)
(18.87 MB)

Quote
========================================================================
Unreal Tournament 2004 Patch 1 Release notes.
========================================================================

This patch is completely compatible with the retail version – servers and clients of any flavor can connect with each other.
This patch will not overwrite your ut2004.ini and user.ini files, except to update settings as necessary.

Here is the full change list:

Onslaught related:
– Teams will now swap sides after each Onslaught round by default. This is configurable in the game settings menu.
– Fixed flying Leviathan exploit where Leviathan can be based on another vehicle.
– Fixed Leviathan pushing exploits by limiting the Leviathans max speed.
– Fixed Tank pushing exploits by limiting max speed unless falling.
– Node location names show up correctly in network games.
– Fixed terrains with a negative scale not showing PowerNodes.
– RadarMap can no longer be moved off-screen using the HUD configuration menu.
– Fixed possibility of ion cannon volume in ONS-Severance killing someone entering it without giving them warnings first
– Fixed bots getting stuck next to a vehicle because they didn’t think they were close enough to enter
– fixed players getting out of vehicles into water

Invasion related:
– Fixed Invasion ammo not replenishing at end of wave
– Fixed Invasion’s ScoreKill() not notifying GameRules when monster kills a player

General Game play:
– fixed which anim is played during sniper zoom (removes log warnings)
– fixed redeemer reticle being affected by HUD opacity setting
– fixed skaarj playing taunt anims
– make sure no wrap around on multikill numbers
– call takefallingdamage() on wall dodge to prevent it being used as an exploit for avoiding damage on long falls
(can still use wall dodging anywhere you could before, you just take damage if you are falling too fast).
– fixed miscellaneous game code log spam.
– UTClassic Rocket fix for delay before can fire again after loading up 6 rockets
– fixed zoom instagib beam positioning
– improved hidden lightning gun beam positioning
– fixed bioammo positioning
– force correct default character, even if PRI hasn’t been replicated yet
– force same character as player is using – players using bForceDefaultCharacter must use a valid forced character as their own model
– improved team balancing in network games

Single Player:
– added profile fix to unlock chars (where due) for „old“ profiles

Map and Kick Voting:
– Fixed incorrect map voting gameconfig at startup
– Reenabled map, kick voting.
– Removed Voting filter combos on server filters page.
– Added „None“ selection in the map voting web admin config.
– Edit only 1 line at a time in map voting web admin config.
– Cleaned up/ fixed map voting menus
– DefaultMapListLoader loads prefixes from GameConfig settings by default.
– Added UseMapList property to PlayInfo
– Disabled the MapListLoaderType PlayInfo property
(disables MapListConfigPage – makes it simpler to configure)
– Fixed wrong map types showing for default selected game type in voting
menu. Only happens if GameConfg.GameClass is not set with the same case.
– Implemented exec ShowVoteMenu
– Map voting defaults to ONLY server startup gametype and maps if not
configured. (Auto-detect configuration)
– Added extra check for invalid gametype/maps votes.
– Sort maps in MC ListBox on map voting page by name by default
– Changed to descending sort order in vote count MC ListBox

Menus
– Fixed weapon custom crosshair menu problems, whiched caused you to sometimes lose crosshairs entirely.
– Fixed correctly displaying VOIP key bindings in control config menu.
– allow mouse sensitivity settings as low as 0.25 in menus
– made blue player text brighter in server browser player list box
– fixed menu range for idle kick timer
– Add bFixedMouseSize to lock the size of the cursor
– Fixed GUIPage closing issue (Thank Wormbo)
– Fixed Sorting issue with Map Lists
– Fixed issues with the OwnageMap page and older clients.

Demo Recording
– Demo->AVI menu uses proper resolution settings
– Fixed auto demo recording
– fixed DIVx demo movies being recorded at too high a frame rate

Networking Related
– Fixed bug in UT2K4NetworkStatusMsg causing incorrect status message to be displayed
– Don’t display join/leave messages for standard voice channels
– Listen servers pinged last?
– Security updates
– Server browser news page now supports clickable hyperlinks.
– If master server doesn’t respond, still pings official servers
– Fixed projectiles don’t have dynamic light on clients connected to dedicated servers
– give client correct kick message when kicked for idling
– improved and enabled speedhack detection
– send message to client warning about speed hack detection
– servers won’t send more than 8 packets out to client before getting a response (DOS attack blunting)
– fixed netmode conditions for preloading player skins
– improved character skin precaching speed (less unnecessary skin precaching)

Server Admin Related
– Optimized webadmin initialization, noticable improvement in the time between map changes (if webadmin enabled)
– Fixed interface-related bug in gametype drop down
– In the Defaults – Map page, fixed bug with adding/removing multiple maps at the same time
– Webadmin no longer overwrites custom URL parmeters that have been manually added to maplist entries
– Fixed webadmin bots page layout & accessed nones
– Fixed bugs in SortedStringArray sorting (affects bots / admins / groups pages in webadmin)
– New map & mutator packages no longer require server restart to appear in webadmin mutator/map lists.
– fixed webadmin and menu idle kick time range
– added MaxTimeMargin, MinTimeMargin, TimeMarginSlack configurable properties for tweaking speedhack detection to [Engin.LevelInfo] section of UT2004.ini
– admins don’t get kicked for idling
– To prevent DDOS attacks by UT2004 servers against subnets, added LimitConnPerIPRangePerMinute property to [IpDrv.TcpNetDriver].
– pkg_official packages can be downloaded, and guid must be matched for them
– Added bKickLiveIdlers to [Engine.LevelInfo]. If set true, players with pawns can also be kicked for idling.

Mod Author Related
– Impersonator support integrated (see http://www.oc3ent.com/home.htm for details). Provides support lip synching to spoken phrases, with UnrealEd integration.
Tools and examples to come soon!
– Reorganized placement of webadmin functions to be more linear, easier to follow
– Added more comments to webadmin code
– Fixed crash in BatchExport commandlet when attempting to export .uc for packages which contain purely native classes
– Properties marked as ’noexport‘ will no longer be ignored when batchexporting .uc’s
– Added Vehicle.Bulldog to CacheManager default packages (cacheexempt), and marked Bulldog cache exempt so that it isn’t exported to .ucl file
– Fixed bug in classname matching which caused two classes that began with the same name (such as ClassBase & ClassBaseDerived) to be interpreted as the same class
– Automatically export to .ucl file when package is compiled.
– Automatically export to .ucl file when map is saved.
– Custom webadmin skins no longer required to provide every .inc file that webadmin uses
– Webadmin now searches main /ServerAdmin directory for .inc & .htm files that cannot be found in skin path
– GUIController now correctly cleans up custom styles that use the same keyname as default styles
– if .upl files exist in mod directory, ignores the .upl files in the system directory.
– INT files no longer have to be in UT2004\System\.
– UCC no longer gives an error when using -mod= switch with ‚dumpint‘ and ‚exportcache‘.
– Can specify a Paths= for music (.ogg) and karma data (.ka) files, so they can be included in the mod’s directory structure.
– Config variables properly save to UT2004\ModName\System\Whatever.ini instead of UT2004\System\Whatever.ini.
– No longer get „ERROR: Could not open whatever.u for reading!“ in UT2004.log for mod packages.
– Gracefully handle lack of tooltips in mod menus.
– fixed USoundExporterWAV to not try to export procedural sounds and sound groups
– Added AddToPackageMap() native function to Actor. This function adds PackageName to the packagemap (as if it was in GameEngine’s ServerPackages list),
or, if omitted, adds the package of the actor it was called on. This function is only valid during initialization (between GameInfo::InitGame() and
GameInfo::SetInitialState()) If called outside of that window, or anytime on a client, the function returns without doing anything.
– Fixed bAddToServerPackages mutator flag
– Mutator config menus:
-Fixed handling of arrays
-Support for advanced and multiplayer only options
– Fixed config class properties not being saved to .ini properly
– fixed BroadcastHandler AcceptBroadcastText() parameter
– Added IconFlashMaterial to Ammunition, to allow mod ammunition classes to work right on HUD.
– AdrenalinePickup amount no longer hard coded
– Added support for a mod based \KarmaData directory

Editor:
– Fixed bug with disappearing actors after lighting rebuild
– Sped up ALAudio initialization in editor by not precaching sounds

Engine/General
– fixed memory leak in caching system
– fixed crash in GUIToolTip:raw()
– fixed bug in cache loading for crosshairs (custom crosshairs now appear correctly in menus)
– removed temporary sanity checks in projector code and pathfinding code (small performance improvement)
– gracefully handle negative delta time
– properly set GCurrentTime in UTV
– fixed resource induced memory leak in PixoResource
– more debugging to track down infrequent FALVoiceModule:ecode crash
– bForceSkelUpdate no longer true by default for pawns (still true by default for vehicles). Performance improvement (especially for servers),
but mod authors relying on this feature may need to change the value for their pawns.
– fixed memory leak in swiming physics code
– many spelling/grammar error fixes
– friendly error messages for file loading problems caused by overheating or corrupt installs
– don’t crash if non-Emitter has DT_Particle
– removed some VOIP log spam
– fixed installing korean version on Windows 98
– CD/DVD not required to play

Linux
– fixed CacheRecords.ucl handling on Linux
– Various client and server crash fixes

Mac
– fixed Mac clients reporting incorrect MD5s for packages and tripping security checks.
– Make MacOS version prevent user from ejecting the game DVD while game is running.

ATI Catalyst 4.5

Ein neuer ATI Catalyst ist released worden mit folgenden Bugfixes:

Quote
* Display corruption is no longer seen when applying rotation mode to a secondary monitor
* Playing the game Desert Rats vs. Afirka Korps with the game resolution set to 1600×1200 and the desktop display set to 1024×768 32bpp along with Anti-Aliasing set to 4x no longer results in flashing and or corrupt shadows
* The game Prince of Persia: Sands of Time no longer fails to play under Windows XP with an ATI RADEON 9100 or 8500 series product installed
* Setting the graphics quality to anything higher than Fastest in the game Virtual Skipper 3 no longer results in the operating system failing to respond when the game menu loads
* Playing the game Nascar 2003 with the display resolution set to 1280×1024 32bpp no longer results in display corruption being seen
* Texture corruption is no longer seen when playing the game Second Life under Windows XP with an ATI RADEON 9800 or 9700 series card installed
* Textures are no longer missing when moving the mouse around to change the camera angle in the game Joan of Arc
* Intermittent display corruption noticed on the players image with in the game Madden NFL 2004 is now resolved
* Playing the game Homeworld 2 under Windows XP with an ATI RADEON 9500 series, 9600 XT, or 9700 series no longer results in the game failing to respond when the shadow option within the game is selected
* Missing polygons on the satellite within the main menu is now resolved in the game Hegemonia
* A performance decrease is no longer noticed when setting the game option to Perfect in the game IL-2 Sturmovik: Forgotten Battles

Alles weitere darüber findet ihr hier.

Download:
ATI Catalyst 4.5 (WinXP/Win2000)

Endlich mal wieder ein Geburtstag

Tjo the Geburtstagsnewsschreiber himself ist heute dran. Er spielt zwar jetzt in den Reihen von a-L, aber trotzdem…

Alles Gute zum 20ten default!
Feier schön und sauf net zuviel 🙂

TTM 1.0 Beta2

TTM 1.0 Beta2 für UT2004 wurde eben zum Download bereitgestellt. Änderungen:

Quote
(add) basic GUI: press ESC when in game and proceed to the "TTM" tab
(add) "glow factor", adds glow to players models, useful in especially dark places; check TTM’s GUI
(fix) crosshairs were getting double size when with TTM
(add) user.ini, [ttmXXXX.TTM_Pawn], AmbFactor: sets player’s own ambient glow factor; 1 for darkest, 10 for brightest, 4 is default value
(fix) fixed bug: default Models and Colors are forced even if it has been set to "FALSE" in the INI!

Download:

PHP 4.3.6 erschienen

Gestern Nacht wurde PHP 4.3.6 released. Neue Features wirds für die 4er Version nicht mehr geben sondern nur noch Bugfixes. Das Changelog findet Ihr im Klapptext !

Unser Webserver läuft natürlich auch schon damit 🙂

Download:
http://de.php.net/downloads.php

  • Updated bundled PDFLib library to version 5.0.3p1 in Windows distribution. (Edin)
  • Synchronized bundled GD library with GD 2.0.22. (Ilia)
  • Fixed a crash in multi-threaded environments when a thread is shutdown by the web server. (Stas)
  • Fixed a bug that prevented building of the GD extension against external GD lib 1.X. (Ilia, Edin, Nick Talbott).
  • Fixed bug #27963 (Session lifetime setting may leak between requests). (Ilia)
  • Fixed bug #27849(configure craps out on trivial syntax error). (Derick)
  • Fixed bug #27822 (is_resource() returns TRUE for closed resources). (Derick)
  • Fixed bug #27819 (problems returning reference to a reference parameter). (Ilia)
  • Fixed bug #27809 (ftp_systype returns null on some ftp servers). (Ilia)
  • Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is not defined). (Ilia)
  • Fixed bug #27780 (strtotime(+1 xxx) returns a wrong date/time). (Derick)
  • Fixed bug #27769 (domxml_xmltree crashes). (Rob)
  • Fixed bug #27764 (Get return value from a stored procedure not returning any result sets). (Frank)
  • Fixed bug #27762 (SCO Openserver doesn’t have S_ISSOCK). (Wez)
  • Fixed bug #27743 (Make sure Money types are converted and returned correctly). (Frank)
  • Fixed bug #27732 (Fixed compilation bug inside php_sab_info.h). (Ilia)
  • Fixed bug #27731 (error_reporting() inside @ block fails to set error_reporting level). (Ilia)
  • Fixed bug #27719 (mktime issues on and around DST changeover). (Rasmus)
  • Fixed bug #27717 (Test Failures when compiled on 64-bit mode). (Ard, Derick)
  • Fixed bug #27687 (Bug Adding Default Charset to ‚text/*‘ Content-Type Header). (Marcus)
  • Fixed bug #27663 (compile failure with cURL 7.11.1). (Ilia)
  • Fixed bug #27646 (Cannot serialize/unserialize non-finite numeric values). (Marcus)
  • Fixed bug #26757 (session.save_path default is bogus for win32). (Wez)
  • Fixed bug #26589 (Crash inside mssql extension when selecting many columns of type money). (Frank)
  • Fixed bug #25547 (error_handler and array index with function call). cschneid at cschneid dot com)