Compare commits
20 Commits
1.9.4-2.0.
...
1.8.9-2.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01acbc6f1f | ||
|
|
1c606874ff | ||
|
|
d9b796db5e | ||
|
|
6bbff3bba7 | ||
|
|
6f3ac71a8b | ||
|
|
b0a1cdfce2 | ||
|
|
d46589193e | ||
|
|
1b099f9ef6 | ||
|
|
03534c6515 | ||
|
|
4388d6977d | ||
|
|
7ad19aa025 | ||
|
|
655bea0b2d | ||
|
|
458dad6f9a | ||
|
|
eb5ccb2fd5 | ||
|
|
6498d625ad | ||
|
|
2c898a8192 | ||
|
|
5d520a5a3c | ||
|
|
c681742a69 | ||
|
|
fbf165e618 | ||
|
|
6163585fe5 |
@@ -3,9 +3,11 @@ pipeline:
|
|||||||
image: plugins/git
|
image: plugins/git
|
||||||
tags: true
|
tags: true
|
||||||
build:
|
build:
|
||||||
image: openjdk:8
|
image: maven:3.3.9-jdk-8
|
||||||
commands:
|
commands:
|
||||||
- JAVA_OPTS=-Xmx1516M ./gradlew setupDecompWorkspace
|
- curl --fail --create-dirs -o $HOME/.gradle/init.d/mirror.gradle https://maven.johni0702.de/config/gradle
|
||||||
|
- curl --fail --create-dirs -o $HOME/.m2/settings.xml https://maven.johni0702.de/config/maven
|
||||||
|
- ./gradlew setupCIWorkspace
|
||||||
- ./gradlew :build
|
- ./gradlew :build
|
||||||
archive:
|
archive:
|
||||||
image: plugins/s3
|
image: plugins/s3
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
eyJhbGciOiJIUzI1NiJ9.cGlwZWxpbmU6CiAgY2xvbmU6CiAgICBpbWFnZTogcGx1Z2lucy9naXQKICAgIHRhZ3M6IHRydWUKICBidWlsZDoKICAgIGltYWdlOiBvcGVuamRrOjgKICAgIGNvbW1hbmRzOgogICAgICAtIEpBVkFfT1BUUz0tWG14MTUxNk0gLi9ncmFkbGV3IHNldHVwRGVjb21wV29ya3NwYWNlCiAgICAgIC0gLi9ncmFkbGV3IDpidWlsZAogIGFyY2hpdmU6CiAgICBpbWFnZTogcGx1Z2lucy9zMwogICAgYWNsOiBwdWJsaWMtcmVhZAogICAgcmVnaW9uOiAidXMtZWFzdC0xIgogICAgYnVja2V0OiAicmVwbGF5bW9kIgogICAgcGF0aF9zdHlsZTogdHJ1ZQogICAgc291cmNlOiBidWlsZC9saWJzLyoKICAgIHN0cmlwX3ByZWZpeDogYnVpbGQvbGlicy8KICAgIHRhcmdldDogLwo.Q_jQxd73CuNh8ZTGTw31yMmBIzWprIagmaddFYovDrc
|
eyJhbGciOiJIUzI1NiJ9.cGlwZWxpbmU6CiAgY2xvbmU6CiAgICBpbWFnZTogcGx1Z2lucy9naXQKICAgIHRhZ3M6IHRydWUKICBidWlsZDoKICAgIGltYWdlOiBtYXZlbjozLjMuOS1qZGstOAogICAgY29tbWFuZHM6CiAgICAgIC0gY3VybCAtLWZhaWwgLS1jcmVhdGUtZGlycyAtbyAkSE9NRS8uZ3JhZGxlL2luaXQuZC9taXJyb3IuZ3JhZGxlIGh0dHBzOi8vbWF2ZW4uam9obmkwNzAyLmRlL2NvbmZpZy9ncmFkbGUKICAgICAgLSBjdXJsIC0tZmFpbCAtLWNyZWF0ZS1kaXJzIC1vICRIT01FLy5tMi9zZXR0aW5ncy54bWwgaHR0cHM6Ly9tYXZlbi5qb2huaTA3MDIuZGUvY29uZmlnL21hdmVuCiAgICAgIC0gLi9ncmFkbGV3IHNldHVwQ0lXb3Jrc3BhY2UKICAgICAgLSAuL2dyYWRsZXcgOmJ1aWxkCiAgYXJjaGl2ZToKICAgIGltYWdlOiBwbHVnaW5zL3MzCiAgICBhY2w6IHB1YmxpYy1yZWFkCiAgICByZWdpb246ICJ1cy1lYXN0LTEiCiAgICBidWNrZXQ6ICJyZXBsYXltb2QiCiAgICBwYXRoX3N0eWxlOiB0cnVlCiAgICBzb3VyY2U6IGJ1aWxkL2xpYnMvKgogICAgc3RyaXBfcHJlZml4OiBidWlsZC9saWJzLwogICAgdGFyZ2V0OiAvCg.riE6lhwfdNUhI7LO2SxEKFOjzjaX40ne7Ae9gyP75KE
|
||||||
13
build.gradle
@@ -19,8 +19,8 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'net.minecraftforge.gradle:ForgeGradle:2.2-SNAPSHOT'
|
classpath 'net.minecraftforge.gradle:ForgeGradle:2.1-SNAPSHOT'
|
||||||
classpath 'org.spongepowered:mixingradle:0.4-SNAPSHOT'
|
classpath 'org.spongepowered:mixingradle:0.3-SNAPSHOT'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -36,9 +36,11 @@ archivesBaseName = "replaymod"
|
|||||||
|
|
||||||
minecraft {
|
minecraft {
|
||||||
coreMod = 'com.replaymod.core.LoadingPlugin'
|
coreMod = 'com.replaymod.core.LoadingPlugin'
|
||||||
version = '1.9.4-12.17.0.1976'
|
version = '1.8.9-11.15.1.1722'
|
||||||
runDir = "eclipse"
|
runDir = "eclipse"
|
||||||
mappings = "snapshot_20160518"
|
mappings = "stable_22"
|
||||||
|
replace '@MOD_VERSION@', project.version
|
||||||
|
replace '@MC_VERSION@', project.minecraft.version
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
@@ -59,7 +61,7 @@ configurations {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.projectlombok:lombok:1.16.4'
|
compile 'org.projectlombok:lombok:1.16.4'
|
||||||
|
|
||||||
compile 'org.spongepowered:mixin:0.5.9-SNAPSHOT'
|
compile 'org.spongepowered:mixin:0.6.4-SNAPSHOT'
|
||||||
shade 'com.googlecode.mp4parser:isoparser:1.1.7'
|
shade 'com.googlecode.mp4parser:isoparser:1.1.7'
|
||||||
shade 'org.apache.commons:commons-exec:1.3'
|
shade 'org.apache.commons:commons-exec:1.3'
|
||||||
shade 'com.google.apis:google-api-services-youtube:v3-rev178-1.22.0'
|
shade 'com.google.apis:google-api-services-youtube:v3-rev178-1.22.0'
|
||||||
@@ -136,7 +138,6 @@ jar {
|
|||||||
manifest {
|
manifest {
|
||||||
attributes 'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
|
attributes 'TweakClass': 'org.spongepowered.asm.launch.MixinTweaker',
|
||||||
'TweakOrder': '0',
|
'TweakOrder': '0',
|
||||||
'FMLCorePluginContainsFMLMod': 'true',
|
|
||||||
'FMLAT': 'replaymod_at.cfg'
|
'FMLAT': 'replaymod_at.cfg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,14 @@
|
|||||||
## Installing the Replay Mod [replaymod]
|
## Installing the Replay Mod [replaymod]
|
||||||
The **ReplayMod** requires **Minecraft Forge** to be installed.
|
The **ReplayMod** requires **Minecraft Forge** to be installed.
|
||||||
|
|
||||||
For the use with the **Replay Mod**, we recommend using Forge Version `1.8-11.14.3.1450`, which can be downloaded [here](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.8.html)
|
Depending on your **Replay Mod** version we recommend the following **Forge** versions:
|
||||||
|
|
||||||
|
- Replay Mod 2.0.0 or later for Minecraft 1.11: Forge [1.11-13.19.1.2189](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.html)
|
||||||
|
- Replay Mod 2.0.0 or later for Minecraft 1.10.2: Forge [1.10.2-12.18.2.2099](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.10.2.html)
|
||||||
|
- Replay Mod 2.0.0 or later for Minecraft 1.9.4: Forge [1.9.4-12.17.0.1976](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.9.4.html)
|
||||||
|
- Replay Mod 2.0.0 or later for Minecraft 1.8: Forge [1.8-11.14.4.1563](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.8.html)
|
||||||
|
- Replay Mod 1.0.8 or older for Minecraft 1.8: Forge [1.8-11.14.3.1450](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.8.html)
|
||||||
|
|
||||||
Other Forge Versions might, but don't necessarily work.
|
Other Forge Versions might, but don't necessarily work.
|
||||||
|
|
||||||
If you don't know how to install Forge, follow [this tutorial](https://www.youtube.com/watch?v=4i7-RystzC4).
|
If you don't know how to install Forge, follow [this tutorial](https://www.youtube.com/watch?v=4i7-RystzC4).
|
||||||
@@ -25,6 +32,10 @@ Next, download this **Batch Script** to quickly install FFmpeg: <https://replaym
|
|||||||
Put the downloaded script into the folder where you extracted FFmpeg and run itt by double-clicking it.
|
Put the downloaded script into the folder where you extracted FFmpeg and run itt by double-clicking it.
|
||||||
If you see a success message in the console, you've sucessfully installed **FFmpeg**!
|
If you see a success message in the console, you've sucessfully installed **FFmpeg**!
|
||||||
|
|
||||||
|
Alternatively, starting with ReplayMod 2.0.0-b5, you can also extract the downloaded `.7z` file into a `ffmpeg` folder
|
||||||
|
(you have to create it, it doesn't exist by default) in your `.minecraft` folder. No need to run any **Batch Script**.
|
||||||
|
The FFmpeg executable should end up at `.minecraft/ffmpeg/bin/ffmpeg.exe`.
|
||||||
|
|
||||||
### Mac OSX [mac]
|
### Mac OSX [mac]
|
||||||
On OSX, you can install **FFmpeg** with **[Homebrew](http://brew.sh/)** using `brew install ffmpeg`.
|
On OSX, you can install **FFmpeg** with **[Homebrew](http://brew.sh/)** using `brew install ffmpeg`.
|
||||||
|
|
||||||
@@ -37,26 +48,35 @@ If in doubt, consult the documentation of your distribution.
|
|||||||
## Compatibility with other Mods [compatibility]
|
## Compatibility with other Mods [compatibility]
|
||||||
### General information [general]
|
### General information [general]
|
||||||
In General, the Replay Mod _should_ be compatible with most Forge Mods.
|
In General, the Replay Mod _should_ be compatible with most Forge Mods.
|
||||||
However, due to the way that recording works, many Mods that add new Blocks, Mobs or Game Mechanics are not supported.
|
|
||||||
Mods that simply modify the client (like the [PixelCam Mod](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2327429-pixelcam-camera-studio-for-minecraft-1-8)
|
|
||||||
or the [CommandGroups Mod](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2443430-command-groups-mod-order-label-and-color-command)) usually work.
|
|
||||||
|
|
||||||
### Optifine [optifine]
|
|
||||||
The **Replay Mod** is compatible with `Optifine 1.8.0 HD U D5`, which can be downloaded at <https://optifine.net/downloads>.
|
|
||||||
Other Optifine versions for Minecraft 1.8.0 might, but don't have to be compatible as well.
|
|
||||||
|
|
||||||
> **Warning:** If you have Optifine installed, you **can not render videos** from within the Replay Mod.
|
|
||||||
This might change in future Replay Mod versions.
|
|
||||||
|
|
||||||
### Shaders Mod [shaders]
|
### Shaders Mod [shaders]
|
||||||
You can use the Replay Mod together with [karyonix' Shaders Mod](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286604-shaders-mod-updated-by-karyonix),
|
[Karyonix' Shaders Mod](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1286604-shaders-mod-updated-by-karyonix)
|
||||||
but rendering videos results in **possible crashes** and **malformed videos**.
|
is no longer compatible with Minecraft Forge starting with 1.9.4. As such it is not compatible with the Replay Mod either.
|
||||||
Therefore, you have to **uninstall the Shaders Mod before rendering**.
|
Please use [Optifine](https://optifine.net/) instead.
|
||||||
|
|
||||||
|
### Custom Main Menu [custom-main-menu]
|
||||||
|
The [Custom Main Menu](https://mods.curse.com/mc-mods/minecraft/226406-custom-main-menu) mod is often used in mod packs to customize their Main Menu with a button layout fitting the background image, links to their website / bug tracker and similar.
|
||||||
|
If you are familiar with it, the button ids for the Replay Mod are: **17890234** (text: `replaymod.gui.replayviewer`), **17890235** (text: `replaymod.gui.replayviewer`) and **17890236** (text: `replaymod.gui.replaycenter`)
|
||||||
|
|
||||||
|
Due to the nature of this Custom Main Menu mod, buttons added to the Main Menu by 3rd party mods like the **Replay Mod** will not show up by default.
|
||||||
|
Thus, to access the Replay Viewer/Editor/Center, you need to manually configure the position for those buttons.
|
||||||
|
To do so, you need to modify the Custom Main Menu configuration file.
|
||||||
|
Usually, you can find it at `.minecraft/config/CustomMainMenu/mainmenu.json` (if you're using a mod pack launcher, it normally has its own .minecraft folder).
|
||||||
|
For an explanation of this config file, have a look at Custom Main Menu's page.
|
||||||
|
|
||||||
|
You can find a list of already modified config files [here](https://gist.github.com/Johni0702/3f3fab81dbf7ada83d045d9fe8f345aa).
|
||||||
|
|
||||||
## Troubleshooting [troubleshooting]
|
## Troubleshooting [troubleshooting]
|
||||||
If you need help installing the **Replay Mod** or **FFmpeg**, please read [this forum thread](https://www.replaymod.com/forum/thread/220)
|
If you need help installing the **Replay Mod** or **FFmpeg**, please read [this forum thread](https://www.replaymod.com/forum/thread/220)
|
||||||
by [bela333](https://www.replaymod.com/user/bela333) - it covers most of the problems that users encountered so far.
|
by [bela333](https://www.replaymod.com/user/bela333) - it covers most of the problems that users encountered so far.
|
||||||
|
|
||||||
|
## Settings [settings]
|
||||||
|
To access the **Replay Mod Settings** from the Main Menu click the **"Mods"** button, select the **Replay Mod** from the list and
|
||||||
|
the click the **"Config"** button.
|
||||||
|
|
||||||
|
When in a Replay, you can either bind a hotkey to the **Replay Mod Settings** in Minecraft's Control settings
|
||||||
|
or use the hotkey GUI by clicking on the arrow button in the lower left corner.
|
||||||
|
|
||||||
# Recording [recording]
|
# Recording [recording]
|
||||||

|

|
||||||
The **Recording Indicator** which is displayed while recording
|
The **Recording Indicator** which is displayed while recording
|
||||||
@@ -88,6 +108,8 @@ You can move through block similar to Spectator Mode.
|
|||||||
|
|
||||||
Using the **Mouse Wheel**, you can modify your flying speed. Scrolling **up** causes you to fly faster, while scrolling **down** slows you down.
|
Using the **Mouse Wheel**, you can modify your flying speed. Scrolling **up** causes you to fly faster, while scrolling **down** slows you down.
|
||||||
|
|
||||||
|
If you prefer the camera to be controlled similar to vanilla Creative Mode, you can change that in the **Replay Settings**.
|
||||||
|
|
||||||
### Camera Roll [roll]
|
### Camera Roll [roll]
|
||||||

|

|
||||||
A Screenshot taken with a **tilted camera**
|
A Screenshot taken with a **tilted camera**
|
||||||
@@ -251,13 +273,15 @@ The **Keyframe Repository** with two **Path Presets**
|
|||||||
|
|
||||||
Using the `X` key, you can open the **Keyframe Repository**. Every Replay File has a separate Keyframe Repository which can contain several **Keyframe Presets**.
|
Using the `X` key, you can open the **Keyframe Repository**. Every Replay File has a separate Keyframe Repository which can contain several **Keyframe Presets**.
|
||||||
|
|
||||||
To save the Keyframes currently on your Timeline, click the **"Save current Path"** button.
|
To save the Keyframes currently on your Timeline, click the **"Save as..."** button.
|
||||||
You can change the Preset's name using the Text Input Field in the upper right corner.
|
You can change a Preset's name, select it from the list and click the **"Rename"** button.
|
||||||
To load a Keyframe Preset, select a Preset from the list on the left side and click the **"Load"** button.
|
To load a Keyframe Preset, select a Preset from the list and click the **"Load"** button.
|
||||||
Using the **"Remove"** button, you can permanently delete a Keyframe Preset from the **Keyframe Repository**.
|
Using the **"Remove"** button, you can permanently delete a Keyframe Preset from the **Keyframe Repository**.
|
||||||
|
|
||||||
## Custom Objects [objects]
|
## Custom Objects [objects]
|
||||||
|
|
||||||
|
> Custom Objects are not available in the 2.0.0 versions. They are expected to return eventually.
|
||||||
|
|
||||||
[YouTube](_Xdpg828fbE)
|
[YouTube](_Xdpg828fbE)
|
||||||
|
|
||||||
### Introduction [introduction]
|
### Introduction [introduction]
|
||||||
@@ -416,12 +440,10 @@ There are **7 Encoding Presets** you can choose from:
|
|||||||
|
|
||||||
### Advanced Settings [advanced]
|
### Advanced Settings [advanced]
|
||||||

|

|
||||||
The **Advanced Render Settings** Screen
|
The **Advanced Render Settings**
|
||||||
|
|
||||||
By clicking the **"Advanced Settings" Button** in the lower right corner, you can access more settings.
|
#### Render Nametags [nametags]
|
||||||
|
If you don't want to see Entity's Nametags in the rendered video, simply un-tick the checkbox. Hidden Nametags also include Nametags of **Armor Stands** and **Mobs**, **not only Players**!
|
||||||
#### Hide Nametags [nametags]
|
|
||||||
If you don't want to see Entity's Nametags in the rendered video, simply tick the checkbox. Hidden Nametags also include Nametags of **Armor Stands** and **Mobs**, **not only Players**!
|
|
||||||
|
|
||||||
#### Stabilize Camera [stabilize]
|
#### Stabilize Camera [stabilize]
|
||||||
This setting is only applicable for **Cubic Rendering** and **Equirectangular Rendering**.
|
This setting is only applicable for **Cubic Rendering** and **Equirectangular Rendering**.
|
||||||
@@ -443,14 +465,14 @@ Using a **Video Editing Software** like **Adobe After Effects** or **Sony Vegas*
|
|||||||
|
|
||||||
### Command Line Settings [commandline]
|
### Command Line Settings [commandline]
|
||||||

|

|
||||||
The **Command Line Render Settings** Screen
|
The **Command Line Render Settings**
|
||||||
|
|
||||||
|
|
||||||
> **Note**: This is for advanced users only. If you do not know what your're doing, leave these settings as they are.
|
> **Note**: This is for advanced users only. If you do not know what your're doing, leave these settings as they are.
|
||||||
|
|
||||||
The **Replay Mod** runs [FFmpeg](http://ffmpeg.org/) via the **Command Line** to encode videos.
|
The **Replay Mod** runs [FFmpeg](http://ffmpeg.org/) via the **Command Line** to encode videos.
|
||||||
|
|
||||||
You can customize both the **executed Command** and the **Command Line Arguments** in the **Command Line Settings** Tag of the **Render Settings Screen**.
|
You can customize both the **executed Command** and the **Command Line Arguments** in the **Command Line Settings** part of the **Render Settings Screen**.
|
||||||
|
|
||||||
#### Custom Command [command]
|
#### Custom Command [command]
|
||||||
If you leave the left input field blank, `ffmpeg` will be used as **command**. If you haven't set your **PATH variable** to link to your FFmpeg distribution, simply enter the full path to your FFmpeg executable (e.g. `C:/ffmpeg/ffmpeg.exe` or `/usr/local/bin/ffmpeg`).
|
If you leave the left input field blank, `ffmpeg` will be used as **command**. If you haven't set your **PATH variable** to link to your FFmpeg distribution, simply enter the full path to your FFmpeg executable (e.g. `C:/ffmpeg/ffmpeg.exe` or `/usr/local/bin/ffmpeg`).
|
||||||
@@ -532,7 +554,7 @@ By clicking on a player's **Name or Head**, you can **spectate** this player.
|
|||||||
|
|
||||||
Next to each player, there's a **checkbox** using which you can toggle the player's **visibility**.
|
Next to each player, there's a **checkbox** using which you can toggle the player's **visibility**.
|
||||||
This way, you can hide certain players from the Replay.
|
This way, you can hide certain players from the Replay.
|
||||||
Above the individual checkboxes, there are two checkbox buttons - one to **hide all players** and one to **show all players**.
|
Below the individual checkboxes, there are two checkbox buttons - one to **hide all players** and one to **show all players**.
|
||||||
|
|
||||||
If you want to **save the player visibility settings**, check **"Remember Hidden Players" checkbox**.
|
If you want to **save the player visibility settings**, check **"Remember Hidden Players" checkbox**.
|
||||||
If checked, invisible players will stay invisible after closing the Replay (this can of course be reverted),
|
If checked, invisible players will stay invisible after closing the Replay (this can of course be reverted),
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 51 KiB |
BIN
docs/img/player-overview.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 85 KiB |
BIN
docs/img/rendersettings-advanced.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 108 KiB |
BIN
docs/img/rendersettings-commandline.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 110 KiB |
BIN
docs/img/rendersettings-video.png
Normal file
|
After Width: | Height: | Size: 140 KiB |
2
jGui
@@ -2,22 +2,21 @@ package com.replaymod.compat;
|
|||||||
|
|
||||||
import com.replaymod.compat.optifine.DisableFastRender;
|
import com.replaymod.compat.optifine.DisableFastRender;
|
||||||
import com.replaymod.compat.shaders.ShaderBeginRender;
|
import com.replaymod.compat.shaders.ShaderBeginRender;
|
||||||
import com.replaymod.core.ReplayMod;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
||||||
import net.minecraftforge.fml.common.eventhandler.EventBus;
|
import net.minecraftforge.fml.common.eventhandler.EventBus;
|
||||||
|
|
||||||
@Mod(modid = ReplayModCompat.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModCompat.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModCompat {
|
public class ReplayModCompat {
|
||||||
public static final String MOD_ID = "replaymod-compat";
|
public static final String MOD_ID = "replaymod-compat";
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void init(FMLInitializationEvent event) {
|
public void init(FMLInitializationEvent event) {
|
||||||
EventBus bus = MinecraftForge.EVENT_BUS;
|
EventBus bus = FMLCommonHandler.instance().bus();
|
||||||
bus.register(new ShaderBeginRender());
|
bus.register(new ShaderBeginRender());
|
||||||
bus.register(new DisableFastRender());
|
bus.register(new DisableFastRender());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
package com.replaymod.compat.shaders.mixin;
|
||||||
|
|
||||||
|
import net.minecraft.client.renderer.EntityRenderer;
|
||||||
|
import net.minecraftforge.client.ForgeHooksClient;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.Pseudo;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
|
||||||
|
@Pseudo
|
||||||
|
@Mixin(targets = "shadersmod/client/ShadersRender", remap = false)
|
||||||
|
public abstract class MixinShadersRender {
|
||||||
|
|
||||||
|
@Inject(method = "renderHand0", at = @At("HEAD"), cancellable = true)
|
||||||
|
private static void replayModCompat_disableRenderHand0(EntityRenderer er, float partialTicks, int renderPass, CallbackInfo ci) {
|
||||||
|
if (ForgeHooksClient.renderFirstPersonHand(er.mc.renderGlobal, partialTicks, renderPass)) {
|
||||||
|
ci.cancel();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -16,6 +16,7 @@ import java.util.Collection;
|
|||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
import java.util.concurrent.Callable;
|
||||||
|
|
||||||
public class KeyBindingRegistry {
|
public class KeyBindingRegistry {
|
||||||
private Map<String, KeyBinding> keyBindings = new HashMap<String, KeyBinding>();
|
private Map<String, KeyBinding> keyBindings = new HashMap<String, KeyBinding>();
|
||||||
@@ -85,7 +86,7 @@ public class KeyBindingRegistry {
|
|||||||
CrashReport crashReport = CrashReport.makeCrashReport(cause, "Handling Key Binding");
|
CrashReport crashReport = CrashReport.makeCrashReport(cause, "Handling Key Binding");
|
||||||
CrashReportCategory category = crashReport.makeCategory("Key Binding");
|
CrashReportCategory category = crashReport.makeCategory("Key Binding");
|
||||||
category.addCrashSection("Key Binding", keyBinding);
|
category.addCrashSection("Key Binding", keyBinding);
|
||||||
category.setDetail("Handler", runnable::toString);
|
category.addCrashSectionCallable("Handler", runnable::toString);
|
||||||
throw new ReportedException(crashReport);
|
throw new ReportedException(crashReport);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -100,7 +101,12 @@ public class KeyBindingRegistry {
|
|||||||
CrashReport crashReport = CrashReport.makeCrashReport(cause, "Handling Raw Key Binding");
|
CrashReport crashReport = CrashReport.makeCrashReport(cause, "Handling Raw Key Binding");
|
||||||
CrashReportCategory category = crashReport.makeCategory("Key Binding");
|
CrashReportCategory category = crashReport.makeCategory("Key Binding");
|
||||||
category.addCrashSection("Key Code", keyCode);
|
category.addCrashSection("Key Code", keyCode);
|
||||||
category.setDetail("Handler", runnable::toString);
|
category.addCrashSectionCallable("Handler", new Callable() {
|
||||||
|
@Override
|
||||||
|
public Object call() throws Exception {
|
||||||
|
return runnable;
|
||||||
|
}
|
||||||
|
});
|
||||||
throw new ReportedException(crashReport);
|
throw new ReportedException(crashReport);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import com.replaymod.core.gui.GuiReplaySettings;
|
|||||||
import com.replaymod.core.gui.RestoreReplayGui;
|
import com.replaymod.core.gui.RestoreReplayGui;
|
||||||
import com.replaymod.core.handler.MainMenuHandler;
|
import com.replaymod.core.handler.MainMenuHandler;
|
||||||
import com.replaymod.core.utils.OpenGLUtils;
|
import com.replaymod.core.utils.OpenGLUtils;
|
||||||
|
import com.replaymod.render.utils.SoundHandler;
|
||||||
import com.replaymod.replaystudio.util.I18n;
|
import com.replaymod.replaystudio.util.I18n;
|
||||||
import de.johni0702.minecraft.gui.container.GuiScreen;
|
import de.johni0702.minecraft.gui.container.GuiScreen;
|
||||||
import lombok.Getter;
|
import lombok.Getter;
|
||||||
@@ -13,11 +14,15 @@ import net.minecraft.client.Minecraft;
|
|||||||
import net.minecraft.client.settings.GameSettings;
|
import net.minecraft.client.settings.GameSettings;
|
||||||
import net.minecraft.crash.CrashReport;
|
import net.minecraft.crash.CrashReport;
|
||||||
import net.minecraft.crash.CrashReportCategory;
|
import net.minecraft.crash.CrashReportCategory;
|
||||||
|
import net.minecraft.util.ChatComponentText;
|
||||||
|
import net.minecraft.util.ChatComponentTranslation;
|
||||||
|
import net.minecraft.util.ChatStyle;
|
||||||
|
import net.minecraft.util.EnumChatFormatting;
|
||||||
|
import net.minecraft.util.IChatComponent;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.text.*;
|
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.common.config.Configuration;
|
import net.minecraftforge.common.config.Configuration;
|
||||||
import net.minecraftforge.fml.client.FMLClientHandler;
|
import net.minecraftforge.fml.client.FMLClientHandler;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Loader;
|
import net.minecraftforge.fml.common.Loader;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.Mod.EventHandler;
|
import net.minecraftforge.fml.common.Mod.EventHandler;
|
||||||
@@ -34,6 +39,8 @@ import java.util.List;
|
|||||||
|
|
||||||
@Mod(modid = ReplayMod.MOD_ID,
|
@Mod(modid = ReplayMod.MOD_ID,
|
||||||
useMetadata = true,
|
useMetadata = true,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
updateJSON = "https://raw.githubusercontent.com/ReplayMod/ReplayMod/master/versions.json",
|
updateJSON = "https://raw.githubusercontent.com/ReplayMod/ReplayMod/master/versions.json",
|
||||||
guiFactory = "com.replaymod.core.gui.GuiFactory")
|
guiFactory = "com.replaymod.core.gui.GuiFactory")
|
||||||
public class ReplayMod {
|
public class ReplayMod {
|
||||||
@@ -65,6 +72,8 @@ public class ReplayMod {
|
|||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static Configuration config;
|
public static Configuration config;
|
||||||
|
@Deprecated
|
||||||
|
public static SoundHandler soundHandler = new SoundHandler();
|
||||||
|
|
||||||
private final KeyBindingRegistry keyBindingRegistry = new KeyBindingRegistry();
|
private final KeyBindingRegistry keyBindingRegistry = new KeyBindingRegistry();
|
||||||
private final SettingsRegistry settingsRegistry = new SettingsRegistry();
|
private final SettingsRegistry settingsRegistry = new SettingsRegistry();
|
||||||
@@ -107,7 +116,7 @@ public class ReplayMod {
|
|||||||
|
|
||||||
new MainMenuHandler().register();
|
new MainMenuHandler().register();
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(keyBindingRegistry);
|
FMLCommonHandler.instance().bus().register(keyBindingRegistry);
|
||||||
|
|
||||||
getKeyBindingRegistry().registerKeyBinding("replaymod.input.settings", 0, () -> {
|
getKeyBindingRegistry().registerKeyBinding("replaymod.input.settings", 0, () -> {
|
||||||
new GuiReplaySettings(null, settingsRegistry).display();
|
new GuiReplaySettings(null, settingsRegistry).display();
|
||||||
@@ -188,13 +197,13 @@ public class ReplayMod {
|
|||||||
private void printToChat(boolean warning, String message, Object... args) {
|
private void printToChat(boolean warning, String message, Object... args) {
|
||||||
if (getSettingsRegistry().get(Setting.NOTIFICATIONS)) {
|
if (getSettingsRegistry().get(Setting.NOTIFICATIONS)) {
|
||||||
// Some nostalgia: "§8[§6Replay Mod§8]§r Your message goes here"
|
// Some nostalgia: "§8[§6Replay Mod§8]§r Your message goes here"
|
||||||
Style coloredDarkGray = new Style().setColor(TextFormatting.DARK_GRAY);
|
ChatStyle coloredDarkGray = new ChatStyle().setColor(EnumChatFormatting.DARK_GRAY);
|
||||||
Style coloredGold = new Style().setColor(TextFormatting.GOLD);
|
ChatStyle coloredGold = new ChatStyle().setColor(EnumChatFormatting.GOLD);
|
||||||
ITextComponent text = new TextComponentString("[").setStyle(coloredDarkGray)
|
IChatComponent text = new ChatComponentText("[").setChatStyle(coloredDarkGray)
|
||||||
.appendSibling(new TextComponentTranslation("replaymod.title").setStyle(coloredGold))
|
.appendSibling(new ChatComponentTranslation("replaymod.title").setChatStyle(coloredGold))
|
||||||
.appendSibling(new TextComponentString("] "))
|
.appendSibling(new ChatComponentText("] "))
|
||||||
.appendSibling(new TextComponentTranslation(message, args).setStyle(new Style()
|
.appendSibling(new ChatComponentTranslation(message, args).setChatStyle(new ChatStyle()
|
||||||
.setColor(warning ? TextFormatting.RED : TextFormatting.DARK_GREEN)));
|
.setColor(warning ? EnumChatFormatting.RED : EnumChatFormatting.DARK_GREEN)));
|
||||||
// Send message to chat GUI
|
// Send message to chat GUI
|
||||||
// The ingame GUI is initialized at startup, therefore this is possible before the client is connected
|
// The ingame GUI is initialized at startup, therefore this is possible before the client is connected
|
||||||
mc.ingameGUI.getChatGUI().printChatMessage(text);
|
mc.ingameGUI.getChatGUI().printChatMessage(text);
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ package com.replaymod.core;
|
|||||||
|
|
||||||
import com.replaymod.core.events.SettingsChangedEvent;
|
import com.replaymod.core.events.SettingsChangedEvent;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.common.config.Configuration;
|
import net.minecraftforge.common.config.Configuration;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
|
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.lang.reflect.Modifier;
|
import java.lang.reflect.Modifier;
|
||||||
@@ -83,7 +83,7 @@ public class SettingsRegistry {
|
|||||||
throw new IllegalArgumentException("Default type " + key.getDefault().getClass() + " not supported.");
|
throw new IllegalArgumentException("Default type " + key.getDefault().getClass() + " not supported.");
|
||||||
}
|
}
|
||||||
settings.put(key, value);
|
settings.put(key, value);
|
||||||
MinecraftForge.EVENT_BUS.post(new SettingsChangedEvent(this, key));
|
FMLCommonHandler.instance().bus().post(new SettingsChangedEvent(this, key));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void save() {
|
public void save() {
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ import net.minecraftforge.client.event.GuiScreenEvent;
|
|||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Moves certain buttons on the main menu upwards so we can inject our own.
|
* Moves certain buttons on the main menu upwards so we can inject our own.
|
||||||
*/
|
*/
|
||||||
@@ -16,12 +18,14 @@ public class MainMenuHandler {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onInit(GuiScreenEvent.InitGuiEvent.Post event) {
|
public void onInit(GuiScreenEvent.InitGuiEvent.Post event) {
|
||||||
if (event.getGui() instanceof GuiMainMenu) {
|
if (event.gui instanceof GuiMainMenu) {
|
||||||
for (GuiButton button : event.getButtonList()) {
|
@SuppressWarnings("unchecked")
|
||||||
|
List<GuiButton> buttonList = event.buttonList;
|
||||||
|
for (GuiButton button : buttonList) {
|
||||||
// Buttons that aren't in a rectangle directly above our space don't need moving
|
// Buttons that aren't in a rectangle directly above our space don't need moving
|
||||||
if (button.xPosition + button.width < event.getGui().width / 2 - 100
|
if (button.xPosition + button.width < event.gui.width / 2 - 100
|
||||||
|| button.xPosition > event.getGui().width / 2 + 100
|
|| button.xPosition > event.gui.width / 2 + 100
|
||||||
|| button.yPosition > event.getGui().height / 4 + 10 + 4 * 24) continue;
|
|| button.yPosition > event.gui.height / 4 + 10 + 4 * 24) continue;
|
||||||
// Move button up to make space for two rows of buttons
|
// Move button up to make space for two rows of buttons
|
||||||
// and then move back down by 10 to compensate for the space to the exit button that was already there
|
// and then move back down by 10 to compensate for the space to the exit button that was already there
|
||||||
button.yPosition -= 2 * 24 - 10;
|
button.yPosition -= 2 * 24 - 10;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package com.replaymod.core.utils;
|
|||||||
|
|
||||||
import net.minecraft.client.renderer.GlStateManager;
|
import net.minecraft.client.renderer.GlStateManager;
|
||||||
import net.minecraft.client.renderer.Tessellator;
|
import net.minecraft.client.renderer.Tessellator;
|
||||||
import net.minecraft.client.renderer.VertexBuffer;
|
import net.minecraft.client.renderer.WorldRenderer;
|
||||||
import net.minecraft.client.renderer.vertex.DefaultVertexFormats;
|
import net.minecraft.client.renderer.vertex.DefaultVertexFormats;
|
||||||
import org.lwjgl.BufferUtils;
|
import org.lwjgl.BufferUtils;
|
||||||
import org.lwjgl.opengl.GL11;
|
import org.lwjgl.opengl.GL11;
|
||||||
@@ -35,7 +35,7 @@ public class OpenGLUtils {
|
|||||||
float f5 = 1.0F / textureHeight;
|
float f5 = 1.0F / textureHeight;
|
||||||
|
|
||||||
Tessellator tessellator = Tessellator.getInstance();
|
Tessellator tessellator = Tessellator.getInstance();
|
||||||
VertexBuffer vertexBuffer = tessellator.getBuffer();
|
WorldRenderer vertexBuffer = tessellator.getWorldRenderer();
|
||||||
GlStateManager.translate(x+(width/2), y+(width/2), 0);
|
GlStateManager.translate(x+(width/2), y+(width/2), 0);
|
||||||
GlStateManager.rotate(rotation, 0, 0, 1);
|
GlStateManager.rotate(rotation, 0, 0, 1);
|
||||||
vertexBuffer.begin(GL11.GL_QUADS, DefaultVertexFormats.POSITION_TEX);
|
vertexBuffer.begin(GL11.GL_QUADS, DefaultVertexFormats.POSITION_TEX);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
package com.replaymod.core.utils;
|
package com.replaymod.core.utils;
|
||||||
|
|
||||||
import net.minecraft.network.PacketBuffer;
|
import net.minecraft.network.PacketBuffer;
|
||||||
import net.minecraft.network.play.server.SPacketCustomPayload;
|
import net.minecraft.network.play.server.S3FPacketCustomPayload;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Restrictions set by the server,
|
* Restrictions set by the server,
|
||||||
@@ -14,7 +14,7 @@ public class Restrictions {
|
|||||||
private boolean onlyFirstPerson;
|
private boolean onlyFirstPerson;
|
||||||
private boolean onlyRecordingPlayer;
|
private boolean onlyRecordingPlayer;
|
||||||
|
|
||||||
public String handle(SPacketCustomPayload packet) {
|
public String handle(S3FPacketCustomPayload packet) {
|
||||||
PacketBuffer buffer = packet.getBufferData();
|
PacketBuffer buffer = packet.getBufferData();
|
||||||
while (buffer.isReadable()) {
|
while (buffer.isReadable()) {
|
||||||
String name = buffer.readStringFromBuffer(64);
|
String name = buffer.readStringFromBuffer(64);
|
||||||
|
|||||||
@@ -1,17 +1,41 @@
|
|||||||
package com.replaymod.core.utils;
|
package com.replaymod.core.utils;
|
||||||
|
|
||||||
import net.minecraft.client.Minecraft;
|
import com.google.common.util.concurrent.FutureCallback;
|
||||||
|
import com.google.common.util.concurrent.Futures;
|
||||||
|
import de.johni0702.minecraft.gui.GuiRenderer;
|
||||||
|
import de.johni0702.minecraft.gui.RenderInfo;
|
||||||
|
import de.johni0702.minecraft.gui.container.AbstractGuiScrollable;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiContainer;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiPanel;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiScrollable;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiButton;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiElement;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiLabel;
|
||||||
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.VerticalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.popup.GuiInfoPopup;
|
||||||
|
import de.johni0702.minecraft.gui.utils.Colors;
|
||||||
|
import net.minecraft.client.gui.GuiScreen;
|
||||||
import net.minecraft.client.network.NetworkPlayerInfo;
|
import net.minecraft.client.network.NetworkPlayerInfo;
|
||||||
import net.minecraft.client.resources.DefaultPlayerSkin;
|
import net.minecraft.client.resources.DefaultPlayerSkin;
|
||||||
|
import net.minecraft.crash.CrashReport;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
|
import org.apache.logging.log4j.Logger;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
import org.lwjgl.util.Dimension;
|
import org.lwjgl.util.Dimension;
|
||||||
import org.lwjgl.util.ReadableDimension;
|
import org.lwjgl.util.ReadableDimension;
|
||||||
|
|
||||||
|
import javax.annotation.Nullable;
|
||||||
import javax.imageio.ImageIO;
|
import javax.imageio.ImageIO;
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
|
import java.io.File;
|
||||||
|
import java.text.SimpleDateFormat;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.Date;
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
||||||
|
import static net.minecraft.client.Minecraft.getMinecraft;
|
||||||
|
|
||||||
public class Utils {
|
public class Utils {
|
||||||
|
|
||||||
public static final BufferedImage DEFAULT_THUMBNAIL;
|
public static final BufferedImage DEFAULT_THUMBNAIL;
|
||||||
@@ -63,7 +87,7 @@ public class Utils {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static ResourceLocation getResourceLocationForPlayerUUID(UUID uuid) {
|
public static ResourceLocation getResourceLocationForPlayerUUID(UUID uuid) {
|
||||||
NetworkPlayerInfo info = Minecraft.getMinecraft().getConnection().getPlayerInfo(uuid);
|
NetworkPlayerInfo info = getMinecraft().getNetHandler().getPlayerInfo(uuid);
|
||||||
ResourceLocation skinLocation;
|
ResourceLocation skinLocation;
|
||||||
if (info != null && info.hasLocationSkin()) {
|
if (info != null && info.hasLocationSkin()) {
|
||||||
skinLocation = info.getLocationSkin();
|
skinLocation = info.getLocationSkin();
|
||||||
@@ -76,4 +100,80 @@ public class Utils {
|
|||||||
public static boolean isCtrlDown() {
|
public static boolean isCtrlDown() {
|
||||||
return Keyboard.isKeyDown(Keyboard.KEY_LCONTROL) || Keyboard.isKeyDown(Keyboard.KEY_RCONTROL);
|
return Keyboard.isKeyDown(Keyboard.KEY_LCONTROL) || Keyboard.isKeyDown(Keyboard.KEY_RCONTROL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static GuiInfoPopup error(Logger logger, GuiContainer container, CrashReport crashReport, Runnable onClose) {
|
||||||
|
// Convert crash report to string
|
||||||
|
String crashReportStr = crashReport.getCompleteReport();
|
||||||
|
|
||||||
|
// Log via logger
|
||||||
|
logger.error(crashReportStr);
|
||||||
|
|
||||||
|
// Try to save the crash report
|
||||||
|
if (crashReport.getFile() == null) {
|
||||||
|
try {
|
||||||
|
File folder = new File(getMinecraft().mcDataDir, "crash-reports");
|
||||||
|
File file = new File(folder, "crash-" + (new SimpleDateFormat("yyyy-MM-dd_HH.mm.ss")).format(new Date()) + "-client.txt");
|
||||||
|
logger.debug("Saving crash report to file: {}", file);
|
||||||
|
crashReport.saveToFile(file);
|
||||||
|
} catch (Throwable t) {
|
||||||
|
logger.error("Saving crash report file:", t);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
logger.debug("Not saving crash report as file already exists: {}", crashReport.getFile());
|
||||||
|
}
|
||||||
|
|
||||||
|
logger.trace("Opening crash report popup GUI");
|
||||||
|
GuiCrashReportPopup popup = new GuiCrashReportPopup(container, crashReportStr);
|
||||||
|
Futures.addCallback(popup.getFuture(), new FutureCallback<Void>() {
|
||||||
|
@Override
|
||||||
|
public void onSuccess(@Nullable Void result) {
|
||||||
|
logger.trace("Crash report popup closed");
|
||||||
|
if (onClose != null) {
|
||||||
|
onClose.run();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFailure(Throwable t) {
|
||||||
|
logger.error("During error popup:", t);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return popup;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static class GuiCrashReportPopup extends GuiInfoPopup {
|
||||||
|
private final GuiScrollable scrollable;
|
||||||
|
|
||||||
|
public GuiCrashReportPopup(GuiContainer container, String crashReport) {
|
||||||
|
super(container);
|
||||||
|
setBackgroundColor(Colors.DARK_TRANSPARENT);
|
||||||
|
|
||||||
|
// Add crash report to scrollable info
|
||||||
|
getInfo().addElements(new VerticalLayout.Data(0.5),
|
||||||
|
new GuiLabel().setColor(Colors.BLACK).setI18nText("replaymod.gui.unknownerror"),
|
||||||
|
scrollable = new GuiScrollable().setScrollDirection(AbstractGuiScrollable.Direction.VERTICAL)
|
||||||
|
.setLayout(new VerticalLayout().setSpacing(2))
|
||||||
|
.addElements(null,Arrays.stream(crashReport.replace("\t", " ").split("\n")).map(
|
||||||
|
l -> new GuiLabel().setText(l).setColor(Colors.BLACK)).toArray(GuiElement[]::new)));
|
||||||
|
|
||||||
|
// Replace close button with panel containing close and copy buttons
|
||||||
|
GuiButton copyToClipboardButton = new GuiButton().setI18nLabel("chat.copy").onClick(() ->
|
||||||
|
GuiScreen.setClipboardString(crashReport)).setSize(150, 20);
|
||||||
|
GuiButton closeButton = getCloseButton();
|
||||||
|
popup.removeElement(closeButton);
|
||||||
|
popup.addElements(new VerticalLayout.Data(1),
|
||||||
|
new GuiPanel().setLayout(new HorizontalLayout().setSpacing(5)).setSize(305, 20)
|
||||||
|
.addElements(null, copyToClipboardButton, closeButton));
|
||||||
|
|
||||||
|
// And open it
|
||||||
|
open();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void draw(GuiRenderer renderer, ReadableDimension size, RenderInfo renderInfo) {
|
||||||
|
// Re-size the scrollable containing the crash report to 3/4 of the screen
|
||||||
|
scrollable.setSize(size.getWidth() * 3 / 4, size.getHeight() * 3 / 4);
|
||||||
|
super.draw(renderer, size, renderInfo);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
41
src/main/java/com/replaymod/editor/ReplayModEditor.java
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
package com.replaymod.editor;
|
||||||
|
|
||||||
|
import com.replaymod.core.ReplayMod;
|
||||||
|
import com.replaymod.editor.handler.GuiHandler;
|
||||||
|
import com.replaymod.online.Setting;
|
||||||
|
import net.minecraftforge.fml.common.Mod;
|
||||||
|
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
||||||
|
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
||||||
|
import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
|
@Mod(modid = ReplayModEditor.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
|
public class ReplayModEditor {
|
||||||
|
public static final String MOD_ID = "replaymod-editor";
|
||||||
|
|
||||||
|
@Mod.Instance(MOD_ID)
|
||||||
|
public static ReplayModEditor instance;
|
||||||
|
|
||||||
|
private ReplayMod core;
|
||||||
|
|
||||||
|
public static Logger LOGGER;
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
|
ReplayModEditor.LOGGER = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
|
|
||||||
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Mod.EventHandler
|
||||||
|
public void init(FMLInitializationEvent event) {
|
||||||
|
new GuiHandler(this).register();
|
||||||
|
}
|
||||||
|
|
||||||
|
public ReplayMod getCore() {
|
||||||
|
return core;
|
||||||
|
}
|
||||||
|
}
|
||||||
360
src/main/java/com/replaymod/editor/gui/GuiReplayEditor.java
Normal file
@@ -0,0 +1,360 @@
|
|||||||
|
package com.replaymod.editor.gui;
|
||||||
|
|
||||||
|
import com.google.common.util.concurrent.FutureCallback;
|
||||||
|
import com.google.common.util.concurrent.Futures;
|
||||||
|
import com.google.gson.JsonObject;
|
||||||
|
import com.replaymod.core.ReplayMod;
|
||||||
|
import com.replaymod.core.utils.Utils;
|
||||||
|
import com.replaymod.replaystudio.PacketData;
|
||||||
|
import com.replaymod.replaystudio.Studio;
|
||||||
|
import com.replaymod.replaystudio.filter.StreamFilter;
|
||||||
|
import com.replaymod.replaystudio.io.ReplayInputStream;
|
||||||
|
import com.replaymod.replaystudio.io.ReplayOutputStream;
|
||||||
|
import com.replaymod.replaystudio.replay.ReplayFile;
|
||||||
|
import com.replaymod.replaystudio.replay.ReplayMetaData;
|
||||||
|
import com.replaymod.replaystudio.replay.ZipReplayFile;
|
||||||
|
import com.replaymod.replaystudio.stream.PacketStream;
|
||||||
|
import com.replaymod.replaystudio.studio.ReplayStudio;
|
||||||
|
import de.johni0702.minecraft.gui.GuiRenderer;
|
||||||
|
import de.johni0702.minecraft.gui.RenderInfo;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiContainer;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiPanel;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiScreen;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiButton;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiLabel;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiTextField;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiTooltip;
|
||||||
|
import de.johni0702.minecraft.gui.element.advanced.GuiProgressBar;
|
||||||
|
import de.johni0702.minecraft.gui.layout.CustomLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.GridLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.VerticalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.popup.AbstractGuiPopup;
|
||||||
|
import de.johni0702.minecraft.gui.popup.GuiInfoPopup;
|
||||||
|
import de.johni0702.minecraft.gui.popup.GuiYesNoPopup;
|
||||||
|
import de.johni0702.minecraft.gui.utils.Colors;
|
||||||
|
import net.minecraft.crash.CrashReport;
|
||||||
|
import org.apache.commons.io.FilenameUtils;
|
||||||
|
import org.lwjgl.util.ReadableDimension;
|
||||||
|
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.function.Consumer;
|
||||||
|
import java.util.function.Supplier;
|
||||||
|
|
||||||
|
import static com.replaymod.editor.ReplayModEditor.LOGGER;
|
||||||
|
|
||||||
|
public class GuiReplayEditor extends GuiScreen {
|
||||||
|
private final ReplayMod mod;
|
||||||
|
|
||||||
|
private volatile ProcessingStage processingStage;
|
||||||
|
private volatile double progress;
|
||||||
|
private GuiProcessingProgressPopup popup;
|
||||||
|
|
||||||
|
public GuiButton currentTabButton;
|
||||||
|
public GuiPanel currentTabPanel;
|
||||||
|
|
||||||
|
public final GuiPanel tabButtons = new GuiPanel(this).setLayout(new GridLayout().setSpacingX(5));
|
||||||
|
public final List<GuiPanel> tabPanels = new ArrayList<>();
|
||||||
|
|
||||||
|
public final GuiButton saveButton = new GuiButton().setI18nLabel("replaymod.gui.save").setSize(100, 20);
|
||||||
|
public final GuiButton backButton = new GuiButton().setI18nLabel("replaymod.gui.back").setSize(100, 20);
|
||||||
|
|
||||||
|
public final GuiPanel buttonPanel = new GuiPanel(this).setLayout(new HorizontalLayout().setSpacing(5))
|
||||||
|
.addElements(null, saveButton, backButton);
|
||||||
|
|
||||||
|
public GuiReplayEditor(GuiScreen parent, ReplayMod mod) {
|
||||||
|
this.mod = mod;
|
||||||
|
backButton.onClick(parent::display);
|
||||||
|
|
||||||
|
setTitle(new GuiLabel().setI18nText("replaymod.gui.replayeditor"));
|
||||||
|
|
||||||
|
makeTab("trim", () -> new GuiTrimPanel(this));
|
||||||
|
makeTab("connect", GuiPanel::new).setDisabled(); // Not yet implemented
|
||||||
|
makeTab("modify", GuiPanel::new).setDisabled(); // Not yet implemented
|
||||||
|
|
||||||
|
setLayout(new CustomLayout<GuiScreen>() {
|
||||||
|
@Override
|
||||||
|
protected void layout(GuiScreen container, int width, int height) {
|
||||||
|
// Move all inactive panels aside
|
||||||
|
tabPanels.forEach(e -> pos(e, Integer.MIN_VALUE, Integer.MIN_VALUE));
|
||||||
|
|
||||||
|
pos(buttonPanel, width - 10 - width(buttonPanel), height - 10 - height(buttonPanel));
|
||||||
|
|
||||||
|
if (currentTabPanel != null) {
|
||||||
|
pos(currentTabPanel, 10, 50);
|
||||||
|
size(currentTabPanel, width - 20, y(buttonPanel) - 10 - y(currentTabPanel));
|
||||||
|
}
|
||||||
|
|
||||||
|
pos(tabButtons, 10, 20);
|
||||||
|
size(tabButtons, width - 20, 20);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public GuiButton makeTab(String name, Supplier<GuiPanel> panel) {
|
||||||
|
GuiButton button = new GuiButton().setI18nLabel("replaymod.gui.editor." + name + ".title")
|
||||||
|
.setTooltip(new GuiTooltip().setI18nText("replaymod.gui.editor." + name + ".description"))
|
||||||
|
.setSize(Integer.MAX_VALUE, Integer.MAX_VALUE);
|
||||||
|
button.onClick(() -> {
|
||||||
|
// Remove previous tab
|
||||||
|
if (currentTabButton != null) {
|
||||||
|
currentTabButton.setEnabled();
|
||||||
|
removeElement(currentTabPanel);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Activate new tab
|
||||||
|
currentTabButton = button.setDisabled();
|
||||||
|
addElements(null, currentTabPanel = panel.get());
|
||||||
|
});
|
||||||
|
// Add new tab button to tabs panel
|
||||||
|
tabButtons.addElements(null, button);
|
||||||
|
((GridLayout) tabButtons.getLayout()).setColumns(tabButtons.getChildren().size());
|
||||||
|
return button;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void save(File inputFile, PacketStream.FilterInfo...filters) {
|
||||||
|
save(FilenameUtils.getBaseName(inputFile.getName()), (outputFile) -> {
|
||||||
|
Studio studio = new ReplayStudio();
|
||||||
|
try (ReplayFile outputReplay = new ZipReplayFile(studio, inputFile, outputFile);
|
||||||
|
ReplayOutputStream out = outputReplay.writePacketData()) {
|
||||||
|
// The input replay file MUST be closed before saving the output file
|
||||||
|
try (ReplayFile inputReplay = new ZipReplayFile(studio, inputFile);
|
||||||
|
ReplayInputStream in = inputReplay.getPacketData()) {
|
||||||
|
ReplayMetaData metaData = inputReplay.getMetaData();
|
||||||
|
PacketStream stream = studio.createReplayStream(in, true);
|
||||||
|
|
||||||
|
stream.addFilter(new ProgressFilter(metaData.getDuration()));
|
||||||
|
for (PacketStream.FilterInfo info : filters) {
|
||||||
|
stream.addFilter(info.getFilter(), info.getFrom(), info.getTo());
|
||||||
|
LOGGER.debug("Added filter {}", info);
|
||||||
|
}
|
||||||
|
|
||||||
|
LOGGER.info("Built pipeline: {}", stream);
|
||||||
|
stream.start();
|
||||||
|
|
||||||
|
long lastTimestamp = 0;
|
||||||
|
|
||||||
|
PacketData data;
|
||||||
|
while ((data = stream.next()) != null) {
|
||||||
|
out.write(data);
|
||||||
|
lastTimestamp = data.getTime();
|
||||||
|
}
|
||||||
|
|
||||||
|
for (PacketData d : stream.end()) {
|
||||||
|
out.write(d);
|
||||||
|
lastTimestamp = d.getTime();
|
||||||
|
}
|
||||||
|
|
||||||
|
updateProgress(ProcessingStage.FINALIZING, 0);
|
||||||
|
|
||||||
|
// Update duration of new replay
|
||||||
|
metaData.setDuration((int) lastTimestamp);
|
||||||
|
outputReplay.writeMetaData(metaData);
|
||||||
|
}
|
||||||
|
out.close();
|
||||||
|
outputReplay.save();
|
||||||
|
} catch (IOException e) {
|
||||||
|
throw new RuntimeException(e);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public void save(String sourceName, Consumer<File> runnable) {
|
||||||
|
GuiTextField nameField = new GuiTextField().setSize(200, 20).setFocused(true).setText(sourceName);
|
||||||
|
GuiYesNoPopup popup = GuiYesNoPopup.open(this,
|
||||||
|
nameField
|
||||||
|
).setYesI18nLabel("replaymod.gui.editor.savemode.override").setNoI18nLabel("replaymod.gui.cancel");
|
||||||
|
nameField.onEnter(() -> {
|
||||||
|
if (popup.getYesButton().isEnabled()) {
|
||||||
|
popup.getYesButton().onClick();
|
||||||
|
}
|
||||||
|
}).onTextChanged(obj -> {
|
||||||
|
popup.getYesButton().setEnabled(!nameField.getText().isEmpty());
|
||||||
|
popup.setYesI18nLabel("replaymod.gui.editor.savemode." +
|
||||||
|
(nameField.getText().equals(sourceName) ? "override" : "newfile"));
|
||||||
|
});
|
||||||
|
Futures.addCallback(popup.getFuture(), new FutureCallback<Boolean>() {
|
||||||
|
@Override
|
||||||
|
public void onSuccess(@Nullable Boolean result) {
|
||||||
|
if (result == Boolean.TRUE) {
|
||||||
|
// Sanitize their input
|
||||||
|
String name = nameField.getText().trim().replace("[^a-zA-Z0-9\\.\\- ]", "_");
|
||||||
|
// This file is what they want
|
||||||
|
File replayFolder;
|
||||||
|
try {
|
||||||
|
replayFolder = mod.getReplayFolder();
|
||||||
|
} catch (IOException e) {
|
||||||
|
Utils.error(LOGGER, GuiReplayEditor.this, CrashReport.makeCrashReport(e, "Getting replay folder"), null);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
File targetFile = new File(replayFolder, name + ".mcpr");
|
||||||
|
if (targetFile.exists()) {
|
||||||
|
LOGGER.trace("Selected file already exists, asking for confirmation");
|
||||||
|
Futures.addCallback(GuiYesNoPopup.open(GuiReplayEditor.this,
|
||||||
|
new GuiLabel().setColor(Colors.BLACK)
|
||||||
|
.setI18nText("replaymod.gui.replaymodified.warning1", name),
|
||||||
|
new GuiLabel().setColor(Colors.BLACK)
|
||||||
|
.setI18nText("replaymod.gui.replaymodified.warning2"))
|
||||||
|
.setYesI18nLabel("gui.yes").setNoI18nLabel("gui.no")
|
||||||
|
.getFuture(), new FutureCallback<Boolean>() {
|
||||||
|
@Override
|
||||||
|
public void onSuccess(@Nullable Boolean result) {
|
||||||
|
if (result == Boolean.TRUE) {
|
||||||
|
LOGGER.trace("Saving output in {}", targetFile);
|
||||||
|
runEdit(() -> runnable.accept(targetFile));
|
||||||
|
} else {
|
||||||
|
LOGGER.trace("Not overwriting file {}, reopening naming dialog", targetFile);
|
||||||
|
save(sourceName, runnable);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFailure(Throwable t) {
|
||||||
|
LOGGER.error("During save file confirmation dialog:", t);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
LOGGER.trace("Saving output in {}", targetFile);
|
||||||
|
runEdit(() -> runnable.accept(targetFile));
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
LOGGER.trace("Saving cancelled");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFailure(Throwable t) {
|
||||||
|
LOGGER.error("During save file dialog:", t);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
public void runEdit(Runnable runnable) {
|
||||||
|
popup = new GuiProcessingProgressPopup(this);
|
||||||
|
processingStage = ProcessingStage.INITIALIZING;
|
||||||
|
progress = 0;
|
||||||
|
new Thread(() -> {
|
||||||
|
LOGGER.info("Starting editing of replay");
|
||||||
|
try {
|
||||||
|
runnable.run();
|
||||||
|
} catch (Throwable t) {
|
||||||
|
CrashReport crashReport = CrashReport.makeCrashReport(t, "Editing replay file");
|
||||||
|
mod.runLater(() -> Utils.error(LOGGER, this, crashReport, popup::close));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
LOGGER.info("Successfully finished editing");
|
||||||
|
mod.runLater(() -> {
|
||||||
|
popup.close();
|
||||||
|
GuiInfoPopup.open(this, "replaymod.gui.editor.progress.status.finished");
|
||||||
|
});
|
||||||
|
}).start();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void updateProgress(ProcessingStage stage, double progress) {
|
||||||
|
if (this.processingStage != stage) {
|
||||||
|
LOGGER.trace("Changing state from {} to {}", this.processingStage, stage);
|
||||||
|
}
|
||||||
|
this.processingStage = stage;
|
||||||
|
this.progress = progress;
|
||||||
|
}
|
||||||
|
|
||||||
|
public ReplayMod getMod() {
|
||||||
|
return mod;
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum ProcessingStage {
|
||||||
|
INITIALIZING("initializing", 0.01),
|
||||||
|
WORKING("writing.raw", 0.89),
|
||||||
|
FINALIZING("writing.final", 0.1),
|
||||||
|
DONE("finished", 0);
|
||||||
|
|
||||||
|
private final String i18nKey;
|
||||||
|
private final double progressFraction;
|
||||||
|
|
||||||
|
ProcessingStage(String i18nKey, double progressFraction) {
|
||||||
|
this.i18nKey = "replaymod.gui.editor.progress.status." + i18nKey;
|
||||||
|
this.progressFraction = progressFraction;
|
||||||
|
}
|
||||||
|
|
||||||
|
public double getOverallProgress(double progress) {
|
||||||
|
progress *= progressFraction;
|
||||||
|
for (ProcessingStage processingStage : values()) {
|
||||||
|
if (processingStage == this) break;
|
||||||
|
progress += processingStage.progressFraction;
|
||||||
|
}
|
||||||
|
return progress;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private class ProgressFilter implements StreamFilter {
|
||||||
|
private final long total;
|
||||||
|
|
||||||
|
public ProgressFilter(long total) {
|
||||||
|
this.total = total;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getName() {
|
||||||
|
return "progress";
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void init(Studio studio, JsonObject config) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onStart(PacketStream stream) {
|
||||||
|
updateProgress(ProcessingStage.WORKING, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean onPacket(PacketStream stream, PacketData data) {
|
||||||
|
updateProgress(ProcessingStage.WORKING, (double) data.getTime() / total);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onEnd(PacketStream stream, long timestamp) {}
|
||||||
|
}
|
||||||
|
|
||||||
|
private class GuiProcessingProgressPopup extends AbstractGuiPopup<GuiProcessingProgressPopup> {
|
||||||
|
private final GuiProgressBar progressBar = new GuiProgressBar().setSize(300, 20);
|
||||||
|
|
||||||
|
{
|
||||||
|
popup.setLayout(new VerticalLayout().setSpacing(10));
|
||||||
|
popup.addElements(new VerticalLayout.Data(0.5),
|
||||||
|
new GuiLabel().setI18nText("replaymod.gui.editor.progress.title").setColor(Colors.BLACK),
|
||||||
|
new GuiLabel().setI18nText("replaymod.gui.editor.progress.pleasewait").setColor(Colors.BLACK),
|
||||||
|
progressBar);
|
||||||
|
}
|
||||||
|
|
||||||
|
public GuiProcessingProgressPopup(GuiContainer container) {
|
||||||
|
super(container);
|
||||||
|
open();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void draw(GuiRenderer renderer, ReadableDimension size, RenderInfo renderInfo) {
|
||||||
|
// Update progress bar
|
||||||
|
progressBar.setI18nLabel(processingStage.i18nKey);
|
||||||
|
progressBar.setProgress((float) processingStage.getOverallProgress(progress));
|
||||||
|
|
||||||
|
super.draw(renderer, size, renderInfo);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void close() {
|
||||||
|
super.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected GuiProcessingProgressPopup getThis() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
198
src/main/java/com/replaymod/editor/gui/GuiTrimPanel.java
Normal file
@@ -0,0 +1,198 @@
|
|||||||
|
package com.replaymod.editor.gui;
|
||||||
|
|
||||||
|
import com.google.gson.JsonObject;
|
||||||
|
import com.replaymod.core.utils.Utils;
|
||||||
|
import com.replaymod.replaystudio.data.Marker;
|
||||||
|
import com.replaymod.replaystudio.filter.ChangeTimestampFilter;
|
||||||
|
import com.replaymod.replaystudio.filter.RemoveFilter;
|
||||||
|
import com.replaymod.replaystudio.filter.SquashFilter;
|
||||||
|
import com.replaymod.replaystudio.replay.ReplayFile;
|
||||||
|
import com.replaymod.replaystudio.replay.ReplayMetaData;
|
||||||
|
import com.replaymod.replaystudio.replay.ZipReplayFile;
|
||||||
|
import com.replaymod.replaystudio.stream.PacketStream;
|
||||||
|
import com.replaymod.replaystudio.studio.ReplayStudio;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiPanel;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiLabel;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiNumberField;
|
||||||
|
import de.johni0702.minecraft.gui.element.advanced.GuiDropdownMenu;
|
||||||
|
import de.johni0702.minecraft.gui.layout.GridLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.VerticalLayout;
|
||||||
|
import net.minecraft.client.resources.I18n;
|
||||||
|
import net.minecraft.crash.CrashReport;
|
||||||
|
import org.apache.commons.io.FilenameUtils;
|
||||||
|
import org.apache.commons.io.IOCase;
|
||||||
|
import org.apache.commons.io.filefilter.SuffixFileFilter;
|
||||||
|
import org.lwjgl.util.Dimension;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileFilter;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
|
import java.util.Comparator;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.Set;
|
||||||
|
import java.util.function.Function;
|
||||||
|
|
||||||
|
import static com.replaymod.editor.ReplayModEditor.LOGGER;
|
||||||
|
import static java.util.Optional.ofNullable;
|
||||||
|
|
||||||
|
public class GuiTrimPanel extends GuiPanel {
|
||||||
|
// Special value indicating no replay files were found
|
||||||
|
private static final File NO_REPLAY = new File(".");
|
||||||
|
// Special value for the initial "Select Marker Keyframe" entry
|
||||||
|
private static final Marker NO_MARKER = new Marker(); static {NO_MARKER.setTime(-1);}
|
||||||
|
|
||||||
|
private final GuiReplayEditor gui;
|
||||||
|
|
||||||
|
public final GuiDropdownMenu<File> inputReplays = new GuiDropdownMenu<File>(this)
|
||||||
|
.setMinSize(new Dimension(200, 20)).onSelection(i -> updateSelectedReplay())
|
||||||
|
.setToString(f -> f == NO_REPLAY ? "" : FilenameUtils.getBaseName(f.getName()));
|
||||||
|
|
||||||
|
public final GuiNumberField startHour = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField startMin = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField startSec = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField startMilli = new GuiNumberField().setSize(40, 20).setMaxLength(4);
|
||||||
|
public final GuiDropdownMenu<Marker> startMarker = new GuiDropdownMenu<>();
|
||||||
|
|
||||||
|
public final GuiNumberField endHour = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField endMin = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField endSec = new GuiNumberField().setSize(20, 20).setMaxLength(2);
|
||||||
|
public final GuiNumberField endMilli = new GuiNumberField().setSize(40, 20).setMaxLength(4);
|
||||||
|
public final GuiDropdownMenu<Marker> endMarker = new GuiDropdownMenu<>();
|
||||||
|
|
||||||
|
public final GuiPanel timePanel = new GuiPanel(this)
|
||||||
|
.setLayout(new GridLayout().setCellsEqualSize(false).setSpacingX(20).setSpacingY(5).setColumns(3))
|
||||||
|
.addElements(new GridLayout.Data(0, 0.5),
|
||||||
|
new GuiLabel().setI18nText("replaymod.gui.start"),
|
||||||
|
new GuiPanel().setLayout(new HorizontalLayout().setSpacing(2)).addElements(
|
||||||
|
new HorizontalLayout.Data(0.5),
|
||||||
|
startHour, new GuiLabel().setI18nText("replaymod.gui.hours"),
|
||||||
|
startMin, new GuiLabel().setI18nText("replaymod.gui.minutes"),
|
||||||
|
startSec, new GuiLabel().setI18nText("replaymod.gui.seconds"),
|
||||||
|
startMilli, new GuiLabel().setI18nText("replaymod.gui.milliseconds")
|
||||||
|
), startMarker,
|
||||||
|
new GuiLabel().setI18nText("replaymod.gui.end"),
|
||||||
|
new GuiPanel().setLayout(new HorizontalLayout().setSpacing(2)).addElements(
|
||||||
|
new HorizontalLayout.Data(0.5),
|
||||||
|
endHour, new GuiLabel().setI18nText("replaymod.gui.hours"),
|
||||||
|
endMin, new GuiLabel().setI18nText("replaymod.gui.minutes"),
|
||||||
|
endSec, new GuiLabel().setI18nText("replaymod.gui.seconds"),
|
||||||
|
endMilli, new GuiLabel().setI18nText("replaymod.gui.milliseconds")
|
||||||
|
), endMarker);
|
||||||
|
|
||||||
|
public GuiTrimPanel(GuiReplayEditor gui) {
|
||||||
|
this.gui = gui;
|
||||||
|
|
||||||
|
setLayout(new VerticalLayout().setSpacing(10));
|
||||||
|
|
||||||
|
Function<Marker, String> toString = m -> {
|
||||||
|
if (m == NO_MARKER) {
|
||||||
|
return I18n.format("replaymod.gui.editor.trim.marker");
|
||||||
|
} else {
|
||||||
|
return ofNullable(m.getName()).orElse(I18n.format("replaymod.gui.ingame.unnamedmarker"))
|
||||||
|
+ " (" + Utils.convertSecondsToShortString(m.getTime() / 1000) + ")";
|
||||||
|
}
|
||||||
|
};
|
||||||
|
startMarker.setToString(toString).setMinSize(new Dimension(100, 20)).onSelection(i ->
|
||||||
|
onSelectedMarkerChanged(startMarker, startHour, startMin, startSec, startMilli));
|
||||||
|
endMarker.setToString(toString).setMinSize(new Dimension(100, 20)).onSelection(i ->
|
||||||
|
onSelectedMarkerChanged(endMarker, endHour, endMin, endSec, endMilli));
|
||||||
|
|
||||||
|
File[] files = null;
|
||||||
|
try {
|
||||||
|
File folder = gui.getMod().getReplayFolder();
|
||||||
|
files = folder.listFiles((FileFilter) new SuffixFileFilter(".mcpr", IOCase.INSENSITIVE));
|
||||||
|
} catch (IOException e) {
|
||||||
|
Utils.error(LOGGER, gui, CrashReport.makeCrashReport(e, "Listing available replays"), gui.backButton::onClick);
|
||||||
|
}
|
||||||
|
if (files == null) {
|
||||||
|
LOGGER.warn("Replay file list is null, has the replay folder been deleted?");
|
||||||
|
files = new File[0];
|
||||||
|
} else {
|
||||||
|
LOGGER.debug("Found {} replays in the replay folder", files.length);
|
||||||
|
}
|
||||||
|
if (files.length == 0) {
|
||||||
|
inputReplays.setValues(NO_REPLAY);
|
||||||
|
} else {
|
||||||
|
inputReplays.setValues(files);
|
||||||
|
}
|
||||||
|
|
||||||
|
updateSelectedReplay();
|
||||||
|
updateReadyState();
|
||||||
|
|
||||||
|
gui.saveButton.onClick(() -> {
|
||||||
|
// Read start and end times
|
||||||
|
int start = ((startHour.getInteger() * 60 + startMin.getInteger()) * 60 + startSec.getInteger()) * 1000 + startMilli.getInteger();
|
||||||
|
int end = ((endHour.getInteger() * 60 + endMin.getInteger()) * 60 + endSec.getInteger()) * 1000 + endMilli.getInteger();
|
||||||
|
// Configure offset of change timestamp filter
|
||||||
|
ChangeTimestampFilter ctf = new ChangeTimestampFilter();
|
||||||
|
JsonObject config = new JsonObject();
|
||||||
|
config.addProperty("offset", -start);
|
||||||
|
ctf.init(null, config);
|
||||||
|
// Pass filters to save dialog
|
||||||
|
gui.save(inputReplays.getSelectedValue(),
|
||||||
|
new PacketStream.FilterInfo(new SquashFilter(), -1, start),
|
||||||
|
new PacketStream.FilterInfo(ctf, start, end),
|
||||||
|
new PacketStream.FilterInfo(new RemoveFilter(), end, -1)
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
private void onSelectedMarkerChanged(GuiDropdownMenu<Marker> dropdown, GuiNumberField hour, GuiNumberField min,
|
||||||
|
GuiNumberField sec, GuiNumberField milli) {
|
||||||
|
Marker marker = dropdown.getSelectedValue();
|
||||||
|
if (marker != NO_MARKER) {
|
||||||
|
int time = marker.getTime();
|
||||||
|
setTime(time, hour, min, sec, milli);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void setTime(int time, GuiNumberField hour, GuiNumberField min,
|
||||||
|
GuiNumberField sec, GuiNumberField milli) {
|
||||||
|
milli.setValue(time % 1000); time /= 1000;
|
||||||
|
sec.setValue(time % 60); time /= 60;
|
||||||
|
min.setValue(time % 60); time /= 60;
|
||||||
|
hour.setValue(time);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void updateSelectedReplay() {
|
||||||
|
File file = inputReplays.getSelectedValue();
|
||||||
|
// Load markers and meta data from replay file
|
||||||
|
ReplayMetaData metaData;
|
||||||
|
Set<Marker> markers;
|
||||||
|
if (file == NO_REPLAY) {
|
||||||
|
metaData = new ReplayMetaData();
|
||||||
|
markers = Collections.emptySet();
|
||||||
|
} else {
|
||||||
|
try (ReplayFile replayFile = new ZipReplayFile(new ReplayStudio(), file)) {
|
||||||
|
metaData = replayFile.getMetaData();
|
||||||
|
markers = replayFile.getMarkers().or(Collections.emptySet());
|
||||||
|
LOGGER.debug("Loaded {} markers from replay {}", markers.size(), file);
|
||||||
|
} catch (Exception e) {
|
||||||
|
Utils.error(LOGGER, gui, CrashReport.makeCrashReport(e, "Reading markers from replay"), null);
|
||||||
|
metaData = new ReplayMetaData();
|
||||||
|
markers = Collections.emptySet();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Sort and add initial "Select Event Marker" element
|
||||||
|
List<Marker> markerList = new ArrayList<>(markers);
|
||||||
|
markerList.sort(Comparator.comparing(Marker::getTime));
|
||||||
|
markerList.add(0, NO_MARKER);
|
||||||
|
|
||||||
|
// Set marker dropdown values
|
||||||
|
Marker[] markerArray = markerList.stream().toArray(Marker[]::new);
|
||||||
|
startMarker.setValues(markerArray).setSelected(0);
|
||||||
|
endMarker.setValues(markerArray).setSelected(0);
|
||||||
|
|
||||||
|
// Set start and end time values
|
||||||
|
setTime(0, startHour, startMin, startSec, startMilli);
|
||||||
|
setTime(metaData.getDuration(), endHour, endMin, endSec, endMilli);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void updateReadyState() {
|
||||||
|
gui.saveButton.setEnabled(inputReplays.getSelectedValue() != NO_REPLAY);
|
||||||
|
}
|
||||||
|
}
|
||||||
54
src/main/java/com/replaymod/editor/handler/GuiHandler.java
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
package com.replaymod.editor.handler;
|
||||||
|
|
||||||
|
import com.replaymod.editor.ReplayModEditor;
|
||||||
|
import com.replaymod.editor.gui.GuiReplayEditor;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiScreen;
|
||||||
|
import net.minecraft.client.gui.GuiButton;
|
||||||
|
import net.minecraft.client.gui.GuiMainMenu;
|
||||||
|
import net.minecraft.client.resources.I18n;
|
||||||
|
import net.minecraftforge.client.event.GuiScreenEvent;
|
||||||
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class GuiHandler {
|
||||||
|
private static final int BUTTON_REPLAY_EDITOR = 17890237;
|
||||||
|
|
||||||
|
private final ReplayModEditor mod;
|
||||||
|
|
||||||
|
public GuiHandler(ReplayModEditor mod) {
|
||||||
|
this.mod = mod;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void register() {
|
||||||
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
|
MinecraftForge.EVENT_BUS.register(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public void injectIntoMainMenu(GuiScreenEvent.InitGuiEvent event) {
|
||||||
|
if (!(event.gui instanceof GuiMainMenu)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("unchecked")
|
||||||
|
List<GuiButton> buttonList = event.buttonList;
|
||||||
|
GuiButton button = new GuiButton(BUTTON_REPLAY_EDITOR, event.gui.width / 2 + 2,
|
||||||
|
event.gui.height / 4 + 10 + 3 * 24, I18n.format("replaymod.gui.replayeditor"));
|
||||||
|
button.width = button.width / 2 - 2;
|
||||||
|
buttonList.add(button);
|
||||||
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public void onButton(GuiScreenEvent.ActionPerformedEvent.Pre event) {
|
||||||
|
if(!event.button.enabled) return;
|
||||||
|
|
||||||
|
if (event.gui instanceof GuiMainMenu) {
|
||||||
|
if (event.button.id == BUTTON_REPLAY_EDITOR) {
|
||||||
|
new GuiReplayEditor(GuiScreen.wrap(event.gui), mod.getCore()).display();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -9,15 +9,13 @@ import de.johni0702.minecraft.gui.element.GuiImage;
|
|||||||
import de.johni0702.minecraft.gui.element.IGuiImage;
|
import de.johni0702.minecraft.gui.element.IGuiImage;
|
||||||
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
import net.minecraft.client.settings.GameSettings;
|
import net.minecraft.client.settings.GameSettings;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
|
|
||||||
public class FullBrightness implements Extra {
|
public class FullBrightness implements Extra {
|
||||||
@Mod.Instance(ReplayModReplay.MOD_ID)
|
private ReplayModReplay module;
|
||||||
private static ReplayModReplay module;
|
|
||||||
|
|
||||||
private final IGuiImage indicator = new GuiImage().setTexture(ReplayMod.TEXTURE, 90, 20, 19, 13).setSize(19, 13);
|
private final IGuiImage indicator = new GuiImage().setTexture(ReplayMod.TEXTURE, 90, 20, 19, 13).setSize(19, 13);
|
||||||
|
|
||||||
@@ -27,6 +25,7 @@ public class FullBrightness implements Extra {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void register(final ReplayMod mod) throws Exception {
|
public void register(final ReplayMod mod) throws Exception {
|
||||||
|
this.module = ReplayModReplay.instance;
|
||||||
this.gameSettings = mod.getMinecraft().gameSettings;
|
this.gameSettings = mod.getMinecraft().gameSettings;
|
||||||
|
|
||||||
mod.getKeyBindingRegistry().registerKeyBinding("replaymod.input.lighting", Keyboard.KEY_Z, new Runnable() {
|
mod.getKeyBindingRegistry().registerKeyBinding("replaymod.input.lighting", Keyboard.KEY_Z, new Runnable() {
|
||||||
@@ -41,7 +40,7 @@ public class FullBrightness implements Extra {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import de.johni0702.minecraft.gui.layout.GridLayout;
|
|||||||
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
import de.johni0702.minecraft.gui.layout.LayoutData;
|
import de.johni0702.minecraft.gui.layout.LayoutData;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
import org.lwjgl.util.Dimension;
|
import org.lwjgl.util.Dimension;
|
||||||
@@ -35,7 +35,7 @@ public class HotkeyButtons implements Extra {
|
|||||||
public void register(ReplayMod mod) throws Exception {
|
public void register(ReplayMod mod) throws Exception {
|
||||||
this.mod = mod;
|
this.mod = mod;
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
|
|||||||
@@ -10,9 +10,8 @@ import lombok.RequiredArgsConstructor;
|
|||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.resources.IResourcePack;
|
import net.minecraft.client.resources.IResourcePack;
|
||||||
import net.minecraft.client.resources.data.IMetadataSection;
|
import net.minecraft.client.resources.data.IMetadataSection;
|
||||||
import net.minecraft.client.resources.data.MetadataSerializer;
|
import net.minecraft.client.resources.data.IMetadataSerializer;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
|
||||||
import org.apache.commons.lang3.StringEscapeUtils;
|
import org.apache.commons.lang3.StringEscapeUtils;
|
||||||
|
|
||||||
import java.awt.image.BufferedImage;
|
import java.awt.image.BufferedImage;
|
||||||
@@ -26,11 +25,12 @@ import java.util.Map;
|
|||||||
import java.util.Set;
|
import java.util.Set;
|
||||||
|
|
||||||
public class LocalizationExtra implements Extra {
|
public class LocalizationExtra implements Extra {
|
||||||
@Mod.Instance(ReplayModOnline.MOD_ID)
|
private ReplayModOnline module;
|
||||||
private static ReplayModOnline module;
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void register(ReplayMod mod) throws Exception {
|
public void register(ReplayMod mod) throws Exception {
|
||||||
|
this.module = ReplayModOnline.instance;
|
||||||
|
|
||||||
final Minecraft mc = mod.getMinecraft();
|
final Minecraft mc = mod.getMinecraft();
|
||||||
Thread localizedResourcePackLoader = new Thread(new Runnable() {
|
Thread localizedResourcePackLoader = new Thread(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
@@ -95,12 +95,12 @@ public class LocalizationExtra implements Extra {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Set<String> getResourceDomains() {
|
public Set getResourceDomains() {
|
||||||
return ImmutableSet.of("minecraft", "replaymod");
|
return ImmutableSet.of("minecraft", "replaymod");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <T extends IMetadataSection> T getPackMetadata(MetadataSerializer metadataSerializer, String metadataSectionName) throws IOException {
|
public IMetadataSection getPackMetadata(IMetadataSerializer p_135058_1_, String p_135058_2_) throws IOException {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,16 +12,16 @@ import org.apache.logging.log4j.Logger;
|
|||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Mod(modid = ReplayModExtras.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModExtras.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModExtras {
|
public class ReplayModExtras {
|
||||||
public static final String MOD_ID = "replaymod-extras";
|
public static final String MOD_ID = "replaymod-extras";
|
||||||
|
|
||||||
@Mod.Instance(MOD_ID)
|
@Mod.Instance(MOD_ID)
|
||||||
public static ReplayModExtras instance;
|
public static ReplayModExtras instance;
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
private static final List<Class<? extends Extra>> builtin = Arrays.asList(
|
private static final List<Class<? extends Extra>> builtin = Arrays.asList(
|
||||||
PlayerOverview.class,
|
PlayerOverview.class,
|
||||||
UriSchemeExtra.class,
|
UriSchemeExtra.class,
|
||||||
@@ -44,7 +44,7 @@ public class ReplayModExtras {
|
|||||||
for (Class<? extends Extra> cls : builtin) {
|
for (Class<? extends Extra> cls : builtin) {
|
||||||
try {
|
try {
|
||||||
Extra extra = cls.newInstance();
|
Extra extra = cls.newInstance();
|
||||||
extra.register(core);
|
extra.register(ReplayMod.instance);
|
||||||
} catch (Throwable t) {
|
} catch (Throwable t) {
|
||||||
logger.warn("Failed to load extra " + cls.getName() + ": ", t);
|
logger.warn("Failed to load extra " + cls.getName() + ": ", t);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,7 @@ import com.replaymod.replay.events.ReplayOpenEvent;
|
|||||||
import net.minecraft.client.renderer.entity.RenderManager;
|
import net.minecraft.client.renderer.entity.RenderManager;
|
||||||
import net.minecraft.client.renderer.entity.RenderPlayer;
|
import net.minecraft.client.renderer.entity.RenderPlayer;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
|
|
||||||
@@ -21,14 +20,15 @@ import java.io.IOException;
|
|||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
public class PlayerOverview implements Extra {
|
public class PlayerOverview implements Extra {
|
||||||
@Mod.Instance(ReplayModReplay.MOD_ID)
|
private ReplayModReplay module;
|
||||||
private static ReplayModReplay module;
|
|
||||||
|
|
||||||
private final Set<UUID> hiddenPlayers = new HashSet<>();
|
private final Set<UUID> hiddenPlayers = new HashSet<>();
|
||||||
private boolean savingEnabled;
|
private boolean savingEnabled;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void register(final ReplayMod mod) throws Exception {
|
public void register(final ReplayMod mod) throws Exception {
|
||||||
|
this.module = ReplayModReplay.instance;
|
||||||
|
|
||||||
mod.getKeyBindingRegistry().registerKeyBinding("replaymod.input.playeroverview", Keyboard.KEY_B, new Runnable() {
|
mod.getKeyBindingRegistry().registerKeyBinding("replaymod.input.playeroverview", Keyboard.KEY_B, new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
@@ -55,7 +55,7 @@ public class PlayerOverview implements Extra {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
|
|
||||||
RenderManager renderManager = mod.getMinecraft().getRenderManager();
|
RenderManager renderManager = mod.getMinecraft().getRenderManager();
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ import de.johni0702.minecraft.gui.utils.Colors;
|
|||||||
import net.minecraft.client.audio.PositionedSoundRecord;
|
import net.minecraft.client.audio.PositionedSoundRecord;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.entity.player.EnumPlayerModelParts;
|
import net.minecraft.entity.player.EnumPlayerModelParts;
|
||||||
import net.minecraft.init.MobEffects;
|
import net.minecraft.potion.Potion;
|
||||||
import net.minecraft.init.SoundEvents;
|
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import org.lwjgl.util.Dimension;
|
import org.lwjgl.util.Dimension;
|
||||||
import org.lwjgl.util.ReadableDimension;
|
import org.lwjgl.util.ReadableDimension;
|
||||||
@@ -41,14 +40,14 @@ public class PlayerOverviewGui extends GuiScreen implements Closeable {
|
|||||||
public final GuiCheckbox checkAll = new GuiCheckbox(contentPanel){
|
public final GuiCheckbox checkAll = new GuiCheckbox(contentPanel){
|
||||||
@Override
|
@Override
|
||||||
public void onClick() {
|
public void onClick() {
|
||||||
getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.getMasterRecord(SoundEvents.UI_BUTTON_CLICK, 1.0F));
|
getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.create(BUTTON_SOUND, 1.0F));
|
||||||
playersScrollable.forEach(IGuiCheckbox.class).setChecked(true);
|
playersScrollable.forEach(IGuiCheckbox.class).setChecked(true);
|
||||||
}
|
}
|
||||||
}.setLabel("").setChecked(true);
|
}.setLabel("").setChecked(true);
|
||||||
public final GuiCheckbox uncheckAll = new GuiCheckbox(contentPanel){
|
public final GuiCheckbox uncheckAll = new GuiCheckbox(contentPanel){
|
||||||
@Override
|
@Override
|
||||||
public void onClick() {
|
public void onClick() {
|
||||||
getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.getMasterRecord(SoundEvents.UI_BUTTON_CLICK, 1.0F));
|
getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.create(BUTTON_SOUND, 1.0F));
|
||||||
playersScrollable.forEach(IGuiCheckbox.class).setChecked(false);
|
playersScrollable.forEach(IGuiCheckbox.class).setChecked(false);
|
||||||
}
|
}
|
||||||
}.setLabel("").setChecked(false);
|
}.setLabel("").setChecked(false);
|
||||||
@@ -140,7 +139,7 @@ public class PlayerOverviewGui extends GuiScreen implements Closeable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isSpectator(EntityPlayer e) {
|
private static boolean isSpectator(EntityPlayer e) {
|
||||||
return e.isInvisible() && e.getActivePotionEffect(MobEffects.INVISIBILITY) == null;
|
return e.isInvisible() && e.getActivePotionEffect(Potion.invisibility) == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final class PlayerComparator implements Comparator<EntityPlayer> {
|
private static final class PlayerComparator implements Comparator<EntityPlayer> {
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ import com.replaymod.core.ReplayMod;
|
|||||||
import com.replaymod.extras.Extra;
|
import com.replaymod.extras.Extra;
|
||||||
import com.replaymod.online.ReplayModOnline;
|
import com.replaymod.online.ReplayModOnline;
|
||||||
import de.johni0702.minecraft.gui.container.GuiScreen;
|
import de.johni0702.minecraft.gui.container.GuiScreen;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
@@ -13,14 +12,14 @@ import java.net.ServerSocket;
|
|||||||
import java.net.Socket;
|
import java.net.Socket;
|
||||||
|
|
||||||
public class UriSchemeExtra implements Extra {
|
public class UriSchemeExtra implements Extra {
|
||||||
@Mod.Instance(ReplayModOnline.MOD_ID)
|
private ReplayModOnline module;
|
||||||
private static ReplayModOnline module;
|
|
||||||
|
|
||||||
private ReplayMod mod;
|
private ReplayMod mod;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void register(final ReplayMod mod) throws Exception {
|
public void register(final ReplayMod mod) throws Exception {
|
||||||
this.mod = mod;
|
this.mod = mod;
|
||||||
|
this.module = ReplayModOnline.instance;
|
||||||
|
|
||||||
UriScheme uriScheme = UriScheme.create();
|
UriScheme uriScheme = UriScheme.create();
|
||||||
if (uriScheme == null) {
|
if (uriScheme == null) {
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ public class YoutubeUpload implements Extra {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onGuiOpen(GuiScreenEvent.InitGuiEvent.Post event) {
|
public void onGuiOpen(GuiScreenEvent.InitGuiEvent.Post event) {
|
||||||
if (GuiScreen.from(event.getGui()) instanceof GuiRenderingDone) {
|
if (GuiScreen.from(event.gui) instanceof GuiRenderingDone) {
|
||||||
GuiRenderingDone gui = (GuiRenderingDone) GuiScreen.from(event.getGui());
|
GuiRenderingDone gui = (GuiRenderingDone) GuiScreen.from(event.gui);
|
||||||
// Check if there already is a youtube button
|
// Check if there already is a youtube button
|
||||||
if (gui.actionsPanel.getChildren().stream().anyMatch(it -> it instanceof YoutubeButton)) {
|
if (gui.actionsPanel.getChildren().stream().anyMatch(it -> it instanceof YoutubeButton)) {
|
||||||
return; // Button already added
|
return; // Button already added
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ import com.replaymod.replaystudio.replay.ReplayFile;
|
|||||||
import com.replaymod.replaystudio.replay.ZipReplayFile;
|
import com.replaymod.replaystudio.replay.ZipReplayFile;
|
||||||
import com.replaymod.replaystudio.studio.ReplayStudio;
|
import com.replaymod.replaystudio.studio.ReplayStudio;
|
||||||
import de.johni0702.minecraft.gui.container.GuiScreen;
|
import de.johni0702.minecraft.gui.container.GuiScreen;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.common.config.Configuration;
|
import net.minecraftforge.common.config.Configuration;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
||||||
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
|
||||||
@@ -26,18 +26,19 @@ import java.io.IOException;
|
|||||||
|
|
||||||
import static net.minecraft.client.Minecraft.getMinecraft;
|
import static net.minecraft.client.Minecraft.getMinecraft;
|
||||||
|
|
||||||
@Mod(modid = ReplayModOnline.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModOnline.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModOnline {
|
public class ReplayModOnline {
|
||||||
public static final String MOD_ID = "replaymod-online";
|
public static final String MOD_ID = "replaymod-online";
|
||||||
|
|
||||||
@Mod.Instance(MOD_ID)
|
@Mod.Instance(MOD_ID)
|
||||||
public static ReplayModOnline instance;
|
public static ReplayModOnline instance;
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
private ReplayMod core;
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
@Mod.Instance(ReplayModReplay.MOD_ID)
|
private ReplayModReplay replayModule;
|
||||||
private static ReplayModReplay replayModule;
|
|
||||||
|
|
||||||
private Logger logger;
|
private Logger logger;
|
||||||
|
|
||||||
@@ -53,6 +54,8 @@ public class ReplayModOnline {
|
|||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
logger = event.getModLog();
|
logger = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
|
replayModule = ReplayModReplay.instance;
|
||||||
|
|
||||||
core.getSettingsRegistry().register(Setting.class);
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
|
|
||||||
@@ -64,12 +67,14 @@ public class ReplayModOnline {
|
|||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void init(FMLInitializationEvent event) {
|
public void init(FMLInitializationEvent event) {
|
||||||
if (!getDownloadsFolder().mkdirs()) {
|
if (!getDownloadsFolder().exists()){
|
||||||
logger.warn("Failed to create downloads folder: " + getDownloadsFolder());
|
if (!getDownloadsFolder().mkdirs()) {
|
||||||
|
logger.warn("Failed to create downloads folder: " + getDownloadsFolder());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
new GuiHandler(this).register();
|
new GuiHandler(this).register();
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
|
|||||||
@@ -2,8 +2,7 @@ package com.replaymod.online.api.replay.holders;
|
|||||||
|
|
||||||
public enum MinecraftVersion {
|
public enum MinecraftVersion {
|
||||||
|
|
||||||
MC_1_8("Minecraft 1.8", "1.8"),
|
MC_1_8("Minecraft 1.8", "1.8");
|
||||||
MC_1_9_4("Minecraft 1.9.4", "1.9.4");
|
|
||||||
|
|
||||||
private String niceName, apiName;
|
private String niceName, apiName;
|
||||||
|
|
||||||
|
|||||||
@@ -14,9 +14,11 @@ import net.minecraft.client.gui.GuiMainMenu;
|
|||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraftforge.client.event.GuiScreenEvent;
|
import net.minecraftforge.client.event.GuiScreenEvent;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
public class GuiHandler {
|
public class GuiHandler {
|
||||||
private static final int BUTTON_REPLAY_CENTER = 17890236;
|
private static final int BUTTON_REPLAY_CENTER = 17890236;
|
||||||
@@ -28,23 +30,26 @@ public class GuiHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void register() {
|
public void register() {
|
||||||
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
MinecraftForge.EVENT_BUS.register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void injectIntoMainMenu(GuiScreenEvent.InitGuiEvent event) {
|
public void injectIntoMainMenu(GuiScreenEvent.InitGuiEvent event) {
|
||||||
if (!(event.getGui() instanceof GuiMainMenu)) {
|
if (!(event.gui instanceof GuiMainMenu)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GuiButton button = new GuiButton(BUTTON_REPLAY_CENTER, event.getGui().width / 2 - 100,
|
@SuppressWarnings("unchecked")
|
||||||
event.getGui().height / 4 + 10 + 4 * 24, I18n.format("replaymod.gui.replaycenter"));
|
List<GuiButton> buttonList = event.buttonList;
|
||||||
event.getButtonList().add(button);
|
GuiButton button = new GuiButton(BUTTON_REPLAY_CENTER, event.gui.width / 2 - 100,
|
||||||
|
event.gui.height / 4 + 10 + 4 * 24, I18n.format("replaymod.gui.replaycenter"));
|
||||||
|
buttonList.add(button);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void injectIntoReplayViewer(GuiScreenEvent.InitGuiEvent.Post event) {
|
public void injectIntoReplayViewer(GuiScreenEvent.InitGuiEvent.Post event) {
|
||||||
AbstractGuiScreen guiScreen = GuiScreen.from(event.getGui());
|
AbstractGuiScreen guiScreen = GuiScreen.from(event.gui);
|
||||||
if (!(guiScreen instanceof GuiReplayViewer)) {
|
if (!(guiScreen instanceof GuiReplayViewer)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -70,15 +75,15 @@ public class GuiHandler {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onButton(GuiScreenEvent.ActionPerformedEvent.Pre event) {
|
public void onButton(GuiScreenEvent.ActionPerformedEvent.Pre event) {
|
||||||
if(!event.getButton().enabled) return;
|
if(!event.button.enabled) return;
|
||||||
|
|
||||||
if (event.getGui() instanceof GuiMainMenu) {
|
if (event.gui instanceof GuiMainMenu) {
|
||||||
if (event.getButton().id == BUTTON_REPLAY_CENTER) {
|
if (event.button.id == BUTTON_REPLAY_CENTER) {
|
||||||
GuiReplayCenter replayCenter = new GuiReplayCenter(mod);
|
GuiReplayCenter replayCenter = new GuiReplayCenter(mod);
|
||||||
if (mod.isLoggedIn()) {
|
if (mod.isLoggedIn()) {
|
||||||
replayCenter.display();
|
replayCenter.display();
|
||||||
} else {
|
} else {
|
||||||
new GuiLoginPrompt(mod.getApiClient(), GuiScreen.wrap(event.getGui()), replayCenter, true).display();
|
new GuiLoginPrompt(mod.getApiClient(), GuiScreen.wrap(event.gui), replayCenter, true).display();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import com.replaymod.replaystudio.pathing.path.Keyframe;
|
|||||||
import com.replaymod.replaystudio.pathing.path.Path;
|
import com.replaymod.replaystudio.pathing.path.Path;
|
||||||
import com.replaymod.replaystudio.pathing.path.Timeline;
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
@@ -65,7 +65,7 @@ public abstract class AbstractTimelinePlayer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
replayHandler.getReplaySender().setSyncModeAndWait();
|
replayHandler.getReplaySender().setSyncModeAndWait();
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
lastTime = 0;
|
lastTime = 0;
|
||||||
mc.timer = new ReplayTimer(mc.timer);
|
mc.timer = new ReplayTimer(mc.timer);
|
||||||
mc.timer.timerSpeed = 1;
|
mc.timer.timerSpeed = 1;
|
||||||
@@ -87,7 +87,7 @@ public abstract class AbstractTimelinePlayer {
|
|||||||
mc.timer = ((ReplayTimer) mc.timer).getWrapped();
|
mc.timer = ((ReplayTimer) mc.timer).getWrapped();
|
||||||
replayHandler.getReplaySender().setReplaySpeed(0);
|
replayHandler.getReplaySender().setReplaySpeed(0);
|
||||||
replayHandler.getReplaySender().setAsyncMode(true);
|
replayHandler.getReplaySender().setAsyncMode(true);
|
||||||
MinecraftForge.EVENT_BUS.unregister(this);
|
FMLCommonHandler.instance().bus().unregister(this);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
long time = getTimePassed();
|
long time = getTimePassed();
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package com.replaymod.pathing.player;
|
|||||||
|
|
||||||
import com.replaymod.core.utils.WrappedTimer;
|
import com.replaymod.core.utils.WrappedTimer;
|
||||||
import net.minecraft.util.Timer;
|
import net.minecraft.util.Timer;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -20,7 +20,7 @@ public class ReplayTimer extends WrappedTimer {
|
|||||||
copy(this, state); // Save our current state
|
copy(this, state); // Save our current state
|
||||||
super.updateTimer(); // Update current state
|
super.updateTimer(); // Update current state
|
||||||
copy(state, this); // Restore our old state
|
copy(state, this); // Restore our old state
|
||||||
MinecraftForge.EVENT_BUS.post(new UpdatedEvent());
|
FMLCommonHandler.instance().bus().post(new UpdatedEvent());
|
||||||
}
|
}
|
||||||
|
|
||||||
public Timer getWrapped() {
|
public Timer getWrapped() {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import com.replaymod.core.ReplayMod;
|
|||||||
import com.replaymod.core.utils.Restrictions;
|
import com.replaymod.core.utils.Restrictions;
|
||||||
import com.replaymod.recording.handler.ConnectionEventHandler;
|
import com.replaymod.recording.handler.ConnectionEventHandler;
|
||||||
import com.replaymod.recording.packet.PacketListener;
|
import com.replaymod.recording.packet.PacketListener;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraft.network.NetworkManager;
|
import net.minecraft.network.NetworkManager;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
|
||||||
@@ -14,15 +14,17 @@ import net.minecraftforge.fml.common.network.NetworkRegistry;
|
|||||||
import org.apache.logging.log4j.Logger;
|
import org.apache.logging.log4j.Logger;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
|
|
||||||
@Mod(modid = ReplayModRecording.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModRecording.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModRecording {
|
public class ReplayModRecording {
|
||||||
public static final String MOD_ID = "replaymod-recording";
|
public static final String MOD_ID = "replaymod-recording";
|
||||||
|
|
||||||
@Mod.Instance(MOD_ID)
|
@Mod.Instance(MOD_ID)
|
||||||
public static ReplayModRecording instance;
|
public static ReplayModRecording instance;
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
private ReplayMod core;
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
private Logger logger;
|
private Logger logger;
|
||||||
|
|
||||||
@@ -31,6 +33,7 @@ public class ReplayModRecording {
|
|||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
logger = event.getModLog();
|
logger = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
|
|
||||||
core.getSettingsRegistry().register(Setting.class);
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
|
|
||||||
@@ -48,7 +51,7 @@ public class ReplayModRecording {
|
|||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void init(FMLInitializationEvent event) {
|
public void init(FMLInitializationEvent event) {
|
||||||
EventBus bus = MinecraftForge.EVENT_BUS;
|
EventBus bus = FMLCommonHandler.instance().bus();
|
||||||
bus.register(connectionEventHandler = new ConnectionEventHandler(logger, core));
|
bus.register(connectionEventHandler = new ConnectionEventHandler(logger, core));
|
||||||
|
|
||||||
NetworkRegistry.INSTANCE.newSimpleChannel(Restrictions.PLUGIN_CHANNEL);
|
NetworkRegistry.INSTANCE.newSimpleChannel(Restrictions.PLUGIN_CHANNEL);
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ public class GuiRecordingOverlay {
|
|||||||
*/
|
*/
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void renderRecordingIndicator(RenderGameOverlayEvent.Post event) {
|
public void renderRecordingIndicator(RenderGameOverlayEvent.Post event) {
|
||||||
if (event.getType() != RenderGameOverlayEvent.ElementType.ALL) return;
|
if (event.type != RenderGameOverlayEvent.ElementType.ALL) return;
|
||||||
if (settingsRegistry.get(Setting.INDICATOR)) {
|
if (settingsRegistry.get(Setting.INDICATOR)) {
|
||||||
FontRenderer fontRenderer = mc.fontRendererObj;
|
FontRenderer fontRenderer = mc.fontRendererObj;
|
||||||
fontRenderer.drawString(I18n.format("replaymod.gui.recording").toUpperCase(), 30, 18 - (fontRenderer.FONT_HEIGHT / 2), 0xffffffff);
|
fontRenderer.drawString(I18n.format("replaymod.gui.recording").toUpperCase(), 30, 18 - (fontRenderer.FONT_HEIGHT / 2), 0xffffffff);
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
package com.replaymod.recording.handler;
|
||||||
|
|
||||||
|
import io.netty.channel.ChannelHandlerContext;
|
||||||
|
import io.netty.channel.SimpleChannelInboundHandler;
|
||||||
|
import net.minecraftforge.fml.common.network.handshake.FMLHandshakeMessage;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Filters out all handshake packets that were sent for recording but must
|
||||||
|
* not actually be handled.
|
||||||
|
* This handler is only present when connected to the integrated server as
|
||||||
|
* otherwise all packets must be handled.
|
||||||
|
*
|
||||||
|
* When in single player, the game state packets must never be handled
|
||||||
|
* otherwise wired bugs related to semi-singletons can occur.
|
||||||
|
* See https://bugs.replaymod.com/show_bug.cgi?id=44
|
||||||
|
*/
|
||||||
|
public class FMLHandshakeFilter extends SimpleChannelInboundHandler<FMLHandshakeMessage> {
|
||||||
|
@Override
|
||||||
|
protected void channelRead0(ChannelHandlerContext ctx, FMLHandshakeMessage msg) throws Exception {
|
||||||
|
if (!(msg instanceof FMLHandshakeMessage.RegistryData)) {
|
||||||
|
// Pass on everything but RegistryData messages
|
||||||
|
ctx.fireChannelRead(msg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,22 +1,24 @@
|
|||||||
package com.replaymod.recording.handler;
|
package com.replaymod.recording.handler;
|
||||||
|
|
||||||
import com.replaymod.recording.packet.PacketListener;
|
import com.replaymod.recording.packet.PacketListener;
|
||||||
|
import io.netty.buffer.ByteBuf;
|
||||||
|
import io.netty.buffer.Unpooled;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.entity.EntityLiving;
|
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.inventory.EntityEquipmentSlot;
|
import net.minecraft.item.Item;
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
import net.minecraft.network.Packet;
|
import net.minecraft.network.Packet;
|
||||||
import net.minecraft.network.datasync.EntityDataManager;
|
import net.minecraft.network.PacketBuffer;
|
||||||
import net.minecraft.network.play.server.*;
|
import net.minecraft.network.play.server.*;
|
||||||
|
import net.minecraft.network.play.server.S14PacketEntity.S17PacketEntityLookMove;
|
||||||
import net.minecraft.server.integrated.IntegratedServer;
|
import net.minecraft.server.integrated.IntegratedServer;
|
||||||
import net.minecraft.util.EnumHand;
|
import net.minecraft.util.BlockPos;
|
||||||
import net.minecraft.util.SoundCategory;
|
import net.minecraft.util.MathHelper;
|
||||||
import net.minecraft.util.SoundEvent;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
import net.minecraftforge.event.entity.minecart.MinecartInteractEvent;
|
import net.minecraftforge.event.entity.minecart.MinecartInteractEvent;
|
||||||
import net.minecraftforge.event.entity.player.PlayerSleepInBedEvent;
|
import net.minecraftforge.event.entity.player.PlayerSleepInBedEvent;
|
||||||
|
import net.minecraftforge.event.entity.player.PlayerUseItemEvent;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import net.minecraftforge.fml.common.gameevent.PlayerEvent.ItemPickupEvent;
|
import net.minecraftforge.fml.common.gameevent.PlayerEvent.ItemPickupEvent;
|
||||||
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
||||||
@@ -30,24 +32,24 @@ public class RecordingEventHandler {
|
|||||||
private final PacketListener packetListener;
|
private final PacketListener packetListener;
|
||||||
|
|
||||||
private Double lastX, lastY, lastZ;
|
private Double lastX, lastY, lastZ;
|
||||||
private ItemStack[] playerItems = new ItemStack[6];
|
private ItemStack[] playerItems = new ItemStack[5];
|
||||||
private int ticksSinceLastCorrection;
|
private int ticksSinceLastCorrection;
|
||||||
private boolean wasSleeping;
|
private boolean wasSleeping;
|
||||||
private int lastRiding = -1;
|
private int lastRiding = -1;
|
||||||
private Integer rotationYawHeadBefore;
|
private Integer rotationYawHeadBefore;
|
||||||
private boolean wasHandActive;
|
|
||||||
private EnumHand lastActiveHand;
|
|
||||||
|
|
||||||
public RecordingEventHandler(PacketListener packetListener) {
|
public RecordingEventHandler(PacketListener packetListener) {
|
||||||
this.packetListener = packetListener;
|
this.packetListener = packetListener;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void register() {
|
public void register() {
|
||||||
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
MinecraftForge.EVENT_BUS.register(this);
|
||||||
((RecordingEventSender) mc.renderGlobal).setRecordingEventHandler(this);
|
((RecordingEventSender) mc.renderGlobal).setRecordingEventHandler(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void unregister() {
|
public void unregister() {
|
||||||
|
FMLCommonHandler.instance().bus().unregister(this);
|
||||||
MinecraftForge.EVENT_BUS.unregister(this);
|
MinecraftForge.EVENT_BUS.unregister(this);
|
||||||
RecordingEventSender recordingEventSender = ((RecordingEventSender) mc.renderGlobal);
|
RecordingEventSender recordingEventSender = ((RecordingEventSender) mc.renderGlobal);
|
||||||
if (recordingEventSender.getRecordingEventHandler() == this) {
|
if (recordingEventSender.getRecordingEventHandler() == this) {
|
||||||
@@ -57,7 +59,7 @@ public class RecordingEventHandler {
|
|||||||
|
|
||||||
public void onPlayerJoin() {
|
public void onPlayerJoin() {
|
||||||
try {
|
try {
|
||||||
packetListener.save(new SPacketSpawnPlayer(mc.thePlayer));
|
packetListener.save(spawnPlayer(mc.thePlayer));
|
||||||
} catch(Exception e1) {
|
} catch(Exception e1) {
|
||||||
e1.printStackTrace();
|
e1.printStackTrace();
|
||||||
}
|
}
|
||||||
@@ -65,28 +67,39 @@ public class RecordingEventHandler {
|
|||||||
|
|
||||||
public void onPlayerRespawn() {
|
public void onPlayerRespawn() {
|
||||||
try {
|
try {
|
||||||
packetListener.save(new SPacketSpawnPlayer(mc.thePlayer));
|
packetListener.save(spawnPlayer(mc.thePlayer));
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClientSound(SoundEvent sound, SoundCategory category,
|
private S0CPacketSpawnPlayer spawnPlayer(EntityPlayer player) {
|
||||||
double x, double y, double z, float volume, float pitch) {
|
|
||||||
try {
|
try {
|
||||||
// Send to all other players in ServerWorldEventHandler#playSoundToAllNearExcept
|
S0CPacketSpawnPlayer packet = new S0CPacketSpawnPlayer();
|
||||||
packetListener.save(new SPacketSoundEffect(sound, category, x, y, z, volume, pitch));
|
|
||||||
} catch(Exception e) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void onClientEffect(int type, BlockPos pos, int data) {
|
ByteBuf bb = Unpooled.buffer();
|
||||||
try {
|
PacketBuffer pb = new PacketBuffer(bb);
|
||||||
// Send to all other players in ServerWorldEventHandler#playEvent
|
|
||||||
packetListener.save(new SPacketEffect(type, pos, data, false));
|
pb.writeVarIntToBuffer(player.getEntityId());
|
||||||
|
pb.writeUuid(EntityPlayer.getUUID(player.getGameProfile()));
|
||||||
|
|
||||||
|
pb.writeInt(MathHelper.floor_double(player.posX * 32.0D));
|
||||||
|
pb.writeInt(MathHelper.floor_double(player.posY * 32.0D));
|
||||||
|
pb.writeInt(MathHelper.floor_double(player.posZ * 32.0D));
|
||||||
|
pb.writeByte((byte) ((int) (player.rotationYaw * 256.0F / 360.0F)));
|
||||||
|
pb.writeByte((byte) ((int) (player.rotationPitch * 256.0F / 360.0F)));
|
||||||
|
|
||||||
|
ItemStack itemstack = player.inventory.getCurrentItem();
|
||||||
|
pb.writeShort(itemstack == null ? 0 : Item.getIdFromItem(itemstack.getItem()));
|
||||||
|
|
||||||
|
player.getDataWatcher().writeTo(pb);
|
||||||
|
|
||||||
|
packet.readPacketData(pb);
|
||||||
|
|
||||||
|
return packet;
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -118,14 +131,19 @@ public class RecordingEventHandler {
|
|||||||
lastZ = e.player.posZ;
|
lastZ = e.player.posZ;
|
||||||
|
|
||||||
Packet packet;
|
Packet packet;
|
||||||
if (force || Math.abs(dx) > 8.0 || Math.abs(dy) > 8.0 || Math.abs(dz) > 8.0) {
|
if(force || Math.abs(dx) > 4.0 || Math.abs(dy) > 4.0 || Math.abs(dz) > 4.0) {
|
||||||
packet = new SPacketEntityTeleport(e.player);
|
int x = MathHelper.floor_double(e.player.posX * 32.0D);
|
||||||
|
int y = MathHelper.floor_double(e.player.posY * 32.0D);
|
||||||
|
int z = MathHelper.floor_double(e.player.posZ * 32.0D);
|
||||||
|
byte yaw = (byte) ((int) (e.player.rotationYaw * 256.0F / 360.0F));
|
||||||
|
byte pitch = (byte) ((int) (e.player.rotationPitch * 256.0F / 360.0F));
|
||||||
|
packet = new S18PacketEntityTeleport(e.player.getEntityId(), x, y, z, yaw, pitch, e.player.onGround);
|
||||||
} else {
|
} else {
|
||||||
byte newYaw = (byte) ((int) (e.player.rotationYaw * 256.0F / 360.0F));
|
byte newYaw = (byte) ((int) (e.player.rotationYaw * 256.0F / 360.0F));
|
||||||
byte newPitch = (byte) ((int) (e.player.rotationPitch * 256.0F / 360.0F));
|
byte newPitch = (byte) ((int) (e.player.rotationPitch * 256.0F / 360.0F));
|
||||||
|
|
||||||
packet = new SPacketEntity.S17PacketEntityLookMove(e.player.getEntityId(),
|
packet = new S17PacketEntityLookMove(e.player.getEntityId(),
|
||||||
(short) Math.round(dx * 4096), (short) Math.round(dy * 4096), (short) Math.round(dz * 4096),
|
(byte) Math.round(dx * 32), (byte) Math.round(dy * 32), (byte) Math.round(dz * 32),
|
||||||
newYaw, newPitch, e.player.onGround);
|
newYaw, newPitch, e.player.onGround);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -135,16 +153,37 @@ public class RecordingEventHandler {
|
|||||||
int rotationYawHead = ((int)(e.player.rotationYawHead * 256.0F / 360.0F));
|
int rotationYawHead = ((int)(e.player.rotationYawHead * 256.0F / 360.0F));
|
||||||
|
|
||||||
if(!Objects.equals(rotationYawHead, rotationYawHeadBefore)) {
|
if(!Objects.equals(rotationYawHead, rotationYawHeadBefore)) {
|
||||||
packetListener.save(new SPacketEntityHeadLook(e.player, (byte) rotationYawHead));
|
S19PacketEntityHeadLook head = new S19PacketEntityHeadLook();
|
||||||
|
ByteBuf bb1 = Unpooled.buffer();
|
||||||
|
PacketBuffer pb1 = new PacketBuffer(bb1);
|
||||||
|
|
||||||
|
pb1.writeVarIntToBuffer(e.player.getEntityId());
|
||||||
|
pb1.writeByte(rotationYawHead);
|
||||||
|
|
||||||
|
head.readPacketData(pb1);
|
||||||
|
|
||||||
|
packetListener.save(head);
|
||||||
|
|
||||||
rotationYawHeadBefore = rotationYawHead;
|
rotationYawHeadBefore = rotationYawHead;
|
||||||
}
|
}
|
||||||
|
|
||||||
packetListener.save(new SPacketEntityVelocity(e.player.getEntityId(), e.player.motionX, e.player.motionY, e.player.motionZ));
|
S12PacketEntityVelocity vel = new S12PacketEntityVelocity(e.player.getEntityId(), e.player.motionX, e.player.motionY, e.player.motionZ);
|
||||||
|
packetListener.save(vel);
|
||||||
|
|
||||||
//Animation Packets
|
//Animation Packets
|
||||||
//Swing Animation
|
//Swing Animation
|
||||||
if (e.player.isSwingInProgress && e.player.swingProgressInt == -1) {
|
if(e.player.swingProgressInt == 1) {
|
||||||
packetListener.save(new SPacketAnimation(e.player, e.player.swingingHand == EnumHand.MAIN_HAND ? 0 : 3));
|
S0BPacketAnimation pac = new S0BPacketAnimation();
|
||||||
|
|
||||||
|
ByteBuf bb = Unpooled.buffer();
|
||||||
|
PacketBuffer pb = new PacketBuffer(bb);
|
||||||
|
|
||||||
|
pb.writeVarIntToBuffer(e.player.getEntityId());
|
||||||
|
pb.writeByte(0);
|
||||||
|
|
||||||
|
pac.readPacketData(pb);
|
||||||
|
|
||||||
|
packetListener.save(pac);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -168,62 +207,75 @@ public class RecordingEventHandler {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
//Inventory Handling
|
//Inventory Handling
|
||||||
if (playerItems[0] != mc.thePlayer.getHeldItem(EnumHand.MAIN_HAND)) {
|
if(playerItems[0] != mc.thePlayer.getHeldItem()) {
|
||||||
playerItems[0] = mc.thePlayer.getHeldItem(EnumHand.MAIN_HAND);
|
playerItems[0] = mc.thePlayer.getHeldItem();
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.MAINHAND, playerItems[0]));
|
S04PacketEntityEquipment pee = new S04PacketEntityEquipment(e.player.getEntityId(), 0, playerItems[0]);
|
||||||
|
packetListener.save(pee);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playerItems[1] != mc.thePlayer.getHeldItem(EnumHand.OFF_HAND)) {
|
if(playerItems[1] != mc.thePlayer.inventory.armorInventory[0]) {
|
||||||
playerItems[1] = mc.thePlayer.getHeldItem(EnumHand.OFF_HAND);
|
playerItems[1] = mc.thePlayer.inventory.armorInventory[0];
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.OFFHAND, playerItems[1]));
|
S04PacketEntityEquipment pee = new S04PacketEntityEquipment(e.player.getEntityId(), 1, playerItems[1]);
|
||||||
|
packetListener.save(pee);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playerItems[2] != mc.thePlayer.inventory.armorInventory[0]) {
|
if(playerItems[2] != mc.thePlayer.inventory.armorInventory[1]) {
|
||||||
playerItems[2] = mc.thePlayer.inventory.armorInventory[0];
|
playerItems[2] = mc.thePlayer.inventory.armorInventory[1];
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.FEET, playerItems[2]));
|
S04PacketEntityEquipment pee = new S04PacketEntityEquipment(e.player.getEntityId(), 2, playerItems[2]);
|
||||||
|
packetListener.save(pee);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playerItems[3] != mc.thePlayer.inventory.armorInventory[1]) {
|
if(playerItems[3] != mc.thePlayer.inventory.armorInventory[2]) {
|
||||||
playerItems[3] = mc.thePlayer.inventory.armorInventory[1];
|
playerItems[3] = mc.thePlayer.inventory.armorInventory[2];
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.LEGS, playerItems[3]));
|
S04PacketEntityEquipment pee = new S04PacketEntityEquipment(e.player.getEntityId(), 3, playerItems[3]);
|
||||||
|
packetListener.save(pee);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (playerItems[4] != mc.thePlayer.inventory.armorInventory[2]) {
|
if(playerItems[4] != mc.thePlayer.inventory.armorInventory[3]) {
|
||||||
playerItems[4] = mc.thePlayer.inventory.armorInventory[2];
|
playerItems[4] = mc.thePlayer.inventory.armorInventory[3];
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.CHEST, playerItems[4]));
|
S04PacketEntityEquipment pee = new S04PacketEntityEquipment(e.player.getEntityId(), 4, playerItems[4]);
|
||||||
}
|
packetListener.save(pee);
|
||||||
|
|
||||||
if (playerItems[5] != mc.thePlayer.inventory.armorInventory[3]) {
|
|
||||||
playerItems[5] = mc.thePlayer.inventory.armorInventory[3];
|
|
||||||
packetListener.save(new SPacketEntityEquipment(e.player.getEntityId(), EntityEquipmentSlot.HEAD, playerItems[5]));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Leaving Ride
|
//Leaving Ride
|
||||||
|
|
||||||
if((!mc.thePlayer.isRiding() && lastRiding != -1) ||
|
if((!mc.thePlayer.isRiding() && lastRiding != -1) ||
|
||||||
(mc.thePlayer.isRiding() && lastRiding != mc.thePlayer.getRidingEntity().getEntityId())) {
|
(mc.thePlayer.isRiding() && lastRiding != mc.thePlayer.ridingEntity.getEntityId())) {
|
||||||
if(!mc.thePlayer.isRiding()) {
|
if(!mc.thePlayer.isRiding()) {
|
||||||
lastRiding = -1;
|
lastRiding = -1;
|
||||||
} else {
|
} else {
|
||||||
lastRiding = mc.thePlayer.getRidingEntity().getEntityId();
|
lastRiding = mc.thePlayer.ridingEntity.getEntityId();
|
||||||
}
|
}
|
||||||
packetListener.save(new SPacketEntityAttach(e.player, e.player.getRidingEntity()));
|
|
||||||
|
S1BPacketEntityAttach pea = new S1BPacketEntityAttach();
|
||||||
|
|
||||||
|
ByteBuf buf = Unpooled.buffer();
|
||||||
|
PacketBuffer pbuf = new PacketBuffer(buf);
|
||||||
|
|
||||||
|
pbuf.writeInt(e.player.getEntityId());
|
||||||
|
pbuf.writeInt(lastRiding);
|
||||||
|
pbuf.writeBoolean(false);
|
||||||
|
|
||||||
|
pea.readPacketData(pbuf);
|
||||||
|
|
||||||
|
packetListener.save(pea);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Sleeping
|
//Sleeping
|
||||||
if(!mc.thePlayer.isPlayerSleeping() && wasSleeping) {
|
if(!mc.thePlayer.isPlayerSleeping() && wasSleeping) {
|
||||||
packetListener.save(new SPacketAnimation(e.player, 2));
|
S0BPacketAnimation pac = new S0BPacketAnimation();
|
||||||
wasSleeping = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Active hand (e.g. eating, drinking, blocking)
|
ByteBuf bb = Unpooled.buffer();
|
||||||
if (mc.thePlayer.isHandActive() ^ wasHandActive || mc.thePlayer.getActiveHand() != lastActiveHand) {
|
PacketBuffer pb = new PacketBuffer(bb);
|
||||||
wasHandActive = mc.thePlayer.isHandActive();
|
|
||||||
lastActiveHand = mc.thePlayer.getActiveHand();
|
pb.writeVarIntToBuffer(e.player.getEntityId());
|
||||||
EntityDataManager dataManager = new EntityDataManager(null);
|
pb.writeByte(2);
|
||||||
int state = (wasHandActive ? 1 : 0) | (lastActiveHand == EnumHand.OFF_HAND ? 2 : 0);
|
|
||||||
dataManager.register(EntityLiving.HAND_STATES, (byte) state);
|
pac.readPacketData(pb);
|
||||||
packetListener.save(new SPacketEntityMetadata(mc.thePlayer.getEntityId(), dataManager, true));
|
|
||||||
|
packetListener.save(pac);
|
||||||
|
|
||||||
|
wasSleeping = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch(Exception e1) {
|
} catch(Exception e1) {
|
||||||
@@ -234,7 +286,27 @@ public class RecordingEventHandler {
|
|||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onPickupItem(ItemPickupEvent event) {
|
public void onPickupItem(ItemPickupEvent event) {
|
||||||
try {
|
try {
|
||||||
packetListener.save(new SPacketCollectItem(event.pickedUp.getEntityId(), event.player.getEntityId()));
|
packetListener.save(new S0DPacketCollectItem(event.pickedUp.getEntityId(), event.player.getEntityId()));
|
||||||
|
} catch(Exception e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public void onStartEating(PlayerUseItemEvent.Start event) {
|
||||||
|
try {
|
||||||
|
if(!event.entityPlayer.isEating()) return;
|
||||||
|
S0BPacketAnimation packet = new S0BPacketAnimation();
|
||||||
|
|
||||||
|
ByteBuf bb = Unpooled.buffer();
|
||||||
|
PacketBuffer pb = new PacketBuffer(bb);
|
||||||
|
|
||||||
|
pb.writeVarIntToBuffer(event.entityPlayer.getEntityId());
|
||||||
|
pb.writeByte(3);
|
||||||
|
|
||||||
|
packet.readPacketData(pb);
|
||||||
|
|
||||||
|
packetListener.save(packet);
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
@@ -243,11 +315,21 @@ public class RecordingEventHandler {
|
|||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onSleep(PlayerSleepInBedEvent event) {
|
public void onSleep(PlayerSleepInBedEvent event) {
|
||||||
try {
|
try {
|
||||||
if (event.getEntityPlayer() != mc.thePlayer) {
|
if(event.entityPlayer != mc.thePlayer) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
packetListener.save(new SPacketUseBed(event.getEntityPlayer(), event.getPos()));
|
S0APacketUseBed pub = new S0APacketUseBed();
|
||||||
|
|
||||||
|
ByteBuf buf = Unpooled.buffer();
|
||||||
|
PacketBuffer pbuf = new PacketBuffer(buf);
|
||||||
|
|
||||||
|
pbuf.writeVarIntToBuffer(event.entityPlayer.getEntityId());
|
||||||
|
pbuf.writeBlockPos(event.pos);
|
||||||
|
|
||||||
|
pub.readPacketData(pbuf);
|
||||||
|
|
||||||
|
packetListener.save(pub);
|
||||||
|
|
||||||
wasSleeping = true;
|
wasSleeping = true;
|
||||||
|
|
||||||
@@ -259,13 +341,24 @@ public class RecordingEventHandler {
|
|||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void enterMinecart(MinecartInteractEvent event) {
|
public void enterMinecart(MinecartInteractEvent event) {
|
||||||
try {
|
try {
|
||||||
if(event.getEntity() != mc.thePlayer) {
|
if(event.player != mc.thePlayer) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
packetListener.save(new SPacketEntityAttach(event.getPlayer(), event.getMinecart()));
|
S1BPacketEntityAttach pea = new S1BPacketEntityAttach();
|
||||||
|
|
||||||
lastRiding = event.getMinecart().getEntityId();
|
ByteBuf buf = Unpooled.buffer();
|
||||||
|
PacketBuffer pbuf = new PacketBuffer(buf);
|
||||||
|
|
||||||
|
pbuf.writeInt(event.player.getEntityId());
|
||||||
|
pbuf.writeInt(event.minecart.getEntityId());
|
||||||
|
pbuf.writeBoolean(false);
|
||||||
|
|
||||||
|
pea.readPacketData(pbuf);
|
||||||
|
|
||||||
|
packetListener.save(pea);
|
||||||
|
|
||||||
|
lastRiding = event.minecart.getEntityId();
|
||||||
} catch(Exception e) {
|
} catch(Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
@@ -274,7 +367,7 @@ public class RecordingEventHandler {
|
|||||||
public void onBlockBreakAnim(int breakerId, BlockPos pos, int progress) {
|
public void onBlockBreakAnim(int breakerId, BlockPos pos, int progress) {
|
||||||
EntityPlayer thePlayer = mc.thePlayer;
|
EntityPlayer thePlayer = mc.thePlayer;
|
||||||
if (thePlayer != null && breakerId == thePlayer.getEntityId()) {
|
if (thePlayer != null && breakerId == thePlayer.getEntityId()) {
|
||||||
packetListener.save(new SPacketBlockBreakAnim(breakerId, pos, progress));
|
packetListener.save(new S25PacketBlockBreakAnim(breakerId, pos, progress));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ import com.replaymod.recording.handler.RecordingEventHandler;
|
|||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.network.NetHandlerPlayClient;
|
import net.minecraft.client.network.NetHandlerPlayClient;
|
||||||
import net.minecraft.client.network.NetworkPlayerInfo;
|
import net.minecraft.client.network.NetworkPlayerInfo;
|
||||||
import net.minecraft.network.play.server.SPacketPlayerListItem;
|
import net.minecraft.network.play.server.S07PacketRespawn;
|
||||||
import net.minecraft.network.play.server.SPacketRespawn;
|
import net.minecraft.network.play.server.S38PacketPlayerListItem;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
@@ -36,12 +36,12 @@ public abstract class MixinNetHandlerPlayClient {
|
|||||||
* @param ci Callback info
|
* @param ci Callback info
|
||||||
*/
|
*/
|
||||||
@Inject(method = "handlePlayerListItem", at=@At("HEAD"))
|
@Inject(method = "handlePlayerListItem", at=@At("HEAD"))
|
||||||
public void recordOwnJoin(SPacketPlayerListItem packet, CallbackInfo ci) {
|
public void recordOwnJoin(S38PacketPlayerListItem packet, CallbackInfo ci) {
|
||||||
if (gameController.thePlayer == null) return;
|
if (gameController.thePlayer == null) return;
|
||||||
|
|
||||||
RecordingEventHandler handler = getRecordingEventHandler();
|
RecordingEventHandler handler = getRecordingEventHandler();
|
||||||
if (handler != null && packet.getAction() == SPacketPlayerListItem.Action.ADD_PLAYER) {
|
if (handler != null && packet.getAction() == S38PacketPlayerListItem.Action.ADD_PLAYER) {
|
||||||
for (SPacketPlayerListItem.AddPlayerData data : packet.getEntries()) {
|
for (S38PacketPlayerListItem.AddPlayerData data : packet.getEntries()) {
|
||||||
if (data.getProfile() == null || data.getProfile().getId() == null) continue;
|
if (data.getProfile() == null || data.getProfile().getId() == null) continue;
|
||||||
// Only add spawn packet for our own player and only if he isn't known yet
|
// Only add spawn packet for our own player and only if he isn't known yet
|
||||||
if (data.getProfile().getId().equals(Minecraft.getMinecraft().thePlayer.getGameProfile().getId())
|
if (data.getProfile().getId().equals(Minecraft.getMinecraft().thePlayer.getGameProfile().getId())
|
||||||
@@ -55,12 +55,12 @@ public abstract class MixinNetHandlerPlayClient {
|
|||||||
/**
|
/**
|
||||||
* Record the own player entity respawning.
|
* Record the own player entity respawning.
|
||||||
* We cannot use the {@link net.minecraftforge.event.entity.EntityJoinWorldEvent} because that would also include
|
* We cannot use the {@link net.minecraftforge.event.entity.EntityJoinWorldEvent} because that would also include
|
||||||
* the first spawn which is already handled by {@link #recordOwnJoin(SPacketPlayerListItem, CallbackInfo)}.
|
* the first spawn which is already handled by {@link #recordOwnJoin(S38PacketPlayerListItem, CallbackInfo)}.
|
||||||
* @param packet The packet
|
* @param packet The packet
|
||||||
* @param ci Callback info
|
* @param ci Callback info
|
||||||
*/
|
*/
|
||||||
@Inject(method = "handleRespawn", at=@At("RETURN"))
|
@Inject(method = "handleRespawn", at=@At("RETURN"))
|
||||||
public void recordOwnRespawn(SPacketRespawn packet, CallbackInfo ci) {
|
public void recordOwnRespawn(S07PacketRespawn packet, CallbackInfo ci) {
|
||||||
RecordingEventHandler handler = getRecordingEventHandler();
|
RecordingEventHandler handler = getRecordingEventHandler();
|
||||||
if (handler != null) {
|
if (handler != null) {
|
||||||
handler.onPlayerRespawn();
|
handler.onPlayerRespawn();
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
package com.replaymod.recording.mixin;
|
package com.replaymod.recording.mixin;
|
||||||
|
|
||||||
|
import com.replaymod.recording.handler.FMLHandshakeFilter;
|
||||||
|
import io.netty.channel.ChannelPipeline;
|
||||||
import io.netty.channel.embedded.EmbeddedChannel;
|
import io.netty.channel.embedded.EmbeddedChannel;
|
||||||
|
import net.minecraftforge.fml.common.network.handshake.FMLHandshakeCodec;
|
||||||
import net.minecraftforge.fml.common.network.handshake.NetworkDispatcher;
|
import net.minecraftforge.fml.common.network.handshake.NetworkDispatcher;
|
||||||
|
import net.minecraftforge.fml.relauncher.Side;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
@@ -11,17 +15,32 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
@Mixin(value = NetworkDispatcher.class, remap = false)
|
@Mixin(value = NetworkDispatcher.class, remap = false)
|
||||||
public abstract class MixinNetworkDispatcher {
|
public abstract class MixinNetworkDispatcher {
|
||||||
|
|
||||||
|
@Shadow
|
||||||
|
private Side side;
|
||||||
|
|
||||||
@Shadow
|
@Shadow
|
||||||
private EmbeddedChannel handshakeChannel;
|
private EmbeddedChannel handshakeChannel;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Always sets fml:isLocal to false.
|
* Always sets fml:isLocal to false on the server side.
|
||||||
* This effectively removes the difference in the FML handshake between SP and MP
|
* This effectively removes the difference in the FML handshake between SP and MP
|
||||||
* and forces the block/item ids, etc. to always be send.
|
* and forces the block/item ids, etc. to always be send.
|
||||||
* This might have undesired side effects but at least it works at all.
|
* Injects a {@link FMLHandshakeFilter} on the client side to filter out
|
||||||
|
* those extra, unexpected packets.
|
||||||
*/
|
*/
|
||||||
@Inject(method = "insertIntoChannel", at=@At("HEAD"))
|
@Inject(method = "insertIntoChannel", at=@At("HEAD"))
|
||||||
public void replayModRecording_forceIsLocalToFalse(CallbackInfo cb) {
|
public void replayModRecording_setupForLocalRecording(CallbackInfo cb) {
|
||||||
handshakeChannel.attr(NetworkDispatcher.IS_LOCAL).set(false);
|
// If we're in multiplayer, everything is fine as is
|
||||||
|
if (!handshakeChannel.attr(NetworkDispatcher.IS_LOCAL).get()) return;
|
||||||
|
|
||||||
|
if (side == Side.SERVER) {
|
||||||
|
// On the server side, force all packets to be sent
|
||||||
|
handshakeChannel.attr(NetworkDispatcher.IS_LOCAL).set(false);
|
||||||
|
} else {
|
||||||
|
// On the client side, discard additional packets
|
||||||
|
ChannelPipeline pipeline = handshakeChannel.pipeline();
|
||||||
|
pipeline.addAfter(pipeline.context(FMLHandshakeCodec.class).name(),
|
||||||
|
"replaymod_filter", new FMLHandshakeFilter());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
package com.replaymod.recording.mixin;
|
|
||||||
|
|
||||||
import com.replaymod.recording.handler.RecordingEventHandler;
|
|
||||||
import net.minecraft.client.Minecraft;
|
|
||||||
import net.minecraft.client.multiplayer.PlayerControllerMP;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraft.world.World;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
|
||||||
|
|
||||||
@Mixin(PlayerControllerMP.class)
|
|
||||||
public abstract class MixinPlayerControllerMP implements RecordingEventHandler.RecordingEventSender {
|
|
||||||
|
|
||||||
@Shadow
|
|
||||||
private Minecraft mc;
|
|
||||||
|
|
||||||
// Redirects the call to playEvent without the initial player argument to the method with that argument
|
|
||||||
// The new method will then play it and (if applicable) record it. (See MixinWorldClient)
|
|
||||||
// This is necessary for the block break event (particles and sound) to be recorded. Otherwise it looks like the
|
|
||||||
// event was emitted because of a packet (player will be null) and not as it actually was (by the player).
|
|
||||||
@Redirect(method = "onPlayerDestroyBlock", at = @At(value = "INVOKE",
|
|
||||||
target = "Lnet/minecraft/world/World;playEvent(ILnet/minecraft/util/math/BlockPos;I)V"))
|
|
||||||
public void replayModRecording_playEvent_fixed(World world, int type, BlockPos pos, int data) {
|
|
||||||
world.playEvent(mc.thePlayer, type, pos, data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,7 @@ package com.replaymod.recording.mixin;
|
|||||||
|
|
||||||
import com.replaymod.recording.handler.RecordingEventHandler;
|
import com.replaymod.recording.handler.RecordingEventHandler;
|
||||||
import net.minecraft.client.renderer.RenderGlobal;
|
import net.minecraft.client.renderer.RenderGlobal;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.BlockPos;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
|||||||
@@ -1,62 +0,0 @@
|
|||||||
package com.replaymod.recording.mixin;
|
|
||||||
|
|
||||||
import com.replaymod.recording.handler.RecordingEventHandler;
|
|
||||||
import net.minecraft.client.Minecraft;
|
|
||||||
import net.minecraft.client.multiplayer.WorldClient;
|
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
|
||||||
import net.minecraft.profiler.Profiler;
|
|
||||||
import net.minecraft.util.SoundCategory;
|
|
||||||
import net.minecraft.util.SoundEvent;
|
|
||||||
import net.minecraft.util.math.BlockPos;
|
|
||||||
import net.minecraft.world.World;
|
|
||||||
import net.minecraft.world.WorldProvider;
|
|
||||||
import net.minecraft.world.storage.ISaveHandler;
|
|
||||||
import net.minecraft.world.storage.WorldInfo;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|
||||||
|
|
||||||
@Mixin(WorldClient.class)
|
|
||||||
public abstract class MixinWorldClient extends World implements RecordingEventHandler.RecordingEventSender {
|
|
||||||
@Shadow
|
|
||||||
private Minecraft mc;
|
|
||||||
|
|
||||||
protected MixinWorldClient(ISaveHandler saveHandlerIn, WorldInfo info, WorldProvider providerIn, Profiler profilerIn, boolean client) {
|
|
||||||
super(saveHandlerIn, info, providerIn, profilerIn, client);
|
|
||||||
}
|
|
||||||
|
|
||||||
private RecordingEventHandler replayModRecording_getRecordingEventHandler() {
|
|
||||||
return ((RecordingEventHandler.RecordingEventSender) mc.renderGlobal).getRecordingEventHandler();
|
|
||||||
}
|
|
||||||
|
|
||||||
// Sounds that are emitted by thePlayer no longer take the long way over the server
|
|
||||||
// but are instead played directly by the client. The server only sends these sounds to
|
|
||||||
// other clients so we have to record them manually.
|
|
||||||
// E.g. Block place sounds
|
|
||||||
@Inject(method = "playSound", at = @At("HEAD"))
|
|
||||||
public void replayModRecording_recordClientSound(EntityPlayer player, double x, double y, double z, SoundEvent sound, SoundCategory category,
|
|
||||||
float volume, float pitch, CallbackInfo ci) {
|
|
||||||
if (player == mc.thePlayer) {
|
|
||||||
RecordingEventHandler handler = replayModRecording_getRecordingEventHandler();
|
|
||||||
if (handler != null) {
|
|
||||||
handler.onClientSound(sound, category, x, y, z, volume, pitch);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Same goes for level events (also called effects). E.g. door open, block break, etc.
|
|
||||||
// These are handled in the World class, so we override the method in WorldClient and add our special handling.
|
|
||||||
@Override
|
|
||||||
public void playEvent(EntityPlayer player, int type, BlockPos pos, int data) {
|
|
||||||
if (player == mc.thePlayer) {
|
|
||||||
// We caused this event, the server won't send it to us
|
|
||||||
RecordingEventHandler handler = replayModRecording_getRecordingEventHandler();
|
|
||||||
if (handler != null) {
|
|
||||||
handler.onClientEffect(type, pos, data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
super.playEvent(player, type, pos, data);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -9,24 +9,21 @@ import io.netty.buffer.Unpooled;
|
|||||||
import io.netty.channel.ChannelHandlerContext;
|
import io.netty.channel.ChannelHandlerContext;
|
||||||
import io.netty.channel.ChannelInboundHandlerAdapter;
|
import io.netty.channel.ChannelInboundHandlerAdapter;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
|
import net.minecraft.entity.DataWatcher;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.network.EnumConnectionState;
|
import net.minecraft.network.EnumConnectionState;
|
||||||
import net.minecraft.network.EnumPacketDirection;
|
import net.minecraft.network.EnumPacketDirection;
|
||||||
import net.minecraft.network.Packet;
|
import net.minecraft.network.Packet;
|
||||||
import net.minecraft.network.PacketBuffer;
|
import net.minecraft.network.PacketBuffer;
|
||||||
import net.minecraft.network.datasync.EntityDataManager;
|
|
||||||
import net.minecraft.network.play.server.*;
|
import net.minecraft.network.play.server.*;
|
||||||
import net.minecraft.util.text.TextComponentString;
|
import net.minecraft.util.ChatComponentText;
|
||||||
import net.minecraftforge.fml.common.network.internal.FMLProxyPacket;
|
import net.minecraftforge.fml.common.network.internal.FMLProxyPacket;
|
||||||
import org.apache.logging.log4j.LogManager;
|
import org.apache.logging.log4j.LogManager;
|
||||||
import org.apache.logging.log4j.Logger;
|
import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
import java.io.DataOutputStream;
|
import java.io.DataOutputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.Arrays;
|
import java.util.*;
|
||||||
import java.util.HashSet;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.UUID;
|
|
||||||
import java.util.concurrent.ExecutorService;
|
import java.util.concurrent.ExecutorService;
|
||||||
import java.util.concurrent.Executors;
|
import java.util.concurrent.Executors;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
@@ -87,8 +84,8 @@ public class PacketListener extends ChannelInboundHandlerAdapter {
|
|||||||
|
|
||||||
public void save(Packet packet) {
|
public void save(Packet packet) {
|
||||||
try {
|
try {
|
||||||
if(packet instanceof SPacketSpawnPlayer) {
|
if(packet instanceof S0CPacketSpawnPlayer) {
|
||||||
UUID uuid = ((SPacketSpawnPlayer) packet).getUniqueId();
|
UUID uuid = ((S0CPacketSpawnPlayer) packet).getPlayer();
|
||||||
Set<String> uuids = new HashSet<>(Arrays.asList(metaData.getPlayers()));
|
Set<String> uuids = new HashSet<>(Arrays.asList(metaData.getPlayers()));
|
||||||
uuids.add(uuid.toString());
|
uuids.add(uuid.toString());
|
||||||
metaData.setPlayers(uuids.toArray(new String[uuids.size()]));
|
metaData.setPlayers(uuids.toArray(new String[uuids.size()]));
|
||||||
@@ -154,16 +151,16 @@ public class PacketListener extends ChannelInboundHandlerAdapter {
|
|||||||
try {
|
try {
|
||||||
Packet packet = (Packet) msg;
|
Packet packet = (Packet) msg;
|
||||||
|
|
||||||
if(packet instanceof SPacketCollectItem) {
|
if(packet instanceof S0DPacketCollectItem) {
|
||||||
if(mc.thePlayer != null ||
|
if(mc.thePlayer != null ||
|
||||||
((SPacketCollectItem) packet).getEntityID() == mc.thePlayer.getEntityId()) {
|
((S0DPacketCollectItem) packet).getEntityID() == mc.thePlayer.getEntityId()) {
|
||||||
super.channelRead(ctx, msg);
|
super.channelRead(ctx, msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (packet instanceof SPacketResourcePackSend) {
|
if (packet instanceof S48PacketResourcePackSend) {
|
||||||
save(resourcePackRecorder.handleResourcePack((SPacketResourcePackSend) packet));
|
save(resourcePackRecorder.handleResourcePack((S48PacketResourcePackSend) packet));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -176,10 +173,10 @@ public class PacketListener extends ChannelInboundHandlerAdapter {
|
|||||||
|
|
||||||
save(packet);
|
save(packet);
|
||||||
|
|
||||||
if (packet instanceof SPacketCustomPayload) {
|
if (packet instanceof S3FPacketCustomPayload) {
|
||||||
SPacketCustomPayload p = (SPacketCustomPayload) packet;
|
S3FPacketCustomPayload p = (S3FPacketCustomPayload) packet;
|
||||||
if (Restrictions.PLUGIN_CHANNEL.equals(p.getChannelName())) {
|
if (Restrictions.PLUGIN_CHANNEL.equals(p.getChannelName())) {
|
||||||
packet = new SPacketDisconnect(new TextComponentString("Please update to view this replay."));
|
packet = new S40PacketDisconnect(new ChatComponentText("Please update to view this replay."));
|
||||||
save(packet);
|
save(packet);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -192,31 +189,27 @@ public class PacketListener extends ChannelInboundHandlerAdapter {
|
|||||||
super.channelRead(ctx, msg);
|
super.channelRead(ctx, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
private <T> void DataManager_set(EntityDataManager dataManager, EntityDataManager.DataEntry<T> entry) {
|
|
||||||
dataManager.register(entry.getKey(), entry.getValue());
|
|
||||||
}
|
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
private byte[] getPacketData(Packet packet) throws IOException {
|
private byte[] getPacketData(Packet packet) throws IOException {
|
||||||
if (packet instanceof SPacketSpawnMob) {
|
if(packet instanceof S0FPacketSpawnMob) {
|
||||||
SPacketSpawnMob p = (SPacketSpawnMob) packet;
|
S0FPacketSpawnMob p = (S0FPacketSpawnMob) packet;
|
||||||
if (p.dataManager == null) {
|
if (p.field_149043_l == null) {
|
||||||
p.dataManager = new EntityDataManager(null);
|
p.field_149043_l = new DataWatcher(null);
|
||||||
if (p.getDataManagerEntries() != null) {
|
if(p.func_149027_c() != null) {
|
||||||
for (EntityDataManager.DataEntry<?> entry : p.getDataManagerEntries()) {
|
for(DataWatcher.WatchableObject wo : (List<DataWatcher.WatchableObject>) p.func_149027_c()) {
|
||||||
DataManager_set(p.dataManager, entry);
|
p.field_149043_l.addObject(wo.getDataValueId(), wo.getObject());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (packet instanceof SPacketSpawnPlayer) {
|
if(packet instanceof S0CPacketSpawnPlayer) {
|
||||||
SPacketSpawnPlayer p = (SPacketSpawnPlayer) packet;
|
S0CPacketSpawnPlayer p = (S0CPacketSpawnPlayer) packet;
|
||||||
if (p.watcher == null) {
|
if (p.watcher == null) {
|
||||||
p.watcher = new EntityDataManager(null);
|
p.watcher = new DataWatcher(null);
|
||||||
if (p.getDataManagerEntries() != null) {
|
if(p.func_148944_c() != null) {
|
||||||
for (EntityDataManager.DataEntry<?> entry : p.getDataManagerEntries()) {
|
for(DataWatcher.WatchableObject wo : p.func_148944_c()) {
|
||||||
DataManager_set(p.watcher, entry);
|
p.watcher.addObject(wo.getDataValueId(), wo.getObject());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ import net.minecraft.client.network.NetHandlerPlayClient;
|
|||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraft.client.resources.ResourcePackRepository;
|
import net.minecraft.client.resources.ResourcePackRepository;
|
||||||
import net.minecraft.network.NetworkManager;
|
import net.minecraft.network.NetworkManager;
|
||||||
import net.minecraft.network.play.client.CPacketResourcePackStatus;
|
import net.minecraft.network.play.client.C19PacketResourcePackStatus;
|
||||||
import net.minecraft.network.play.server.SPacketResourcePackSend;
|
import net.minecraft.network.play.server.S48PacketResourcePackSend;
|
||||||
import net.minecraft.util.HttpUtil;
|
import net.minecraft.util.HttpUtil;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
import org.apache.logging.log4j.LogManager;
|
import org.apache.logging.log4j.LogManager;
|
||||||
@@ -70,9 +70,9 @@ public class ResourcePackRecorder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public synchronized SPacketResourcePackSend handleResourcePack(SPacketResourcePackSend packet) {
|
public synchronized S48PacketResourcePackSend handleResourcePack(S48PacketResourcePackSend packet) {
|
||||||
final int requestId = nextRequestId++;
|
final int requestId = nextRequestId++;
|
||||||
final NetHandlerPlayClient netHandler = mc.getConnection();
|
final NetHandlerPlayClient netHandler = mc.getNetHandler();
|
||||||
final NetworkManager netManager = netHandler.getNetworkManager();
|
final NetworkManager netManager = netHandler.getNetworkManager();
|
||||||
final String url = packet.getURL();
|
final String url = packet.getURL();
|
||||||
final String hash = packet.getHash();
|
final String hash = packet.getHash();
|
||||||
@@ -83,60 +83,60 @@ public class ResourcePackRecorder {
|
|||||||
final File levelDir = new File(savesDir, levelName);
|
final File levelDir = new File(savesDir, levelName);
|
||||||
|
|
||||||
if (levelDir.isFile()) {
|
if (levelDir.isFile()) {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.ACCEPTED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.ACCEPTED));
|
||||||
Futures.addCallback(mc.getResourcePackRepository().setResourcePackInstance(levelDir), new FutureCallback<Object>() {
|
Futures.addCallback(mc.getResourcePackRepository().setResourcePackInstance(levelDir), new FutureCallback<Object>() {
|
||||||
@Override
|
@Override
|
||||||
public void onSuccess(Object result) {
|
public void onSuccess(Object result) {
|
||||||
recordResourcePack(levelDir, requestId);
|
recordResourcePack(levelDir, requestId);
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.SUCCESSFULLY_LOADED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.SUCCESSFULLY_LOADED));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure(@Nonnull Throwable throwable) {
|
public void onFailure(@Nonnull Throwable throwable) {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
final ServerData serverData = mc.getCurrentServerData();
|
final ServerData serverData = mc.getCurrentServerData();
|
||||||
if (serverData != null && serverData.getResourceMode() == ServerData.ServerResourceMode.ENABLED) {
|
if (serverData != null && serverData.getResourceMode() == ServerData.ServerResourceMode.ENABLED) {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.ACCEPTED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.ACCEPTED));
|
||||||
downloadResourcePackFuture(requestId, url, hash);
|
downloadResourcePackFuture(requestId, url, hash);
|
||||||
} else if (serverData != null && serverData.getResourceMode() != ServerData.ServerResourceMode.PROMPT) {
|
} else if (serverData != null && serverData.getResourceMode() != ServerData.ServerResourceMode.PROMPT) {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.DECLINED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.DECLINED));
|
||||||
} else {
|
} else {
|
||||||
mc.addScheduledTask(() -> mc.displayGuiScreen(new GuiYesNo((result, id) -> {
|
mc.addScheduledTask(() -> mc.displayGuiScreen(new GuiYesNo((result, id) -> {
|
||||||
if (serverData != null) {
|
if (serverData != null) {
|
||||||
serverData.setResourceMode(result ? ServerData.ServerResourceMode.ENABLED : ServerData.ServerResourceMode.DISABLED);
|
serverData.setResourceMode(result ? ServerData.ServerResourceMode.ENABLED : ServerData.ServerResourceMode.DISABLED);
|
||||||
}
|
}
|
||||||
if (result) {
|
if (result) {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.ACCEPTED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.ACCEPTED));
|
||||||
downloadResourcePackFuture(requestId, url, hash);
|
downloadResourcePackFuture(requestId, url, hash);
|
||||||
} else {
|
} else {
|
||||||
netManager.sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.DECLINED));
|
netManager.sendPacket(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.DECLINED));
|
||||||
}
|
}
|
||||||
|
|
||||||
ServerList.saveSingleServer(serverData);
|
ServerList.func_147414_b(serverData);
|
||||||
mc.displayGuiScreen(null);
|
mc.displayGuiScreen(null);
|
||||||
}, I18n.format("multiplayer.texturePrompt.line1"), I18n.format("multiplayer.texturePrompt.line2"), 0)));
|
}, I18n.format("multiplayer.texturePrompt.line1"), I18n.format("multiplayer.texturePrompt.line2"), 0)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return new SPacketResourcePackSend("replay://" + requestId, "");
|
return new S48PacketResourcePackSend("replay://" + requestId, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void downloadResourcePackFuture(int requestId, String url, final String hash) {
|
private void downloadResourcePackFuture(int requestId, String url, final String hash) {
|
||||||
Futures.addCallback(downloadResourcePack(requestId, url, hash), new FutureCallback() {
|
Futures.addCallback(downloadResourcePack(requestId, url, hash), new FutureCallback() {
|
||||||
@Override
|
@Override
|
||||||
public void onSuccess(Object result) {
|
public void onSuccess(Object result) {
|
||||||
mc.getConnection().sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.SUCCESSFULLY_LOADED));
|
mc.getNetHandler().addToSendQueue(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.SUCCESSFULLY_LOADED));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure(@Nonnull Throwable throwable) {
|
public void onFailure(@Nonnull Throwable throwable) {
|
||||||
mc.getConnection().sendPacket(new CPacketResourcePackStatus(hash, CPacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
mc.getNetHandler().addToSendQueue(new C19PacketResourcePackStatus(hash, C19PacketResourcePackStatus.Action.FAILED_DOWNLOAD));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
package com.replaymod.render;
|
package com.replaymod.render;
|
||||||
|
|
||||||
|
import lombok.AllArgsConstructor;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
import lombok.Getter;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import org.lwjgl.util.ReadableColor;
|
import org.lwjgl.util.ReadableColor;
|
||||||
|
|
||||||
@@ -45,7 +47,7 @@ public class RenderSettings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public String getValue() {
|
public String getValue() {
|
||||||
return "-y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - " + preset;
|
return "-y -f rawvideo -pix_fmt rgb24 -s %WIDTH%x%HEIGHT% -r %FPS% -i - %FILTERS%" + preset;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getFileExtension() {
|
public String getFileExtension() {
|
||||||
@@ -64,6 +66,19 @@ public class RenderSettings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AllArgsConstructor
|
||||||
|
public enum AntiAliasing {
|
||||||
|
NONE(1), X2(2), X4(4), X8(8);
|
||||||
|
|
||||||
|
@Getter
|
||||||
|
private final int factor;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return I18n.format("replaymod.gui.rendersettings.antialiasing." + name().toLowerCase());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private final RenderMethod renderMethod;
|
private final RenderMethod renderMethod;
|
||||||
private final EncodingPreset encodingPreset;
|
private final EncodingPreset encodingPreset;
|
||||||
private final int videoWidth;
|
private final int videoWidth;
|
||||||
@@ -78,9 +93,48 @@ public class RenderSettings {
|
|||||||
private final boolean stabilizeRoll;
|
private final boolean stabilizeRoll;
|
||||||
private final ReadableColor chromaKeyingColor;
|
private final ReadableColor chromaKeyingColor;
|
||||||
private final boolean inject360Metadata;
|
private final boolean inject360Metadata;
|
||||||
|
private final AntiAliasing antiAliasing;
|
||||||
|
|
||||||
private final String exportCommand;
|
private final String exportCommand;
|
||||||
private final String exportArguments;
|
private final String exportArguments;
|
||||||
|
|
||||||
private final boolean highPerformance;
|
private final boolean highPerformance;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the width of the output video during rendering, including the upscale for Anti-Aliasing.
|
||||||
|
*/
|
||||||
|
public int getVideoWidth() {
|
||||||
|
return videoWidth * antiAliasing.getFactor();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the height of the output video during rendering, including the upscale for Anti-Aliasing.
|
||||||
|
*/
|
||||||
|
public int getVideoHeight() {
|
||||||
|
return videoHeight * antiAliasing.getFactor();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the actual width of the output video.
|
||||||
|
*/
|
||||||
|
public int getTargetVideoWidth() {
|
||||||
|
return videoWidth;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the actual height of the output video.
|
||||||
|
*/
|
||||||
|
public int getTargetVideoHeight() {
|
||||||
|
return videoHeight;
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getVideoFilters() {
|
||||||
|
if (antiAliasing == AntiAliasing.NONE) {
|
||||||
|
return "";
|
||||||
|
} else {
|
||||||
|
double factor = 1.0 / antiAliasing.getFactor();
|
||||||
|
return String.format("-vf scale=iw*%1$s:ih*%1$s ", factor);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,30 +1,39 @@
|
|||||||
package com.replaymod.render;
|
package com.replaymod.render;
|
||||||
|
|
||||||
import com.replaymod.core.ReplayMod;
|
import com.replaymod.core.ReplayMod;
|
||||||
|
import com.replaymod.render.utils.RenderJob;
|
||||||
|
import com.replaymod.replay.events.ReplayCloseEvent;
|
||||||
import net.minecraft.crash.CrashReport;
|
import net.minecraft.crash.CrashReport;
|
||||||
import net.minecraft.util.ReportedException;
|
import net.minecraft.util.ReportedException;
|
||||||
import net.minecraftforge.common.config.Configuration;
|
import net.minecraftforge.common.config.Configuration;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
||||||
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
import org.apache.logging.log4j.Logger;
|
import org.apache.logging.log4j.Logger;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
@Mod(modid = ReplayModRender.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModRender.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModRender {
|
public class ReplayModRender {
|
||||||
public static final String MOD_ID = "replaymod-render";
|
public static final String MOD_ID = "replaymod-render";
|
||||||
|
|
||||||
@Mod.Instance(MOD_ID)
|
@Mod.Instance(MOD_ID)
|
||||||
public static ReplayModRender instance;
|
public static ReplayModRender instance;
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
private ReplayMod core;
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
private Logger logger;
|
public static Logger LOGGER;
|
||||||
|
|
||||||
private Configuration configuration;
|
private Configuration configuration;
|
||||||
|
private final List<RenderJob> renderQueue = new ArrayList<>();
|
||||||
|
|
||||||
public ReplayMod getCore() {
|
public ReplayMod getCore() {
|
||||||
return core;
|
return core;
|
||||||
@@ -32,12 +41,20 @@ public class ReplayModRender {
|
|||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
logger = event.getModLog();
|
LOGGER = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
configuration = new Configuration(event.getSuggestedConfigurationFile());
|
configuration = new Configuration(event.getSuggestedConfigurationFile());
|
||||||
|
|
||||||
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
|
|
||||||
core.getSettingsRegistry().register(Setting.class);
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SubscribeEvent
|
||||||
|
public void onReplayClose(ReplayCloseEvent.Post event) {
|
||||||
|
renderQueue.clear();
|
||||||
|
}
|
||||||
|
|
||||||
public File getVideoFolder() {
|
public File getVideoFolder() {
|
||||||
String path = core.getSettingsRegistry().get(Setting.RENDER_PATH);
|
String path = core.getSettingsRegistry().get(Setting.RENDER_PATH);
|
||||||
File folder = new File(path.startsWith("./") ? core.getMinecraft().mcDataDir : null, path);
|
File folder = new File(path.startsWith("./") ? core.getMinecraft().mcDataDir : null, path);
|
||||||
@@ -52,4 +69,8 @@ public class ReplayModRender {
|
|||||||
public Configuration getConfiguration() {
|
public Configuration getConfiguration() {
|
||||||
return configuration;
|
return configuration;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<RenderJob> getRenderQueue() {
|
||||||
|
return renderQueue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,17 +7,27 @@ import com.replaymod.render.utils.StreamPipe;
|
|||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.crash.CrashReport;
|
import net.minecraft.crash.CrashReport;
|
||||||
import net.minecraft.crash.CrashReportCategory;
|
import net.minecraft.crash.CrashReportCategory;
|
||||||
|
import net.minecraft.util.Util;
|
||||||
|
import net.minecraftforge.fml.common.versioning.ComparableVersion;
|
||||||
import org.apache.commons.exec.CommandLine;
|
import org.apache.commons.exec.CommandLine;
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
import org.apache.commons.io.output.TeeOutputStream;
|
import org.apache.commons.io.output.TeeOutputStream;
|
||||||
import org.lwjgl.util.ReadableDimension;
|
import org.lwjgl.util.ReadableDimension;
|
||||||
|
|
||||||
import java.io.*;
|
import java.io.ByteArrayOutputStream;
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.FileOutputStream;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.io.OutputStream;
|
||||||
import java.nio.channels.Channels;
|
import java.nio.channels.Channels;
|
||||||
import java.nio.channels.WritableByteChannel;
|
import java.nio.channels.WritableByteChannel;
|
||||||
|
import java.util.Arrays;
|
||||||
|
import java.util.Comparator;
|
||||||
|
import java.util.Optional;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
import static com.replaymod.render.ReplayModRender.LOGGER;
|
||||||
import static org.apache.commons.lang3.Validate.isTrue;
|
import static org.apache.commons.lang3.Validate.isTrue;
|
||||||
|
|
||||||
public class VideoWriter implements FrameConsumer<RGBFrame> {
|
public class VideoWriter implements FrameConsumer<RGBFrame> {
|
||||||
@@ -43,10 +53,11 @@ public class VideoWriter implements FrameConsumer<RGBFrame> {
|
|||||||
.replace("%HEIGHT%", String.valueOf(settings.getVideoHeight()))
|
.replace("%HEIGHT%", String.valueOf(settings.getVideoHeight()))
|
||||||
.replace("%FPS%", String.valueOf(settings.getFramesPerSecond()))
|
.replace("%FPS%", String.valueOf(settings.getFramesPerSecond()))
|
||||||
.replace("%FILENAME%", fileName)
|
.replace("%FILENAME%", fileName)
|
||||||
.replace("%BITRATE%", String.valueOf(settings.getBitRate()));
|
.replace("%BITRATE%", String.valueOf(settings.getBitRate()))
|
||||||
|
.replace("%FILTERS%", settings.getVideoFilters());
|
||||||
|
|
||||||
String executable = settings.getExportCommand().isEmpty() ? "ffmpeg" : settings.getExportCommand();
|
String executable = settings.getExportCommand().isEmpty() ? findFFmpeg() : settings.getExportCommand();
|
||||||
System.out.println("Starting " + settings.getExportCommand() + " with args: " + commandArgs);
|
System.out.println("Starting " + executable + " with args: " + commandArgs);
|
||||||
String[] cmdline = new CommandLine(executable).addArguments(commandArgs).toStrings();
|
String[] cmdline = new CommandLine(executable).addArguments(commandArgs).toStrings();
|
||||||
process = new ProcessBuilder(cmdline).directory(outputFolder).start();
|
process = new ProcessBuilder(cmdline).directory(outputFolder).start();
|
||||||
File exportLogFile = new File(Minecraft.getMinecraft().mcDataDir, "export.log");
|
File exportLogFile = new File(Minecraft.getMinecraft().mcDataDir, "export.log");
|
||||||
@@ -57,6 +68,54 @@ public class VideoWriter implements FrameConsumer<RGBFrame> {
|
|||||||
channel = Channels.newChannel(outputStream);
|
channel = Channels.newChannel(outputStream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private String findFFmpeg() {
|
||||||
|
switch (Util.getOSType()) {
|
||||||
|
case WINDOWS:
|
||||||
|
// Allow windows users to unpack the ffmpeg archive into a sub-folder of their .minecraft folder
|
||||||
|
File inDotMinecraft = new File(Minecraft.getMinecraft().mcDataDir, "ffmpeg/bin/ffmpeg.exe");
|
||||||
|
if (inDotMinecraft.exists()) {
|
||||||
|
LOGGER.debug("FFmpeg found in .minecraft/ffmpeg");
|
||||||
|
return inDotMinecraft.getAbsolutePath();
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case OSX:
|
||||||
|
// The PATH doesn't seem to be set as expected on OSX, therefore we check some common locations ourselves
|
||||||
|
for (String path : new String[]{"/usr/local/bin/ffmpeg", "/usr/bin/ffmpeg"}) {
|
||||||
|
File file = new File(path);
|
||||||
|
if (file.exists()) {
|
||||||
|
LOGGER.debug("Found FFmpeg at {}", path);
|
||||||
|
return path;
|
||||||
|
} else {
|
||||||
|
LOGGER.debug("FFmpeg not located at {}", path);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// Homebrew doesn't seem to reliably symlink its installed binaries either
|
||||||
|
File homebrewFolder = new File("/usr/local/Cellar/ffmpeg");
|
||||||
|
String[] homebrewVersions = homebrewFolder.list();
|
||||||
|
if (homebrewVersions != null) {
|
||||||
|
Optional<File> latestOpt = Arrays.stream(homebrewVersions)
|
||||||
|
.map(ComparableVersion::new) // Convert file name to comparable version
|
||||||
|
.sorted(Comparator.reverseOrder()) // Sort for latest version
|
||||||
|
.map(ComparableVersion::toString) // Convert back to file name
|
||||||
|
.map(v -> new File(new File(homebrewFolder, v), "bin/ffmpeg")) // Convert to binary files
|
||||||
|
.filter(File::exists) // Filter invalid installations (missing executable)
|
||||||
|
.findFirst(); // Take first one
|
||||||
|
if (latestOpt.isPresent()) {
|
||||||
|
File latest = latestOpt.get();
|
||||||
|
LOGGER.debug("Found {} versions of FFmpeg installed with homebrew, chose {}",
|
||||||
|
homebrewVersions.length, latest);
|
||||||
|
return latest.getAbsolutePath();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case LINUX: // Linux users are entrusted to have their PATH configured correctly (most package manager do this)
|
||||||
|
case SOLARIS: // Never heard of anyone running this mod on Solaris having any problems
|
||||||
|
case UNKNOWN: // Unknown OS, just try to use "ffmpeg"
|
||||||
|
}
|
||||||
|
LOGGER.debug("Using default FFmpeg executable");
|
||||||
|
return "ffmpeg";
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
IOUtils.closeQuietly(outputStream);
|
IOUtils.closeQuietly(outputStream);
|
||||||
|
|||||||
277
src/main/java/com/replaymod/render/gui/GuiRenderQueue.java
Normal file
@@ -0,0 +1,277 @@
|
|||||||
|
package com.replaymod.render.gui;
|
||||||
|
|
||||||
|
import com.google.common.util.concurrent.FutureCallback;
|
||||||
|
import com.google.common.util.concurrent.Futures;
|
||||||
|
import com.replaymod.render.ReplayModRender;
|
||||||
|
import com.replaymod.render.rendering.VideoRenderer;
|
||||||
|
import com.replaymod.render.utils.RenderJob;
|
||||||
|
import com.replaymod.replay.ReplayHandler;
|
||||||
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
|
import com.replaymod.replaystudio.util.I18n;
|
||||||
|
import de.johni0702.minecraft.gui.GuiRenderer;
|
||||||
|
import de.johni0702.minecraft.gui.RenderInfo;
|
||||||
|
import de.johni0702.minecraft.gui.container.AbstractGuiClickableContainer;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiContainer;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiPanel;
|
||||||
|
import de.johni0702.minecraft.gui.container.GuiVerticalList;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiButton;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiLabel;
|
||||||
|
import de.johni0702.minecraft.gui.element.GuiTextField;
|
||||||
|
import de.johni0702.minecraft.gui.layout.CustomLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.GridLayout;
|
||||||
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
|
import de.johni0702.minecraft.gui.popup.AbstractGuiPopup;
|
||||||
|
import de.johni0702.minecraft.gui.popup.GuiYesNoPopup;
|
||||||
|
import de.johni0702.minecraft.gui.utils.Colors;
|
||||||
|
import net.minecraft.client.gui.GuiErrorScreen;
|
||||||
|
import net.minecraft.crash.CrashReport;
|
||||||
|
import net.minecraft.util.ReportedException;
|
||||||
|
import org.lwjgl.util.Dimension;
|
||||||
|
import org.lwjgl.util.ReadableDimension;
|
||||||
|
|
||||||
|
import javax.annotation.Nullable;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import static com.replaymod.render.ReplayModRender.LOGGER;
|
||||||
|
|
||||||
|
public class GuiRenderQueue extends AbstractGuiPopup<GuiRenderQueue> {
|
||||||
|
private final GuiLabel title = new GuiLabel().setI18nText("replaymod.gui.renderqueue.title").setColor(Colors.BLACK);
|
||||||
|
private final GuiVerticalList list = new GuiVerticalList().setDrawShadow(true).setDrawSlider(true);
|
||||||
|
private final GuiButton addButton = new GuiButton().setI18nLabel("replaymod.gui.renderqueue.add").setSize(150, 20);
|
||||||
|
private final GuiButton renameButton = new GuiButton().setI18nLabel("replaymod.gui.rename").setSize(73, 20);
|
||||||
|
private final GuiButton removeButton = new GuiButton().setI18nLabel("replaymod.gui.remove").setSize(73, 20);
|
||||||
|
private final GuiButton renderButton = new GuiButton().setI18nLabel("replaymod.gui.render").setSize(150, 20);
|
||||||
|
private final GuiButton closeButton = new GuiButton().setI18nLabel("replaymod.gui.close").setSize(150, 20).onClick(this::close);
|
||||||
|
|
||||||
|
/*
|
||||||
|
|
||||||
|
|---------------------------------|
|
||||||
|
| Add | Render |
|
||||||
|
|---------------------------------|
|
||||||
|
| Rename | Remove | Close |
|
||||||
|
|---------------------------------|
|
||||||
|
|
||||||
|
*/
|
||||||
|
private final GuiPanel buttonPanel = new GuiPanel()
|
||||||
|
.setLayout(new GridLayout().setSpacingX(5).setSpacingY(5).setColumns(2))
|
||||||
|
.addElements(null,
|
||||||
|
addButton,
|
||||||
|
renderButton,
|
||||||
|
new GuiPanel().setLayout(new HorizontalLayout().setSpacing(4)).addElements(null,
|
||||||
|
renameButton, removeButton),
|
||||||
|
closeButton);
|
||||||
|
|
||||||
|
private final GuiContainer container;
|
||||||
|
private Entry selectedEntry;
|
||||||
|
|
||||||
|
{
|
||||||
|
popup.setLayout(new CustomLayout<GuiPanel>() {
|
||||||
|
@Override
|
||||||
|
protected void layout(GuiPanel container, int width, int height) {
|
||||||
|
pos(title, width / 2 - width(title) / 2, 0);
|
||||||
|
pos(list, 0, y(title) + height(title) + 5);
|
||||||
|
pos(buttonPanel, width / 2 - width(buttonPanel) / 2, height - height(buttonPanel));
|
||||||
|
size(list, width, y(buttonPanel) - y(list) - 10);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ReadableDimension calcMinSize(GuiContainer<?> container) {
|
||||||
|
ReadableDimension screenSize = GuiRenderQueue.this.container.getMinSize();
|
||||||
|
return new Dimension(screenSize.getWidth() - 40,
|
||||||
|
screenSize.getHeight() - 20 - buttonPanel.getMinSize().getHeight() - title.getMinSize().getHeight());
|
||||||
|
}
|
||||||
|
}).addElements(null, title, list, buttonPanel);
|
||||||
|
}
|
||||||
|
|
||||||
|
public GuiRenderQueue(GuiContainer container, GuiRenderSettings guiRenderSettings, ReplayHandler replayHandler, Timeline timeline) {
|
||||||
|
super(container);
|
||||||
|
this.container = container;
|
||||||
|
LOGGER.trace("Opening render queue popup");
|
||||||
|
|
||||||
|
setBackgroundColor(Colors.DARK_TRANSPARENT);
|
||||||
|
|
||||||
|
List<RenderJob> queue = ReplayModRender.instance.getRenderQueue();
|
||||||
|
|
||||||
|
for (RenderJob renderJob : queue) {
|
||||||
|
LOGGER.trace("Adding {} to job queue list", renderJob);
|
||||||
|
list.getListPanel().addElements(null, new Entry(renderJob));
|
||||||
|
}
|
||||||
|
|
||||||
|
addButton.onClick(() -> {
|
||||||
|
LOGGER.trace("Add button clicked");
|
||||||
|
// Open popup
|
||||||
|
GuiYesNoPopup popup = GuiYesNoPopup.open(container)
|
||||||
|
.setYesI18nLabel("replaymod.gui.add").setNoI18nLabel("replaymod.gui.cancel");
|
||||||
|
popup.getInfo().setLayout(new HorizontalLayout(HorizontalLayout.Alignment.CENTER).setSpacing(5));
|
||||||
|
// Add content
|
||||||
|
GuiLabel label = new GuiLabel().setI18nText("replaymod.gui.renderqueue.jobname").setColor(Colors.BLACK);
|
||||||
|
GuiTextField nameField = new GuiTextField().setSize(150, 20).setFocused(true);
|
||||||
|
popup.getInfo().addElements(new HorizontalLayout.Data(0.5), label, nameField);
|
||||||
|
// Disable "Yes" button while name is empty
|
||||||
|
nameField.onTextChanged(old -> popup.getYesButton().setEnabled(!nameField.getText().isEmpty())).onEnter(() -> {
|
||||||
|
if (popup.getYesButton().isEnabled()) {
|
||||||
|
popup.getYesButton().onClick();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
popup.getYesButton().setDisabled();
|
||||||
|
// Register callback
|
||||||
|
Futures.addCallback(popup.getFuture(), new FutureCallback<Boolean>() {
|
||||||
|
@Override
|
||||||
|
public void onSuccess(@Nullable Boolean result) {
|
||||||
|
if (result == Boolean.TRUE) {
|
||||||
|
RenderJob newJob = new RenderJob();
|
||||||
|
newJob.setName(nameField.getText());
|
||||||
|
newJob.setSettings(guiRenderSettings.save(false));
|
||||||
|
newJob.setTimeline(timeline);
|
||||||
|
LOGGER.trace("Adding new job: {}", newJob);
|
||||||
|
queue.add(newJob);
|
||||||
|
list.getListPanel().addElements(null, new Entry(newJob));
|
||||||
|
} else {
|
||||||
|
LOGGER.trace("Adding cancelled");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFailure(Throwable t) {
|
||||||
|
LOGGER.error("Add Job popup:", t);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
if (guiRenderSettings != null) {
|
||||||
|
addButton.setEnabled(guiRenderSettings.renderButton.isEnabled());
|
||||||
|
}
|
||||||
|
|
||||||
|
renameButton.onClick(() -> {
|
||||||
|
LOGGER.trace("Rename button clicked for {}", selectedEntry.job);
|
||||||
|
// Open popup
|
||||||
|
GuiYesNoPopup popup = GuiYesNoPopup.open(container)
|
||||||
|
.setYesI18nLabel("replaymod.gui.rename").setNoI18nLabel("replaymod.gui.cancel");
|
||||||
|
popup.getInfo().setLayout(new HorizontalLayout(HorizontalLayout.Alignment.CENTER).setSpacing(5));
|
||||||
|
// Add content
|
||||||
|
GuiLabel label = new GuiLabel().setI18nText("replaymod.gui.renderqueue.jobname").setColor(Colors.BLACK);
|
||||||
|
GuiTextField nameField = new GuiTextField().setSize(150, 20).setFocused(true)
|
||||||
|
.setText(selectedEntry.job.getName());
|
||||||
|
popup.getInfo().addElements(new HorizontalLayout.Data(0.5), label, nameField);
|
||||||
|
// Disable "Yes" button while name is empty
|
||||||
|
nameField.onTextChanged(old -> popup.getYesButton().setEnabled(!nameField.getText().isEmpty())).onEnter(() -> {
|
||||||
|
if (popup.getYesButton().isEnabled()) {
|
||||||
|
popup.getYesButton().onClick();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
// Register callback
|
||||||
|
Futures.addCallback(popup.getFuture(), new FutureCallback<Boolean>() {
|
||||||
|
@Override
|
||||||
|
public void onSuccess(@Nullable Boolean result) {
|
||||||
|
if (result == Boolean.TRUE) {
|
||||||
|
LOGGER.trace("Renaming {} to \"{}\"", selectedEntry.job, nameField.getText());
|
||||||
|
selectedEntry.setName(nameField.getText());
|
||||||
|
} else {
|
||||||
|
LOGGER.trace("Renaming cancelled");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFailure(Throwable t) {
|
||||||
|
LOGGER.error("Rename Job popup:", t);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
removeButton.onClick(() -> {
|
||||||
|
LOGGER.trace("Remove button clicked for {}", selectedEntry.job);
|
||||||
|
list.getListPanel().removeElement(selectedEntry);
|
||||||
|
queue.remove(selectedEntry.job);
|
||||||
|
selectedEntry = null;
|
||||||
|
updateButtons();
|
||||||
|
});
|
||||||
|
|
||||||
|
renderButton.onClick(() -> {
|
||||||
|
LOGGER.trace("Render button clicked");
|
||||||
|
// Close all GUIs (so settings in GuiRenderSettings are saved)
|
||||||
|
getMinecraft().displayGuiScreen(null);
|
||||||
|
// Start rendering
|
||||||
|
for (RenderJob renderJob : queue) {
|
||||||
|
LOGGER.info("Starting render job {}", renderJob);
|
||||||
|
try {
|
||||||
|
VideoRenderer videoRenderer = new VideoRenderer(renderJob.getSettings(), replayHandler, renderJob.getTimeline());
|
||||||
|
videoRenderer.renderVideo();
|
||||||
|
} catch (IOException e) {
|
||||||
|
LOGGER.error("Rendering video:", e);
|
||||||
|
GuiErrorScreen errorScreen = new GuiErrorScreen(I18n.format("replaymod.gui.rendering.error.title"),
|
||||||
|
I18n.format("replaymod.gui.rendering.error.message"));
|
||||||
|
getMinecraft().displayGuiScreen(errorScreen);
|
||||||
|
return;
|
||||||
|
} catch (Throwable t) {
|
||||||
|
CrashReport crashReport = CrashReport.makeCrashReport(t, "Rendering video");
|
||||||
|
throw new ReportedException(crashReport);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
updateButtons();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void open() {
|
||||||
|
super.open();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected GuiRenderQueue getThis() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void updateButtons() {
|
||||||
|
renameButton.setEnabled(selectedEntry != null);
|
||||||
|
removeButton.setEnabled(selectedEntry != null);
|
||||||
|
renderButton.setEnabled(!list.getListPanel().getChildren().isEmpty());
|
||||||
|
}
|
||||||
|
|
||||||
|
public class Entry extends AbstractGuiClickableContainer<Entry> {
|
||||||
|
public final GuiLabel label = new GuiLabel(this);
|
||||||
|
public final RenderJob job;
|
||||||
|
|
||||||
|
public Entry(RenderJob job) {
|
||||||
|
this.job = job;
|
||||||
|
|
||||||
|
setLayout(new CustomLayout<Entry>() {
|
||||||
|
@Override
|
||||||
|
protected void layout(Entry container, int width, int height) {
|
||||||
|
pos(label, 5, height / 2 - height(label) / 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ReadableDimension calcMinSize(GuiContainer<?> container) {
|
||||||
|
return new Dimension(buttonPanel.calcMinSize().getWidth(), 16);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
label.setText(job.getName());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected void onClick() {
|
||||||
|
selectedEntry = this;
|
||||||
|
updateButtons();
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void draw(GuiRenderer renderer, ReadableDimension size, RenderInfo renderInfo) {
|
||||||
|
if (selectedEntry == this) {
|
||||||
|
renderer.drawRect(0, 0, size.getWidth(), size.getHeight(), Colors.BLACK);
|
||||||
|
renderer.drawRect(0, 0, 2, size.getHeight(), Colors.WHITE);
|
||||||
|
}
|
||||||
|
super.draw(renderer, size, renderInfo);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setName(String name) {
|
||||||
|
job.setName(name);
|
||||||
|
label.setText(name);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected Entry getThis() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -32,13 +32,14 @@ import net.minecraft.crash.CrashReport;
|
|||||||
import net.minecraft.util.ReportedException;
|
import net.minecraft.util.ReportedException;
|
||||||
import net.minecraftforge.common.config.Configuration;
|
import net.minecraftforge.common.config.Configuration;
|
||||||
import net.minecraftforge.common.config.Property;
|
import net.minecraftforge.common.config.Property;
|
||||||
|
import org.lwjgl.util.Color;
|
||||||
import org.lwjgl.util.Dimension;
|
import org.lwjgl.util.Dimension;
|
||||||
|
import org.lwjgl.util.ReadableColor;
|
||||||
import org.lwjgl.util.ReadableDimension;
|
import org.lwjgl.util.ReadableDimension;
|
||||||
|
|
||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.lang.reflect.Type;
|
|
||||||
import java.text.SimpleDateFormat;
|
import java.text.SimpleDateFormat;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
@@ -149,13 +150,18 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
public final GuiCheckbox inject360Metadata = new GuiCheckbox()
|
public final GuiCheckbox inject360Metadata = new GuiCheckbox()
|
||||||
.setI18nLabel("replaymod.gui.rendersettings.360metadata");
|
.setI18nLabel("replaymod.gui.rendersettings.360metadata");
|
||||||
|
|
||||||
|
public final GuiDropdownMenu<RenderSettings.AntiAliasing> antiAliasingDropdown = new GuiDropdownMenu<RenderSettings.AntiAliasing>()
|
||||||
|
.setSize(200, 20).setValues(RenderSettings.AntiAliasing.values()).setSelected(RenderSettings.AntiAliasing.NONE);
|
||||||
|
|
||||||
public final GuiPanel advancedPanel = new GuiPanel().setLayout(new VerticalLayout().setSpacing(15))
|
public final GuiPanel advancedPanel = new GuiPanel().setLayout(new VerticalLayout().setSpacing(15))
|
||||||
.addElements(null, nametagCheckbox, new GuiPanel().setLayout(
|
.addElements(null, nametagCheckbox, new GuiPanel().setLayout(
|
||||||
new GridLayout().setCellsEqualSize(false).setColumns(2).setSpacingX(5).setSpacingY(15))
|
new GridLayout().setCellsEqualSize(false).setColumns(2).setSpacingX(5).setSpacingY(15))
|
||||||
.addElements(new GridLayout.Data(0, 0.5),
|
.addElements(new GridLayout.Data(0, 0.5),
|
||||||
new GuiLabel().setI18nText("replaymod.gui.rendersettings.stabilizecamera"), stabilizePanel,
|
new GuiLabel().setI18nText("replaymod.gui.rendersettings.stabilizecamera"), stabilizePanel,
|
||||||
chromaKeyingCheckbox, chromaKeyingColor,
|
chromaKeyingCheckbox, chromaKeyingColor,
|
||||||
inject360Metadata));
|
inject360Metadata,
|
||||||
|
new GuiLabel(), // to show the anti-aliasing options in a new line
|
||||||
|
new GuiLabel().setI18nText("replaymod.gui.rendersettings.antialiasing"), antiAliasingDropdown));
|
||||||
|
|
||||||
public final GuiTextField exportCommand = new GuiTextField().setI18nHint("replaymod.gui.rendersettings.command")
|
public final GuiTextField exportCommand = new GuiTextField().setI18nHint("replaymod.gui.rendersettings.command")
|
||||||
.setSize(55, 20).setMaxLength(100);
|
.setSize(55, 20).setMaxLength(100);
|
||||||
@@ -179,6 +185,12 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
|
|
||||||
|
|
||||||
public final GuiPanel buttonPanel = new GuiPanel(contentPanel).setLayout(new HorizontalLayout().setSpacing(4));
|
public final GuiPanel buttonPanel = new GuiPanel(contentPanel).setLayout(new HorizontalLayout().setSpacing(4));
|
||||||
|
public final GuiButton queueButton = new GuiButton(buttonPanel).onClick(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
new GuiRenderQueue(GuiRenderSettings.this, GuiRenderSettings.this, replayHandler, timeline).open();
|
||||||
|
}
|
||||||
|
}).setSize(100, 20).setI18nLabel("replaymod.gui.renderqueue.open");
|
||||||
public final GuiButton renderButton = new GuiButton(buttonPanel).onClick(new Runnable() {
|
public final GuiButton renderButton = new GuiButton(buttonPanel).onClick(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
@@ -198,13 +210,13 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
throw new ReportedException(crashReport);
|
throw new ReportedException(crashReport);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).setSize(148, 20).setI18nLabel("replaymod.gui.render");
|
}).setSize(100, 20).setI18nLabel("replaymod.gui.render");
|
||||||
public final GuiButton cancelButton = new GuiButton(buttonPanel).onClick(new Runnable() {
|
public final GuiButton cancelButton = new GuiButton(buttonPanel).onClick(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
getMinecraft().displayGuiScreen(null);
|
getMinecraft().displayGuiScreen(null);
|
||||||
}
|
}
|
||||||
}).setSize(148, 20).setI18nLabel("replaymod.gui.cancel");
|
}).setSize(100, 20).setI18nLabel("replaymod.gui.cancel");
|
||||||
|
|
||||||
{
|
{
|
||||||
setBackground(Background.NONE);
|
setBackground(Background.NONE);
|
||||||
@@ -261,12 +273,10 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
this.timeline = timeline;
|
this.timeline = timeline;
|
||||||
|
|
||||||
String json = getConfigProperty(ReplayModRender.instance.getConfiguration()).getString();
|
String json = getConfigProperty(ReplayModRender.instance.getConfiguration()).getString();
|
||||||
RenderSettings settings = new GsonBuilder().registerTypeAdapter(RenderSettings.class, new InstanceCreator<RenderSettings>() {
|
RenderSettings settings = new GsonBuilder()
|
||||||
@Override
|
.registerTypeAdapter(RenderSettings.class, (InstanceCreator<RenderSettings>) type -> getDefaultRenderSettings())
|
||||||
public RenderSettings createInstance(Type type) {
|
.registerTypeAdapter(ReadableColor.class, new Gson().getAdapter(Color.class))
|
||||||
return getDefaultRenderSettings();
|
.create().fromJson(json, RenderSettings.class);
|
||||||
}
|
|
||||||
}).create().fromJson(json, RenderSettings.class);
|
|
||||||
load(settings);
|
load(settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -347,8 +357,8 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
public void load(RenderSettings settings) {
|
public void load(RenderSettings settings) {
|
||||||
renderMethodDropdown.setSelected(settings.getRenderMethod());
|
renderMethodDropdown.setSelected(settings.getRenderMethod());
|
||||||
encodingPresetDropdown.setSelected(settings.getEncodingPreset());
|
encodingPresetDropdown.setSelected(settings.getEncodingPreset());
|
||||||
videoWidth.setValue(settings.getVideoWidth());
|
videoWidth.setValue(settings.getTargetVideoWidth());
|
||||||
videoHeight.setValue(settings.getVideoHeight());
|
videoHeight.setValue(settings.getTargetVideoHeight());
|
||||||
frameRateSlider.setValue(settings.getFramesPerSecond() - 10);
|
frameRateSlider.setValue(settings.getFramesPerSecond() - 10);
|
||||||
if (settings.getBitRate() % (1 << 20) == 0) {
|
if (settings.getBitRate() % (1 << 20) == 0) {
|
||||||
bitRateField.setValue(settings.getBitRate() >> 20);
|
bitRateField.setValue(settings.getBitRate() >> 20);
|
||||||
@@ -380,6 +390,7 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
chromaKeyingColor.setColor(settings.getChromaKeyingColor());
|
chromaKeyingColor.setColor(settings.getChromaKeyingColor());
|
||||||
}
|
}
|
||||||
inject360Metadata.setChecked(settings.isInject360Metadata());
|
inject360Metadata.setChecked(settings.isInject360Metadata());
|
||||||
|
antiAliasingDropdown.setSelected(settings.getAntiAliasing());
|
||||||
exportCommand.setText(settings.getExportCommand());
|
exportCommand.setText(settings.getExportCommand());
|
||||||
exportArguments.setText(settings.getExportArguments());
|
exportArguments.setText(settings.getExportArguments());
|
||||||
|
|
||||||
@@ -401,6 +412,7 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
stabilizeRoll.isChecked() && (serialize || stabilizeRoll.isEnabled()),
|
stabilizeRoll.isChecked() && (serialize || stabilizeRoll.isEnabled()),
|
||||||
chromaKeyingCheckbox.isChecked() ? chromaKeyingColor.getColor() : null,
|
chromaKeyingCheckbox.isChecked() ? chromaKeyingColor.getColor() : null,
|
||||||
inject360Metadata.isChecked() && (serialize || inject360Metadata.isEnabled()),
|
inject360Metadata.isChecked() && (serialize || inject360Metadata.isEnabled()),
|
||||||
|
antiAliasingDropdown.getSelectedValue(),
|
||||||
exportCommand.getText(),
|
exportCommand.getText(),
|
||||||
exportArguments.getText(),
|
exportArguments.getText(),
|
||||||
net.minecraft.client.gui.GuiScreen.isCtrlKeyDown()
|
net.minecraft.client.gui.GuiScreen.isCtrlKeyDown()
|
||||||
@@ -415,7 +427,7 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
|
|
||||||
private RenderSettings getDefaultRenderSettings() {
|
private RenderSettings getDefaultRenderSettings() {
|
||||||
return new RenderSettings(RenderSettings.RenderMethod.DEFAULT, RenderSettings.EncodingPreset.MP4_DEFAULT, 1920, 1080, 60, 10 << 20, null,
|
return new RenderSettings(RenderSettings.RenderMethod.DEFAULT, RenderSettings.EncodingPreset.MP4_DEFAULT, 1920, 1080, 60, 10 << 20, null,
|
||||||
true, false, false, false, null, false, "", RenderSettings.EncodingPreset.MP4_DEFAULT.getValue(), false);
|
true, false, false, false, null, false, RenderSettings.AntiAliasing.NONE, "", RenderSettings.EncodingPreset.MP4_DEFAULT.getValue(), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -431,4 +443,8 @@ public class GuiRenderSettings extends GuiScreen implements Closeable {
|
|||||||
return configuration.get("rendersettings", "settings", "{}",
|
return configuration.get("rendersettings", "settings", "{}",
|
||||||
"Last state of the render settings GUI. Internal use only.");
|
"Last state of the render settings GUI. Internal use only.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ReplayHandler getReplayHandler() {
|
||||||
|
return replayHandler;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import net.minecraft.client.renderer.chunk.RenderChunk;
|
|||||||
|
|
||||||
import java.lang.reflect.Field;
|
import java.lang.reflect.Field;
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
import java.util.concurrent.PriorityBlockingQueue;
|
import java.util.concurrent.BlockingQueue;
|
||||||
|
|
||||||
public class ChunkLoadingRenderGlobal {
|
public class ChunkLoadingRenderGlobal {
|
||||||
|
|
||||||
@@ -27,10 +27,10 @@ public class ChunkLoadingRenderGlobal {
|
|||||||
this.renderWorker = new CustomChunkRenderWorker(renderDispatcher, new RegionRenderCacheBuilder());
|
this.renderWorker = new CustomChunkRenderWorker(renderDispatcher, new RegionRenderCacheBuilder());
|
||||||
|
|
||||||
int workerThreads = renderDispatcher.listThreadedWorkers.size();
|
int workerThreads = renderDispatcher.listThreadedWorkers.size();
|
||||||
PriorityBlockingQueue<ChunkCompileTaskGenerator> queueChunkUpdates = renderDispatcher.queueChunkUpdates;
|
BlockingQueue<ChunkCompileTaskGenerator> queueChunkUpdates = renderDispatcher.queueChunkUpdates;
|
||||||
workerJailingQueue = new JailingQueue<>(queueChunkUpdates);
|
workerJailingQueue = new JailingQueue<>(queueChunkUpdates);
|
||||||
renderDispatcher.queueChunkUpdates = workerJailingQueue;
|
renderDispatcher.queueChunkUpdates = workerJailingQueue;
|
||||||
ChunkCompileTaskGenerator element = new ChunkCompileTaskGenerator(null, null, 0);
|
ChunkCompileTaskGenerator element = new ChunkCompileTaskGenerator(null, null);
|
||||||
element.finish();
|
element.finish();
|
||||||
for (int i = 0; i < workerThreads; i++) {
|
for (int i = 0; i < workerThreads; i++) {
|
||||||
queueChunkUpdates.add(element);
|
queueChunkUpdates.add(element);
|
||||||
@@ -68,7 +68,7 @@ public class ChunkLoadingRenderGlobal {
|
|||||||
|
|
||||||
renderDispatcher.updateChunkNow(renderchunk);
|
renderDispatcher.updateChunkNow(renderchunk);
|
||||||
|
|
||||||
renderchunk.clearNeedsUpdate();
|
renderchunk.setNeedsUpdate(false);
|
||||||
iterator.remove();
|
iterator.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,47 @@
|
|||||||
|
package com.replaymod.render.mixin;
|
||||||
|
|
||||||
|
import com.replaymod.render.hooks.EntityRendererHandler;
|
||||||
|
import net.minecraft.client.Minecraft;
|
||||||
|
import net.minecraft.client.particle.EffectRenderer;
|
||||||
|
import net.minecraft.client.particle.EntityFX;
|
||||||
|
import net.minecraft.client.renderer.WorldRenderer;
|
||||||
|
import net.minecraft.entity.Entity;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Redirect;
|
||||||
|
|
||||||
|
@Mixin(EffectRenderer.class)
|
||||||
|
public abstract class MixinEffectRenderer {
|
||||||
|
@Redirect(method = "renderParticles", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/particle/EntityFX;renderParticle(Lnet/minecraft/client/renderer/WorldRenderer;Lnet/minecraft/entity/Entity;FFFFFF)V"))
|
||||||
|
private void renderNormalParticle(EntityFX fx, WorldRenderer worldRenderer, Entity view, float partialTicks,
|
||||||
|
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
||||||
|
renderParticle(fx, worldRenderer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Redirect(method = "renderLitParticles", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/particle/EntityFX;renderParticle(Lnet/minecraft/client/renderer/WorldRenderer;Lnet/minecraft/entity/Entity;FFFFFF)V"))
|
||||||
|
private void renderLitParticle(EntityFX fx, WorldRenderer worldRenderer, Entity view, float partialTicks,
|
||||||
|
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
||||||
|
renderParticle(fx, worldRenderer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void renderParticle(EntityFX fx, WorldRenderer worldRenderer, Entity view, float partialTicks,
|
||||||
|
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
||||||
|
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
||||||
|
if (handler != null && handler.omnidirectional) {
|
||||||
|
// Align all particles towards the camera
|
||||||
|
double dx = fx.prevPosX + (fx.posX - fx.prevPosX) * partialTicks - view.posX;
|
||||||
|
double dy = fx.prevPosY + (fx.posY - fx.prevPosY) * partialTicks - view.posY;
|
||||||
|
double dz = fx.prevPosZ + (fx.posZ - fx.prevPosZ) * partialTicks - view.posZ;
|
||||||
|
double pitch = -Math.atan2(dy, Math.sqrt(dx * dx + dz * dz));
|
||||||
|
double yaw = -Math.atan2(dx, dz);
|
||||||
|
|
||||||
|
rotX = (float) Math.cos(yaw);
|
||||||
|
rotZ = (float) Math.sin(yaw);
|
||||||
|
rotXZ = (float) Math.cos(pitch);
|
||||||
|
|
||||||
|
rotYZ = (float) (-rotZ * Math.sin(pitch));
|
||||||
|
rotXY = (float) (rotX * Math.sin(pitch));
|
||||||
|
}
|
||||||
|
fx.renderParticle(worldRenderer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -12,7 +12,7 @@ import net.minecraft.client.renderer.RenderGlobal;
|
|||||||
import net.minecraft.client.settings.GameSettings;
|
import net.minecraft.client.settings.GameSettings;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.util.math.RayTraceResult;
|
import net.minecraft.util.MovingObjectPosition;
|
||||||
import org.lwjgl.opengl.GL11;
|
import org.lwjgl.opengl.GL11;
|
||||||
import org.lwjgl.util.ReadableColor;
|
import org.lwjgl.util.ReadableColor;
|
||||||
import org.lwjgl.util.glu.Project;
|
import org.lwjgl.util.glu.Project;
|
||||||
@@ -118,10 +118,10 @@ public abstract class MixinEntityRenderer implements EntityRendererHandler.IEnti
|
|||||||
@Shadow
|
@Shadow
|
||||||
public abstract void renderHand(float partialTicks, int renderPass);
|
public abstract void renderHand(float partialTicks, int renderPass);
|
||||||
|
|
||||||
@Redirect(method = "renderWorldPass", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/renderer/RenderGlobal;drawSelectionBox(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/math/RayTraceResult;IF)V"))
|
@Redirect(method = "renderWorldPass", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/renderer/RenderGlobal;drawSelectionBox(Lnet/minecraft/entity/player/EntityPlayer;Lnet/minecraft/util/MovingObjectPosition;IF)V"))
|
||||||
private void replayModRender_drawSelectionBox(RenderGlobal instance, EntityPlayer player, RayTraceResult rtr, int alwaysZero, float partialTicks) {
|
private void replayModRender_drawSelectionBox(RenderGlobal instance, EntityPlayer player, MovingObjectPosition mop, int alwaysZero, float partialTicks) {
|
||||||
if (replayModRender_handler == null) {
|
if (replayModRender_handler == null) {
|
||||||
instance.drawSelectionBox(player, rtr, alwaysZero, partialTicks);
|
instance.drawSelectionBox(player, mop, alwaysZero, partialTicks);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,47 +0,0 @@
|
|||||||
package com.replaymod.render.mixin;
|
|
||||||
|
|
||||||
import com.replaymod.render.hooks.EntityRendererHandler;
|
|
||||||
import net.minecraft.client.Minecraft;
|
|
||||||
import net.minecraft.client.particle.Particle;
|
|
||||||
import net.minecraft.client.particle.ParticleManager;
|
|
||||||
import net.minecraft.client.renderer.VertexBuffer;
|
|
||||||
import net.minecraft.entity.Entity;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
|
||||||
|
|
||||||
@Mixin(ParticleManager.class)
|
|
||||||
public abstract class MixinParticleManager {
|
|
||||||
@Redirect(method = "renderParticles", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/particle/Particle;renderParticle(Lnet/minecraft/client/renderer/VertexBuffer;Lnet/minecraft/entity/Entity;FFFFFF)V"))
|
|
||||||
private void renderNormalParticle(Particle particle, VertexBuffer vertexBuffer, Entity view, float partialTicks,
|
|
||||||
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
|
||||||
renderParticle(particle, vertexBuffer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
|
||||||
}
|
|
||||||
|
|
||||||
@Redirect(method = "renderLitParticles", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/particle/Particle;renderParticle(Lnet/minecraft/client/renderer/VertexBuffer;Lnet/minecraft/entity/Entity;FFFFFF)V"))
|
|
||||||
private void renderLitParticle(Particle particle, VertexBuffer vertexBuffer, Entity view, float partialTicks,
|
|
||||||
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
|
||||||
renderParticle(particle, vertexBuffer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void renderParticle(Particle particle, VertexBuffer vertexBuffer, Entity view, float partialTicks,
|
|
||||||
float rotX, float rotXZ, float rotZ, float rotYZ, float rotXY) {
|
|
||||||
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
|
||||||
if (handler != null && handler.omnidirectional) {
|
|
||||||
// Align all particles towards the camera
|
|
||||||
double dx = particle.prevPosX + (particle.posX - particle.prevPosX) * partialTicks - view.posX;
|
|
||||||
double dy = particle.prevPosY + (particle.posY - particle.prevPosY) * partialTicks - view.posY;
|
|
||||||
double dz = particle.prevPosZ + (particle.posZ - particle.prevPosZ) * partialTicks - view.posZ;
|
|
||||||
double pitch = -Math.atan2(dy, Math.sqrt(dx * dx + dz * dz));
|
|
||||||
double yaw = -Math.atan2(dx, dz);
|
|
||||||
|
|
||||||
rotX = (float) Math.cos(yaw);
|
|
||||||
rotZ = (float) Math.sin(yaw);
|
|
||||||
rotXZ = (float) Math.cos(pitch);
|
|
||||||
|
|
||||||
rotYZ = (float) (-rotZ * Math.sin(pitch));
|
|
||||||
rotXY = (float) (rotX * Math.sin(pitch));
|
|
||||||
}
|
|
||||||
particle.renderParticle(vertexBuffer, view, partialTicks, rotX, rotXZ, rotZ, rotYZ, rotXY);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -7,14 +7,15 @@ import net.minecraft.entity.Entity;
|
|||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
@Mixin(Render.class)
|
@Mixin(Render.class)
|
||||||
public abstract class MixinRender {
|
public abstract class MixinRender {
|
||||||
@Inject(method = "renderLivingLabel", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
||||||
private void replayModRender_areAllNamesHidden(Entity entityIn, String str, double x, double y, double z, int maxDistance, CallbackInfo ci) {
|
private void replayModRender_areAllNamesHidden(Entity entity, CallbackInfoReturnable<Boolean> ci) {
|
||||||
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
||||||
if (handler != null && !handler.getSettings().isRenderNameTags()) {
|
if (handler != null && !handler.getSettings().isRenderNameTags()) {
|
||||||
|
ci.setReturnValue(false);
|
||||||
ci.cancel();
|
ci.cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,13 +3,16 @@ package com.replaymod.render.mixin;
|
|||||||
import com.replaymod.render.hooks.ChunkLoadingRenderGlobal;
|
import com.replaymod.render.hooks.ChunkLoadingRenderGlobal;
|
||||||
import net.minecraft.client.renderer.RenderGlobal;
|
import net.minecraft.client.renderer.RenderGlobal;
|
||||||
import net.minecraft.client.renderer.chunk.ChunkRenderDispatcher;
|
import net.minecraft.client.renderer.chunk.ChunkRenderDispatcher;
|
||||||
|
import net.minecraft.client.renderer.chunk.RenderChunk;
|
||||||
import net.minecraft.client.renderer.culling.ICamera;
|
import net.minecraft.client.renderer.culling.ICamera;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
|
import net.minecraft.util.BlockPos;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
@Mixin(RenderGlobal.class)
|
@Mixin(RenderGlobal.class)
|
||||||
public abstract class MixinRenderGlobal {
|
public abstract class MixinRenderGlobal {
|
||||||
@@ -34,8 +37,6 @@ public abstract class MixinRenderGlobal {
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
setupTerrain(viewEntity, partialTicks, camera, replayModRender_hook.nextFrameId(), playerSpectator);
|
setupTerrain(viewEntity, partialTicks, camera, replayModRender_hook.nextFrameId(), playerSpectator);
|
||||||
|
|
||||||
replayModRender_hook.updateChunks();
|
|
||||||
} while (displayListEntitiesDirty);
|
} while (displayListEntitiesDirty);
|
||||||
|
|
||||||
displayListEntitiesDirty = true;
|
displayListEntitiesDirty = true;
|
||||||
@@ -45,6 +46,13 @@ public abstract class MixinRenderGlobal {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Inject(method = "isPositionInRenderChunk", at = @At("HEAD"), cancellable = true)
|
||||||
|
public void replayModRender_isPositionInRenderChunk(BlockPos pos, RenderChunk chunk, CallbackInfoReturnable<Boolean> ci) {
|
||||||
|
if (replayModRender_hook != null) {
|
||||||
|
ci.setReturnValue(true);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@Inject(method = "updateChunks", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "updateChunks", at = @At("HEAD"), cancellable = true)
|
||||||
public void replayModRender_updateChunks(long finishTimeNano, CallbackInfo ci) {
|
public void replayModRender_updateChunks(long finishTimeNano, CallbackInfo ci) {
|
||||||
if (replayModRender_hook != null) {
|
if (replayModRender_hook != null) {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import org.spongepowered.asm.mixin.Mixin;
|
|||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
@Mixin(RenderManager.class)
|
@Mixin(RenderManager.class)
|
||||||
public abstract class MixinRenderManager {
|
public abstract class MixinRenderManager {
|
||||||
@@ -19,7 +19,7 @@ public abstract class MixinRenderManager {
|
|||||||
private float playerViewY;
|
private float playerViewY;
|
||||||
|
|
||||||
@Inject(method = "doRenderEntity", at = @At("HEAD"))
|
@Inject(method = "doRenderEntity", at = @At("HEAD"))
|
||||||
private void replayModRender_reorientForCubicRendering(Entity entity, double dx, double dy, double dz, float iDoNotKnow, float partialTicks, boolean iDoNotCare, CallbackInfo ci) {
|
private void replayModRender_reorientForCubicRendering(Entity entity, double dx, double dy, double dz, float iDoNotKnow, float partialTicks, boolean iDoNotCare, CallbackInfoReturnable ci) {
|
||||||
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
||||||
if (handler != null && handler.omnidirectional) {
|
if (handler != null && handler.omnidirectional) {
|
||||||
double pitch = -Math.atan2(dy, Math.sqrt(dx * dx + dz * dz));
|
double pitch = -Math.atan2(dy, Math.sqrt(dx * dx + dz * dz));
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
package com.replaymod.render.mixin;
|
||||||
|
|
||||||
|
import com.replaymod.render.hooks.EntityRendererHandler;
|
||||||
|
import net.minecraft.client.Minecraft;
|
||||||
|
import net.minecraft.client.renderer.entity.RendererLivingEntity;
|
||||||
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
|
@Mixin(RendererLivingEntity.class)
|
||||||
|
public abstract class MixinRendererLivingEntity {
|
||||||
|
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
||||||
|
private void replayModRender_areAllNamesHidden(EntityLivingBase entity, CallbackInfoReturnable<Boolean> ci) {
|
||||||
|
EntityRendererHandler handler = ((EntityRendererHandler.IEntityRenderer) Minecraft.getMinecraft().entityRenderer).replayModRender_getHandler();
|
||||||
|
if (handler != null && !handler.getSettings().isRenderNameTags()) {
|
||||||
|
ci.setReturnValue(false); //this calls the cancel method
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
package com.replaymod.render.rendering;
|
package com.replaymod.render.rendering;
|
||||||
|
|
||||||
|
import com.replaymod.core.ReplayMod;
|
||||||
import com.replaymod.pathing.player.AbstractTimelinePlayer;
|
import com.replaymod.pathing.player.AbstractTimelinePlayer;
|
||||||
|
import com.replaymod.pathing.player.ReplayTimer;
|
||||||
import com.replaymod.pathing.properties.TimestampProperty;
|
import com.replaymod.pathing.properties.TimestampProperty;
|
||||||
import com.replaymod.render.RenderSettings;
|
import com.replaymod.render.RenderSettings;
|
||||||
import com.replaymod.render.ReplayModRender;
|
import com.replaymod.render.ReplayModRender;
|
||||||
@@ -12,18 +14,17 @@ import com.replaymod.render.gui.GuiRenderingDone;
|
|||||||
import com.replaymod.render.gui.GuiVideoRenderer;
|
import com.replaymod.render.gui.GuiVideoRenderer;
|
||||||
import com.replaymod.render.hooks.ChunkLoadingRenderGlobal;
|
import com.replaymod.render.hooks.ChunkLoadingRenderGlobal;
|
||||||
import com.replaymod.render.metadata.MetadataInjector;
|
import com.replaymod.render.metadata.MetadataInjector;
|
||||||
import com.replaymod.render.utils.SoundHandler;
|
|
||||||
import com.replaymod.replay.ReplayHandler;
|
import com.replaymod.replay.ReplayHandler;
|
||||||
import com.replaymod.replaystudio.pathing.path.Keyframe;
|
import com.replaymod.replaystudio.pathing.path.Keyframe;
|
||||||
import com.replaymod.replaystudio.pathing.path.Path;
|
import com.replaymod.replaystudio.pathing.path.Path;
|
||||||
import com.replaymod.replaystudio.pathing.path.Timeline;
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
|
import net.minecraft.client.audio.SoundCategory;
|
||||||
import net.minecraft.client.gui.ScaledResolution;
|
import net.minecraft.client.gui.ScaledResolution;
|
||||||
import net.minecraft.client.renderer.OpenGlHelper;
|
import net.minecraft.client.renderer.OpenGlHelper;
|
||||||
import net.minecraft.client.shader.Framebuffer;
|
import net.minecraft.client.shader.Framebuffer;
|
||||||
import net.minecraft.util.SoundCategory;
|
|
||||||
import net.minecraft.util.Timer;
|
import net.minecraft.util.Timer;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import org.lwjgl.input.Mouse;
|
import org.lwjgl.input.Mouse;
|
||||||
import org.lwjgl.opengl.Display;
|
import org.lwjgl.opengl.Display;
|
||||||
import org.lwjgl.util.Dimension;
|
import org.lwjgl.util.Dimension;
|
||||||
@@ -53,8 +54,9 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
private int fps;
|
private int fps;
|
||||||
private boolean mouseWasGrabbed;
|
private boolean mouseWasGrabbed;
|
||||||
private boolean debugInfoWasShown;
|
private boolean debugInfoWasShown;
|
||||||
private Map<SoundCategory, Float> originalSoundLevels;
|
private Map originalSoundLevels;
|
||||||
|
|
||||||
|
private TimelinePlayer timelinePlayer;
|
||||||
private Future<Void> timelinePlayerFuture;
|
private Future<Void> timelinePlayerFuture;
|
||||||
private ChunkLoadingRenderGlobal chunkLoadingRenderGlobal;
|
private ChunkLoadingRenderGlobal chunkLoadingRenderGlobal;
|
||||||
|
|
||||||
@@ -88,7 +90,7 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
* @return {@code true} if rendering was successful, {@code false} if the user aborted rendering (or the window was closed)
|
* @return {@code true} if rendering was successful, {@code false} if the user aborted rendering (or the window was closed)
|
||||||
*/
|
*/
|
||||||
public boolean renderVideo() {
|
public boolean renderVideo() {
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayRenderEvent.Pre(this));
|
FMLCommonHandler.instance().bus().post(new ReplayRenderEvent.Pre(this));
|
||||||
|
|
||||||
setup();
|
setup();
|
||||||
|
|
||||||
@@ -134,7 +136,7 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
|
|
||||||
finish();
|
finish();
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayRenderEvent.Post(this));
|
FMLCommonHandler.instance().bus().post(new ReplayRenderEvent.Post(this));
|
||||||
|
|
||||||
return !cancelled;
|
return !cancelled;
|
||||||
}
|
}
|
||||||
@@ -174,7 +176,8 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void setup() {
|
private void setup() {
|
||||||
timelinePlayerFuture = new TimelinePlayer(replayHandler).start(timeline);
|
timelinePlayer = new TimelinePlayer(replayHandler);
|
||||||
|
timelinePlayerFuture = timelinePlayer.start(timeline);
|
||||||
|
|
||||||
if (!OpenGlHelper.isFramebufferEnabled()) {
|
if (!OpenGlHelper.isFramebufferEnabled()) {
|
||||||
Display.setResizable(false);
|
Display.setResizable(false);
|
||||||
@@ -193,9 +196,9 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
for (SoundCategory category : SoundCategory.values()) {
|
for (SoundCategory category : SoundCategory.values()) {
|
||||||
mutedSounds.put(category, 0f);
|
mutedSounds.put(category, 0f);
|
||||||
}
|
}
|
||||||
originalSoundLevels = mc.gameSettings.soundLevels;
|
originalSoundLevels = mc.gameSettings.mapSoundLevels;
|
||||||
mutedSounds.put(SoundCategory.MASTER, originalSoundLevels.get(SoundCategory.MASTER));
|
mutedSounds.put(SoundCategory.MASTER, (Float) originalSoundLevels.get(SoundCategory.MASTER));
|
||||||
mc.gameSettings.soundLevels = mutedSounds;
|
mc.gameSettings.mapSoundLevels = mutedSounds;
|
||||||
|
|
||||||
fps = settings.getFramesPerSecond();
|
fps = settings.getFramesPerSecond();
|
||||||
|
|
||||||
@@ -216,6 +219,9 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
|
|
||||||
updateDisplaySize();
|
updateDisplaySize();
|
||||||
|
|
||||||
|
ScaledResolution scaled = new ScaledResolution(mc);
|
||||||
|
gui.toMinecraft().setWorldAndResolution(mc, scaled.getScaledWidth(), scaled.getScaledHeight());
|
||||||
|
|
||||||
chunkLoadingRenderGlobal = new ChunkLoadingRenderGlobal(mc.renderGlobal);
|
chunkLoadingRenderGlobal = new ChunkLoadingRenderGlobal(mc.renderGlobal);
|
||||||
|
|
||||||
// Set up our own framebuffer to render the GUI to
|
// Set up our own framebuffer to render the GUI to
|
||||||
@@ -226,6 +232,8 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
if (!timelinePlayerFuture.isDone()) {
|
if (!timelinePlayerFuture.isDone()) {
|
||||||
timelinePlayerFuture.cancel(false);
|
timelinePlayerFuture.cancel(false);
|
||||||
}
|
}
|
||||||
|
// Tear down of the timeline player might only happen the next tick after it was cancelled
|
||||||
|
timelinePlayer.onTick(new ReplayTimer.UpdatedEvent());
|
||||||
|
|
||||||
if (!OpenGlHelper.isFramebufferEnabled()) {
|
if (!OpenGlHelper.isFramebufferEnabled()) {
|
||||||
Display.setResizable(true);
|
Display.setResizable(true);
|
||||||
@@ -234,13 +242,13 @@ public class VideoRenderer implements RenderInfo {
|
|||||||
if (mouseWasGrabbed) {
|
if (mouseWasGrabbed) {
|
||||||
mc.mouseHelper.grabMouseCursor();
|
mc.mouseHelper.grabMouseCursor();
|
||||||
}
|
}
|
||||||
mc.gameSettings.soundLevels = originalSoundLevels;
|
mc.gameSettings.mapSoundLevels = originalSoundLevels;
|
||||||
mc.displayGuiScreen(null);
|
mc.displayGuiScreen(null);
|
||||||
if (chunkLoadingRenderGlobal != null) {
|
if (chunkLoadingRenderGlobal != null) {
|
||||||
chunkLoadingRenderGlobal.uninstall();
|
chunkLoadingRenderGlobal.uninstall();
|
||||||
}
|
}
|
||||||
|
|
||||||
new SoundHandler().playRenderSuccessSound();
|
ReplayMod.soundHandler.playRenderSuccessSound();
|
||||||
|
|
||||||
new GuiRenderingDone(ReplayModRender.instance, videoWriter.getVideoFile(), totalFrames, settings).display();
|
new GuiRenderingDone(ReplayModRender.instance, videoWriter.getVideoFile(), totalFrames, settings).display();
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,15 @@ package com.replaymod.render.utils;
|
|||||||
|
|
||||||
import com.google.common.base.Preconditions;
|
import com.google.common.base.Preconditions;
|
||||||
|
|
||||||
import java.util.Collection;
|
import java.util.*;
|
||||||
import java.util.HashSet;
|
import java.util.concurrent.BlockingQueue;
|
||||||
import java.util.Iterator;
|
|
||||||
import java.util.Set;
|
|
||||||
import java.util.concurrent.PriorityBlockingQueue;
|
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
public class JailingQueue<T> extends PriorityBlockingQueue<T> {
|
public class JailingQueue<T> extends AbstractQueue<T> implements BlockingQueue<T> {
|
||||||
private final PriorityBlockingQueue<T> delegate;
|
private final BlockingQueue<T> delegate;
|
||||||
private final Set<Thread> jailed = new HashSet<Thread>();
|
private final Set<Thread> jailed = new HashSet<Thread>();
|
||||||
|
|
||||||
public JailingQueue(PriorityBlockingQueue<T> delegate) {
|
public JailingQueue(BlockingQueue<T> delegate) {
|
||||||
this.delegate = delegate;
|
this.delegate = delegate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -62,13 +59,13 @@ public class JailingQueue<T> extends PriorityBlockingQueue<T> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void put(T t) {
|
public void put(T t) throws InterruptedException {
|
||||||
tryAccess();
|
tryAccess();
|
||||||
delegate.put(t);
|
delegate.put(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean offer(T t, long timeout, TimeUnit unit) {
|
public boolean offer(T t, long timeout, TimeUnit unit) throws InterruptedException {
|
||||||
tryAccess();
|
tryAccess();
|
||||||
return delegate.offer(t, timeout, unit);
|
return delegate.offer(t, timeout, unit);
|
||||||
}
|
}
|
||||||
|
|||||||
12
src/main/java/com/replaymod/render/utils/RenderJob.java
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
package com.replaymod.render.utils;
|
||||||
|
|
||||||
|
import com.replaymod.render.RenderSettings;
|
||||||
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class RenderJob {
|
||||||
|
private String name;
|
||||||
|
private Timeline timeline;
|
||||||
|
private RenderSettings settings;
|
||||||
|
}
|
||||||
@@ -143,7 +143,6 @@ public class InputReplayTimer extends WrappedTimer {
|
|||||||
|
|
||||||
// Following are a ton of vanilla keyboard shortcuts, some are removed as they're useless in the
|
// Following are a ton of vanilla keyboard shortcuts, some are removed as they're useless in the
|
||||||
// replay viewer as of now
|
// replay viewer as of now
|
||||||
// TODO Update maybe add new key bindings
|
|
||||||
// TODO: Translate magic values to Keyboard.KEY_ constants
|
// TODO: Translate magic values to Keyboard.KEY_ constants
|
||||||
|
|
||||||
if (key == 32 && Keyboard.isKeyDown(61) && mc.ingameGUI != null) {
|
if (key == 32 && Keyboard.isKeyDown(61) && mc.ingameGUI != null) {
|
||||||
|
|||||||
@@ -23,8 +23,8 @@ import net.minecraft.entity.Entity;
|
|||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.network.EnumPacketDirection;
|
import net.minecraft.network.EnumPacketDirection;
|
||||||
import net.minecraft.network.NetworkManager;
|
import net.minecraft.network.NetworkManager;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.fml.client.FMLClientHandler;
|
import net.minecraftforge.fml.client.FMLClientHandler;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.network.handshake.NetworkDispatcher;
|
import net.minecraftforge.fml.common.network.handshake.NetworkDispatcher;
|
||||||
import org.lwjgl.opengl.Display;
|
import org.lwjgl.opengl.Display;
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ public class ReplayHandler {
|
|||||||
Preconditions.checkState(mc.isCallingFromMinecraftThread(), "Must be called from Minecraft thread.");
|
Preconditions.checkState(mc.isCallingFromMinecraftThread(), "Must be called from Minecraft thread.");
|
||||||
this.replayFile = replayFile;
|
this.replayFile = replayFile;
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayOpenEvent.Pre(this));
|
FMLCommonHandler.instance().bus().post(new ReplayOpenEvent.Pre(this));
|
||||||
|
|
||||||
markers = new ArrayList<>(replayFile.getMarkers().or(Collections.emptySet()));
|
markers = new ArrayList<>(replayFile.getMarkers().or(Collections.emptySet()));
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@ public class ReplayHandler {
|
|||||||
overlay = new GuiReplayOverlay(this);
|
overlay = new GuiReplayOverlay(this);
|
||||||
overlay.setVisible(true);
|
overlay.setVisible(true);
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayOpenEvent.Post(this));
|
FMLCommonHandler.instance().bus().post(new ReplayOpenEvent.Post(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
void restartedReplay() {
|
void restartedReplay() {
|
||||||
@@ -101,7 +101,7 @@ public class ReplayHandler {
|
|||||||
public void endReplay() throws IOException {
|
public void endReplay() throws IOException {
|
||||||
Preconditions.checkState(mc.isCallingFromMinecraftThread(), "Must be called from Minecraft thread.");
|
Preconditions.checkState(mc.isCallingFromMinecraftThread(), "Must be called from Minecraft thread.");
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayCloseEvent.Pre(this));
|
FMLCommonHandler.instance().bus().post(new ReplayCloseEvent.Pre(this));
|
||||||
|
|
||||||
replaySender.terminateReplay();
|
replaySender.terminateReplay();
|
||||||
|
|
||||||
@@ -124,7 +124,7 @@ public class ReplayHandler {
|
|||||||
|
|
||||||
ReplayModReplay.instance.replayHandler = null;
|
ReplayModReplay.instance.replayHandler = null;
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.post(new ReplayCloseEvent.Post(this));
|
FMLCommonHandler.instance().bus().post(new ReplayCloseEvent.Post(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setup() {
|
private void setup() {
|
||||||
@@ -328,7 +328,7 @@ public class ReplayHandler {
|
|||||||
replaySender.setAsyncMode(true);
|
replaySender.setAsyncMode(true);
|
||||||
replaySender.setReplaySpeed(0);
|
replaySender.setReplaySpeed(0);
|
||||||
|
|
||||||
mc.getConnection().getNetworkManager().processReceivedPackets();
|
mc.getNetHandler().getNetworkManager().processReceivedPackets();
|
||||||
for (Entity entity : mc.theWorld.loadedEntityList) {
|
for (Entity entity : mc.theWorld.loadedEntityList) {
|
||||||
if (entity instanceof EntityOtherPlayerMP) {
|
if (entity instanceof EntityOtherPlayerMP) {
|
||||||
EntityOtherPlayerMP e = (EntityOtherPlayerMP) entity;
|
EntityOtherPlayerMP e = (EntityOtherPlayerMP) entity;
|
||||||
|
|||||||
@@ -28,15 +28,17 @@ import java.io.IOException;
|
|||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
|
|
||||||
@Mod(modid = ReplayModReplay.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModReplay.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModReplay {
|
public class ReplayModReplay {
|
||||||
public static final String MOD_ID = "replaymod-replay";
|
public static final String MOD_ID = "replaymod-replay";
|
||||||
|
|
||||||
@Mod.Instance(MOD_ID)
|
@Mod.Instance(MOD_ID)
|
||||||
public static ReplayModReplay instance;
|
public static ReplayModReplay instance;
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
private ReplayMod core;
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
private final CameraControllerRegistry cameraControllerRegistry = new CameraControllerRegistry();
|
private final CameraControllerRegistry cameraControllerRegistry = new CameraControllerRegistry();
|
||||||
|
|
||||||
@@ -51,6 +53,7 @@ public class ReplayModReplay {
|
|||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
logger = event.getModLog();
|
logger = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
|
|
||||||
core.getSettingsRegistry().register(Setting.class);
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
|
|
||||||
|
|||||||
@@ -12,22 +12,17 @@ import io.netty.channel.ChannelHandler.Sharable;
|
|||||||
import io.netty.channel.ChannelHandlerContext;
|
import io.netty.channel.ChannelHandlerContext;
|
||||||
import io.netty.channel.ChannelInboundHandlerAdapter;
|
import io.netty.channel.ChannelInboundHandlerAdapter;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.entity.EntityOtherPlayerMP;
|
|
||||||
import net.minecraft.client.gui.GuiDownloadTerrain;
|
import net.minecraft.client.gui.GuiDownloadTerrain;
|
||||||
import net.minecraft.client.gui.GuiErrorScreen;
|
import net.minecraft.client.gui.GuiErrorScreen;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
|
||||||
import net.minecraft.network.*;
|
import net.minecraft.network.*;
|
||||||
import net.minecraft.network.play.server.*;
|
import net.minecraft.network.play.server.*;
|
||||||
import net.minecraft.util.text.ITextComponent;
|
import net.minecraft.util.IChatComponent;
|
||||||
import net.minecraft.world.EnumDifficulty;
|
import net.minecraft.world.EnumDifficulty;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import net.minecraft.world.WorldSettings.GameType;
|
import net.minecraft.world.WorldSettings.GameType;
|
||||||
import net.minecraft.world.WorldType;
|
import net.minecraft.world.WorldType;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
|
||||||
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
import org.apache.commons.io.IOUtils;
|
import org.apache.commons.io.IOUtils;
|
||||||
|
|
||||||
@@ -44,22 +39,30 @@ import java.util.concurrent.Callable;
|
|||||||
*/
|
*/
|
||||||
@Sharable
|
@Sharable
|
||||||
public class ReplaySender extends ChannelInboundHandlerAdapter {
|
public class ReplaySender extends ChannelInboundHandlerAdapter {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Previously packets for the client player were inserted using one fixed entity id (this one).
|
||||||
|
* This is no longer the case however to provide backwards compatibility, we have to convert
|
||||||
|
* these old packets to use the normal entity id.
|
||||||
|
* Need to punch someone? -> CrushedPixel
|
||||||
|
*/
|
||||||
|
public static final int LEGACY_ENTITY_ID = Integer.MIN_VALUE + 9001;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* These packets are ignored completely during replay.
|
* These packets are ignored completely during replay.
|
||||||
*/
|
*/
|
||||||
private static final List<Class> BAD_PACKETS = Arrays.<Class>asList(
|
private static final List<Class> BAD_PACKETS = Arrays.<Class>asList(
|
||||||
// TODO Update possibly more?
|
S06PacketUpdateHealth.class,
|
||||||
SPacketUpdateHealth.class,
|
S2DPacketOpenWindow.class,
|
||||||
SPacketOpenWindow.class,
|
S2EPacketCloseWindow.class,
|
||||||
SPacketCloseWindow.class,
|
S2FPacketSetSlot.class,
|
||||||
SPacketSetSlot.class,
|
S30PacketWindowItems.class,
|
||||||
SPacketWindowItems.class,
|
S36PacketSignEditorOpen.class,
|
||||||
SPacketSignEditorOpen.class,
|
S37PacketStatistics.class,
|
||||||
SPacketStatistics.class,
|
S1FPacketSetExperience.class,
|
||||||
SPacketSetExperience.class,
|
S43PacketCamera.class,
|
||||||
SPacketCamera.class,
|
S39PacketPlayerAbilities.class,
|
||||||
SPacketPlayerAbilities.class,
|
S45PacketTitle.class);
|
||||||
SPacketTitle.class);
|
|
||||||
|
|
||||||
private static int TP_DISTANCE_LIMIT = 128;
|
private static int TP_DISTANCE_LIMIT = 128;
|
||||||
|
|
||||||
@@ -168,8 +171,6 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
this.asyncMode = asyncMode;
|
this.asyncMode = asyncMode;
|
||||||
this.replayLength = file.getMetaData().getDuration();
|
this.replayLength = file.getMetaData().getDuration();
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
|
||||||
|
|
||||||
if (asyncMode) {
|
if (asyncMode) {
|
||||||
new Thread(asyncSender, "replaymod-async-sender").start();
|
new Thread(asyncSender, "replaymod-async-sender").start();
|
||||||
}
|
}
|
||||||
@@ -238,7 +239,6 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
*/
|
*/
|
||||||
public void terminateReplay() {
|
public void terminateReplay() {
|
||||||
terminate = true;
|
terminate = true;
|
||||||
MinecraftForge.EVENT_BUS.unregister(this);
|
|
||||||
try {
|
try {
|
||||||
channelInactive(ctx);
|
channelInactive(ctx);
|
||||||
ctx.channel().pipeline().close();
|
ctx.channel().pipeline().close();
|
||||||
@@ -247,25 +247,6 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
|
||||||
public void onWorldTick(TickEvent.ClientTickEvent event) {
|
|
||||||
// Unfortunately the WorldTickEvent doesn't seem to be emitted on the CLIENT side
|
|
||||||
if (event.phase != TickEvent.Phase.START) return;
|
|
||||||
|
|
||||||
// Spawning a player into an empty chunk (which we might do with the recording player)
|
|
||||||
// prevents it from being moved by teleport packets (it essentially gets stuck) because
|
|
||||||
// Entity#addedToChunk is not set and it is therefore not updated every tick.
|
|
||||||
// To counteract this, we need to manually update it's position if it hasn't been added
|
|
||||||
// to any chunk yet.
|
|
||||||
if (mc.theWorld != null) {
|
|
||||||
for (EntityPlayer playerEntity : mc.theWorld.playerEntities) {
|
|
||||||
if (!playerEntity.addedToChunk && playerEntity instanceof EntityOtherPlayerMP) {
|
|
||||||
playerEntity.onLivingUpdate();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void channelRead(ChannelHandlerContext ctx, Object msg)
|
public void channelRead(ChannelHandlerContext ctx, Object msg)
|
||||||
throws Exception {
|
throws Exception {
|
||||||
@@ -293,21 +274,21 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
// Therefore we have to remove all loaded, dead entities manually if we are in sync mode.
|
// Therefore we have to remove all loaded, dead entities manually if we are in sync mode.
|
||||||
// We do this after every SpawnX packet and after the destroy entities packet.
|
// We do this after every SpawnX packet and after the destroy entities packet.
|
||||||
if (!asyncMode && mc.theWorld != null) {
|
if (!asyncMode && mc.theWorld != null) {
|
||||||
if (p instanceof SPacketSpawnPlayer
|
if (p instanceof S0CPacketSpawnPlayer
|
||||||
|| p instanceof SPacketSpawnObject
|
|| p instanceof S0EPacketSpawnObject
|
||||||
|| p instanceof SPacketSpawnMob
|
|| p instanceof S0FPacketSpawnMob
|
||||||
|| p instanceof SPacketSpawnGlobalEntity
|
|| p instanceof S2CPacketSpawnGlobalEntity
|
||||||
|| p instanceof SPacketSpawnPainting
|
|| p instanceof S10PacketSpawnPainting
|
||||||
|| p instanceof SPacketSpawnExperienceOrb
|
|| p instanceof S11PacketSpawnExperienceOrb
|
||||||
|| p instanceof SPacketDestroyEntities) {
|
|| p instanceof S13PacketDestroyEntities) {
|
||||||
World world = mc.theWorld;
|
World world = mc.theWorld;
|
||||||
for (int i = 0; i < world.loadedEntityList.size(); ++i) {
|
for (int i = 0; i < world.loadedEntityList.size(); ++i) {
|
||||||
Entity entity = world.loadedEntityList.get(i);
|
Entity entity = (Entity) world.loadedEntityList.get(i);
|
||||||
if (entity.isDead) {
|
if (entity.isDead) {
|
||||||
int chunkX = entity.chunkCoordX;
|
int chunkX = entity.chunkCoordX;
|
||||||
int chunkY = entity.chunkCoordZ;
|
int chunkY = entity.chunkCoordZ;
|
||||||
|
|
||||||
if (entity.addedToChunk && world.getChunkProvider().getLoadedChunk(chunkX, chunkY) != null) {
|
if (entity.addedToChunk && world.getChunkProvider().chunkExists(chunkX, chunkY)) {
|
||||||
world.getChunkFromChunkCoords(chunkX, chunkY).removeEntity(entity);
|
world.getChunkFromChunkCoords(chunkX, chunkY).removeEntity(entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -345,8 +326,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
* @return The processed packet or {@code null} if no packet shall be sent
|
* @return The processed packet or {@code null} if no packet shall be sent
|
||||||
*/
|
*/
|
||||||
protected Packet processPacket(Packet p) throws Exception {
|
protected Packet processPacket(Packet p) throws Exception {
|
||||||
if (p instanceof SPacketCustomPayload) {
|
if (p instanceof S3FPacketCustomPayload) {
|
||||||
SPacketCustomPayload packet = (SPacketCustomPayload) p;
|
S3FPacketCustomPayload packet = (S3FPacketCustomPayload) p;
|
||||||
if (Restrictions.PLUGIN_CHANNEL.equals(packet.getChannelName())) {
|
if (Restrictions.PLUGIN_CHANNEL.equals(packet.getChannelName())) {
|
||||||
final String unknown = replayHandler.getRestrictions().handle(packet);
|
final String unknown = replayHandler.getRestrictions().handle(packet);
|
||||||
if (unknown == null) {
|
if (unknown == null) {
|
||||||
@@ -372,8 +353,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (p instanceof SPacketDisconnect) {
|
if (p instanceof S40PacketDisconnect) {
|
||||||
ITextComponent reason = ((SPacketDisconnect) p).getReason();
|
IChatComponent reason = ((S40PacketDisconnect) p).getReason();
|
||||||
if ("Please update to view this replay.".equals(reason.getUnformattedText())) {
|
if ("Please update to view this replay.".equals(reason.getUnformattedText())) {
|
||||||
// This version of the mod supports replay restrictions so we are allowed
|
// This version of the mod supports replay restrictions so we are allowed
|
||||||
// to remove this packet.
|
// to remove this packet.
|
||||||
@@ -383,8 +364,10 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
|
|
||||||
if(BAD_PACKETS.contains(p.getClass())) return null;
|
if(BAD_PACKETS.contains(p.getClass())) return null;
|
||||||
|
|
||||||
if(p instanceof SPacketResourcePackSend) {
|
convertLegacyEntityIds(p);
|
||||||
SPacketResourcePackSend packet = (SPacketResourcePackSend) p;
|
|
||||||
|
if(p instanceof S48PacketResourcePackSend) {
|
||||||
|
S48PacketResourcePackSend packet = (S48PacketResourcePackSend) p;
|
||||||
String url = packet.getURL();
|
String url = packet.getURL();
|
||||||
if (url.startsWith("replay://")) {
|
if (url.startsWith("replay://")) {
|
||||||
int id = Integer.parseInt(url.substring("replay://".length()));
|
int id = Integer.parseInt(url.substring("replay://".length()));
|
||||||
@@ -403,10 +386,10 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(p instanceof SPacketJoinGame) {
|
if(p instanceof S01PacketJoinGame) {
|
||||||
SPacketJoinGame packet = (SPacketJoinGame) p;
|
S01PacketJoinGame packet = (S01PacketJoinGame) p;
|
||||||
allowMovement = true;
|
allowMovement = true;
|
||||||
int entId = packet.getPlayerId();
|
int entId = packet.getEntityId();
|
||||||
actualID = entId;
|
actualID = entId;
|
||||||
entId = -1789435; // Camera entity id should be negative which is an invalid id and can't be used by servers
|
entId = -1789435; // Camera entity id should be negative which is an invalid id and can't be used by servers
|
||||||
int dimension = packet.getDimension();
|
int dimension = packet.getDimension();
|
||||||
@@ -414,21 +397,21 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
int maxPlayers = packet.getMaxPlayers();
|
int maxPlayers = packet.getMaxPlayers();
|
||||||
WorldType worldType = packet.getWorldType();
|
WorldType worldType = packet.getWorldType();
|
||||||
|
|
||||||
p = new SPacketJoinGame(entId, GameType.SPECTATOR, false, dimension,
|
p = new S01PacketJoinGame(entId, GameType.SPECTATOR, false, dimension,
|
||||||
difficulty, maxPlayers, worldType, false);
|
difficulty, maxPlayers, worldType, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(p instanceof SPacketRespawn) {
|
if(p instanceof S07PacketRespawn) {
|
||||||
SPacketRespawn respawn = (SPacketRespawn) p;
|
S07PacketRespawn respawn = (S07PacketRespawn) p;
|
||||||
p = new SPacketRespawn(respawn.getDimensionID(),
|
p = new S07PacketRespawn(respawn.getDimensionID(),
|
||||||
respawn.getDifficulty(), respawn.getWorldType(), GameType.SPECTATOR);
|
respawn.getDifficulty(), respawn.getWorldType(), GameType.SPECTATOR);
|
||||||
|
|
||||||
allowMovement = true;
|
allowMovement = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(p instanceof SPacketPlayerPosLook) {
|
if(p instanceof S08PacketPlayerPosLook) {
|
||||||
if(!hasWorldLoaded) hasWorldLoaded = true;
|
if(!hasWorldLoaded) hasWorldLoaded = true;
|
||||||
final SPacketPlayerPosLook ppl = (SPacketPlayerPosLook) p;
|
final S08PacketPlayerPosLook ppl = (S08PacketPlayerPosLook) p;
|
||||||
|
|
||||||
if (mc.currentScreen instanceof GuiDownloadTerrain) {
|
if (mc.currentScreen instanceof GuiDownloadTerrain) {
|
||||||
// Close the world loading screen manually in case we swallow the packet
|
// Close the world loading screen manually in case we swallow the packet
|
||||||
@@ -439,10 +422,10 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
|
|
||||||
CameraEntity cent = replayHandler.getCameraEntity();
|
CameraEntity cent = replayHandler.getCameraEntity();
|
||||||
|
|
||||||
for (SPacketPlayerPosLook.EnumFlags relative : ppl.getFlags()) {
|
for (Object relative : ppl.func_179834_f()) {
|
||||||
if (relative == SPacketPlayerPosLook.EnumFlags.X
|
if (relative == S08PacketPlayerPosLook.EnumFlags.X
|
||||||
|| relative == SPacketPlayerPosLook.EnumFlags.Y
|
|| relative == S08PacketPlayerPosLook.EnumFlags.Y
|
||||||
|| relative == SPacketPlayerPosLook.EnumFlags.Z) {
|
|| relative == S08PacketPlayerPosLook.EnumFlags.Z) {
|
||||||
return null; // At least one of the coordinates is relative, so we don't care
|
return null; // At least one of the coordinates is relative, so we don't care
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -474,8 +457,8 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
}.call();
|
}.call();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(p instanceof SPacketChangeGameState) {
|
if(p instanceof S2BPacketChangeGameState) {
|
||||||
SPacketChangeGameState pg = (SPacketChangeGameState)p;
|
S2BPacketChangeGameState pg = (S2BPacketChangeGameState)p;
|
||||||
int reason = pg.getGameState();
|
int reason = pg.getGameState();
|
||||||
|
|
||||||
// only allow the following packets:
|
// only allow the following packets:
|
||||||
@@ -490,7 +473,7 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p instanceof SPacketChat) {
|
if (p instanceof S02PacketChat) {
|
||||||
if (!ReplayModReplay.instance.getCore().getSettingsRegistry().get(Setting.SHOW_CHAT)) {
|
if (!ReplayModReplay.instance.getCore().getSettingsRegistry().get(Setting.SHOW_CHAT)) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -503,7 +486,7 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
public void channelActive(ChannelHandlerContext ctx) throws Exception {
|
||||||
this.ctx = ctx;
|
this.ctx = ctx;
|
||||||
ctx.attr(NetworkManager.PROTOCOL_ATTRIBUTE_KEY).set(EnumConnectionState.PLAY);
|
ctx.attr(NetworkManager.attrKeyConnectionState).set(EnumConnectionState.PLAY);
|
||||||
super.channelActive(ctx);
|
super.channelActive(ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -708,10 +691,10 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
protected Packet processPacketAsync(Packet p) {
|
protected Packet processPacketAsync(Packet p) {
|
||||||
//If hurrying, ignore some packets, except for short durations
|
//If hurrying, ignore some packets, except for short durations
|
||||||
if(desiredTimeStamp - lastTimeStamp > 1000) {
|
if(desiredTimeStamp - lastTimeStamp > 1000) {
|
||||||
if(p instanceof SPacketParticles) return null;
|
if(p instanceof S2APacketParticles) return null;
|
||||||
|
|
||||||
if(p instanceof SPacketSpawnObject) {
|
if(p instanceof S0EPacketSpawnObject) {
|
||||||
SPacketSpawnObject pso = (SPacketSpawnObject)p;
|
S0EPacketSpawnObject pso = (S0EPacketSpawnObject)p;
|
||||||
int type = pso.getType();
|
int type = pso.getType();
|
||||||
if(type == 76) { // Firework rocket
|
if(type == 76) { // Firework rocket
|
||||||
return null;
|
return null;
|
||||||
@@ -798,6 +781,68 @@ public class ReplaySender extends ChannelInboundHandlerAdapter {
|
|||||||
return p; // During synchronous playback everything is sent normally
|
return p; // During synchronous playback everything is sent normally
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is necessary to convert packets from old replays to new replays.
|
||||||
|
* @param packet The packet to be transformed.
|
||||||
|
* @see #LEGACY_ENTITY_ID
|
||||||
|
*/
|
||||||
|
private void convertLegacyEntityIds(Packet packet) {
|
||||||
|
if (packet instanceof S0CPacketSpawnPlayer) {
|
||||||
|
S0CPacketSpawnPlayer p = (S0CPacketSpawnPlayer) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S18PacketEntityTeleport) {
|
||||||
|
S18PacketEntityTeleport p = (S18PacketEntityTeleport) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S14PacketEntity.S17PacketEntityLookMove) {
|
||||||
|
S14PacketEntity.S17PacketEntityLookMove p = (S14PacketEntity.S17PacketEntityLookMove) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S19PacketEntityHeadLook) {
|
||||||
|
S19PacketEntityHeadLook p = (S19PacketEntityHeadLook) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S12PacketEntityVelocity) {
|
||||||
|
S12PacketEntityVelocity p = (S12PacketEntityVelocity) packet;
|
||||||
|
if (p.entityID == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityID = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S0BPacketAnimation) {
|
||||||
|
S0BPacketAnimation p = (S0BPacketAnimation) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S04PacketEntityEquipment) {
|
||||||
|
S04PacketEntityEquipment p = (S04PacketEntityEquipment) packet;
|
||||||
|
if (p.entityID == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityID = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S1BPacketEntityAttach) {
|
||||||
|
S1BPacketEntityAttach p = (S1BPacketEntityAttach) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
if (p.vehicleEntityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.vehicleEntityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S0DPacketCollectItem) {
|
||||||
|
S0DPacketCollectItem p = (S0DPacketCollectItem) packet;
|
||||||
|
if (p.entityId == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityId = actualID;
|
||||||
|
}
|
||||||
|
} else if (packet instanceof S13PacketDestroyEntities) {
|
||||||
|
S13PacketDestroyEntities p = (S13PacketDestroyEntities) packet;
|
||||||
|
if (p.entityIDs.length == 1 && p.entityIDs[0] == LEGACY_ENTITY_ID) {
|
||||||
|
p.entityIDs[0] = actualID;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private static final class PacketData {
|
private static final class PacketData {
|
||||||
private final int timestamp;
|
private final int timestamp;
|
||||||
private final byte[] bytes;
|
private final byte[] bytes;
|
||||||
|
|||||||
@@ -18,17 +18,16 @@ import net.minecraft.entity.Entity;
|
|||||||
import net.minecraft.entity.EntityLiving;
|
import net.minecraft.entity.EntityLiving;
|
||||||
import net.minecraft.entity.item.EntityItemFrame;
|
import net.minecraft.entity.item.EntityItemFrame;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import net.minecraft.inventory.EntityEquipmentSlot;
|
import net.minecraft.stats.StatFileWriter;
|
||||||
import net.minecraft.stats.StatisticsManager;
|
import net.minecraft.util.AxisAlignedBB;
|
||||||
import net.minecraft.util.EnumHand;
|
import net.minecraft.util.MovingObjectPosition;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
import net.minecraft.util.math.AxisAlignedBB;
|
|
||||||
import net.minecraft.util.math.RayTraceResult;
|
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import net.minecraftforge.client.event.EntityViewRenderEvent;
|
import net.minecraftforge.client.event.EntityViewRenderEvent;
|
||||||
import net.minecraftforge.client.event.RenderGameOverlayEvent;
|
import net.minecraftforge.client.event.RenderGameOverlayEvent;
|
||||||
import net.minecraftforge.client.event.RenderHandEvent;
|
import net.minecraftforge.client.event.RenderHandEvent;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.EventPriority;
|
import net.minecraftforge.fml.common.eventhandler.EventPriority;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
import net.minecraftforge.fml.common.gameevent.TickEvent;
|
||||||
@@ -66,8 +65,9 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
*/
|
*/
|
||||||
private final EventHandler eventHandler = new EventHandler();
|
private final EventHandler eventHandler = new EventHandler();
|
||||||
|
|
||||||
public CameraEntity(Minecraft mcIn, World worldIn, NetHandlerPlayClient netHandlerPlayClient, StatisticsManager statisticsManager) {
|
public CameraEntity(Minecraft mcIn, World worldIn, NetHandlerPlayClient netHandlerPlayClient, StatFileWriter statFileWriter) {
|
||||||
super(mcIn, worldIn, netHandlerPlayClient, statisticsManager);
|
super(mcIn, worldIn, netHandlerPlayClient, statFileWriter);
|
||||||
|
FMLCommonHandler.instance().bus().register(eventHandler);
|
||||||
MinecraftForge.EVENT_BUS.register(eventHandler);
|
MinecraftForge.EVENT_BUS.register(eventHandler);
|
||||||
if (ReplayModReplay.instance.getReplayHandler().getSpectatedUUID() == null) {
|
if (ReplayModReplay.instance.getReplayHandler().getSpectatedUUID() == null) {
|
||||||
cameraController = ReplayModReplay.instance.createCameraController(this);
|
cameraController = ReplayModReplay.instance.createCameraController(this);
|
||||||
@@ -280,49 +280,12 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public float getCooldownPeriod() {
|
public MovingObjectPosition rayTrace(double p_174822_1_, float p_174822_3_) {
|
||||||
Entity view = mc.getRenderViewEntity();
|
MovingObjectPosition pos = super.rayTrace(p_174822_1_, 1f);
|
||||||
if (view != this && view instanceof EntityPlayer) {
|
|
||||||
return ((EntityPlayer) view).getCooldownPeriod();
|
|
||||||
}
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public float getCooledAttackStrength(float adjustTicks) {
|
|
||||||
Entity view = mc.getRenderViewEntity();
|
|
||||||
if (view != this && view instanceof EntityPlayer) {
|
|
||||||
return ((EntityPlayer) view).getCooledAttackStrength(adjustTicks);
|
|
||||||
}
|
|
||||||
// Default to 1 as to not render the cooldown indicator (renders for < 1)
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public EnumHand getActiveHand() {
|
|
||||||
Entity view = mc.getRenderViewEntity();
|
|
||||||
if (view != this && view instanceof EntityPlayer) {
|
|
||||||
return ((EntityPlayer) view).getActiveHand();
|
|
||||||
}
|
|
||||||
return super.getActiveHand();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isHandActive() {
|
|
||||||
Entity view = mc.getRenderViewEntity();
|
|
||||||
if (view != this && view instanceof EntityPlayer) {
|
|
||||||
return ((EntityPlayer) view).isHandActive();
|
|
||||||
}
|
|
||||||
return super.isHandActive();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public RayTraceResult rayTrace(double p_174822_1_, float p_174822_3_) {
|
|
||||||
RayTraceResult pos = super.rayTrace(p_174822_1_, 1f);
|
|
||||||
|
|
||||||
// Make sure we can never look at blocks (-> no outline)
|
// Make sure we can never look at blocks (-> no outline)
|
||||||
if(pos != null && pos.typeOfHit == RayTraceResult.Type.BLOCK) {
|
if(pos != null && pos.typeOfHit == MovingObjectPosition.MovingObjectType.BLOCK) {
|
||||||
pos.typeOfHit = RayTraceResult.Type.MISS;
|
pos.typeOfHit = MovingObjectPosition.MovingObjectType.MISS;
|
||||||
}
|
}
|
||||||
|
|
||||||
return pos;
|
return pos;
|
||||||
@@ -337,6 +300,7 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
@Override
|
@Override
|
||||||
public void setDead() {
|
public void setDead() {
|
||||||
super.setDead();
|
super.setDead();
|
||||||
|
FMLCommonHandler.instance().bus().unregister(eventHandler);
|
||||||
MinecraftForge.EVENT_BUS.unregister(eventHandler);
|
MinecraftForge.EVENT_BUS.unregister(eventHandler);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -394,13 +358,9 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void preCrosshairRender(RenderGameOverlayEvent.Pre event) {
|
public void preCrosshairRender(RenderGameOverlayEvent.Pre event) {
|
||||||
// The crosshair should only render if targeted entity can actually be spectated
|
// The crosshair should only render if targeted entity can actually be spectated
|
||||||
if (event.getType() == RenderGameOverlayEvent.ElementType.CROSSHAIRS) {
|
if (event.type == RenderGameOverlayEvent.ElementType.CROSSHAIRS) {
|
||||||
event.setCanceled(!canSpectate(mc.pointedEntity));
|
event.setCanceled(!canSpectate(mc.pointedEntity));
|
||||||
}
|
}
|
||||||
// Hotbar should never be rendered
|
|
||||||
if (event.getType() == RenderGameOverlayEvent.ElementType.HOTBAR) {
|
|
||||||
event.setCanceled(true);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
@@ -431,13 +391,10 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
if (lastHandRendered != player) {
|
if (lastHandRendered != player) {
|
||||||
lastHandRendered = player;
|
lastHandRendered = player;
|
||||||
|
|
||||||
mc.entityRenderer.itemRenderer.prevEquippedProgressMainHand = 1;
|
mc.entityRenderer.itemRenderer.prevEquippedProgress = 1;
|
||||||
mc.entityRenderer.itemRenderer.prevEquippedProgressOffHand = 1;
|
mc.entityRenderer.itemRenderer.equippedProgress = 1;
|
||||||
mc.entityRenderer.itemRenderer.equippedProgressMainHand = 1;
|
mc.entityRenderer.itemRenderer.itemToRender = player.inventory.getCurrentItem();
|
||||||
mc.entityRenderer.itemRenderer.equippedProgressOffHand = 1;
|
mc.entityRenderer.itemRenderer.equippedItemSlot = player.inventory.currentItem;
|
||||||
mc.entityRenderer.itemRenderer.itemStackMainHand = player.getItemStackFromSlot(EntityEquipmentSlot.MAINHAND);
|
|
||||||
mc.entityRenderer.itemRenderer.itemStackOffHand = player.getItemStackFromSlot(EntityEquipmentSlot.OFFHAND);
|
|
||||||
|
|
||||||
|
|
||||||
mc.thePlayer.renderArmYaw = mc.thePlayer.prevRenderArmYaw = player.rotationYaw;
|
mc.thePlayer.renderArmYaw = mc.thePlayer.prevRenderArmYaw = player.rotationYaw;
|
||||||
mc.thePlayer.renderArmPitch = mc.thePlayer.prevRenderArmPitch = player.rotationPitch;
|
mc.thePlayer.renderArmPitch = mc.thePlayer.prevRenderArmPitch = player.rotationPitch;
|
||||||
@@ -448,7 +405,7 @@ public class CameraEntity extends EntityPlayerSP {
|
|||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onEntityViewRenderEvent(EntityViewRenderEvent.CameraSetup event) {
|
public void onEntityViewRenderEvent(EntityViewRenderEvent.CameraSetup event) {
|
||||||
if (mc.getRenderViewEntity() == CameraEntity.this) {
|
if (mc.getRenderViewEntity() == CameraEntity.this) {
|
||||||
event.setRoll(roll);
|
event.roll = roll;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ package com.replaymod.replay.camera;
|
|||||||
|
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.settings.KeyBinding;
|
import net.minecraft.client.settings.KeyBinding;
|
||||||
import net.minecraft.util.math.MathHelper;
|
import net.minecraft.util.MathHelper;
|
||||||
import net.minecraft.util.math.Vec3d;
|
import net.minecraft.util.Vec3;
|
||||||
import org.lwjgl.Sys;
|
import org.lwjgl.Sys;
|
||||||
|
|
||||||
// TODO: Marius is responsible for this. Please, someone clean it up.
|
// TODO: Marius is responsible for this. Please, someone clean it up.
|
||||||
@@ -18,8 +18,8 @@ public class ClassicCameraController implements CameraController {
|
|||||||
private double THRESHOLD = MAX_SPEED / 20;
|
private double THRESHOLD = MAX_SPEED / 20;
|
||||||
private double DECAY = MAX_SPEED/3;
|
private double DECAY = MAX_SPEED/3;
|
||||||
|
|
||||||
private Vec3d direction;
|
private Vec3 direction;
|
||||||
private Vec3d dirBefore;
|
private Vec3 dirBefore;
|
||||||
private double motion;
|
private double motion;
|
||||||
private long lastCall = Sys.getTime();
|
private long lastCall = Sys.getTime();
|
||||||
|
|
||||||
@@ -129,7 +129,7 @@ public class ClassicCameraController implements CameraController {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vec3d movement = direction.normalize();
|
Vec3 movement = direction.normalize();
|
||||||
double factor = motion * (frac / 1000D);
|
double factor = motion * (frac / 1000D);
|
||||||
|
|
||||||
camera.moveCamera(movement.xCoord * factor, movement.yCoord * factor, movement.zCoord * factor);
|
camera.moveCamera(movement.xCoord * factor, movement.yCoord * factor, movement.zCoord * factor);
|
||||||
@@ -158,7 +158,7 @@ public class ClassicCameraController implements CameraController {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
Vec3d dbf = direction;
|
Vec3 dbf = direction;
|
||||||
|
|
||||||
if(dirBefore != null) {
|
if(dirBefore != null) {
|
||||||
direction = dirBefore.normalize().add(direction);
|
direction = dirBefore.normalize().add(direction);
|
||||||
@@ -169,12 +169,12 @@ public class ClassicCameraController implements CameraController {
|
|||||||
updateMovement();
|
updateMovement();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Vec3d getVectorForRotation(float pitch, float yaw) {
|
private Vec3 getVectorForRotation(float pitch, float yaw) {
|
||||||
float f2 = MathHelper.cos(-yaw * 0.017453292F - (float) Math.PI);
|
float f2 = MathHelper.cos(-yaw * 0.017453292F - (float) Math.PI);
|
||||||
float f3 = MathHelper.sin(-yaw * 0.017453292F - (float)Math.PI);
|
float f3 = MathHelper.sin(-yaw * 0.017453292F - (float)Math.PI);
|
||||||
float f4 = -MathHelper.cos(-pitch * 0.017453292F);
|
float f4 = -MathHelper.cos(-pitch * 0.017453292F);
|
||||||
float f5 = MathHelper.sin(-pitch * 0.017453292F);
|
float f5 = MathHelper.sin(-pitch * 0.017453292F);
|
||||||
return new Vec3d((double)(f3 * f4), (double)f5, (double)(f2 * f4));
|
return new Vec3((double)(f3 * f4), (double)f5, (double)(f2 * f4));
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum MoveDirection {
|
public enum MoveDirection {
|
||||||
|
|||||||
@@ -41,9 +41,8 @@ public class SpectatorCameraController implements CameraController {
|
|||||||
if (view instanceof EntityPlayer) {
|
if (view instanceof EntityPlayer) {
|
||||||
EntityPlayer viewPlayer = (EntityPlayer) view;
|
EntityPlayer viewPlayer = (EntityPlayer) view;
|
||||||
camera.inventory = viewPlayer.inventory;
|
camera.inventory = viewPlayer.inventory;
|
||||||
camera.itemStackMainHand = viewPlayer.itemStackMainHand;
|
camera.itemInUse = viewPlayer.itemInUse;
|
||||||
camera.swingingHand = viewPlayer.swingingHand;
|
camera.itemInUseCount = viewPlayer.itemInUseCount;
|
||||||
camera.activeItemStackUseCount = viewPlayer.activeItemStackUseCount;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ package com.replaymod.replay.gui.overlay;
|
|||||||
|
|
||||||
import com.replaymod.core.ReplayMod;
|
import com.replaymod.core.ReplayMod;
|
||||||
import com.replaymod.replay.ReplayHandler;
|
import com.replaymod.replay.ReplayHandler;
|
||||||
import com.replaymod.replaystudio.data.Marker;
|
|
||||||
import com.replaymod.replaystudio.util.Location;
|
import com.replaymod.replaystudio.util.Location;
|
||||||
import de.johni0702.minecraft.gui.GuiRenderer;
|
import de.johni0702.minecraft.gui.GuiRenderer;
|
||||||
import de.johni0702.minecraft.gui.RenderInfo;
|
import de.johni0702.minecraft.gui.RenderInfo;
|
||||||
import de.johni0702.minecraft.gui.element.advanced.AbstractGuiTimeline;
|
import de.johni0702.minecraft.gui.element.advanced.AbstractGuiTimeline;
|
||||||
import de.johni0702.minecraft.gui.function.Draggable;
|
import de.johni0702.minecraft.gui.function.Draggable;
|
||||||
|
import com.replaymod.replaystudio.data.Marker;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraft.util.math.MathHelper;
|
import net.minecraft.util.MathHelper;
|
||||||
import org.lwjgl.util.Point;
|
import org.lwjgl.util.Point;
|
||||||
import org.lwjgl.util.ReadableDimension;
|
import org.lwjgl.util.ReadableDimension;
|
||||||
import org.lwjgl.util.ReadablePoint;
|
import org.lwjgl.util.ReadablePoint;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import de.johni0702.minecraft.gui.layout.CustomLayout;
|
|||||||
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
import de.johni0702.minecraft.gui.layout.HorizontalLayout;
|
||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraft.client.settings.GameSettings;
|
import net.minecraft.client.settings.GameSettings;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import net.minecraftforge.fml.common.gameevent.InputEvent;
|
import net.minecraftforge.fml.common.gameevent.InputEvent;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
@@ -138,9 +138,9 @@ public class GuiReplayOverlay extends AbstractGuiOverlay<GuiReplayOverlay> {
|
|||||||
public void setVisible(boolean visible) {
|
public void setVisible(boolean visible) {
|
||||||
if (isVisible() != visible) {
|
if (isVisible() != visible) {
|
||||||
if (visible) {
|
if (visible) {
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
} else {
|
} else {
|
||||||
MinecraftForge.EVENT_BUS.unregister(this);
|
FMLCommonHandler.instance().bus().unregister(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super.setVisible(visible);
|
super.setVisible(visible);
|
||||||
|
|||||||
@@ -9,10 +9,12 @@ import net.minecraft.client.gui.GuiMainMenu;
|
|||||||
import net.minecraft.client.resources.I18n;
|
import net.minecraft.client.resources.I18n;
|
||||||
import net.minecraftforge.client.event.GuiScreenEvent;
|
import net.minecraftforge.client.event.GuiScreenEvent;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.common.MinecraftForge;
|
||||||
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
public class GuiHandler {
|
public class GuiHandler {
|
||||||
private static final int BUTTON_EXIT_SERVER = 1;
|
private static final int BUTTON_EXIT_SERVER = 1;
|
||||||
@@ -33,12 +35,13 @@ public class GuiHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void register() {
|
public void register() {
|
||||||
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
MinecraftForge.EVENT_BUS.register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void injectIntoIngameMenu(GuiScreenEvent.InitGuiEvent.Post event) {
|
public void injectIntoIngameMenu(GuiScreenEvent.InitGuiEvent.Post event) {
|
||||||
if (!(event.getGui() instanceof GuiIngameMenu)) {
|
if (!(event.gui instanceof GuiIngameMenu)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,7 +49,9 @@ public class GuiHandler {
|
|||||||
// Pause replay when menu is opened
|
// Pause replay when menu is opened
|
||||||
mod.getReplayHandler().getReplaySender().setReplaySpeed(0);
|
mod.getReplayHandler().getReplaySender().setReplaySpeed(0);
|
||||||
|
|
||||||
for(GuiButton b : new ArrayList<>(event.getButtonList())) {
|
@SuppressWarnings("unchecked")
|
||||||
|
List<GuiButton> buttonList = event.buttonList;
|
||||||
|
for(GuiButton b : new ArrayList<>(buttonList)) {
|
||||||
switch (b.id) {
|
switch (b.id) {
|
||||||
// Replace "Exit Server" button with "Exit Replay" button
|
// Replace "Exit Server" button with "Exit Replay" button
|
||||||
case BUTTON_EXIT_SERVER:
|
case BUTTON_EXIT_SERVER:
|
||||||
@@ -57,7 +62,7 @@ public class GuiHandler {
|
|||||||
case BUTTON_ACHIEVEMENTS:
|
case BUTTON_ACHIEVEMENTS:
|
||||||
case BUTTON_STATS:
|
case BUTTON_STATS:
|
||||||
case BUTTON_OPEN_TO_LAN:
|
case BUTTON_OPEN_TO_LAN:
|
||||||
event.getButtonList().remove(b);
|
buttonList.remove(b);
|
||||||
}
|
}
|
||||||
// Move all buttons except the "Return to game" button upwards
|
// Move all buttons except the "Return to game" button upwards
|
||||||
if (b.id != BUTTON_RETURN_TO_GAME) {
|
if (b.id != BUTTON_RETURN_TO_GAME) {
|
||||||
@@ -69,29 +74,31 @@ public class GuiHandler {
|
|||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void injectIntoMainMenu(GuiScreenEvent.InitGuiEvent event) {
|
public void injectIntoMainMenu(GuiScreenEvent.InitGuiEvent event) {
|
||||||
if (!(event.getGui() instanceof GuiMainMenu)) {
|
if (!(event.gui instanceof GuiMainMenu)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GuiButton button = new GuiButton(BUTTON_REPLAY_VIEWER, event.getGui().width / 2 - 100,
|
@SuppressWarnings("unchecked")
|
||||||
event.getGui().height / 4 + 10 + 3 * 24, I18n.format("replaymod.gui.replayviewer"));
|
List<GuiButton> buttonList = event.buttonList;
|
||||||
|
GuiButton button = new GuiButton(BUTTON_REPLAY_VIEWER, event.gui.width / 2 - 100,
|
||||||
|
event.gui.height / 4 + 10 + 3 * 24, I18n.format("replaymod.gui.replayviewer"));
|
||||||
button.width = button.width / 2 - 2;
|
button.width = button.width / 2 - 2;
|
||||||
event.getButtonList().add(button);
|
buttonList.add(button);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
public void onButton(GuiScreenEvent.ActionPerformedEvent.Pre event) {
|
public void onButton(GuiScreenEvent.ActionPerformedEvent.Pre event) {
|
||||||
if(!event.getButton().enabled) return;
|
if(!event.button.enabled) return;
|
||||||
|
|
||||||
if (event.getGui() instanceof GuiMainMenu) {
|
if (event.gui instanceof GuiMainMenu) {
|
||||||
if (event.getButton().id == BUTTON_REPLAY_VIEWER) {
|
if (event.button.id == BUTTON_REPLAY_VIEWER) {
|
||||||
new GuiReplayViewer(mod).display();
|
new GuiReplayViewer(mod).display();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (event.getGui() instanceof GuiIngameMenu && mod.getReplayHandler() != null) {
|
if (event.gui instanceof GuiIngameMenu && mod.getReplayHandler() != null) {
|
||||||
if (event.getButton().id == BUTTON_EXIT_REPLAY) {
|
if (event.button.id == BUTTON_EXIT_REPLAY) {
|
||||||
event.getButton().enabled = false;
|
event.button.enabled = false;
|
||||||
mc.displayGuiScreen(new GuiMainMenu());
|
mc.displayGuiScreen(new GuiMainMenu());
|
||||||
try {
|
try {
|
||||||
mod.getReplayHandler().endReplay();
|
mod.getReplayHandler().endReplay();
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package com.replaymod.replay.mixin;
|
|||||||
|
|
||||||
import com.replaymod.replay.camera.CameraEntity;
|
import com.replaymod.replay.camera.CameraEntity;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.renderer.entity.RenderArmorStand;
|
import net.minecraft.client.renderer.entity.ArmorStandRenderer;
|
||||||
import net.minecraft.entity.item.EntityArmorStand;
|
import net.minecraft.entity.item.EntityArmorStand;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
@@ -10,8 +10,8 @@ import org.spongepowered.asm.mixin.injection.At;
|
|||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
import org.spongepowered.asm.mixin.injection.Inject;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
@Mixin(RenderArmorStand.class)
|
@Mixin(ArmorStandRenderer.class)
|
||||||
public abstract class MixinRenderArmorStand {
|
public abstract class MixinArmorStandRenderer {
|
||||||
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
||||||
private void replayModReplay_canRenderInvisibleName(EntityArmorStand entity, CallbackInfoReturnable<Boolean> ci) {
|
private void replayModReplay_canRenderInvisibleName(EntityArmorStand entity, CallbackInfoReturnable<Boolean> ci) {
|
||||||
EntityPlayer thePlayer = Minecraft.getMinecraft().thePlayer;
|
EntityPlayer thePlayer = Minecraft.getMinecraft().thePlayer;
|
||||||
@@ -12,12 +12,12 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||||||
@Mixin(GuiSpectator.class)
|
@Mixin(GuiSpectator.class)
|
||||||
public abstract class MixinGuiSpectator {
|
public abstract class MixinGuiSpectator {
|
||||||
@Shadow
|
@Shadow
|
||||||
private Minecraft mc;
|
private Minecraft field_175268_g;
|
||||||
|
|
||||||
@Inject(method = "onHotbarSelected", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "func_175260_a", at = @At("HEAD"), cancellable = true)
|
||||||
public void isInReplay(int i, CallbackInfo ci) {
|
public void isInReplay(int i, CallbackInfo ci) {
|
||||||
// Prevent spectator gui from opening while in a replay
|
// Prevent spectator gui from opening while in a replay
|
||||||
if (mc.thePlayer instanceof CameraEntity) {
|
if (field_175268_g.thePlayer instanceof CameraEntity) {
|
||||||
ci.cancel();
|
ci.cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
package com.replaymod.replay.mixin;
|
|
||||||
|
|
||||||
import net.minecraft.client.particle.Particle;
|
|
||||||
import net.minecraft.client.particle.ParticleManager;
|
|
||||||
import net.minecraft.world.World;
|
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
|
||||||
import org.spongepowered.asm.mixin.injection.Inject;
|
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|
||||||
|
|
||||||
import java.util.Queue;
|
|
||||||
|
|
||||||
@Mixin(ParticleManager.class)
|
|
||||||
public abstract class MixinParticleManager {
|
|
||||||
@Shadow
|
|
||||||
private Queue<Particle> queueEntityFX;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This method additionally clears the queue of particles to be added when the world is changed.
|
|
||||||
* Otherwise particles from the previous world might show up in this one if they were spawned after
|
|
||||||
* the last tick in the previous world.
|
|
||||||
*
|
|
||||||
* @param world The new world
|
|
||||||
* @param ci Callback info
|
|
||||||
*/
|
|
||||||
@Inject(method = "clearEffects", at = @At("HEAD"))
|
|
||||||
public void replayModReplay_clearParticleQueue(World world, CallbackInfo ci) {
|
|
||||||
queueEntityFX.clear();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
package com.replaymod.replay.mixin;
|
package com.replaymod.replay.mixin;
|
||||||
|
|
||||||
import com.replaymod.replay.ReplayModReplay;
|
|
||||||
import com.replaymod.replay.camera.CameraEntity;
|
import com.replaymod.replay.camera.CameraEntity;
|
||||||
|
import com.replaymod.replay.ReplayModReplay;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.entity.EntityPlayerSP;
|
import net.minecraft.client.entity.EntityPlayerSP;
|
||||||
import net.minecraft.client.multiplayer.PlayerControllerMP;
|
import net.minecraft.client.multiplayer.PlayerControllerMP;
|
||||||
import net.minecraft.client.network.NetHandlerPlayClient;
|
import net.minecraft.client.network.NetHandlerPlayClient;
|
||||||
import net.minecraft.stats.StatisticsManager;
|
import net.minecraft.stats.StatFileWriter;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
@@ -21,12 +21,12 @@ public abstract class MixinPlayerControllerMP {
|
|||||||
private Minecraft mc;
|
private Minecraft mc;
|
||||||
|
|
||||||
@Shadow
|
@Shadow
|
||||||
private NetHandlerPlayClient connection;
|
private NetHandlerPlayClient netClientHandler;
|
||||||
|
|
||||||
@Inject(method = "createClientPlayer", at=@At("HEAD"), cancellable = true)
|
@Inject(method = "func_178892_a", at=@At("HEAD"), cancellable = true)
|
||||||
private void replayModReplay_createReplayCamera(World worldIn, StatisticsManager statisticsManager, CallbackInfoReturnable<EntityPlayerSP> ci) {
|
private void replayModReplay_createReplayCamera(World worldIn, StatFileWriter statFileWriter, CallbackInfoReturnable<EntityPlayerSP> ci) {
|
||||||
if (ReplayModReplay.instance.getReplayHandler() != null) {
|
if (ReplayModReplay.instance.getReplayHandler() != null) {
|
||||||
ci.setReturnValue(new CameraEntity(mc, worldIn, connection, statisticsManager));
|
ci.setReturnValue(new CameraEntity(mc, worldIn, netClientHandler, statFileWriter));
|
||||||
ci.cancel();
|
ci.cancel();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ public abstract class MixinRenderArrow extends Render {
|
|||||||
super(renderManager);
|
super(renderManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldRender(Entity entity, ICamera camera, double camX, double camY, double camZ) {
|
public boolean shouldRender(Entity entity, ICamera camera, double camX, double camY, double camZ) {
|
||||||
// Force arrows to always render, otherwise they stop rendering when you get close to them
|
// Force arrows to always render, otherwise they stop rendering when you get close to them
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package com.replaymod.replay.mixin;
|
|||||||
import com.replaymod.replay.ReplayHandler;
|
import com.replaymod.replay.ReplayHandler;
|
||||||
import com.replaymod.replay.ReplayModReplay;
|
import com.replaymod.replay.ReplayModReplay;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.renderer.RenderItem;
|
import net.minecraft.client.renderer.entity.RenderItem;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.injection.At;
|
import org.spongepowered.asm.mixin.injection.At;
|
||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
import org.spongepowered.asm.mixin.injection.Redirect;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package com.replaymod.replay.mixin;
|
|||||||
|
|
||||||
import com.replaymod.replay.camera.CameraEntity;
|
import com.replaymod.replay.camera.CameraEntity;
|
||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.renderer.entity.RenderLivingBase;
|
import net.minecraft.client.renderer.entity.RendererLivingEntity;
|
||||||
import net.minecraft.entity.EntityLivingBase;
|
import net.minecraft.entity.EntityLivingBase;
|
||||||
import net.minecraft.entity.player.EntityPlayer;
|
import net.minecraft.entity.player.EntityPlayer;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
@@ -11,8 +11,8 @@ import org.spongepowered.asm.mixin.injection.Inject;
|
|||||||
import org.spongepowered.asm.mixin.injection.Redirect;
|
import org.spongepowered.asm.mixin.injection.Redirect;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable;
|
||||||
|
|
||||||
@Mixin(RenderLivingBase.class)
|
@Mixin(RendererLivingEntity.class)
|
||||||
public abstract class MixinRenderLivingBase {
|
public abstract class MixinRendererLivingEntity {
|
||||||
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
@Inject(method = "canRenderName", at = @At("HEAD"), cancellable = true)
|
||||||
private void replayModReplay_canRenderInvisibleName(EntityLivingBase entity, CallbackInfoReturnable<Boolean> ci) {
|
private void replayModReplay_canRenderInvisibleName(EntityLivingBase entity, CallbackInfoReturnable<Boolean> ci) {
|
||||||
EntityPlayer thePlayer = Minecraft.getMinecraft().thePlayer;
|
EntityPlayer thePlayer = Minecraft.getMinecraft().thePlayer;
|
||||||
@@ -5,8 +5,8 @@ import net.minecraft.client.renderer.RenderGlobal;
|
|||||||
import net.minecraft.client.renderer.ViewFrustum;
|
import net.minecraft.client.renderer.ViewFrustum;
|
||||||
import net.minecraft.client.renderer.chunk.IRenderChunkFactory;
|
import net.minecraft.client.renderer.chunk.IRenderChunkFactory;
|
||||||
import net.minecraft.client.renderer.chunk.RenderChunk;
|
import net.minecraft.client.renderer.chunk.RenderChunk;
|
||||||
import net.minecraft.util.math.BlockPos;
|
import net.minecraft.util.BlockPos;
|
||||||
import net.minecraft.util.math.MathHelper;
|
import net.minecraft.util.MathHelper;
|
||||||
import net.minecraft.world.World;
|
import net.minecraft.world.World;
|
||||||
import org.spongepowered.asm.mixin.Mixin;
|
import org.spongepowered.asm.mixin.Mixin;
|
||||||
import org.spongepowered.asm.mixin.Shadow;
|
import org.spongepowered.asm.mixin.Shadow;
|
||||||
@@ -31,7 +31,7 @@ public abstract class MixinViewFrustum {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instead of calling {@link RenderChunk#setOrigin(int, int, int)} we recreate the render chunk
|
* Instead of calling {@link RenderChunk#setPosition(BlockPos)} we recreate the render chunk
|
||||||
* which seems to solve the problem that chunks are invisible when you leave an area and return
|
* which seems to solve the problem that chunks are invisible when you leave an area and return
|
||||||
* to it.
|
* to it.
|
||||||
* Any better fixes are welcome.
|
* Any better fixes are welcome.
|
||||||
@@ -48,18 +48,17 @@ public abstract class MixinViewFrustum {
|
|||||||
int k = this.countChunksX * 16;
|
int k = this.countChunksX * 16;
|
||||||
|
|
||||||
for (int l = 0; l < this.countChunksX; ++l) {
|
for (int l = 0; l < this.countChunksX; ++l) {
|
||||||
int i1 = this.getBaseCoordinate(i, k, l);
|
int i1 = this.func_178157_a(i, k, l);
|
||||||
for (int j1 = 0; j1 < this.countChunksZ; ++j1) {
|
for (int j1 = 0; j1 < this.countChunksZ; ++j1) {
|
||||||
int k1 = this.getBaseCoordinate(j, k, j1);
|
int k1 = this.func_178157_a(j, k, j1);
|
||||||
for (int l1 = 0; l1 < this.countChunksY; ++l1) {
|
for (int l1 = 0; l1 < this.countChunksY; ++l1) {
|
||||||
int i2 = l1 * 16;
|
int i2 = l1 * 16;
|
||||||
RenderChunk renderchunk = this.renderChunks[(j1 * this.countChunksY + l1) * this.countChunksX + l];
|
RenderChunk renderchunk = this.renderChunks[(j1 * this.countChunksY + l1) * this.countChunksX + l];
|
||||||
BlockPos blockpos = new BlockPos(i1, i2, k1);
|
BlockPos blockpos = new BlockPos(i1, i2, k1);
|
||||||
if (!blockpos.equals(renderchunk.getPosition())) {
|
if (!blockpos.equals(renderchunk.getPosition())) {
|
||||||
// Recreate render chunk instead of setting its position
|
// Recreate render chunk instead of setting its position
|
||||||
(renderChunks[(j1 * this.countChunksY + l1) * this.countChunksX + l] =
|
renderChunks[(j1 * this.countChunksY + l1) * this.countChunksX + l] =
|
||||||
renderChunkFactory.create(world, renderGlobal, 0)
|
renderChunkFactory.makeRenderChunk(world, renderGlobal, blockpos, 0);
|
||||||
).setOrigin(blockpos.getX(), blockpos.getY(), blockpos.getZ());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -67,5 +66,5 @@ public abstract class MixinViewFrustum {
|
|||||||
ci.cancel();
|
ci.cancel();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Shadow abstract int getBaseCoordinate(int p_178157_1_, int p_178157_2_, int p_178157_3_);
|
@Shadow abstract int func_178157_a(int p_178157_1_, int p_178157_2_, int p_178157_3_);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import com.replaymod.replaystudio.pathing.path.Keyframe;
|
|||||||
import com.replaymod.replaystudio.pathing.path.Timeline;
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
import com.replaymod.simplepathing.gui.GuiPathing;
|
import com.replaymod.simplepathing.gui.GuiPathing;
|
||||||
import com.replaymod.simplepathing.preview.PathPreview;
|
import com.replaymod.simplepathing.preview.PathPreview;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.Mod;
|
import net.minecraftforge.fml.common.Mod;
|
||||||
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
@@ -26,24 +26,27 @@ import org.apache.logging.log4j.Logger;
|
|||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
@Mod(modid = ReplayModSimplePathing.MOD_ID, useMetadata = true)
|
@Mod(modid = ReplayModSimplePathing.MOD_ID,
|
||||||
|
version = "@MOD_VERSION@",
|
||||||
|
acceptedMinecraftVersions = "@MC_VERSION@",
|
||||||
|
useMetadata = true)
|
||||||
public class ReplayModSimplePathing implements PathingRegistry {
|
public class ReplayModSimplePathing implements PathingRegistry {
|
||||||
public static final String MOD_ID = "replaymod-simplepathing";
|
public static final String MOD_ID = "replaymod-simplepathing";
|
||||||
|
|
||||||
@Mod.Instance(ReplayMod.MOD_ID)
|
private ReplayMod core;
|
||||||
private static ReplayMod core;
|
|
||||||
|
|
||||||
private Logger logger;
|
public static Logger LOGGER;
|
||||||
|
|
||||||
private GuiPathing guiPathing;
|
private GuiPathing guiPathing;
|
||||||
|
|
||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
public void preInit(FMLPreInitializationEvent event) {
|
public void preInit(FMLPreInitializationEvent event) {
|
||||||
logger = event.getModLog();
|
LOGGER = event.getModLog();
|
||||||
|
core = ReplayMod.instance;
|
||||||
|
|
||||||
core.getSettingsRegistry().register(Setting.class);
|
core.getSettingsRegistry().register(Setting.class);
|
||||||
|
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
|
|
||||||
PathPreview pathPreview = new PathPreview(this);
|
PathPreview pathPreview = new PathPreview(this);
|
||||||
pathPreview.register();
|
pathPreview.register();
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ public abstract class GuiEditKeyframe<T extends GuiEditKeyframe<T>> extends Abst
|
|||||||
setBackgroundColor(Colors.DARK_TRANSPARENT);
|
setBackgroundColor(Colors.DARK_TRANSPARENT);
|
||||||
|
|
||||||
popup.setLayout(new VerticalLayout().setSpacing(10))
|
popup.setLayout(new VerticalLayout().setSpacing(10))
|
||||||
.addElements(new VerticalLayout.Data(0.5), title, inputs, timePanel, buttons);
|
.addElements(new VerticalLayout.Data(0.5, false), title, inputs, timePanel, buttons);
|
||||||
}
|
}
|
||||||
|
|
||||||
public GuiEditKeyframe(GuiPathing gui, Path path, Keyframe keyframe, String type) {
|
public GuiEditKeyframe(GuiPathing gui, Path path, Keyframe keyframe, String type) {
|
||||||
@@ -179,13 +179,13 @@ public abstract class GuiEditKeyframe<T extends GuiEditKeyframe<T>> extends Abst
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static class Position extends GuiEditKeyframe<Position> {
|
public static class Position extends GuiEditKeyframe<Position> {
|
||||||
public final GuiNumberField xField = newGuiNumberField().setSize(150, 20).setPrecision(10);
|
public final GuiNumberField xField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
public final GuiNumberField yField = newGuiNumberField().setSize(150, 20).setPrecision(10);
|
public final GuiNumberField yField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
public final GuiNumberField zField = newGuiNumberField().setSize(150, 20).setPrecision(10);
|
public final GuiNumberField zField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
|
|
||||||
public final GuiNumberField yawField = newGuiNumberField().setSize(150, 20).setPrecision(5);
|
public final GuiNumberField yawField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
public final GuiNumberField pitchField = newGuiNumberField().setSize(150, 20).setPrecision(5);
|
public final GuiNumberField pitchField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
public final GuiNumberField rollField = newGuiNumberField().setSize(150, 20).setPrecision(5);
|
public final GuiNumberField rollField = newGuiNumberField().setSize(60, 20).setPrecision(5);
|
||||||
|
|
||||||
{
|
{
|
||||||
inputs.setLayout(new GridLayout().setCellsEqualSize(false).setColumns(4).setSpacingX(3).setSpacingY(5))
|
inputs.setLayout(new GridLayout().setCellsEqualSize(false).setColumns(4).setSpacingX(3).setSpacingY(5))
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import com.replaymod.replaystudio.pathing.path.Path;
|
|||||||
import com.replaymod.replaystudio.pathing.path.PathSegment;
|
import com.replaymod.replaystudio.pathing.path.PathSegment;
|
||||||
import com.replaymod.replaystudio.pathing.path.Timeline;
|
import com.replaymod.replaystudio.pathing.path.Timeline;
|
||||||
import com.replaymod.replaystudio.pathing.property.Property;
|
import com.replaymod.replaystudio.pathing.property.Property;
|
||||||
|
import com.replaymod.replaystudio.pathing.serialize.TimelineSerialization;
|
||||||
import com.replaymod.replaystudio.util.EntityPositionTracker;
|
import com.replaymod.replaystudio.util.EntityPositionTracker;
|
||||||
import com.replaymod.replaystudio.util.Location;
|
import com.replaymod.replaystudio.util.Location;
|
||||||
import com.replaymod.simplepathing.ReplayModSimplePathing;
|
import com.replaymod.simplepathing.ReplayModSimplePathing;
|
||||||
@@ -41,6 +42,7 @@ import de.johni0702.minecraft.gui.popup.AbstractGuiPopup;
|
|||||||
import de.johni0702.minecraft.gui.popup.GuiInfoPopup;
|
import de.johni0702.minecraft.gui.popup.GuiInfoPopup;
|
||||||
import de.johni0702.minecraft.gui.popup.GuiYesNoPopup;
|
import de.johni0702.minecraft.gui.popup.GuiYesNoPopup;
|
||||||
import de.johni0702.minecraft.gui.utils.Colors;
|
import de.johni0702.minecraft.gui.utils.Colors;
|
||||||
|
import net.minecraft.crash.CrashReport;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraftforge.fml.common.Loader;
|
import net.minecraftforge.fml.common.Loader;
|
||||||
import org.apache.commons.lang3.tuple.Triple;
|
import org.apache.commons.lang3.tuple.Triple;
|
||||||
@@ -56,10 +58,14 @@ import javax.annotation.Nonnull;
|
|||||||
import javax.annotation.Nullable;
|
import javax.annotation.Nullable;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
import java.util.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Optional;
|
import java.util.Optional;
|
||||||
import java.util.function.Consumer;
|
import java.util.function.Consumer;
|
||||||
|
|
||||||
|
import static com.replaymod.core.utils.Utils.error;
|
||||||
|
import static com.replaymod.simplepathing.ReplayModSimplePathing.LOGGER;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gui plug-in to the GuiReplayOverlay for simple pathing.
|
* Gui plug-in to the GuiReplayOverlay for simple pathing.
|
||||||
@@ -91,7 +97,19 @@ public class GuiPathing {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
if (!preparePathsForPlayback()) return;
|
if (!preparePathsForPlayback()) return;
|
||||||
new GuiRenderSettings(replayHandler, mod.getCurrentTimeline()).display();
|
|
||||||
|
// Clone the timeline passed to the settings gui as it may be stored for later rendering in a queue
|
||||||
|
Timeline timeline = mod.getCurrentTimeline();
|
||||||
|
try {
|
||||||
|
TimelineSerialization serialization = new TimelineSerialization(mod, null);
|
||||||
|
String serialized = serialization.serialize(Collections.singletonMap("", timeline));
|
||||||
|
timeline = serialization.deserialize(serialized).get("");
|
||||||
|
} catch (Throwable t) {
|
||||||
|
error(LOGGER, replayHandler.getOverlay(), CrashReport.makeCrashReport(t, "Cloning timeline"), () -> {});
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
new GuiRenderSettings(replayHandler, timeline).display();
|
||||||
}
|
}
|
||||||
}).setSize(20, 20).setTexture(ReplayMod.TEXTURE, ReplayMod.TEXTURE_SIZE).setTexturePosH(40, 0)
|
}).setSize(20, 20).setTexture(ReplayMod.TEXTURE, ReplayMod.TEXTURE_SIZE).setTexturePosH(40, 0)
|
||||||
.setTooltip(new GuiTooltip().setI18nText("replaymod.gui.ingame.menu.renderpath"));
|
.setTooltip(new GuiTooltip().setI18nText("replaymod.gui.ingame.menu.renderpath"));
|
||||||
@@ -512,6 +530,13 @@ public class GuiPathing {
|
|||||||
lastTime = time;
|
lastTime = time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Make sure there are at least two position- and two time-keyframes
|
||||||
|
if (timeline.getPaths().get(POSITION_PATH).getSegments().isEmpty()
|
||||||
|
|| timeline.getPaths().get(TIME_PATH).getSegments().isEmpty()) {
|
||||||
|
GuiInfoPopup.open(replayHandler.getOverlay(), "replaymod.chat.morekeyframes");
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ import com.replaymod.replay.events.ReplayCloseEvent;
|
|||||||
import com.replaymod.replay.events.ReplayOpenEvent;
|
import com.replaymod.replay.events.ReplayOpenEvent;
|
||||||
import com.replaymod.simplepathing.ReplayModSimplePathing;
|
import com.replaymod.simplepathing.ReplayModSimplePathing;
|
||||||
import com.replaymod.simplepathing.Setting;
|
import com.replaymod.simplepathing.Setting;
|
||||||
import net.minecraftforge.common.MinecraftForge;
|
import net.minecraftforge.fml.common.FMLCommonHandler;
|
||||||
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
|
||||||
import org.lwjgl.input.Keyboard;
|
import org.lwjgl.input.Keyboard;
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ public class PathPreview {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void register() {
|
public void register() {
|
||||||
MinecraftForge.EVENT_BUS.register(this);
|
FMLCommonHandler.instance().bus().register(this);
|
||||||
|
|
||||||
ReplayMod core = mod.getCore();
|
ReplayMod core = mod.getCore();
|
||||||
mod.getCore().getKeyBindingRegistry().registerKeyBinding("replaymod.input.pathpreview", Keyboard.KEY_H, () -> {
|
mod.getCore().getKeyBindingRegistry().registerKeyBinding("replaymod.input.pathpreview", Keyboard.KEY_H, () -> {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import com.replaymod.simplepathing.gui.GuiPathing;
|
|||||||
import net.minecraft.client.Minecraft;
|
import net.minecraft.client.Minecraft;
|
||||||
import net.minecraft.client.renderer.GlStateManager;
|
import net.minecraft.client.renderer.GlStateManager;
|
||||||
import net.minecraft.client.renderer.Tessellator;
|
import net.minecraft.client.renderer.Tessellator;
|
||||||
import net.minecraft.client.renderer.VertexBuffer;
|
import net.minecraft.client.renderer.WorldRenderer;
|
||||||
import net.minecraft.client.renderer.vertex.DefaultVertexFormats;
|
import net.minecraft.client.renderer.vertex.DefaultVertexFormats;
|
||||||
import net.minecraft.entity.Entity;
|
import net.minecraft.entity.Entity;
|
||||||
import net.minecraft.util.ResourceLocation;
|
import net.minecraft.util.ResourceLocation;
|
||||||
@@ -204,7 +204,7 @@ public class PathPreviewRenderer {
|
|||||||
if (distanceSquared(view, pos2) > renderDistanceSquared) return;
|
if (distanceSquared(view, pos2) > renderDistanceSquared) return;
|
||||||
|
|
||||||
Tessellator tessellator = Tessellator.getInstance();
|
Tessellator tessellator = Tessellator.getInstance();
|
||||||
VertexBuffer vertexBuffer = tessellator.getBuffer();
|
WorldRenderer vertexBuffer = tessellator.getWorldRenderer();
|
||||||
vertexBuffer.setTranslation(-view.getLeft(), -view.getMiddle(), -view.getRight());
|
vertexBuffer.setTranslation(-view.getLeft(), -view.getMiddle(), -view.getRight());
|
||||||
|
|
||||||
vertexBuffer.begin(GL11.GL_LINES, DefaultVertexFormats.POSITION_COLOR);
|
vertexBuffer.begin(GL11.GL_LINES, DefaultVertexFormats.POSITION_COLOR);
|
||||||
@@ -231,7 +231,7 @@ public class PathPreviewRenderer {
|
|||||||
Triple<Double, Double, Double> pos,
|
Triple<Double, Double, Double> pos,
|
||||||
Keyframe keyframe) {
|
Keyframe keyframe) {
|
||||||
Tessellator tessellator = Tessellator.getInstance();
|
Tessellator tessellator = Tessellator.getInstance();
|
||||||
VertexBuffer vertexBuffer = tessellator.getBuffer();
|
WorldRenderer vertexBuffer = tessellator.getWorldRenderer();
|
||||||
vertexBuffer.setTranslation(0, 0, 0);
|
vertexBuffer.setTranslation(0, 0, 0);
|
||||||
|
|
||||||
mc.renderEngine.bindTexture(TEXTURE);
|
mc.renderEngine.bindTexture(TEXTURE);
|
||||||
@@ -280,7 +280,7 @@ public class PathPreviewRenderer {
|
|||||||
Triple<Double, Double, Double> pos,
|
Triple<Double, Double, Double> pos,
|
||||||
Triple<Float, Float, Float> rot) {
|
Triple<Float, Float, Float> rot) {
|
||||||
Tessellator tessellator = Tessellator.getInstance();
|
Tessellator tessellator = Tessellator.getInstance();
|
||||||
VertexBuffer vertexBuffer = tessellator.getBuffer();
|
WorldRenderer vertexBuffer = tessellator.getWorldRenderer();
|
||||||
vertexBuffer.setTranslation(0, 0, 0);
|
vertexBuffer.setTranslation(0, 0, 0);
|
||||||
|
|
||||||
mc.renderEngine.bindTexture(CAMERA_HEAD);
|
mc.renderEngine.bindTexture(CAMERA_HEAD);
|
||||||
|
|||||||
@@ -21,23 +21,23 @@ public net.minecraft.client.Minecraft func_147112_ai()V # middleClickMouse
|
|||||||
public net.minecraft.client.Minecraft func_147115_a(Z)V # sendClickBlockToController
|
public net.minecraft.client.Minecraft func_147115_a(Z)V # sendClickBlockToController
|
||||||
|
|
||||||
# Packets
|
# Packets
|
||||||
public net.minecraft.network.play.server.SPacketSpawnMob field_149043_l # dataManager
|
public net.minecraft.network.play.server.S0FPacketSpawnMob field_149043_l # dataWatcher
|
||||||
public net.minecraft.network.play.server.SPacketSpawnPlayer field_148960_i # watcher
|
|
||||||
#public net.minecraft.network.play.server.S38PacketPlayerListItem field_179964_d # profile
|
#public net.minecraft.network.play.server.S38PacketPlayerListItem field_179964_d # profile
|
||||||
# public net.minecraft.network.play.server.S1DPacketEntityEffect field_149434_a # entityId
|
public net.minecraft.network.play.server.S1DPacketEntityEffect field_149434_a # entityId
|
||||||
# public net.minecraft.network.play.server.S1CPacketEntityMetadata field_149379_a # entityId
|
public net.minecraft.network.play.server.S1CPacketEntityMetadata field_149379_a # entityId
|
||||||
# public net.minecraft.network.play.server.S1CPacketEntityMetadata field_149378_b # list
|
public net.minecraft.network.play.server.S1CPacketEntityMetadata field_149378_b # list
|
||||||
# public net.minecraft.network.play.server.S0BPacketAnimation field_148981_a # entityId
|
public net.minecraft.network.play.server.S0BPacketAnimation field_148981_a # entityId
|
||||||
# public net.minecraft.network.play.server.S02PacketChat field_179842_b # position
|
public net.minecraft.network.play.server.S02PacketChat field_179842_b # position
|
||||||
# public net.minecraft.network.play.server.S19PacketEntityStatus field_149164_a # entityId
|
public net.minecraft.network.play.server.S19PacketEntityStatus field_149164_a # entityId
|
||||||
# public net.minecraft.network.play.server.S18PacketEntityTeleport *
|
public net.minecraft.network.play.server.S0CPacketSpawnPlayer *
|
||||||
# public net.minecraft.network.play.server.S14PacketEntity *
|
public net.minecraft.network.play.server.S18PacketEntityTeleport *
|
||||||
# public net.minecraft.network.play.server.S19PacketEntityHeadLook *
|
public net.minecraft.network.play.server.S14PacketEntity *
|
||||||
# public net.minecraft.network.play.server.S12PacketEntityVelocity *
|
public net.minecraft.network.play.server.S19PacketEntityHeadLook *
|
||||||
# public net.minecraft.network.play.server.S04PacketEntityEquipment *
|
public net.minecraft.network.play.server.S12PacketEntityVelocity *
|
||||||
# public net.minecraft.network.play.server.S1BPacketEntityAttach *
|
public net.minecraft.network.play.server.S04PacketEntityEquipment *
|
||||||
# public net.minecraft.network.play.server.S0DPacketCollectItem *
|
public net.minecraft.network.play.server.S1BPacketEntityAttach *
|
||||||
# public net.minecraft.network.play.server.S13PacketDestroyEntities *
|
public net.minecraft.network.play.server.S0DPacketCollectItem *
|
||||||
|
public net.minecraft.network.play.server.S13PacketDestroyEntities *
|
||||||
|
|
||||||
# GuiTextField
|
# GuiTextField
|
||||||
public net.minecraft.client.gui.GuiTextField field_146216_j # text
|
public net.minecraft.client.gui.GuiTextField field_146216_j # text
|
||||||
@@ -61,7 +61,7 @@ public net.minecraft.client.renderer.RenderGlobal field_175009_l # chunksToUpdat
|
|||||||
public net.minecraft.client.renderer.RenderGlobal field_72755_R # renderInfos
|
public net.minecraft.client.renderer.RenderGlobal field_72755_R # renderInfos
|
||||||
public net.minecraft.client.renderer.RenderGlobal field_175009_l # chunksToUpdate
|
public net.minecraft.client.renderer.RenderGlobal field_175009_l # chunksToUpdate
|
||||||
public net.minecraft.client.renderer.RenderGlobal field_72740_G # renderEntitiesStartupCounter
|
public net.minecraft.client.renderer.RenderGlobal field_72740_G # renderEntitiesStartupCounter
|
||||||
# public net.minecraft.client.renderer.RenderGlobal func_174983_a(Lnet.minecraft.util.BlockPos;Lnet.minecraft.client.renderer.chunk.RenderChunk;)Z # isPositionInRenderChunk
|
public net.minecraft.client.renderer.RenderGlobal func_174983_a(Lnet.minecraft.util.BlockPos;Lnet.minecraft.client.renderer.chunk.RenderChunk;)Z # isPositionInRenderChunk
|
||||||
|
|
||||||
public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation
|
public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation
|
||||||
#public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation field_178553_a # renderChunk
|
#public net.minecraft.client.renderer.RenderGlobal$ContainerLocalRenderInformation field_178553_a # renderChunk
|
||||||
@@ -88,14 +88,14 @@ public net.minecraft.entity.player.EntityPlayer *
|
|||||||
public net.minecraft.client.entity.EntityOtherPlayerMP *
|
public net.minecraft.client.entity.EntityOtherPlayerMP *
|
||||||
|
|
||||||
# EffectRenderer
|
# EffectRenderer
|
||||||
# public net.minecraft.client.particle.EffectRenderer field_110737_b # particleTextures
|
public net.minecraft.client.particle.EffectRenderer field_110737_b # particleTextures
|
||||||
# public net.minecraft.client.particle.EffectRenderer field_78876_b # fxLayers
|
public net.minecraft.client.particle.EffectRenderer field_78876_b # fxLayers
|
||||||
|
|
||||||
# IntegratedServer
|
# IntegratedServer
|
||||||
public net.minecraft.server.integrated.IntegratedServer field_71348_o # isGamePaused
|
public net.minecraft.server.integrated.IntegratedServer field_71348_o # isGamePaused
|
||||||
|
|
||||||
# GameSettings
|
# GameSettings
|
||||||
public net.minecraft.client.settings.GameSettings field_186714_aM # soundLevels
|
public net.minecraft.client.settings.GameSettings field_151446_aD # mapSoundLevels
|
||||||
|
|
||||||
# Frustum
|
# Frustum
|
||||||
public net.minecraft.client.renderer.culling.Frustum field_78552_a # clippingHelper
|
public net.minecraft.client.renderer.culling.Frustum field_78552_a # clippingHelper
|
||||||
@@ -117,12 +117,5 @@ public net.minecraft.client.renderer.GlStateManager$FogState
|
|||||||
public net.minecraft.client.renderer.GlStateManager$BooleanState
|
public net.minecraft.client.renderer.GlStateManager$BooleanState
|
||||||
public net.minecraft.client.renderer.GlStateManager$BooleanState *
|
public net.minecraft.client.renderer.GlStateManager$BooleanState *
|
||||||
|
|
||||||
# EntityLivingBase
|
|
||||||
public net.minecraft.entity.EntityLivingBase field_184621_as # HAND_STATES
|
|
||||||
public net.minecraft.entity.EntityLivingBase field_184628_bn # activeItemStackUseCount
|
|
||||||
|
|
||||||
# EntityLivingBase
|
|
||||||
public net.minecraft.client.particle.Particle *
|
|
||||||
|
|
||||||
# Example
|
# Example
|
||||||
# public net.minecraft.package.ClassName func_some_id(Ljava/lang/Class;IZS)V # methodName
|
# public net.minecraft.package.ClassName func_some_id(Ljava/lang/Class;IZS)V # methodName
|
||||||
|
|||||||
@@ -255,6 +255,8 @@ replaymod.gui.editor.trim.description=Removes the beginning and end of a Replay
|
|||||||
replaymod.gui.editor.connect.description=Connects multiple Replays in the specified order
|
replaymod.gui.editor.connect.description=Connects multiple Replays in the specified order
|
||||||
replaymod.gui.editor.modify.description=Provides several filters to modify Replay Files
|
replaymod.gui.editor.modify.description=Provides several filters to modify Replay Files
|
||||||
|
|
||||||
|
replaymod.gui.editor.trim.marker=Select Event Marker
|
||||||
|
|
||||||
replaymod.gui.editor.progress.title=Editing Replay File...
|
replaymod.gui.editor.progress.title=Editing Replay File...
|
||||||
replaymod.gui.editor.progress.pleasewait=Please wait while the Replay is being edited.
|
replaymod.gui.editor.progress.pleasewait=Please wait while the Replay is being edited.
|
||||||
|
|
||||||
@@ -424,6 +426,18 @@ replaymod.gui.rendersettings.presets.webm.custom=WEBM - Custom Bitrate
|
|||||||
replaymod.gui.rendersettings.presets.mkv.lossless=MKV - Lossless
|
replaymod.gui.rendersettings.presets.mkv.lossless=MKV - Lossless
|
||||||
replaymod.gui.rendersettings.presets.png=PNG Sequence
|
replaymod.gui.rendersettings.presets.png=PNG Sequence
|
||||||
|
|
||||||
|
replaymod.gui.rendersettings.antialiasing=Anti-Aliasing
|
||||||
|
replaymod.gui.rendersettings.antialiasing.none=None
|
||||||
|
replaymod.gui.rendersettings.antialiasing.x2=2x
|
||||||
|
replaymod.gui.rendersettings.antialiasing.x4=4x
|
||||||
|
replaymod.gui.rendersettings.antialiasing.x8=8x
|
||||||
|
|
||||||
|
#Render Queue GUI
|
||||||
|
replaymod.gui.renderqueue.title=Render Queue
|
||||||
|
replaymod.gui.renderqueue.open=Open Queue
|
||||||
|
replaymod.gui.renderqueue.jobname=Job Name:
|
||||||
|
replaymod.gui.renderqueue.add=Add current configuration
|
||||||
|
|
||||||
#Rendering GUI
|
#Rendering GUI
|
||||||
replaymod.gui.rendering.title=Rendering Video
|
replaymod.gui.rendering.title=Rendering Video
|
||||||
replaymod.gui.rendering.pause=Pause Rendering
|
replaymod.gui.rendering.pause=Pause Rendering
|
||||||
|
|||||||
@@ -100,6 +100,23 @@
|
|||||||
"screenshots": [],
|
"screenshots": [],
|
||||||
"dependencies": ["required-after:replaymod-replay"]
|
"dependencies": ["required-after:replaymod-replay"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"modid": "replaymod-editor",
|
||||||
|
"name": "Replay Mod - Replay Editor",
|
||||||
|
"description": "Replay Editor Module of the ReplayMod",
|
||||||
|
"version": "${version}",
|
||||||
|
"mcversion": "${mcversion}",
|
||||||
|
"url": "https://replaymod.com",
|
||||||
|
"updateUrl": "https://replaymod.com/download",
|
||||||
|
"authorList": [
|
||||||
|
"CrushedPixel",
|
||||||
|
"johni0702"
|
||||||
|
],
|
||||||
|
"logoFile": "replaymod_logo.png",
|
||||||
|
"parent": "replaymod",
|
||||||
|
"screenshots": [],
|
||||||
|
"dependencies": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"modid": "replaymod-extras",
|
"modid": "replaymod-extras",
|
||||||
"name": "Replay Mod - Extras",
|
"name": "Replay Mod - Extras",
|
||||||
|
|||||||
@@ -6,7 +6,9 @@
|
|||||||
"client": [
|
"client": [
|
||||||
"MixinShaderEntityRenderer",
|
"MixinShaderEntityRenderer",
|
||||||
"MixinShaderRenderChunk",
|
"MixinShaderRenderChunk",
|
||||||
"MixinShaderRenderGlobal"
|
"MixinShaderRenderGlobal",
|
||||||
|
"MixinShadersRender"
|
||||||
],
|
],
|
||||||
|
"compatibilityLevel": "JAVA_8",
|
||||||
"refmap": "mixins.replaymod.refmap.json"
|
"refmap": "mixins.replaymod.refmap.json"
|
||||||
}
|
}
|
||||||
@@ -7,9 +7,7 @@
|
|||||||
"MixinNetHandlerLoginClient",
|
"MixinNetHandlerLoginClient",
|
||||||
"MixinNetHandlerPlayClient",
|
"MixinNetHandlerPlayClient",
|
||||||
"MixinNetworkDispatcher",
|
"MixinNetworkDispatcher",
|
||||||
"MixinPlayerControllerMP",
|
"MixinRenderGlobal"
|
||||||
"MixinRenderGlobal",
|
|
||||||
"MixinWorldClient"
|
|
||||||
],
|
],
|
||||||
"compatibilityLevel": "JAVA_8",
|
"compatibilityLevel": "JAVA_8",
|
||||||
"refmap": "mixins.replaymod.refmap.json"
|
"refmap": "mixins.replaymod.refmap.json"
|
||||||
|
|||||||
@@ -2,9 +2,10 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"package": "com.replaymod.render.mixin",
|
"package": "com.replaymod.render.mixin",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
"MixinEffectRenderer",
|
||||||
"MixinEntityRenderer",
|
"MixinEntityRenderer",
|
||||||
"MixinParticleManager",
|
|
||||||
"MixinRender",
|
"MixinRender",
|
||||||
|
"MixinRendererLivingEntity",
|
||||||
"MixinRenderGlobal",
|
"MixinRenderGlobal",
|
||||||
"MixinRenderManager"
|
"MixinRenderManager"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,13 +2,12 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"package": "com.replaymod.replay.mixin",
|
"package": "com.replaymod.replay.mixin",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
"MixinArmorStandRenderer",
|
||||||
"MixinGuiSpectator",
|
"MixinGuiSpectator",
|
||||||
"MixinParticleManager",
|
|
||||||
"MixinPlayerControllerMP",
|
"MixinPlayerControllerMP",
|
||||||
"MixinRenderArmorStand",
|
|
||||||
"MixinRenderArrow",
|
"MixinRenderArrow",
|
||||||
|
"MixinRendererLivingEntity",
|
||||||
"MixinRenderItem",
|
"MixinRenderItem",
|
||||||
"MixinRenderLivingBase",
|
|
||||||
"MixinRenderManager",
|
"MixinRenderManager",
|
||||||
"MixinTileEntityEndPortalRenderer",
|
"MixinTileEntityEndPortalRenderer",
|
||||||
"MixinViewFrustum",
|
"MixinViewFrustum",
|
||||||
|
|||||||