GiantLuigi4
|
84d475d61c
|
use a proper inverse of hit2px for the coordinate calculation for the keyboard camera
|
2023-11-22 23:59:18 -05:00 |
|
GiantLuigi4
|
ec904c199e
|
Merge remote-tracking branch 'origin/1.20' into 1.20
# Conflicts:
# src/main/java/net/montoyo/wd/block/ScreenBlock.java
# src/main/java/net/montoyo/wd/client/ClientProxy.java
# src/main/java/net/montoyo/wd/client/gui/GuiKeyboard.java
# src/main/java/net/montoyo/wd/client/gui/GuiScreenConfig.java
# src/main/java/net/montoyo/wd/client/renderers/ScreenRenderer.java
# src/main/java/net/montoyo/wd/controls/builtin/ManageRightsAndUpdgradesControl.java
# src/main/java/net/montoyo/wd/data/ScreenConfigData.java
# src/main/java/net/montoyo/wd/entity/AbstractInterfaceBlockEntity.java
# src/main/java/net/montoyo/wd/entity/KeyboardBlockEntity.java
# src/main/java/net/montoyo/wd/entity/RedstoneControlBlockEntity.java
# src/main/java/net/montoyo/wd/entity/RemoteControlBlockEntity.java
# src/main/java/net/montoyo/wd/entity/ScreenBlockEntity.java
# src/main/java/net/montoyo/wd/item/ItemLaserPointer.java
# src/main/java/net/montoyo/wd/item/ItemLinker.java
# src/main/java/net/montoyo/wd/item/ItemOwnershipThief.java
# src/main/java/net/montoyo/wd/item/ItemScreenConfigurator.java
# src/main/java/net/montoyo/wd/net/client_bound/S2CMessageAddScreen.java
|
2023-11-22 21:54:43 -05:00 |
|
GiantLuigi4
|
3d2f786049
|
split "Screen" class out of TileEntityScreen
|
2023-11-22 15:51:38 -05:00 |
|
GiantLuigi4
|
92bd6924b0
|
undo cleanup of mouse handling, because it did not work
|
2023-11-11 17:59:15 -05:00 |
|
GiantLuigi4
|
074cedc85c
|
some restructuring
|
2023-11-11 00:06:56 -05:00 |
|
GiantLuigi4
|
a4b4162fa9
|
modernize naming pt1
|
2023-11-10 23:58:05 -05:00 |
|
GiantLuigi4
|
a2f81aeeac
|
modernize naming pt0
|
2023-11-10 23:57:02 -05:00 |
|
GiantLuigi4
|
a9d9dcfecf
|
format.
|
2023-11-10 23:50:06 -05:00 |
|
GiantLuigi4
|
0867dd68d7
|
mod compiles, things *really* don't work
|
2023-09-22 15:26:43 -04:00 |
|
GiantLuigi4
|
f7f92cd19c
|
lot of the work is done
|
2023-09-22 13:56:23 -04:00 |
|
GiantLuigi4
|
4c0b89de04
|
e
|
2023-06-07 17:00:04 -04:00 |
|
GiantLuigi4
|
c2c7df3b16
|
more dedup
|
2023-06-07 15:58:42 -04:00 |
|
GiantLuigi4
|
727808adbc
|
deduplication
|
2023-06-07 15:51:40 -04:00 |
|
GiantLuigi4
|
0749e35431
|
remove excess facing properties
|
2023-06-07 14:35:05 -04:00 |
|
GiantLuigi4
|
f9a7649b0e
|
optimize minepad model and texture
|
2023-06-06 16:03:50 -04:00 |
|
GiantLuigi4
|
5ce9e4574d
|
fix issue where turning on the back of the screen would break both sides of the screen
|
2023-06-05 16:57:47 -04:00 |
|
GiantLuigi4
|
e2f6ac39a5
|
fix keyboard model, fix upgrade stacking&serialization, fix keyboard collision shape
|
2023-06-02 23:19:13 -04:00 |
|
GiantLuigi4
|
5d3426706f
|
new config option, fix a clicking issues with clicking on the display
|
2023-06-02 21:50:46 -04:00 |
|
GiantLuigi4
|
0dda6eafb7
|
loot tables, and some code cleanup
|
2023-06-02 16:55:32 -04:00 |
|
GiantLuigi4
|
7d3de1fcc5
|
switch config systems; configs can now be modified on the fly and have comments and such
|
2023-06-02 13:36:59 -04:00 |
|
GiantLuigi4
|
bc16cf9769
|
large reworks of network code, various fixes
|
2023-03-14 13:00:34 -04:00 |
|
GiantLuigi4
|
3c141d9e1b
|
redo like literally all of networking
|
2023-03-12 16:33:58 -04:00 |
|
Mysticpasta1
|
ff55cbf1b2
|
Merge branch 'master' of https://github.com/Mysticpasta1/webdisplays
|
2023-03-09 21:29:34 -06:00 |
|
Mysticpasta1
|
0d0c201fba
|
laser pointer fixed also fixed block screen gui url changing thing
|
2023-03-09 21:28:42 -06:00 |
|
GiantLuigi4
|
b01e15ab73
|
various thhingingses
|
2023-03-09 21:50:12 -05:00 |
|
Mysticpasta1
|
3b5ad2112f
|
right clicking function active
|
2023-03-09 03:26:22 -06:00 |
|
Mysticpasta1
|
d9e75f6ada
|
Merge pull request #4 from GiantLuigi4/master
a couple of tweaks
|
2023-03-05 22:17:50 -06:00 |
|
Mysticpasta1
|
9dbe5b78f2
|
Fixed Recipes and Advancements
|
2023-03-05 22:17:26 -06:00 |
|
GiantLuigi4
|
c9589d9e3c
|
better linker handling, remove excess imports in BlockKeyboardRight
|
2023-03-05 21:25:48 -05:00 |
|
GiantLuigi4
|
06597c4506
|
better keyboard handling, VR keyboard, and also you can turn on displays while crouching
|
2023-03-05 21:03:38 -05:00 |
|
GiantLuigi4
|
bc7de9a7b6
|
slight tweaks to networking code
|
2023-03-05 20:10:03 -05:00 |
|
GiantLuigi4
|
374b4ee993
|
rework keyboards
|
2023-03-03 21:14:24 -05:00 |
|
Mysticpasta1
|
7fb2170e34
|
initial port to 1.19.2 forge (windows only)
|
2023-03-02 04:42:06 -06:00 |
|
Mysticpasta1
|
523cd9ca52
|
Update BlockScreen.java
|
2022-07-01 14:08:52 -05:00 |
|
Mysticpasta1
|
3cc7087371
|
everything done finally
|
2022-07-01 04:19:10 -05:00 |
|
Mysticpasta1
|
0ed8dba783
|
push for water
|
2022-06-29 21:10:07 -05:00 |
|
Mysticpasta1
|
e4df9322bc
|
everything and anything all of the time
|
2022-06-28 02:25:17 -05:00 |
|
Mysticpasta1
|
5f0de40ad7
|
lot of thing, lot - of - things
|
2022-06-26 21:10:55 -05:00 |
|
Mysticpasta1
|
e7c8fcb0df
|
push what I have so far
|
2022-06-26 07:59:29 -05:00 |
|
Mysticpasta1
|
a4f0b2642c
|
bug fixing and jsons
|
2022-06-26 04:59:33 -05:00 |
|
Mysticpasta1
|
fb3c6be715
|
did stuff
|
2022-06-25 16:37:39 -05:00 |
|
Mysticpasta1
|
1cfbb02d6e
|
everything but one
|
2022-06-24 07:48:31 -05:00 |
|
Waterpicker
|
632eb3cdf6
|
Metric ton of stuff. I'm tired.
|
2022-06-24 04:22:46 -05:00 |
|
Mysticpasta1
|
b549142837
|
finish registry
|
2022-06-23 06:08:06 -05:00 |
|
Mysticpasta1
|
e856c1fb2a
|
more stuff
|
2022-06-23 03:43:12 -05:00 |
|
Mysticpasta1
|
895ee15c7a
|
push a lot of stuff
|
2022-06-23 02:34:15 -05:00 |
|
Waterpicker
|
48bf5bc58f
|
Did a bit more
|
2022-06-22 23:39:57 -05:00 |
|
Waterpicker
|
bf1167098f
|
Fixed ClientProxy
|
2022-06-22 23:24:42 -05:00 |
|
Mysticpasta1
|
ffa8996f74
|
Update BlockKeyboardRight.java
|
2022-06-21 17:10:48 -05:00 |
|
Nicolas BARBOTIN
|
82aa167ae7
|
* Switched to latest MCEF version
* Switched to latest recommended forge version
+ Added auto-punycode in SetURL GUIs
+ Added welcome notice on first run
+ Added computer-craft support
|
2019-07-24 13:38:06 +02:00 |
|