List of commits:
Subject Hash Author Date (UTC)
Moved to rocketgit.com/user/fluffrabbit/SkyHammer 7f3f0ad6fce17a0443f3f00bd0097992fb92f8eb fluffrabbit 2018-01-22 17:43:27
Clean up docs 8cfe133cddf8f25a05fa3b2550a00def82382075 fluffrabbit 2018-01-08 11:08:54
Remove needless shell script 5e3183c53c7cefe2df5fa970552624ddae3d55fd fluffrabbit 2018-01-08 10:52:42
Fix scoreboard for 2.1.4 65aefa3971a10d4c2053dc4e47f625162c0d15d8 fluffrabbit 2017-11-11 01:25:03
Improve plasma balls 9c2eef3259fe2247f051c1dbcfdcee564fa6584e fluffrabbit 2017-08-06 22:21:52
Add plasma balls, change to day f1e1be683db2b1736366070f379bf33410c508d8 fluffrabbit 2017-05-10 09:00:25
Put center camera in viewport to be hidden (small speedup) 80fe9220e7133b3ad25ccac1d1f61040066578b8 fluffrabbit 2017-05-02 08:28:10
Improve performance (less shiny) 5367491ee50de83bb3f1b2456f76f041958da1c5 fluffrabbit 2017-05-01 07:59:03
Add freight containers f9d546676083fb36c1954a59af52ec59a0f526d2 fluffrabbit 2017-04-27 11:48:32
Add buildings, initial gyro support 873a1295514f76bf1f7b4139888173414f4b2891 fluffrabbit 2017-04-18 12:17:50
Add scoreboard, bump version to 0.0.4 39acd8a4fceae35b5a40a437f02aa9bec193fb27 fluffrabbit 2017-04-13 06:57:15
Add button panel, save VR preference, improve vignette, box player in 5355a1cfcb49dfb676394a932a9ae58bd5c7b942 fluffrabbit 2017-04-06 03:42:14
Initial commit 8112cb088917c705bda9e291d3d15aacf003dce4 fluffrabbit 2017-03-28 15:44:04
Commit 7f3f0ad6fce17a0443f3f00bd0097992fb92f8eb - Moved to rocketgit.com/user/fluffrabbit/SkyHammer
Author: fluffrabbit
Author date (UTC): 2018-01-22 17:43
Committer name: fluffrabbit
Committer date (UTC): 2018-01-22 17:43
Parent(s): 8cfe133cddf8f25a05fa3b2550a00def82382075
Signing key:
Tree: 351af27a6221b9c9ddb294bfab52d3edb18a0791
File Lines added Lines deleted
README.md 2 0
git-upload 1 1
git-upload.bat 1 1
File README.md changed (mode: 100644) (index 3207bdc..80add9a)
1 The main repository is now hosted here: https://rocketgit.com/user/fluffrabbit/SkyHammer
2
1 3 # Sky Hammer # Sky Hammer
2 4
3 5 Aliens came. Everything was blown up. But then one day when you were scavenging for food, you found the ultimate weapon. The Sky Hammer is a twin barrel turret that fires 1800 caseless 7mm rounds per minute, designed for one purpose: sending aliens love letters. You are the postmaster. Aliens came. Everything was blown up. But then one day when you were scavenging for food, you found the ultimate weapon. The Sky Hammer is a twin barrel turret that fires 1800 caseless 7mm rounds per minute, designed for one purpose: sending aliens love letters. You are the postmaster.
File git-upload changed (mode: 100755) (index d7fd465..c43448d)
3 3 git status git status
4 4 if [ $? != 0 ]; then if [ $? != 0 ]; then
5 5 git init git init
6 git remote add origin https://gitlab.com/fluffrabbit/SkyHammer.git
6 git remote add origin https://rocketgit.com/user/fluffrabbit/SkyHammer
7 7 fi fi
8 8 git add -A . git add -A .
9 9 read -p "Commit description: " desc read -p "Commit description: " desc
File git-upload.bat changed (mode: 100644) (index a2cdf2d..71762fb)
3 3 git status git status
4 4 if errorlevel 1 ( if errorlevel 1 (
5 5 git init git init
6 git remote add origin https://gitlab.com/fluffrabbit/SkyHammer.git
6 git remote add origin https://rocketgit.com/user/fluffrabbit/SkyHammer
7 7 ) )
8 8 git add -A . git add -A .
9 9 set /p desc=Commit description: set /p desc=Commit description:
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/fluffrabbit/SkyHammer

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/fluffrabbit/SkyHammer

Clone this repository using git:
git clone git://git.rocketgit.com/user/fluffrabbit/SkyHammer

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main