Commit Graph

1580 Commits

Author SHA1 Message Date
SweetSea
c6903c89d9 Merge branch 'main' of https://github.com/26F-Studio/Techmino into mod-patch 2024-11-10 14:48:54 +07:00
MrZ_26
64ddb09060 关于页面会显示当前love版本号了
(补法语缺一行文本)(补更新历史)
2024-11-06 09:36:27 +08:00
MrZ_26
f6e7e993f5 修msaa滑条在一些平台有问题 2024-11-04 11:01:05 +08:00
ParticleG
b50147cace - Unify clipboard 2024-11-01 08:00:01 +08:00
SweetSea
396293c8af Custom image from clipboard (#1157)
* Update how text renders in button and key

* Add a placeholder

* Add actual code and language entry

* Sort buttons

* Alter to keep original behaviour

* I HAVE OCD

* Add back legacy behaviour
2024-10-26 23:44:31 +08:00
Imple Lee
fbf6e910a3 Fix a wierd bug (#1161)
Steps to reproduce:
1. reset everything in custom game
2. restart the game
3. go to the custom game scene
4. go to the custom sequence scene and set a new sequence
5. leave the scene and go to the custom game scene
6. begin to clear

Unintended behavior:
The sequence is still the default old sequence (7-bag)

Intended behavior:
The sequence is the newly set sequence

Rationale:
The bug was introduced by #1139.
It deleted a line of `apply_locals()` which I wrongly believed that the custom modes will execute initialize() anyway, but it turned out initialization is only executed during the start of the whole game.
The patch is simple: just add back the deleted line
2024-10-18 00:45:37 +08:00
MrZ_26
423d502aa4 添加discordRPC支持 2024-09-26 02:29:24 +08:00
SweetSea
dc6b7de15f Fix multiplayer chat (#1154)
* Fix multiplayer chat

* Update wrapping text param.

* Update net_game.lua
2024-09-11 20:31:41 +08:00
MrZ_26
7407911914 Merge Electra's enhanced IRS 2024-09-03 21:12:32 +08:00
Imple Lee
5793b7ca38 fix custom games (#1139)
Now you can `play custom_` without going through the `customGame` scene
2024-08-26 11:20:48 +08:00
MrZ_26
78f3c31db1 联网房间内的准备按钮不再会试图将自己设置为Gamer状态(已经是了) 2024-08-09 05:23:38 +08:00
MrZ_26
137e707c63 删除ffa按钮
tech league改名galaxim,调整一些联网菜单文本
2024-08-08 23:42:41 +08:00
MrZ_26
9d4065a05a 修复创建联网房间时有好几个选项并没有生效 2024-08-08 16:08:51 +08:00
MrZ_26
424a3b3bee 公告页面信息更详细一点 2024-08-07 13:52:46 +08:00
MrZ_26
de3e1fcdc7 实现公告场景的功能 2024-08-07 13:25:03 +08:00
MrZ_26
59f390de93 尝试启用公告功能 2024-08-07 12:54:06 +08:00
MrZ_26
24d552ba2b Merge branch 'ci-web-revive' 2024-08-07 12:11:32 +08:00
C₂₉H₂₅N₃O₅
4fd497fe9f Used more mathematically correct symbols for app calc (#1127) 2024-07-01 22:51:14 +08:00
Nguyễn Quốc Hưng
271769c502 Merge branch 'main' into mod-patch 2024-06-06 16:41:21 +07:00
MrZ_26
d70b04e7fb 优化neuro立绘动画和俊达萌身高 2024-04-24 05:14:27 +08:00
Petalzu
a979b6dbe6 Add neuro voicepack (#1109)
* update neuro

* change image & fix delay

change the image of neuro and fix delay between two vocal

* add vocal

* change vocal&image
2024-04-24 04:11:18 +08:00
Nguyễn Quốc Hưng
9d3aeeb50b Update Vietnamese translation and fix cannot entering Zictionary's manual (#1111)
* Fix cannot enter manual

* Update Zictionary

* Update dict_vi.lua

* Update dict_vi
2024-04-24 03:37:56 +08:00
MrZ_26
e49f8d428a 修主菜单按钮问题 2024-03-01 09:10:37 +08:00
MrZ_26
b75359472b 主菜单联网游戏按钮和公告按钮改为不可用 2024-02-29 15:48:34 +08:00
MrZ_26
1c190d9544 暂停界面可以按自定义的重开键 2024-02-29 15:41:56 +08:00
SweetSea
1859e5bb96 Fix Disable theme and Lock B.G.'s weird behaviors (#1091) 2024-02-22 11:07:41 +08:00
Nguyễn Quốc Hưng
6c63fe0ab7 Cleaning-up Vietnamese translation (#1086)
* Cleaning-up the translation

* Update app_piano.lua

* Update lang_vi.lua

* Update TVN's link

I feel bruh because I should at least realize that TVN server lost it's Tier-3 boost a long time ago

* Small changes in dict.lua

* Small update in dict_vi.lua

* Remove a redundant "do-end"
2024-02-08 19:42:36 +08:00
Squishy (C6H12O6+NaCl+H2O)
44ff5e8ee1 Merge branch 'main' of https://github.com/26F-Studio/Techmino into mod-patch 2024-01-21 10:33:03 +07:00
C6H12O6 + NaCl + H2O
2d12ab3a19 Log viewer (#1076)
* Add scene

* Modify app_console.lua

* Add fix ability to viewlog in case log got messed a bit
2024-01-16 15:19:19 +08:00
Squishy (C6H12O6+NaCl+H2O)
c143e8eee5 Moving part 3 2024-01-11 09:32:57 +07:00
Squishy (C6H12O6+NaCl+H2O)
519687a718 Moving part 2 2024-01-11 09:32:12 +07:00
Squishy (C6H12O6+NaCl+H2O)
d399f3c9d3 Moving part 1 2024-01-11 09:30:08 +07:00
SweetSea-ButImNotSweet
97b1abb5b5 Resolve change request part Tetra 2024-01-09 13:52:55 +07:00
SweetSea-ButImNotSweet
c20e4ac845 Add short delay before showing nickname (again) 2024-01-08 19:49:24 +07:00
SweetSea-ButImNotSweet
f2686fb5bd Resolve change requests part 3 2024-01-08 16:34:58 +07:00
SweetSea-ButImNotSweet
888f2f6074 Resolve change requests part 2 2024-01-08 13:37:00 +07:00
SweetSea-ButImNotSweet
536174220d Resolves change requests 2024-01-08 11:33:01 +07:00
SweetSea-ButImNotSweet
d61372c041 Small tweak 2024-01-07 19:29:45 +07:00
Squishy (C6H12O6+NaCl+H2O)
2816a76f5a Fix bugs and small changes to other thing 2024-01-07 18:45:21 +07:00
Squishy (C6H12O6+NaCl+H2O)
65c050f6df Small update for viewLog 2024-01-07 18:43:46 +07:00
Squishy (C6H12O6+NaCl+H2O)
898539cab9 update viewLog 2024-01-07 17:27:07 +07:00
Squishy (C6H12O6+NaCl+H2O)
d09f5b0176 update viewlog 2024-01-07 11:23:54 +07:00
Squishy (C6H12O6+NaCl+H2O)
6594b4a238 Fix viewLog 2024-01-06 23:04:49 +07:00
Squishy (C6H12O6+NaCl+H2O)
70558e82db Add viewLog 2024-01-06 22:54:17 +07:00
Squishy (C6H12O6+NaCl+H2O)
766b32b1b4 Final update 2024-01-06 16:20:55 +07:00
Squishy (C6H12O6+NaCl+H2O)
869135a10c Add English translation 2024-01-06 14:43:50 +07:00
Squishy (C6H12O6+NaCl+H2O)
68733170a3 Fix mods, update UI 2024-01-06 12:57:39 +07:00
SweetSea-ButImNotSweet
c47ddf2900 Merge remote-tracking branch 'upstream/main' into mod-patch 2024-01-05 13:25:10 +07:00
MrZ_26
84361c3c31 新的mod开关音效 2024-01-04 21:28:26 +08:00
Squishy (C6H12O6+NaCl+H2O)
e6f416eee3 Shorten code, remove `unranked` 2024-01-04 10:19:38 +07:00