RimWorld
RimThreaded
162개 중 101~110개 표시 중
< 1 ... 9  10  11  12  13 ... 17 >
업데이트: 2020년 10월 9일 @ 오후 10시 17분

Version 1.0.59
-Fixed bug in ThingGrid.ThingAt(Building_Door)
-Fixed bug in FloatMenuMakerMap.AddHumanlikeOrders
-Fixed bug in AttackTargetReservationManager.IsReservedBy
-Fixed bug in AttackTargetReservationManager.CanReserve
-Fixed bug in ReservationManager.FirstRespectedReserver
-Fixed bug in Verb.TryFindShootLineFromTo
-Fixed bug in PathGrid.CalculatedCostAt

업데이트: 2020년 10월 9일 @ 오후 6시 15분

Version 1.0.58
-Fixed bugs in AttackTargetFinder
-Fixed bug in SubSustainer
-Disabled vanilla game feature that forces game to switch to Normal speed during some events

업데이트: 2020년 10월 9일 @ 오전 9시 23분

Version 1.0.57
-Fixed bugs in ShootLeanUtility
-Added mod compatibility for mods (like Giddy-Up) that call Graphics.Blit from worker threads

업데이트: 2020년 10월 6일 @ 오후 12시 25분

Version 1.0.56
-Fixed bug in LightningBoltMeshMaker.NewBoltMesh
-Fixed bugs in MeditiationFocusTypeAvailabilityCache
-Fixed bug in AmbientSoundManager.EnsureWorldAmbientSoundCreated

업데이트: 2020년 10월 5일 @ 오후 9시 09분

Version 1.0.55
-Fixed more sounds issues
-Fixed bug in JobQueue.AnyCanBeginNow
-Fixed bug in MapTemperature.MapTemperatureTick

업데이트: 2020년 10월 5일 @ 오후 6시 17분

Version 1.0.54
-Added mod compatibility for mods (like Giddy-Up) that call RenderTexture.GetTemporary from worker threads
-Fixed bug in SampleSustainer.TryMakeAndPlay

업데이트: 2020년 10월 5일 @ 오후 5시 40분

Version 1.0.53
-Fixed bug in SampleSustainer.TryMakeAndPlay
-Fixed bug in MapTemperature.MapTemperatureTick

업데이트: 2020년 10월 5일 @ 오후 2시 41분

Version 1.0.52
-Fixed many sound issues!
-Fixed bug in SituationalThoughtHandler.AppendSocialThoughts

업데이트: 2020년 10월 5일 @ 오후 12시 51분

Version 1.0.51
-Fixed bug in TickList.Register
-Fixed bug in TickList.Deregister
-Added function to exempt threads from timeout (helps long running methods like map generation)

업데이트: 2020년 10월 4일 @ 오후 10시 16분

Version 1.0.50
-Forced MapGenerator.GenerateMap to run on main thread only (hopefully helps z-level compatibility)
-Fixed bug with ReservationManager.IsReservedByAnyoneOf
-Removed a few messy hacks that I never should have used