List of commits:
Subject Hash Author Date (UTC)
Bump version to 0.1.0 e28a6e5baec0a8c5a517aff0af9290146a705769 fluffrabbit 2018-01-29 21:42:50
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 e28a6e5baec0a8c5a517aff0af9290146a705769 - Bump version to 0.1.0
Author: fluffrabbit
Author date (UTC): 2018-01-29 21:42
Committer name: fluffrabbit
Committer date (UTC): 2018-01-29 21:42
Parent(s): 7f3f0ad6fce17a0443f3f00bd0097992fb92f8eb
Signer:
Signing key:
Signing status: N
Tree: 430a6fc0972ba80bd844c01990d4c6a14417ca6c
File Lines added Lines deleted
README.md 1 3
export.cfg 4 4
File README.md changed (mode: 100644) (index 80add9a..c132ec2)
1 The main repository is now hosted here: https://rocketgit.com/user/fluffrabbit/SkyHammer
2
3 1 # Sky Hammer # Sky Hammer
4 2
5 3 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.
 
... ... Recommended specs for development: Linux or Mac desktop with working Android bui
21 19
22 20 Sky Hammer currently implements its own HMD compatibility (Godot's first in 2.1). However, a lot has changed since this project was started and Godot 3.0 is approaching stability with built-in HMD support. Sky Hammer should be adapted accordingly. Soon. Sky Hammer currently implements its own HMD compatibility (Godot's first in 2.1). However, a lot has changed since this project was started and Godot 3.0 is approaching stability with built-in HMD support. Sky Hammer should be adapted accordingly. Soon.
23 21
24 Download or clone the repository and import the project into Godot. When you want to push changes to the repository, an easy way to do it is with the script. Run `./git-upload` on *nix or `git-upload.bat` on Windows. If you are not a member of the main Sky Hammer repository, you can set up your own and change the Git URL in the scripts accordingly.
22 Download or clone the repository and import the project into Godot. When you want to push changes to the repository, an easy way to do it is with the script. Run `./git-upload` on *nix or `git-upload.bat` on Windows.
File export.cfg changed (mode: 100644) (index aa334a8..a617b0b)
... ... user_permissions/7=""
213 213 user_permissions/8="" user_permissions/8=""
214 214 user_permissions/9="" user_permissions/9=""
215 215 version/code=4 version/code=4
216 version/name="0.0.4"
216 version/name="0.1.0"
217 217
218 218 [platform:BlackBerry 10] [platform:BlackBerry 10]
219 219
 
... ... package/unique_name="org.fluffrabbit.$genname"
227 227 release/author="Cert. Name" release/author="Cert. Name"
228 228 release/author_id="Cert. ID" release/author_id="Cert. ID"
229 229 version/code=4 version/code=4
230 version/name="0.0.4"
230 version/name="0.1.0"
231 231
232 232 [platform:HTML5] [platform:HTML5]
233 233
 
... ... application/icon=""
259 259 application/identifier="org.fluffrabbit.$genname" application/identifier="org.fluffrabbit.$genname"
260 260 application/info="VR turret shooter" application/info="VR turret shooter"
261 261 application/name="" application/name=""
262 application/short_version="0.0.4"
262 application/short_version="0.1.0"
263 263 application/signature="godotmacgame" application/signature="godotmacgame"
264 application/version="0.0.4"
264 application/version="0.1.0"
265 265 custom_package/debug="" custom_package/debug=""
266 266 custom_package/release="" custom_package/release=""
267 267 debug/debugging_enabled=true debug/debugging_enabled=true
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