mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-15 19:22:25 +08:00
c6d883eccf
* huatuo * biyue * gender of player * let tablepile smaller * card emotions * remove getOtherPlayers * guicai * skill audio * card audio * death audio * bgm * damage sound * local bgm * add more skill audio * android: dont link to quickcontrol2 * android: fix ifndef * yield only when need * modify cpp according to clazy * reduce malloc times * revert yield * qingguo * fix back to lobby * use compact json in cpp * notifySkillInvoke animation * util: string2json * losehp; tablepile fix * judge result animation * add scrollbar for logedit * add lock on waitForReply * fix: virtual jink has no effect * tiandu * fix: duplicated cards when related to equiparea * ui: disable okcancel when replying * ui: disable invaild card when responding * game: skill & card use history * game: more judge on vsskill's canUse * luoyi * login page i18n * i18n for server error message * tuxi * expand equip area when needed * add footnote to cards from pile * ui: only filter CanUseCard when playing * expand equip when responding * prompt * prompt for askforchoice * guanxing * fix guanxing * tieqi * liuli * doc for trigger skill * xiaoji * lianying * fanjian * rende * add skill's subclass * TODO: add tmd skill functions for other cards * paoxiao * qicai * guose * yiji (WIP)
42 lines
442 B
Plaintext
42 lines
442 B
Plaintext
# Compile output
|
|
build/
|
|
*.o
|
|
zh_CN.qm
|
|
|
|
# IDE & LSP
|
|
.kdev4/
|
|
.vscode/
|
|
*.user
|
|
*-swp
|
|
*.kdev4
|
|
.cache/
|
|
tags
|
|
|
|
# file produced by game
|
|
FreeKill
|
|
FreeKill.exe
|
|
freekill-wrap.cxx
|
|
server/users.db
|
|
server/rsa
|
|
server/rsa_pub
|
|
freekill.client.config.json
|
|
freekill.server.config.json
|
|
flist.txt
|
|
|
|
# windeployqt
|
|
bearer/
|
|
iconengines/
|
|
imageformats/
|
|
platforms/
|
|
Qt/
|
|
QtGraphicalEffects/
|
|
QtQuick/
|
|
QtQuick.2/
|
|
Qt5Compat/
|
|
QtQml/
|
|
sqldrivers/
|
|
styles/
|
|
tls/
|
|
translations/
|
|
*.dll
|