浏览代码

Update CHANGELOG

pull/1142/head
Ray 5 年前
committed by GitHub
父节点
当前提交
5a39b22521
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      CHANGELOG

+ 4
- 0
CHANGELOG 查看文件

@ -44,6 +44,10 @@ Detailed changes:
[core] ADDED: CompressData() - Compress data (DEFLATE algorythm) [core] ADDED: CompressData() - Compress data (DEFLATE algorythm)
[core] ADDED: DecompressData() - Decompress data (DEFLATE algorythm) [core] ADDED: DecompressData() - Decompress data (DEFLATE algorythm)
[core] ADDED: GetWindowPosition() - Get window position XY on monitor [core] ADDED: GetWindowPosition() - Get window position XY on monitor
[core] ADDED: LoadFileData() - Load file data as byte array (read)
[core] ADDED: SaveFileData() - Save data to file from byte array (write)
[core] ADDED: LoadFileText() - Load text data from file (read), returns a '\0' terminated string
[core] ADDED: SaveFileText() - Save text data to file (write), string must be '\0' terminated
[core] REMOVED: Show raylib logo at initialization [core] REMOVED: Show raylib logo at initialization
[core] REVIEWED: GetFileName(), security checks [core] REVIEWED: GetFileName(), security checks
[core] REVIEWED: IsMouseButtonReleased(), when press/release events come too fast, by @oswjk [core] REVIEWED: IsMouseButtonReleased(), when press/release events come too fast, by @oswjk

正在加载...
取消
保存