Skip to content

Instantly share code, notes, and snippets.

@Ziemas
Ziemas / PKGBUILD
Last active January 4, 2016 11:39 — forked from Weegee/PKGBUILD
pkgname=obs-git
pkgver=20140307.b2202c4
pkgrel=1
pkgdesc="Free, open source software for live streaming and recording"
arch=('i686' 'x86_64')
url="http://obsproject.com/"
license=('GPL3')
depends=('qt5-base' 'ffmpeg')
makedepends=('git')
source=('git+https://github.com/jp9000/obs-studio.git')
@Ziemas
Ziemas / descriptors
Created September 13, 2016 18:44
descriptors
total 0
dr-x------ 2 ziemas ziemas 0 13 sep 20.36 ./
dr-xr-xr-x 9 ziemas ziemas 0 13 sep 20.23 ../
lrwx------ 1 ziemas ziemas 64 13 sep 20.36 0 -> /dev/pts/7
lrwx------ 1 ziemas ziemas 64 13 sep 20.36 1 -> /dev/pts/7
lrwx------ 1 ziemas ziemas 64 13 sep 20.36 10 -> /dev/dri/renderD128
lr-x------ 1 ziemas ziemas 64 13 sep 20.36 100 -> /BMS2/DJMAX/BlythE/
lr-x------ 1 ziemas ziemas 64 13 sep 20.36 1000 -> /BMS2/Insane BMS/[未来 arranged by BACO] brightocean/
lr-x------ 1 ziemas ziemas 64 13 sep 20.36 1001 -> /BMS2/Insane BMS/[未来 arranged by BACO] brightocean/append/
lr-x------ 1 ziemas ziemas 64 13 sep 20.36 1002 -> /BMS2/Insane BMS/[未来 arranged by BACO] brightocean/append/
diff --git a/src/d3d9/d3d9_swapchain.cpp b/src/d3d9/d3d9_swapchain.cpp
index a9e91379..8b824e33 100644
--- a/src/d3d9/d3d9_swapchain.cpp
+++ b/src/d3d9/d3d9_swapchain.cpp
@@ -434,8 +434,8 @@ namespace dxvk {
VkViewport viewport;
viewport.x = 0.0f;
viewport.y = 0.0f;
- viewport.width = float(m_swapImage->info().extent.width);
- viewport.height = float(m_swapImage->info().extent.height);
diff --git a/d2core/d2map/region.go b/d2core/d2map/region.go
index e9a7114..d127aa7 100644
--- a/d2core/d2map/region.go
+++ b/d2core/d2map/region.go
@@ -75,29 +75,30 @@ func (t *PathTile) PathEstimatedCost(to astar.Pather) float64 {
return r
}
+var imageCacheRecords map[uint32]d2render.Surface
+
-- The CXX compiler identification is Clang 4.0.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - failed
-- Check for working CXX compiler: /opt/llvm40/bin/clang++
-- Check for working CXX compiler: /opt/llvm40/bin/clang++ - broken
CMake Error at /usr/share/cmake-3.18/Modules/CMakeTestCXXCompiler.cmake:59 (message):
The C++ compiler
"/opt/llvm40/bin/clang++"
package hseditors
import (
"fmt"
"image"
"image/color"
"log"
"github.com/OpenDiablo2/D2Shared/d2common"
"github.com/OpenDiablo2/D2Shared/d2common/d2enum"
package hsutil
import (
"errors"
"image"
"image/draw"
_ "image/jpeg"
_ "image/png"
"os"
package main
import (
"fmt"
"unsafe"
"github.com/OpenDiablo2/HellSpawner/hsapp"
"github.com/go-gl/gl/v2.1/gl"
"github.com/inkyblackness/imgui-go"
#include "sputter.h"
static u32 transPos[4];
static int buf[64];
static u8 autodmabuf[4096];
void sync() {
memset(buf, 0, sizeof(buf));
memset(autodmabuf, 0, sizeof(autodmabuf));
@Ziemas
Ziemas / seen
Created January 25, 2021 11:52
0000
0080
00c0
0100
0140
0180
01c0
0200
0240
0280