List of commits:
Subject Hash Author Date (UTC)
Add a third procedural basket and winnerberry translation string 9b970d581d5094fd3ea7b9da2b4e397c4f4c94db mse 2021-05-27 09:29:02
Add STOPSOUNDS command 22507196106fcd8db7b4bae15b6a2bf9168dd61e mse 2021-05-27 05:56:57
Wake player when hit b2bc7d9cb37a9c9a707e9b8428e6f4d3fa2f27b7 mse 2021-05-26 08:50:53
Minor clarifications d5a83695acdf78b21610239d530b1317dc4003cc mse 2021-05-24 00:11:59
DRM-free dynamic target c51ae66a80c38d4d8aec606ad04492ea12a56fcd mse 2021-05-23 23:53:32
Initial commit bfb7298e48367d2ac0924811b4950f3066ff075c mse 2021-05-22 05:08:16
Commit 9b970d581d5094fd3ea7b9da2b4e397c4f4c94db - Add a third procedural basket and winnerberry translation string
Author: mse
Author date (UTC): 2021-05-27 09:29
Committer name: mse
Committer date (UTC): 2021-05-27 09:29
Parent(s): 22507196106fcd8db7b4bae15b6a2bf9168dd61e
Signing key:
Tree: e0817d97ce40214657c9b1487cff8a3a94e0500c
File Lines added Lines deleted
confec.cpp 2 0
File confec.cpp changed (mode: 100644) (index 7b7b1f1..af0fc0b)
... ... void RegenerateZone( int zone, uint32_t seed ){
2634 2634 if( world.items.find( "gen_ostrich_warrior" ) == world.items.end() if( world.items.find( "gen_ostrich_warrior" ) == world.items.end()
2635 2635 || world.items.find( "gen_basket1" ) == world.items.end() || world.items.find( "gen_basket1" ) == world.items.end()
2636 2636 || world.items.find( "gen_basket2" ) == world.items.end() || world.items.find( "gen_basket2" ) == world.items.end()
2637 || world.items.find( "gen_basket3" ) == world.items.end()
2637 2638 || world.items.find( "gen_pine" ) == world.items.end() || world.items.find( "gen_pine" ) == world.items.end()
2638 2639 || world.items.find( "gen_pine_snow" ) == world.items.end() ){ || world.items.find( "gen_pine_snow" ) == world.items.end() ){
2639 2640 return; return;
 
... ... void RegenerateZone( int zone, uint32_t seed ){
2643 2644 { &world.items["gen_ostrich_warrior"].entity, 0.01f }, { &world.items["gen_ostrich_warrior"].entity, 0.01f },
2644 2645 { &world.items["gen_basket1"].entity, 0.0075f }, { &world.items["gen_basket1"].entity, 0.0075f },
2645 2646 { &world.items["gen_basket2"].entity, 0.0075f }, { &world.items["gen_basket2"].entity, 0.0075f },
2647 { &world.items["gen_basket3"].entity, 0.0075f },
2646 2648 { &world.items["gen_pine"].entity, 0.5f }, { &world.items["gen_pine"].entity, 0.5f },
2647 2649 { &world.items["gen_pine_snow"].entity, 0.5f } { &world.items["gen_pine_snow"].entity, 0.5f }
2648 2650 }; };
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/mse/ConfectionerEngine

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/mse/ConfectionerEngine

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