Commit Graph

  • 6006fd8f87 fix crash returning to "Edit Profile" after cancelling world import LAX1DUDE 2022-08-04 17:56:21 -0700
  • 011168f3e8 fixed version number LAX1DUDE 2022-08-04 00:01:39 -0700
  • fbb4461eb3 fixed "kill task" LAX1DUDE 2022-08-03 23:26:42 -0700
  • 1e6b8170b5 reformatted some classes LAX1DUDE 2022-08-03 23:06:34 -0700
  • efcf5f8e77 reformatted some singleplayer classes LAX1DUDE 2022-08-03 22:53:10 -0700
  • 7d0bf17586 redesigned the EPK file format LAX1DUDE 2022-08-03 22:47:19 -0700
  • 7899127209 Fully functional export-to-vanilla ayunami2000 2022-08-02 14:37:13 -0400
  • 254365783e Merge branch 'singleplayer' of https://github.com/EaglerMods/eaglercraft-sp into singleplayer LAX1DUDE 2022-08-02 01:56:40 -0700
  • 1158a6fe34 improved state management LAX1DUDE 2022-08-02 01:56:28 -0700
  • 36d7d767dd compression speed improvements LAX1DUDE 2022-08-02 01:55:42 -0700
  • 68b2e59429 Vanilla exporting progress (NOT DONE) ayunami2000 2022-08-02 02:37:06 -0400
  • a013bf69b1 Partial export-to-vanilla ayunami2000 2022-08-01 23:54:25 -0400
  • 09783034b2 Implement vanilla world importing. ayunami2000 2022-08-01 17:56:35 -0400
  • 9840619fb6
    Update origin_blacklist.txt LAX1DUDE 2022-08-01 13:24:28 -0700
  • c18b2c19f0 Update IPCPacket07ImportWorld.java LAX1DUDE 2022-07-31 16:49:45 -0700
  • 8ded64ac3e fix voice, added lag warning LAX1DUDE 2022-07-31 16:25:31 -0700
  • 89950b7ae2 Token verification for separated bungee and server LAX1DUDE 2022-07-31 12:20:54 -0700
  • ddacbb3f50 made an offline download snapshot LAX1DUDE 2022-07-31 12:14:56 -0700
  • ba8a32a85b Token verification for separated bungee and server ayunami2000 2022-07-31 15:14:17 -0400
  • 722166ee9f made a JSON version of minecraftOpts LAX1DUDE 2022-07-31 02:03:22 -0700
  • 876e8b1a35 fixed flat world config shading LAX1DUDE 2022-07-30 23:10:38 -0700
  • d485333c33 fixed stray console.error in vc LAX1DUDE 2022-07-30 22:04:47 -0700
  • 4aef755354 fixed localization LAX1DUDE 2022-07-30 22:02:23 -0700
  • 5f57e414f1 fixed client loss of awareness that a world is singleplayer LAX1DUDE 2022-07-30 20:51:38 -0700
  • 82f79f658e improved chunk loading at low render distance LAX1DUDE 2022-07-30 20:27:53 -0700
  • 9a85b5e696 made client MP compatible. again, fixed chat LAX1DUDE 2022-07-29 22:37:01 -0700
  • aa02e00ca3 TeaVM 0.6.1, No Fucking Lag! LAX1DUDE 2022-07-29 16:48:06 -0700
  • f09b903b7d Patched, um, a security bug in bungee (thanks cold) LAX1DUDE 2022-07-28 16:44:02 -0700
  • 1c2af18151
    Merge pull request #175 from ColdDev/main LAX1DUDE 2022-07-28 16:34:47 -0700
  • 3df25410ef Fix critical bug in Bungee auth system ColdDev 2022-07-28 23:28:50 +0000
  • 8d31000bd1 fixed client syntax LAX1DUDE 2022-07-27 21:42:58 -0700
  • 0e78e1724d Update settings.gradle LAX1DUDE 2022-07-27 21:34:59 -0700
  • d706aa9305 Merge branch 'main' into singleplayer LAX1DUDE 2022-07-27 21:03:46 -0700
  • 04ca506f5a welcome back LAX1DUDE 2022-07-27 20:37:15 -0700
  • 12aac00d41 22w30a Configurable splash screens & voice bug fix LAX1DUDE 2022-07-26 19:44:54 -0700
  • c8a3c0d60c
    Update origin_blacklist.txt LAX1DUDE 2022-07-26 13:04:00 -0700
  • 87c08b886d Patch bug with global voice and large amounts of nearby players ayunami2000 2022-07-26 14:43:47 -0400
  • e24a5981b8 Fixed bungee NCP crash, splash screens on main menu LAX1DUDE 2022-07-25 20:19:42 -0700
  • 0d4efc3bbd organized splash code LAX1DUDE 2022-07-25 20:11:20 -0700
  • 7b5e336606
    Merge pull request #174 from Abnumality/main LAX1DUDE 2022-07-25 17:46:46 -0700
  • e7b5270f3b add splash Abnumality 2022-07-24 21:28:48 -0400
  • 85ffb7f034 Fix bungee bind error. ayunami2000 2022-07-24 20:30:57 -0400
  • 30c3d2bfb9 Patch plugin messages still sending to backend server ayunami2000 2022-07-24 20:05:41 -0400
  • 6cd6fa0a34 Added authentication to bungee (/login, /register) LAX1DUDE 2022-07-24 14:26:03 -0700
  • e277662c8e added register_enable, login_timeout to config, replaced thread in AuthHandler with a central timer LAX1DUDE 2022-07-24 14:13:40 -0700
  • 7ffa94ab17 fixed logging in BanList, DomainBlacklist LAX1DUDE 2022-07-24 14:13:23 -0700
  • d403cb8086 spaces to tabs (sorry guys) LAX1DUDE 2022-07-24 12:38:53 -0700
  • c4bda6bec5 Merge remote-tracking branch 'origin/auth' LAX1DUDE 2022-07-24 12:36:04 -0700
  • 1396344f37 Fix tablist when auth is enabled. ayunami2000 2022-07-24 15:02:42 -0400
  • 7c1a55918d Add change password permission to old configs... ayunami2000 2022-07-24 13:19:06 -0400
  • ab5b8f6cb5 Now compatible with AuthMe databases! ayunami2000 2022-07-24 12:53:57 -0400
  • 17e612a708 Escape section symbols so nothing freaks out ayunami2000 2022-07-23 21:51:10 -0400
  • 28f4a9c406 Implement authentication ayunami2000 2022-07-23 20:06:46 -0400
  • 42d05c460b (update bungee) Allow newer protocolsupport, patch eags.us origin blacklist LAX1DUDE 2022-07-23 14:52:36 -0700
  • c21abb5dfd Add newer protocolsupport support & change domain ayunami2000 2022-07-23 16:43:07 -0400
  • eddde27c20 fixed self defense code no to hook URLs opened by the client LAX1DUDE 2022-07-22 19:08:27 -0700
  • b0406bdf7d 22w29b fix bugs, fixed bungee protocolsupport LAX1DUDE 2022-07-22 17:50:21 -0700
  • b65f67def9 22w29a ADDED VOICE CHAT LOLOLOL :> (update bungee) LAX1DUDE 2022-07-21 22:11:31 -0700
  • b2fe26b357 removed unused imports LAX1DUDE 2022-07-21 21:26:26 -0700
  • 685ce5e025 last fixes LAX1DUDE 2022-07-21 21:23:50 -0700
  • c4a3bd1cbf fix volume sliders again LAX1DUDE 2022-07-21 16:42:54 -0700
  • f0b14d5ef9 Merge branch 'voice-broken' of https://github.com/LAX1DUDE/eaglercraft into voice-broken LAX1DUDE 2022-07-21 16:30:15 -0700
  • 6b88a73b78 fixed volume sliders LAX1DUDE 2022-07-21 16:30:00 -0700
  • 791a2f9a64 Fix proximity ayunami2000 2022-07-21 19:23:51 -0400
  • 188e36c2a2 add UTF-8 meta tag to javascript folder LAX1DUDE 2022-07-21 15:46:43 -0700
  • 8056f02172 Revert "fixed chat formatting character (for servers without UTF-8 http headers)" LAX1DUDE 2022-07-21 15:45:17 -0700
  • f3f8949f1a fixed chat formatting character (for servers without UTF-8 http headers) LAX1DUDE 2022-07-20 23:29:38 -0700
  • 81fb43e910 Merge branch 'voice-broken' of https://github.com/LAX1DUDE/eaglercraft into voice-broken LAX1DUDE 2022-07-20 23:00:51 -0700
  • 89c72b77f1 added notices, fixed name tags LAX1DUDE 2022-07-20 23:00:24 -0700
  • d8965aeb1f thorough error messaging ayunami2000 2022-07-19 02:00:13 -0400
  • 79b87e32a2 Global-proximity fix. ayunami2000 2022-07-18 23:14:42 -0400
  • 782235327b protocolsupport support ayunami2000 2022-07-18 17:54:29 -0400
  • 3f8f29d9f8 Nearing completion. ayunami2000 2022-07-18 11:07:59 -0400
  • 43eb2b2b38 added stun/turn config to config.yml LAX1DUDE 2022-07-17 23:49:05 -0700
  • 82df3d0c46 added more client protection LAX1DUDE 2022-07-17 23:48:26 -0700
  • 061afaf582 fixed paste in book LAX1DUDE 2022-07-17 21:13:03 -0700
  • c82aa4392f removed .bak file LAX1DUDE 2022-07-17 20:59:50 -0700
  • e6644016a9 fixed hotkey activation while typing into text fields LAX1DUDE 2022-07-17 20:48:12 -0700
  • 2f3c225e79 removed texture bleeding fixes LAX1DUDE 2022-07-17 20:18:19 -0700
  • 743a970595 disable voice when leaving a server LAX1DUDE 2022-07-17 20:13:35 -0700
  • 0a58308b80 progress ayunami2000 2022-07-17 20:57:05 -0400
  • 1637fc2998 save broken for future LAX1DUDE 2022-07-16 22:02:55 -0700
  • 00821ed2ae
    Update origin_blacklist.txt LAX1DUDE 2022-07-12 15:59:08 -0700
  • be822daf20 fixed secure mode zip LAX1DUDE 2022-07-10 12:39:28 -0700
  • 31fc3b88d1 Merge branch 'main' of https://github.com/LAX1DUDE/eaglercraft LAX1DUDE 2022-07-10 01:13:16 -0700
  • 222e30dedb fixed secure mode jar LAX1DUDE 2022-07-10 01:13:12 -0700
  • fff039e79b
    Update README.md LAX1DUDE 2022-07-06 22:49:53 -0700
  • f0fd21874e
    block ambiguous (*.eags.us, *.lax1dude.net) official-looking domains LAX1DUDE 2022-07-06 22:41:41 -0700
  • a8d5c856de
    Update origin_blacklist.txt LAX1DUDE 2022-07-05 18:11:24 -0700
  • bd226d50ff
    Update origin_blacklist.txt LAX1DUDE 2022-07-05 17:40:06 -0700
  • 194503946a Updated 'secure' mode to 22w26b (Cape Update) LAX1DUDE 2022-07-03 15:50:30 -0700
  • 1627422254 22w26b Multiplayer Capes, 1.8 skin settings menu, FPS boosted by making chunk loading smarter LAX1DUDE 2022-07-03 13:53:20 -0700
  • b924e6eb70 Merge branch 'main' of https://github.com/LAX1DUDE/eaglercraft LAX1DUDE 2022-07-03 13:53:10 -0700
  • 8aeaf404ca Made chunk loading smarter, boosted the FPS a lot LAX1DUDE 2022-07-03 13:49:55 -0700
  • 1b2cb34bb1 Added 1.8 skin settings menu LAX1DUDE 2022-07-03 13:48:39 -0700
  • c8b157b43f
    Update README.md LAX1DUDE 2022-07-02 19:02:23 -0700
  • 2e8d1ef6f2
    Update README.md LAX1DUDE 2022-07-02 17:09:54 -0700
  • 2f6ffc599a
    Update README.md LAX1DUDE 2022-07-02 15:17:56 -0700
  • 13ee2375fa added multiplayer capes LAX1DUDE 2022-06-29 23:23:12 -0700
  • 6191d0ef77 un-blacklisted ayunami's client LAX1DUDE 2022-06-26 13:10:52 -0700