Main

Forums

Wiki

Downloads

Tutorials

Walkthrough

Unreal-netiquette

Links

Submit-News

Oldunreal's hosted:
UnrealReference

Usermaps

Real-CTF

Donate for Oldunreal:

Oldunreal Donation
Oldunreallogo
  Welcome, Guest. Please Login or Register
 
  HomeHelpSearchLoginRegister  
 
 
227d found and fixed bugs (Read 3467 times)
Smirftsch
YaBB Administrator
******
Offline



Posts: 5527
at home
Gender: male
227d found and fixed bugs
05/06/08 at 19:04:52
 
Fixed Galaxy  reverb crashes. Should be more stable now. However no guarantees, needs more testing.

Added OpenAL support for Linux (no Reverb yet)

Fixed bleeding damage
Back to top
« Last Edit: 05/06/08 at 19:11:21 by Smirftsch »  

Sometimes you have to lose a fight to win the war.
WWW WWW Smirftsch 52832995  
IP Logged
 
mentalhunter
God Member
*****
Offline



Posts: 767
Netherlands
Gender: male
Re: 227d found and fixed bugs
Reply #1 - 05/06/08 at 23:02:18
 

Fixed bleeding damage

What do you mean by that? The blood was one of the most awsome things ive seen in 227 till now. Specially when a blood pool sometimes spawns at an carcass.
Back to top
 
mentalhunter  
IP Logged
 
[]KAOS[]Casey
Ex Member
******


nedm

Gender: male
Re: 227d found and fixed bugs
Reply #2 - 05/07/08 at 01:31:42
 
I forgot an if check on bleeding, regardless if bleeding damage was on you'd take damage, I lost that code in the conversion for the 9billionth time
Back to top
 
 
IP Logged
 
Smirftsch
YaBB Administrator
******
Offline



Posts: 5527
at home
Gender: male
Re: 227d found and fixed bugs
Reply #3 - 05/07/08 at 19:48:07
 
fixed probably slow download speed for server without redirect. Needs more testing, but looks promising Wink
Added a new option: AllowFastDownload

True = Speed like older servers
False = Reduced speed like pre 227e servers for low bandwidth connections
Back to top
« Last Edit: 05/07/08 at 19:49:29 by Smirftsch »  

Sometimes you have to lose a fight to win the war.
WWW WWW Smirftsch 52832995  
IP Logged
 
Smirftsch
YaBB Administrator
******
Offline



Posts: 5527
at home
Gender: male
Re: 227d found and fixed bugs
Reply #4 - 05/17/08 at 12:10:51
 
thx to Zombie and Zora fixed a flaw in the ban feature.
Back to top
 

Sometimes you have to lose a fight to win the war.
WWW WWW Smirftsch 52832995  
IP Logged
 
.:..:
Developer Team
Offline



Posts: 1245
Finland
Gender: male
Re: 227d found and fixed bugs
Reply #5 - 05/25/08 at 00:05:21
 
UWindow:
* Fixed so the UWindow properly closes itself when last visible window gets closed (leaves no visible mouse out in the air).
* Changed so UWindow gets initilized on game startup to avoid some problems.
* Fixed a Win95 Look&Feel rendering flaw on UMenu.
* Changed so Console window does not shut down UWindow state if theres some other UWindow menus still open.
* Added 2 console options; show colored messages (chat in green, deaths in red etc..), log only chat message (all other messages wont appear in console).
* Added to music player file browser.

UBrowser:
* Added UT'99 style serverinfo browser (optional) which shows server info when you select some server from the list.

UMenu:
* Added config keys for "Previous Weapon" and "Music menu".
* Fixed "Start new game" menu, aswell added support for adding custom "campains" or "map packs" by creating an int file in this format:
Code:
[Public]
Object=(Name=<Gametype class; Game.Game if you want use level specific one>,Class=Class,MetaClass=UnrealShare.SinglePlayer,Description="<starting map>;<map pack name>")
// Examples (RTNP):
[Public]
Object=(Name=UDSDemo.CSMovie,Class=Class,MetaClass=UnrealShare.SinglePlayer,Description="Intro1;Return to Napali")
// Unreal:
[Public]
Object=(Name=Game.Game,Class=Class,MetaClass=UnrealShare.SinglePlayer,Description="Vortex2;Unreal") 


(Note if file format is wrong, it wont appear in list)
Back to top
« Last Edit: 06/10/08 at 08:31:30 by .:..: »  
.:..: 345236034 mhulden  
IP Logged
 
Smirftsch
YaBB Administrator
******
Offline



Posts: 5527
at home
Gender: male
Re: 227d found and fixed bugs
Reply #6 - 07/19/08 at 12:00:02
 
Fixed loading savegames in Linux crashed game
Fixed UED2 crashed when using MyLevel
Fixed UED2 crashed when closing it
Fixed UED2 group browser checkbox was inverted
Fixed UED2 after you load script with longer name, with first letter of script with name you are trying to load you CANT load it (for example, you cant loading Male after loading MaleOne)
Back to top
 

Sometimes you have to lose a fight to win the war.
WWW WWW Smirftsch 52832995  
IP Logged
 
Age
God Member
*****
Offline



Posts: 843
Gender: male
Re: 227d found and fixed bugs
Reply #7 - 07/19/08 at 12:53:38
 
.:..: wrote on 05/25/08 at 00:05:21:
...log only chat message (all other messages wont appear in console).

So it is possible to see both chat messages and other messages same time in log if log-only-chatmessages is false? (Default coop game)
Back to top
« Last Edit: 07/19/08 at 12:56:03 by Age »  
 
IP Logged
 
(Moderator: Smirftsch)