Skip to content

Releases: pwnsky/squick

Squick:1.1.0

10 Apr 13:32
c0419cf
Compare
Choose a tag to compare

Update: Surrport c++20 coroutine, net & net client, http server & http client can use co_yield, co_return, co_await the feature.
Bugfix: The log not write to file correctly when start single process.
Update: Exception update on linux, the crash files will write into ./data/crash/ directory.
Update: When press Ctrl + C will quit the squick progam correctly in linux
Update: Dockerfile is updated, You can build the mini image by yourself.
Update: Move the doc to wiki
Update: Simplify login process
Update: Remove service configuration from Excel, just using command's args
Update: Remove database configuration from Excel, replaced by ./confg/node/db.json file
Update: The tutorial code is updated.

What's Changed

Full Changelog: 1.0.4...1.1.0

Squick:1.0.4

01 Oct 07:14
f9bc1f9
Compare
Choose a tag to compare
  1. Mongo DB Asynchronous Data Processing, Include: Insert, Find, Update, Delete, Create Index operations.
  2. Demo added player offline logic
  3. Proxy forward client's IP to lobby node
  4. Http client surport https request

Squick:1.0.3

29 Sep 05:22
d7f08ac
Compare
Choose a tag to compare

squick 1.0.3 released

  1. Lua增加数据库异步读取
  2. 修复LuaIntf在Lua协程中互相调用时,协程L传参错误。
  3. Lua增加配置表读取
  4. 代理数据库增加Clickhouse客户端

squick:1.0.0

03 Sep 07:27
ea0cfb5
Compare
Choose a tag to compare

squick 1.0.0 released
SDK参考相同版本号