登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
游戏/娱乐
>
游戏
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
9
Star
22
Fork
6
Powder-Toy-Sync
/
The-Powder-Toy
代码
Issues
0
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
snapshot-165
Snapshot 165 Add Lua api to control zoom windows: ren.zoomEnabled, ren.zoomWindow, ren.zoomScope, courtesy of @ssccsscc Large refactoring by @LBPHacker, refactor all http code to route through Request, delete RequestBroker, refactor thumbnail rendering Thumbnails now show up immediately when ready, instead of being delayed by 1/10 of a second (or 1 full second in the 94.1 release version)
a06124a
2019-02-23 19:50
下载
snapshot-166
Snapshot 166 Fix crash when exiting local save browser before all thumbnails load code refactoring (virtual -> override)
55e6074
2019-03-10 09:42
下载
snapshot-167
Snapshot 167 Fix updater If you are on snapshot 165 or 166, redownload the snapshots at https://starcatcher.us/TPT/Download/Snapshot.zip
45b391d
2019-03-10 11:09
下载
snapshot-168
Snapshot 168 Allow unicode in element names (useful for Lua scripts) Replace http.cpp with libcurl, a proper http library Use https for all requests - communications to the TPT server are now encrypted
ad71227
2019-03-20 12:06
下载
snapshot-169
Snapshot 169 Fix crash when opening stamp / local save browser or uploading a save
c7ae820
2019-03-23 23:01
下载
snapshot-17
Snapshot 17 Fix crash when doing simulation = nil in console Fix 'large screen' description Overwriting a local save updates the reload button save now Add "Saved Successfully" message when overwriting a local save
7620933
2015-12-17 03:06
下载
snapshot-170
Snapshot 170 Fix memory leak in local save browser Fix saving/loading window position on 2nd monitor
e901103
2019-03-25 11:17
下载
snapshot-171
Snapshot 171 Fix "Error loading save" stamps appearing when using tptmp Fix replace mode not affecting energy particles Fix replace mode not working with Lua elements Don't allow enabling both replace mode and specific delete at the same time Fix pressure / ambient heat being saved as 0 instead of not at all when holding shift Fix GLAS, TUNG and QRTZ breaking on load when saved at high pressures Add new sign types: {type}, {ctype}, {life}, {tmp}, {tmp2} These sign types now use substitution, you can make a sign such as "{type} with ctype {ctype}" and both will be replaced Convert old {t} / {p} signs to say "Temp: {t}" and "Pressure: {p}" PIPE with lava now shows in HUD as "PIPE with molten [ctype]"
79c5813
2019-04-03 01:53
下载
snapshot-173
Snapshot 173 More descriptive SSL error messages
ea4c355
2019-04-04 08:19
下载
snapshot-174
Snapshot 174 Add command line option "redirect" to redirect output to stdout.txt / stderr.txt Print libcurl error buffer to stderr on client error (http code >= 600)
ff39c82
2019-04-06 03:22
下载
snapshot-175
Snapshot 175 Fix race condition with Newtonian Gravity (exceptionally rare, has been in there 7 years) Fix garbage in certain error messages, such as errors when voting Fix minor resource leaks in Lua Fix minor memory leak when allocating Lua elements Fix POLO eating PROT ID#0 no matter where it is Search signs now drawn in purple instead of blue Forum thread signs now drawn in red instead of blue
9d92b77
2019-04-12 23:09
下载
snapshot-177
Snapshot 177 Use c++11 threads Fix crash when searching in element search ui Add sim.CELL Lua constant Lua transition api cleanup / fix transition properties not being validated Fix part_change_type not being called by sim.partProperty Fix tpt.eltransition Add transition constants to sim. api: NT/ST/ITH/ITL/IPH/IPL Fix elem.free not removing the freed element from the menu Add .life serialization support to lsns Add option to change menu selection from hovering to click
5391fc3
2019-07-04 20:15
下载
snapshot-178
Snapshot 178 Add setting in options menu to control whether pressure is included in saves and stamps Remove option where holding shift while loading or creating a stamp prevents pressure from being included The shift option may be added back later
a407aba
2019-07-10 06:35
下载
snapshot-179
Snapshot 179 Reinstate option where holding shift inverts the decision on whether or not to include pressure in saves/stamps, or load pressure from saves/stamps Element search ui can now search by description Rewrite text wrapping, this fixes an issue where one character in words that wrapped over two lines were not shown Remove syntax highlighting in console, we will add this back if we find a good way to support it with the new text wrapping
8223e06
2019-07-19 17:26
下载
snapshot-18
Snapshot 18 Ctrl+a support in labels Change AMTR and MORT to TYPE_GAS, and THDR to TYPE_ENERGY Use .Properties instead of .Falldown to determine if an element can move through walls Revert FIRE, SMKE, and CO2 to a a .Falldown of 1, to fix movement in some saves Remove all usage of .State Make sure old lua scripts that still set .State still work properly
07be209
2015-12-18 15:27
下载
snapshot-180
Snapshot 180 Fix random crashes when making network requests or on exit Use current render mode when rendering a stamp Add disable-network command line argument Add file drop handler, you can now drop .cps and .stm files onto the window "Rescan Stamps" now sorts stamps by time created
a73d1f9
2019-07-27 11:09
下载
snapshot-181
Snapshot 181 Revise ctype drawing code Add ability to set "CtypeDraw" function for Lua elements. This function is called any time the user draws on top of your element It takes the following arguments: i, t (type), v (often used for GoL index)
8b81023
2019-08-01 05:57
下载
snapshot-182
Snapshot 182 Fix tpt.eltransition..presHighType Update gravity mask even while paused (gravity wall) Prioritise ctypeDraw functions over sparking Prevent protocol downgrade attacks (force https and TLS1.2) Only allow strong ciphers to be used Fix issue with text wrapping that could cause a newline to be unnecessarily appended at the end Arbitrary newtonian gravity code cleanup Fix CELL size check when loading saves
5eb3cfa
2019-08-10 10:51
下载
snapshot-183
Snapshot 183 Revert "Only allow strong ciphers to be used", fixes inability for Windows users to make network requests May add it back later as an option
41d5485
2019-08-10 10:52
下载
snapshot-184
Snapshot 184 Fix frame # not showing properly in HUD when recording Fix potential stack overflow with water when water eqalization is enabled Make water equalization fill in areas slightly more naturally
b975dc2
2019-08-11 10:46
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C++
1
https://gitee.com/Powder-Toy-Sync/the-powder-toy.git
[email protected]
:Powder-Toy-Sync/the-powder-toy.git
Powder-Toy-Sync
the-powder-toy
The-Powder-Toy
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册