Page 3 of 4

Re: 227i found and fixed bugs

Posted: Thu Jan 01, 2015 12:38 pm
by Smirftsch
fixed crash when using ?push parameter with switchlevel or servertravel and having shadows enabled.

Re: 227i found and fixed bugs

Posted: Thu Jan 01, 2015 12:47 pm
by Smirftsch
fixed RandomSpreadVector function

Re: 227i found and fixed bugs

Posted: Mon Feb 23, 2015 7:03 am
by Smirftsch
[split] [link=http://www.oldunreal.com/cgi-bin/yabb2/ ... 641939/0#0][splithere][/link][splithere_end]

Re: 227i found and fixed bugs

Posted: Mon Mar 09, 2015 6:49 am
by Smirftsch
Improved ALAudio looping wav code. Thanks Shivaxi for pointing it out!

added a catch for crippled meshes could crash renderer (d3d9/opengl) when using hwclipping

Re: 227i found and fixed bugs

Posted: Tue Mar 10, 2015 9:45 am
by Shivaxi
Improved ALAudio looping wav code. Thanks Shivaxi for pointing it out!

You're welcome, you know how much of an audiophile I am =P

Re: 227i found and fixed bugs

Posted: Tue May 26, 2015 7:23 am
by Smirftsch
fixed upak predators may crash or freeze the game (thanks dots)

Re: 227i found and fixed bugs

Posted: Mon Jul 20, 2015 2:51 pm
by Smirftsch
fixed ViewFlash set in delayed (f.e. with amplifier or underwater fog) - this ancient bug was discovered by Shivaxi and debugged by Han - thanks friends!

Re: 227i found and fixed bugs

Posted: Tue Aug 25, 2015 11:51 am
by Smirftsch
fixed ProjectorDecals not working on movers

Re: 227i found and fixed bugs

Posted: Wed Jul 20, 2016 6:54 am
by Smirftsch
UnrealEd fixed:

When duplicating emitters do particles not spawn on the duplicate when in Realtime Preview mode.

Copying an emitter from a zone with distance fog crashes the editor in Realtime Preview mode. To recreate this: Duplicate an emitter (in my case a SpriteEmitter), Re-enable Show DistanceFog (see next issue), active Realtime Preview.

Duplicating any actor resets the settings of all the viewports.

Making a new class makes the Actor Class Browser show the wrong class selected (the parent of the newly created class) while actually having the new class selected in memory. Causing actions performed on the seemingly selected parent to be performed on the new class instead.

Re: 227i found and fixed bugs

Posted: Wed Jul 20, 2016 6:55 am
by Smirftsch
Issue #1. Game menu incorrectly handles keyboard input after minimizing the game via Alt + Tab.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1431250474
Status: Closed (resolved) j_34

Issue #6. Bad weapon offset when viewing from a player with hidden DispersionPistol.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1447084005
Status: Closed (resolved) j_34

Issue #7. Problems with pawn bleeding.
#7.1. Immediate pawn bleeding takes place when it's not supposed to happen.
#7.2. Postponed pawn bleeding works only once.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1447697477
Status: Closed (resolved) j_35

Issue #9. Problems related to MarineMatch and SpaceMarines.
#9.1. MarineMatch game immediately ends when TimeLimit is greater than zero.
#9.2. MarineMatch doesn't modify difficulty level according to the bot config.
#9.3. Gender of SpaceMarines is not properly assigned.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1428512445
Status: Closed (resolved) j_34

Issue #13. PlayerCanSeeMe may return true for spectating users whose PlayerReplicationInfo.bIsSpectator is true.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1436885614
Status: Closed (resolved) j_34

Issue #19. UScript bug: a return-statement doesn't work correctly within foreach AllObjects.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1454843785
Status: Closed (resolved) j_34

Issue #22. WeaponAttachment doesn't synchronize ScaleGlow despite bCopyDisplay.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1456859187
Status: Closed (resolved) j_34

Issue #23. Client crash with projector decals (Critical: AProjector::DrawDecalBSP).
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1455184614
Status: Closed (resolved) j_34

Issue #25. UCC PackageFlag creates a corrupted unr package.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1440336119
Status: Closed (resolved) j_34

Issue #26. [j_33] Server doesn't inform clients about closing old connections on map change.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 0165/14#14
Status: Closed (resolved) j_34

Issue #27. [j_33] [OpenGLDrv, D3D9Drv] bMeshEnviromap doesn't work correctly when UseHardwareClipping is enabled (default setting).
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/13#13
Status: Closed (resolved) j_34

Issue #28. [j_33] [D3D9Drv] Some decorations aren't rendered correctly.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/42#42
Status: Closed (resolved) j_34

Issue #29. [j_33] [OpenGLDrv, D3D9Drv] Surfaces with attached decals are filled by white color.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/74#74
Status: Closed (resolved) j_34

Issue #30. [j_33] Pawn shadows have wrong rotation.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/42#42
Status: Closed (resolved) j_34

Issue #32. TimeDemo shows incorrect FPS values when Level.TimeDilation != 1.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1453989590
Status: Closed (resolved) j_35

Issue #34. [j_34] [D3D9Drv] Fog rendering is buggy.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 7337/56#56
Status: Closed (resolved) j_35

Re: 227i found and fixed bugs

Posted: Wed Jul 20, 2016 6:57 am
by Smirftsch
fixed a bug in banning system may cause duplicate (false) entries.

Re: 227i found and fixed bugs

Posted: Mon Nov 28, 2016 7:09 pm
by Smirftsch
fixed alphablending when using SetTile3DOffset (by using Texture.Alpha)
fixed alphablend fading (EmFade) when using SpriteEmitters

Re: 227i found and fixed bugs

Posted: Mon Nov 28, 2016 7:10 pm
by Smirftsch
Fixed
UnrealEd

    When duplicating emitters do particles not spawn on the duplicate when in Realtime Preview mode.
    Copying an emitter from a zone with distance fog crashes the editor in Realtime Preview mode. To recreate this: Duplicate an emitter (in my case a SpriteEmitter), Re-enable Show DistanceFog (see next issue),  active Realtime Preview.
    Duplicating any actor resets the settings of all the viewports.
    Making a new class makes the Actor Class Browser show the wrong class selected (the parent of the newly created class) while actually having the new class selected in memory. Causing actions performed on the seemingly selected parent to be performed on the new class instead.


Unreal
    AlphaBlend Meshes are not affected by fog.
            Affected renderers: Direct3D9, OpenGL, XOpenGL
    TrailEmitters render incorrectly.
            Affected renderers: XOpenGL
    Beam Emitters are affected by fog. Making the beam a solid color.
            Affected renderers: Direct3D9, OpenGL, XOpenGL
    DistanceFog affects emitter particles. Making particles look like squares on things like SpriteEmitters.
            Affected renderers: Direct3D9, OpenGL, XOpenGL.
    Switching to XOpenGL breaks texture filtering on BSP (everything looks like the No Smooth flag is set) for the first launch. Closing the game and restarting fixes the texture filtering.
            Affected renderers: XOpenGL (duh)
    DistanceFog affects TrailEmitters. Making the trail a solid color.
            Affected renderers: XOpenGL
    DistanceFog causes artifacts on a Fake Backdrop/Skybox.
            Affected renderers: XOpenGL
    Environment map doesn’t work on meshes.
            Affected renders: Direct3D9, OpenGL, XOpenGL
    Masked texture don’t work on meshes.
            Affected Renderers: Direct3D9.
            Notes: looks like UseFragmentProgram was broken when I implemented exp and exp2 fog. Can't be fixed unless one writes corresponding fragment programs for D3D9, so mask problem on meshes is now fixed, but no exp and exp2 fog for D3D9 users with UseFragmentProgram enabled.
    DistanceFog renders outside of correct zones even with bZoneBasedFog enabled.
            Affected renderers: XOpenGL
    Meshes always look unlit.
            Affected renderers: XOpenGL
    EnvironmentColor does noting and always renders Environment BSP like it is set to X=1 Y=1 Z=1.
            Affected renderers: XOpenGL.
    AlphaBlend BSP is not affected by fog.
            Affected renderers: Software, Direct3D9, Direct3D10, OpenGL,  XOpenGL

Re: 227i found and fixed bugs

Posted: Mon Nov 28, 2016 7:26 pm
by Smirftsch
Closed issues list:

Issue #1. Game menu incorrectly handles keyboard input after minimizing the game via Alt + Tab.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1431250474
Status: Closed (resolved) j_34

Issue #6. Bad weapon offset when viewing from a player with hidden DispersionPistol.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1447084005
Status: Closed (resolved) j_34

Issue #7. Problems with pawn bleeding.
#7.1. Immediate pawn bleeding takes place when it's not supposed to happen.
#7.2. Postponed pawn bleeding works only once.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1447697477
Status: Closed (resolved) j_35

Issue #9. Problems related to MarineMatch and SpaceMarines.
#9.1. MarineMatch game immediately ends when TimeLimit is greater than zero.
#9.2. MarineMatch doesn't modify difficulty level according to the bot config.
#9.3. Gender of SpaceMarines is not properly assigned.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1428512445
Status: Closed (resolved) j_34

Issue #13. PlayerCanSeeMe may return true for spectating users whose PlayerReplicationInfo.bIsSpectator is true.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1436885614
Status: Closed (resolved) j_34

Issue #19. UScript bug: a return-statement doesn't work correctly within foreach AllObjects.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1454843785
Status: Closed (resolved) j_34

Issue #22. WeaponAttachment doesn't synchronize ScaleGlow despite bCopyDisplay.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1456859187
Status: Closed (resolved) j_34

Issue #23. Client crash with projector decals (Critical: AProjector::DrawDecalBSP).
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1455184614
Status: Closed (resolved) j_34

Issue #25. UCC PackageFlag creates a corrupted unr package.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1440336119
Status: Closed (resolved) j_34

Issue #26. [j_33] Server doesn't inform clients about closing old connections on map change.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 0165/14#14
Status: Closed (resolved) j_34

Issue #27. [j_33] [OpenGLDrv, D3D9Drv] bMeshEnviromap doesn't work correctly when UseHardwareClipping is enabled (default setting).
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/13#13
Status: Closed (resolved) j_34

Issue #28. [j_33] [D3D9Drv] Some decorations aren't rendered correctly.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/42#42
Status: Closed (resolved) j_34

Issue #29. [j_33] [OpenGLDrv, D3D9Drv] Surfaces with attached decals are filled by white color.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/74#74
Status: Closed (resolved) j_34

Issue #30. [j_33] Pawn shadows have wrong rotation.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 2404/42#42
Status: Closed (resolved) j_34

Issue #32. TimeDemo shows incorrect FPS values when Level.TimeDilation != 1.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 1453989590
Status: Closed (resolved) j_35

Issue #34. [j_34] [D3D9Drv] Fog rendering is buggy.
Discussion: http://www.oldunreal.com/cgi-bin/yabb2/ ... 7337/56#56
Status: Closed (resolved) j_35

Re: 227i found and fixed bugs

Posted: Mon Aug 07, 2017 10:34 am
by Smirftsch
fixed:
UED2.1 sheer tool not working (properly)

Re: 227i found and fixed bugs

Posted: Mon Aug 07, 2017 10:38 am
by Smirftsch
fixed Linux save game may crash in some distros due to gethostbyname function in create guid process.
fixed Linux SDL2 messagebox for appMsgf (which broke in between obviously)
fixed Linux multithreading code check for IsRunning()
fixed Linux SDL2 window/fullscreen resize
fixed Linux SDL2 arrow key down didn't release
fixed Linux appCeilLogTwo may cause crashes (on startup).
Fixed Linux SDL2 "F11" not working

Re: 227i found and fixed bugs

Posted: Mon Aug 07, 2017 10:52 am
by Smirftsch
fixed OnEraseBkgnd in WinViewport implementation.

Re: 227i found and fixed bugs

Posted: Mon Aug 07, 2017 1:06 pm
by Krull0r
Several fixes on meshes:


Decoration:

- MonkStatue: fixed stretched UV coordinates
- Lantern: fixed stretched UV coordinates and added faces to the arm
- Sconce: added faces to the arm
- Lamp4: now two-sided and faces were added to the bottom
- Vase: added faces to the bottom
- Urn: added faces to the bottom



Pickup:

- Armor: now two-sided and have thickness.
- Health: added faces to the bottom
- Clip: added faces to the bottom
- Stingerammo: added faces to the bottom
- Shells: added faces to the bottom
- Sludge: added faces to the bottom
- New Quadshot firstperson model and animations.

Re: 227i found and fixed bugs

Posted: Thu Oct 12, 2017 11:20 am
by Krull0r
Fixed none masked beta skin of devilfish

Re: 227i found and fixed bugs

Posted: Sun May 12, 2019 7:42 pm
by Neon_Knight
I've found out a Translator error in the IsvKran32.unr level, fixed it in the .int and .est files in the wiki.

Re: 227i found and fixed bugs

Posted: Wed Sep 04, 2019 6:27 pm
by luke11685
Classes list in Unreal Editor 1 can't be displayed properly.

Re: 227i found and fixed bugs

Posted: Thu Sep 05, 2019 10:00 am
by Kajgue
Hey Luke,

Unreal Editor 1 is not supported, version 227 provides the user with UnrealEd 2.1

I personally prefer a few things with the fixed browser window of UnrealEd 1, though it's not able to be updated due to the way it was originally written. D:

Re: 227i found and fixed bugs

Posted: Thu Sep 05, 2019 1:01 pm
by luke11685
I can't even check which version of Unreal Engine/Editor 1 I have because it seems help desk isn't supported in Windows 8.1. Does it mean I should port entire old jj3d public tech demo from ue1 to ue2 instead?

Re: 227i found and fixed bugs

Posted: Thu Sep 05, 2019 2:08 pm
by Kajgue
Ued 2.1 isn't for Uengine 2, it's for Unreal 1 version 227 (227i is currently the latest public version, Ued 2.2 is still in beta testing phases).

Ah, i dunno how one would get Jazz jackrabbit 3d to work with 227's Ued ... though this subforum is related to version 227 for Unreal :)

But there could be some people who are able to help, I'll ask around with some people i know if that's alright with you :)

Re: 227i found and fixed bugs

Posted: Thu Sep 05, 2019 3:39 pm
by BobIsUnreal
without dragging it thread more off topic, luke, i prvided you with a modified file in another thread , that when used properly let you edit and open jazz resourses and maps in unrealreal engine 2.1 aka 227i with. the only trick is you have to be real careful editing. in a perfect world you should be able to take the edited maps/charaters etc, and copy then back to the jazz demo, but you would have to test that. continuing to use the provided unreal engine 1 editor will lead you to much frustation.