Commit Graph

1436 Commits

Author SHA1 Message Date
967057cf36
Invalidate synchronizers exosuit menu when scrolling in non otm guis
Fixes #165
2022-10-24 18:22:54 +07:00
3e2b524519
Do not trigger glitch effect when damage received is zero or negative
Fixes #143
2022-10-24 18:05:53 +07:00
0cc753e035
Re-opening GUIs no longer evaporate scrollbar due to already scrolled slots
Fixes #150
2022-10-24 18:04:01 +07:00
d3e2b1928a
Try to prevent multiple scrollbars
Fixes #168
2022-10-24 17:39:05 +07:00
2287c74ed9 Base textures for colored doors 2022-10-24 15:12:55 +06:00
06ada43c75 Exosuit color texture 2022-10-24 15:09:36 +06:00
1e654ff079
Quickcraft into hotbar
Fixes #170
2022-10-24 09:13:14 +07:00
8a5727233a
Also don't scroll mattery menus 2022-10-24 08:43:08 +07:00
3f3d08ac32
Color noise client option
Fixes #142
2022-10-23 22:56:47 +07:00
b0f820e6f0
Fix nanobots regeneration being wild 2022-10-23 22:22:14 +07:00
161da49007
Nerf energy sword damage 2022-10-23 20:19:38 +07:00
83ab948b51
Mark glass achievement as goal 2022-10-23 18:05:18 +07:00
604385e82e
Actually, this is better 2022-10-23 18:03:32 +07:00
a1727fc7bf
stupid 2022-10-23 18:02:05 +07:00
115cd1f027
Do not scroll inventory menu 2022-10-23 15:00:21 +07:00
b14b7467c9
Don't eat mouse input in effect list panel
this allows to click on effect list panel with item to drop it
2022-10-23 13:54:50 +07:00
8442cdb9ad
Don't give a damn about imprecise energy ops
because it is a video game anyway
2022-10-23 13:28:50 +07:00
99513ecc04
Merge remote-tracking branch 'origin/master' into master 2022-10-23 12:32:41 +07:00
55592a0e11
Make mekanism energy conversion update 2022-10-23 12:30:19 +07:00
2dd617b617
Fix energy conversion with mekanism 2022-10-23 12:19:30 +07:00
c1120c92ff
Spew errors in mekanism integration 2022-10-23 12:08:24 +07:00
6cd29403be
thirty two bits 2022-10-23 12:01:25 +07:00
54fea6bc22
god damn it 2022-10-23 11:30:25 +07:00
a6e0778d49
я ненавижу каждую секунду видения этого. 2022-10-22 23:38:17 +07:00
104ceaf0a4
Don't scroll any possible item variant this fast 2022-10-22 21:46:44 +07:00
071d831005
Add missing items to Old Fashion Color Touch 2022-10-22 21:03:33 +07:00
18b62dff42 Laboratory Tele jigsaw worldgenjson error fix and alternative entrance structure variants 2022-10-22 18:19:41 +06:00
40cfb030c2
Rename 2022-10-22 12:28:46 +07:00
2fc7073c01
Simplify integerDivisionDown and integerDivisionUp 2022-10-22 12:22:12 +07:00
0d52bd8e19
Add config option to disable hunger to energy regeneration
Fixes #79
2022-10-22 10:44:21 +07:00
da96de0037
Don't instantly destroy blocks by shockwave which can't be mined by hand 2022-10-22 01:24:39 +07:00
d6250f4cb2
Revert shockwave sound to ultrakill one
Because we now have permission from copyright holder
2022-10-22 01:11:23 +07:00
6f4622884d
Don't waste cpu cycles 2022-10-22 01:04:48 +07:00
6cd050e0a7
Unify android ability wheel render logic 2022-10-22 01:01:07 +07:00
32f5b2ece9
Actually fix android glitches on death 2022-10-22 00:54:26 +07:00
667553fb3d
Fix inventory scrollbar in regular guis 2022-10-22 00:51:51 +07:00
4f64733981
lol 2022-10-22 00:42:33 +07:00
54213d944f
something something glitch 2022-10-22 00:35:33 +07:00
e7f919de21
Add exosuit visibility toggle tooltip 2022-10-22 00:21:54 +07:00
8fc69cf3e3
Actually, DO use default endpoint in public synchronizer 2022-10-22 00:11:30 +07:00
2816250774
Final fixes to synchronization of mattery player to other players 2022-10-21 23:56:38 +07:00
949e529b19
Instantly invalidate synchronizers for mattery players 2022-10-21 23:06:37 +07:00
af916f39e9
Throw exception when trying to read after end of stream 2022-10-21 23:03:07 +07:00
f64ea09a1b
Fix imports 2022-10-21 22:53:53 +07:00
00f759d1a5
Remove entity renderer panel button hacks 2022-10-21 22:49:51 +07:00
b6b7ea6a77
Split checkbox panels file 2022-10-21 22:46:35 +07:00
b2181819ca
Split buttons panel file 2022-10-21 22:45:56 +07:00
a53438e1f9
Exosuit display toggle button 2022-10-21 22:44:12 +07:00
834efad363
Proper exosuit model 2022-10-21 20:08:19 +07:00
70a0030be7
Make exosuit glow ??? 2022-10-21 19:47:17 +07:00
5a76223f14
ah yes, no hooks for layers 2022-10-21 19:31:53 +07:00
16bd9cd20a
Exosuit model test or something
???
2022-10-21 18:59:20 +07:00
6ac423f256
Name fields 2022-10-21 17:44:22 +07:00
2809840e43
Optimize imports 2022-10-21 17:09:44 +07:00
13802c0cb2
Separate networked fields in mattery player to private and public 2022-10-21 17:06:38 +07:00
286174d8a7
Fields now know their payload sizes, field synchronizer stream now can be safely embedded into any other data structure 2022-10-21 16:37:06 +07:00
0396a4f7c0
Field synchronizer can have fields defined in any order, it will work as long as field names match on both client and server 2022-10-21 15:49:42 +07:00
cac0b2fadb
MatteryContainer now save only non empty itemstacks 2022-10-21 14:02:16 +07:00
5a70c22acc
Put in more sane values 2022-10-21 13:30:29 +07:00
920ae7b2b2
formatting 2022-10-21 13:16:23 +07:00
d2257749e0
Inventory scrollbar in all inventories
Fixes #120
2022-10-20 20:59:04 +07:00
c6fae3348b
Implement double click quickmove fix using isSameInventory 2022-10-19 23:08:56 +07:00
e1be8dcfdb
Revert mattery menu changes 2022-10-19 23:07:29 +07:00
066921c981
Remove confusing function, rename everything to add 2022-10-19 17:12:25 +07:00
9dfb534f9a
ContainerProxy, trick minecraft's click logic 2022-10-19 17:10:48 +07:00
b6bb0ed4b3
show actual shockwave radius 2022-10-19 15:40:17 +07:00
3535cf95f7
SystemTime class
Fixes #125
2022-10-19 15:36:28 +07:00
ffb7c7b5ae Merge remote-tracking branch 'origin/master' 2022-10-18 23:12:06 +06:00
c44d36fbfe Minor texture changes for floor tiles 2022-10-18 23:11:38 +06:00
ed94449f80
YuRaNnNzZZ — Вчера, в 12:16
нет
дбот
вот ты говоришь моды охуеют
но тут охуел уже я
2022-10-18 08:43:18 +07:00
8e91e2564e
shockwaive 2022-10-17 23:32:34 +07:00
add03b6167
Don't predict shockwave sound 2022-10-17 19:41:34 +07:00
5f7d20b32b
не нужны нам ваши эти частицы 2022-10-17 13:41:35 +03:00
333f268228
а вот и звуки 2022-10-17 11:48:45 +03:00
c64270c75e Shockwave and jump boost sound files? (not implemented) 2022-10-17 12:56:07 +06:00
e15c426135
Shockwave visual effects or something
Fixes #118
2022-10-17 11:25:14 +07:00
dd686e23c5
Scissor logic in calculateAbsoluteObstructingRectangles 2022-10-17 00:23:09 +07:00
9a218de5e7
EditablePanel.isObstructing
Fixes #127
2022-10-17 00:16:03 +07:00
d26660c917
yippie 2022-10-16 23:54:14 +07:00
ef8738a0f4
что то тут не так. 2022-10-16 23:48:25 +07:00
78b838bff8
GearShocky — Сегодня, в 17:25
а возможно ли оставить эффект глюков на экране смерти
2022-10-16 19:57:38 +07:00
d8ba380998
damn it 2022-10-16 19:46:41 +07:00
c4de2248ab
Disallow to quickly pickup items from equipment slots on doubleclick 2022-10-16 19:46:08 +07:00
054d393976
YuRaNnNzZZ — Сегодня, в 18:11
а чё оффсет такой
не по центру
2022-10-16 18:15:01 +07:00
54e19dc78d
Door 2022-10-16 18:14:11 +07:00
dfb93f65f1
Render android abilities cooldown on main HUD 2022-10-16 17:55:27 +07:00
65eaf916f8
that was a bad idea 2022-10-16 17:41:13 +07:00
1dfdc44acd
Add field synchronizer > 128 fields test 2022-10-16 16:06:58 +07:00
5b596dc2cb
Write field IDs as Var Ints 2022-10-16 15:08:17 +07:00
5a8a3e375d
Make cooldownPercent be property 2022-10-16 15:03:15 +07:00
df683477d1
split drawArc to uploadArc, more intelligent steps calculation 2022-10-16 13:32:41 +07:00
b5ed902871
Allow to teleport under blocks
Fixes #119
2022-10-16 12:19:12 +07:00
9623f84eb5
Fix inventoryDropAll violating Inventory#dropAll contract
Fixes #126
2022-10-16 11:17:56 +07:00
b645d44b8d
Some improvements to android glitches 2022-10-16 01:27:19 +07:00
20092b91b2
Merge remote-tracking branch 'origin/master' into master 2022-10-15 23:34:15 +07:00
3ead1c998d
Android glitch effect or something
Fixes #116
2022-10-15 23:34:06 +07:00
d5d9ee473f
200 Ticks 2022-10-15 11:26:23 +03:00
a688f775b8
Use isActuallyEmpty 2022-10-15 15:22:33 +07:00
29abf5f071
Get post render hooks working at least 2022-10-14 22:23:05 +07:00
120c6b39a2
отображение кулдауна на колесе #124 2022-10-14 14:38:46 +03:00