Commit Graph

512 Commits

Author SHA1 Message Date
LAX1DUDE
5eef920554 implemented relay connection interface 2022-08-14 01:25:13 -07:00
LAX1DUDE
683da6ef7d implemented client-side relay query logic 2022-08-14 00:23:10 -07:00
LAX1DUDE
dac0a9480d added LAN packets to client 2022-08-13 20:23:11 -07:00
LAX1DUDE
7e3aee8699 added rate limiting, added connections per ip limit 2022-08-13 20:00:26 -07:00
ayunami2000
f26e1b8f6d Fix eagswebrtc bug & add dummy relay to teavm eagleradapter 2022-08-13 12:50:47 -04:00
LAX1DUDE
84772d4172 added pinging and nearby LAN world query (untested) 2022-08-13 01:51:13 -07:00
LAX1DUDE
0de75b537d refactored a few gui classes 2022-08-13 00:19:11 -07:00
LAX1DUDE
8b5b9c945f Update .gitignore 2022-08-12 22:11:49 -07:00
LAX1DUDE
19bd727b93 finished the relay list (not including ping) 2022-08-12 22:09:38 -07:00
LAX1DUDE
6d06b5f7e9 a lot of progress on a relay manager gui 2022-08-12 00:16:49 -07:00
LAX1DUDE
01b1e31ce4 Merge branch 'singleplayer' of https://github.com/EaglerMods/eaglercraft-sp into singleplayer 2022-08-10 19:21:59 -07:00
LAX1DUDE
10a63f7038 TODO: need to auto detect ANGLE bug 2022-08-10 19:21:54 -07:00
ayunami2000
fa4c20e4d1 LAN stuff (WIP) 2022-08-10 11:52:43 -04:00
LAX1DUDE
d01c6fb300 renamed direct connect to "GuiScreenDirectConnect.java" 2022-08-09 20:43:38 -07:00
LAX1DUDE
cfa65f6e51 fixed content scaling 2022-08-09 20:42:39 -07:00
LAX1DUDE
df30a98a5d Formatted GuiShareToLAN.java 2022-08-09 19:13:34 -07:00
LAX1DUDE
9cde5ceabb merged ayunami's changes (merge untested) 2022-08-09 19:09:03 -07:00
LAX1DUDE
aebd77e886 Merge branch 'singleplayer' of https://github.com/EaglerMods/eaglercraft-sp into singleplayer 2022-08-09 19:04:43 -07:00
LAX1DUDE
d4d5d24805 fixed texture corruption (really) 2022-08-09 17:43:26 -07:00
ayunami2000
e0fad18020 Begin LAN support
Todo: cleanup & consistency (specifically with raw/direct usages of IntegratedServer)
2022-08-08 11:00:16 -04:00
LAX1DUDE
0b2a351278 wrote a signaling server, untested, needs ratelimiting 2022-08-07 23:46:13 -07:00
LAX1DUDE
e93e53541e LAN world API draft 2022-08-06 15:33:14 -07:00
ayunami2000
36c75ca4e1 Fix bug with multiplayer 2022-08-05 11:38:05 -04:00
LAX1DUDE
405a212c8b made world export/import use the EPK v2 format (faster) 2022-08-05 00:33:14 -07:00
LAX1DUDE
6fee025a62 added a way to disable the integrated server 2022-08-04 20:32:06 -07:00
LAX1DUDE
6006fd8f87 fix crash returning to "Edit Profile" after cancelling world import 2022-08-04 17:56:21 -07:00
LAX1DUDE
011168f3e8 fixed version number 2022-08-04 00:01:39 -07:00
LAX1DUDE
fbb4461eb3 fixed "kill task" 2022-08-03 23:26:42 -07:00
LAX1DUDE
1e6b8170b5 reformatted some classes 2022-08-03 23:06:34 -07:00
LAX1DUDE
efcf5f8e77 reformatted some singleplayer classes 2022-08-03 22:53:10 -07:00
LAX1DUDE
7d0bf17586 redesigned the EPK file format 2022-08-03 22:47:19 -07:00
ayunami2000
7899127209 Fully functional export-to-vanilla 2022-08-02 14:37:13 -04:00
LAX1DUDE
254365783e Merge branch 'singleplayer' of https://github.com/EaglerMods/eaglercraft-sp into singleplayer 2022-08-02 01:56:40 -07:00
LAX1DUDE
1158a6fe34 improved state management 2022-08-02 01:56:28 -07:00
LAX1DUDE
36d7d767dd compression speed improvements 2022-08-02 01:55:42 -07:00
ayunami2000
68b2e59429 Vanilla exporting progress (NOT DONE) 2022-08-02 02:37:06 -04:00
ayunami2000
a013bf69b1 Partial export-to-vanilla 2022-08-01 23:54:25 -04:00
ayunami2000
09783034b2 Implement vanilla world importing. 2022-08-01 17:56:35 -04:00
LAX1DUDE
9840619fb6
Update origin_blacklist.txt 2022-08-01 13:24:28 -07:00
LAX1DUDE
c18b2c19f0 Update IPCPacket07ImportWorld.java 2022-07-31 16:49:45 -07:00
LAX1DUDE
8ded64ac3e fix voice, added lag warning 2022-07-31 16:25:31 -07:00
LAX1DUDE
89950b7ae2 Token verification for separated bungee and server 2022-07-31 12:20:54 -07:00
LAX1DUDE
ddacbb3f50 made an offline download snapshot 2022-07-31 12:14:56 -07:00
ayunami2000
ba8a32a85b Token verification for separated bungee and server 2022-07-31 15:14:17 -04:00
LAX1DUDE
722166ee9f made a JSON version of minecraftOpts 2022-07-31 02:03:22 -07:00
LAX1DUDE
876e8b1a35 fixed flat world config shading 2022-07-30 23:10:38 -07:00
LAX1DUDE
d485333c33 fixed stray console.error in vc 2022-07-30 22:04:47 -07:00
LAX1DUDE
4aef755354 fixed localization 2022-07-30 22:02:23 -07:00
LAX1DUDE
5f57e414f1 fixed client loss of awareness that a world is singleplayer 2022-07-30 20:51:38 -07:00
LAX1DUDE
82f79f658e improved chunk loading at low render distance 2022-07-30 20:27:53 -07:00