DayZ
CF-Test
目前顯示第 31-40 項,共 85 項
< 1  2  3  4  5  6 ... 9 >
更新:2022 年 2 月 15 日 @ 上午 3:36

Removed:
ModStorage

更新:2022 年 2 月 11 日 @ 上午 2:09

更新:2022 年 2 月 4 日 @ 上午 5:14

Moved all modded entity classes for modstorage into the old file name

更新:2022 年 1 月 28 日 @ 上午 5:37

Fixed:

1.16 spam

更新:2022 年 1 月 28 日 @ 上午 5:27

Fixed:

1.16 compatibility

更新:2022 年 1 月 23 日 @ 上午 4:30

Fixed:

Freeze with corrupted storage

更新:2022 年 1 月 22 日 @ 下午 9:59

Please read the docs!

Fixed:
Client crash

Changed:
Moved all prints to new logging

更新:2022 年 1 月 16 日 @ 上午 4:03

class StringLocaliser : CF_Localiser
{

};

更新:2022 年 1 月 16 日 @ 上午 3:43

Signing fix

更新:2022 年 1 月 13 日 @ 上午 12:17

Added:
- Streams (CF_FileStream, CF_SerializerStream, CF_StringStream, CF_Base16Stream, CF_Base64Stream)
- Cryptography (CF_SHA256)
- Base event args class (CF_EventArgs)
- Math (CF_ExpressionVM, CF_SQFExpression, CF_MathExpression)
- IO (CF_IO, CF_File, CF_Directory, CF_Path)
- Lifecycle Events for game/mission startup and shutdown (CF_LifecycleEvents)
- Global instances of CfgSurfaces (CF_Surface)
- Global instances of CfgVehicleSurfaces (CfgVehicleSurfaces)
- Variable conversion (CF_TypeConverters)
- Primitive types (CF_String, CF_Byte, CF_Uint, CF_PackedByte)
- Encoding functions (CF_Encoding)
- Logging functions similiar to C# (CF_Log)
- Function tracing for unknown hard crashes (CF_Trace) (disable in production)
- Reinterpret casting (CF_Cast::Reinterpret)
- Binding inputs to methods (CF_InputBindings)
- Weapon magazine/ammunition helper functions (Weapon_Base::CF_SpawnMagazine, Weapon_Base::CF_AttachMagazine, Weapon_Base::CF_SyncSelectionState, WeaponFSM::CF_FindBestStableState)
- String localising (CF_Localizer)
- Module System (CF_ModuleCore, CF_ModuleGame, CF_ModuleWorld)
- ModStorage (CF_ModStorage)
- Networked Variables (CF_NetworkedVariables)

Changed:
- Renamed JMDate to CF_Date

Removed:
- XML.pbo

Deprecated:
- JMModuleManager, JMModuleBase and anything else prefixed with JM in the old module system
- JMDate
- StringLocaliser