DayZ
CF-Test
กำลังแสดง 1-10 จาก 86 รายการ
< 1  2  3 ... 9 >
อัปเดต: 12 พ.ย. @ 9: 32am
โดย ◣ ▲▼▲

Release 1.5.8 RC1
- Renamed CF_Byte::ToHex to CF_ToHex for compatibility with latest DayZ 1.29 Experimental
- Fixed: Use consistent line endings when writing XML
- Fixed: Trailing whitespace in tag contents
- Changed: Indent XML element contents on write
- Changed: Moved CF_XML::SafeReplace to CF_String::CF_Replace
- Optimization: Don't create new CF_EventUpdateArgs and don't call UpdateGameFlag each OnUpdate loop

อัปเดต: 23 เม.ย. @ 9: 18am
โดย ◣ ▲▼▲

Release 1.5.7 RC2
- DayZ 1.28 compatibility

อัปเดต: 11 เม.ย. @ 12: 12pm
โดย ◣ ▲▼▲

Release 1.5.7 RC1
- No longer require custom class inheriting from ModStructure to use ModStorage
- Update file exist state on first entity added after load

อัปเดต: 19 มี.ค. @ 5: 37am
โดย ◣ ▲▼▲

Release 1.5.6 RC3
- Added reliable fallback for player load if data indicates unexpected state

อัปเดต: 17 มี.ค. @ 6: 20am
โดย ◣ ▲▼▲

Release 1.5.6 RC2
- Force flush written player IDs
- Automatically create backups of player IDs database on each server start (rotating)
- Enabled debug logging
- Include accurate timestamp in log messages

อัปเดต: 9 มี.ค. @ 8: 27am
โดย ◣ ▲▼▲

Release 1.5.6 RC1
- Fixed CF_SHA256 for inputs >= 56 bytes
- Fixed CF_Encoding::IsLine
- Fixed CF_Stream::IsValid() returning true even after closing stream
- Fixed CF_TextReader::ReadLine
- CF_Stream is now managed
- Fixed ASCII values above 127 not being properly written by CF_BinaryWriter and CF_TextWriter, and not being properly read by CF_StringStream
- Fixed a rare race condition

อัปเดต: 12 ก.พ. @ 3: 46am
โดย ◣ ▲▼▲

Release 1.5.5 RC4
- Fixed unloading of modules under DayZ 1.27 can cause crashes if something else still accesses the module (e.g. threads)

อัปเดต: 1 ก.พ. @ 6: 35am
โดย ◣ ▲▼▲

Release 1.5.5 RC3.1
- Trivial: Fixed mod credits not including mod name, fixed alignment of DayZ credits

อัปเดต: 28 ม.ค. @ 8: 28am
โดย ◣ ▲▼▲

Release 1.5.5 RC3
- Fixed CF_Encoding::ToBase64 returning base16-encoded instead of base64-encoded text
- Fixed possible out-of-bounds error in CF_Base64Stream::Decode if the input string length is not a multiple of 3
- Fixed off by one error in Read functions of CF_TextReader
- Fixed not reading decimal part of floats in CF_TextReader::ReadFloat

อัปเดต: 23 ม.ค. @ 6: 22am
โดย ◣ ▲▼▲

Release 1.5.5 RC2
- Fixed memory leak in ConfigClass