From bb7d004a4ee8e1d0f20659c2780b21b51074bc86 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Thu, 28 Nov 2024 20:15:50 +0800 Subject: Current HTML files, .gitignore and post-receive --- .gitignore | 2 + 7.1.10.52662.html | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 7.1.9.51217.html | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 7.1.9.52211.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 101 ++++++++++++++++++++++++++++++++++++++++++++++++ post-receive | 14 +++++++ 6 files changed, 453 insertions(+) create mode 100644 .gitignore create mode 100644 7.1.10.52662.html create mode 100644 7.1.9.51217.html create mode 100644 7.1.9.52211.html create mode 100644 index.html create mode 100755 post-receive diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bf9dfdc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +.DS_Store diff --git a/7.1.10.52662.html b/7.1.10.52662.html new file mode 100644 index 0000000..4fe838e --- /dev/null +++ b/7.1.10.52662.html @@ -0,0 +1,112 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ +
+

Changelog (17th of September 2024)

+

Parity to DeltaFPS 7.1.10

+

Texture thrashing fix

+

Lower quality uploaded image fix

+

Stream notification custom channel

+

WebRTC enabling on openSUSE and Fedora too

+

Model upload parsing error fix

+

Odd network behaviour on Ubuntu fix

+

Broken 360 snapshot fix

+

Internal browser on Ubuntu fix

+
+ + + + diff --git a/7.1.9.51217.html b/7.1.9.51217.html new file mode 100644 index 0000000..cc56df2 --- /dev/null +++ b/7.1.9.51217.html @@ -0,0 +1,113 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ +
+

Changelog

+

FPS limiter

+

Collapsable camera controls

+

Maximum nearby people list visibility distance fix

+

Legacy search

+

Shortcut for Use Shared Environment

+

Profile link copying

+

Vivox-based voice support on FreeBSD

+

Developer identification fix on macOS

+

Contextual menu on HiDPI fix on macOS

+

Space Navigator support on macOS and GNU/Linux

+
+ + + + diff --git a/7.1.9.52211.html b/7.1.9.52211.html new file mode 100644 index 0000000..8bcc109 --- /dev/null +++ b/7.1.9.52211.html @@ -0,0 +1,111 @@ + + + + + + + Megapahit Changelog + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ +
+

Changelog (26th of August 2024)

+

Parity to Atlasaurus 7.1.9

+

Map crash fix

+

Distance, arrivals and departures on nearby tab and local chat

+

Media stream notification on local chat

+

Smoothness on Apple GPU comeback

+

Legacy search TP crash fix

+

New port: openSUSE Tumbleweed

+
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..77e1301 --- /dev/null +++ b/index.html @@ -0,0 +1,101 @@ + + + + + + + Megapahit + + + + +
+ +
+
+
+

Disclosures

+ +

Support

+ +

Downloads

+ +

Changelogs

+ +
+
+
+ + + + + + diff --git a/post-receive b/post-receive new file mode 100755 index 0000000..7ace9d2 --- /dev/null +++ b/post-receive @@ -0,0 +1,14 @@ +#!/bin/sh + +product=web +repo=/usr/local/git/pub/$product.git +web=$HOME/public_html +#web=~www/apache24/data + +unset GIT_DIR +cd $HOME/$product \ + && git pull \ + && git --git-dir=$repo --work-tree=$web checkout -f master -- \ + index.html \ + 7.1.10.52662.html \ + && git --git-dir=$repo push -- cgit v1.2.3