Skip to content

Commit

Permalink
pre-release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpineda committed Jul 14, 2022
1 parent 6aec3a1 commit 88e3d78
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Hotkeys activate on key up event only
- New home page with links and videos
- Many small optimizations across the board
- Defaults to fullscreen

### Fixed
- Tank mode siege tank turrets will now look better when camera rotated
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "titan-reactor",
"productName": "Titan Reactor",
"version": "0.5.2",
"version": "0.5.3",
"description": "The Advanced Starcraft Broodwar Observing Tool",
"main": "src/main/index.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/audio/sound-channel.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Vector3 } from "three";
import MainMixer from "./main-mixer";

const stopTime = 30; //ms

// an instance of a bw sound
export class SoundChannel {
static rolloffFactor = 1;
Expand Down
1 change: 0 additions & 1 deletion src/renderer/utils/sound-utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Vector3 } from "three";
import { SoundDAT } from "../../common/types";
import { SoundStruct } from "../../common/types/structs";

export const MinPlayVolume = 10;

Expand Down
1 change: 0 additions & 1 deletion src/renderer/view-replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ async function TitanReactorGame(

const fogOfWar = new FogOfWar(mapWidth, mapHeight, openBW);
const shortcuts = new PluginKeyShortcuts(window.document.body)

janitor.disposable(shortcuts);

const switchCameraMode = async (cameraMode: CameraModePlugin, prevCameraMode?: CameraModePlugin) => {
Expand Down

0 comments on commit 88e3d78

Please sign in to comment.