List of commits:
Subject Hash Author Date (UTC)
Added more paths. Some of them are WIP. 03ad1039e22bd1ebd301bda99e78f38239a15077 Jan Allersma 2017-09-21 14:40:44
Added paths... 5561d21918f048a40ca9686112638a48805917e3 Jan Allersma 2017-09-21 13:06:43
Added first paths of crossroad. Also added reference of crossroad. 43a5ddf291e38b47bad02a92af58839d86f9d449 Jan Allersma 2017-09-21 12:21:53
Added first paths of crossroad. Also added reference of crossroad. bb687a8152231d0c89fed827baefcfbf067be90c Jan Allersma 2017-09-21 12:21:11
Fixed typo. db82c84f8d834e62cb37333ff973ddc54af5372f Jan Allersma 2017-09-20 20:51:15
RabbitMQ test.First attempt. 876d29c668f5e027a820f3ff48a6ca080fc530c2 Jan Allersma 2017-09-19 13:47:31
Initial commit 6a565c61a3337232d0e7a136ffb2f49b431c2a40 Jan Allersma 2017-09-11 06:52:38
Commit 03ad1039e22bd1ebd301bda99e78f38239a15077 - Added more paths. Some of them are WIP.
Author: Jan Allersma
Author date (UTC): 2017-09-21 14:40
Committer name: Jan Allersma
Committer date (UTC): 2017-09-21 14:40
Parent(s): 5561d21918f048a40ca9686112638a48805917e3
Signer:
Signing key:
Signing status: N
Tree: 0e26ea0caee93bf6aeda0b8287d798a9469fba46
File Lines added Lines deleted
simulatie/paths.py 9 2
simulatie/sim.py 5 5
File simulatie/paths.py changed (mode: 100644) (index ffa389c..eea4fc9)
1 1 #!/bin/env python #!/bin/env python
2 2
3 n7 = [(30*17.5,1)] # WIP
4
5 n8 = [(30*18,1),(30*17.5,165)]
6 n8_1 = [(30*9+20,160),(30*12,160),(30*15,165),(30*16+10,165),(30*17.5,165)]
7
8 e1_1 = [(30*17.5,165),] # WIP
9
3 10 s1 = [(30*16,599),(30*15.8,500),(30*14,450),(30*11,390),(30*9,360)] s1 = [(30*16,599),(30*15.8,500),(30*14,450),(30*11,390),(30*9,360)]
4 11 s1_1 = [(30*9,360),(30*9+10,310),(30*9+20,210),(30*9+20,150)] s1_1 = [(30*9,360),(30*9+10,310),(30*9+20,210),(30*9+20,150)]
5 12
6
7 e7 = [(1,360),(30*6,340),(30*9,360)]
13 w1 = [(1,255),(60,240),(30*6.5,150),(30*9+20,150)]
14 w7 = [(1,360),(30*6,340),(30*9,360)]
File simulatie/sim.py changed (mode: 100644) (index 176d93e..0b8f687)
... ... def drawSpoorlijn():
35 35 pygame.draw.lines(screen, (139,62,17), False, [(30*i,545-3.7*i),(30*i,565-3.7*i)], 2) pygame.draw.lines(screen, (139,62,17), False, [(30*i,545-3.7*i),(30*i,565-3.7*i)], 2)
36 36
37 37 def drawStrook35(): def drawStrook35():
38 pygame.draw.rect(screen, (120,120,120), (30*16,599,5,5),10)
39 pygame.draw.rect(screen, (120,120,120), (30*15.8,500,5,5),10)
40 pygame.draw.rect(screen, (120,120,120), (30*14,450,5,5),10)
41 pygame.draw.rect(screen, (120,120,120), (30*11,390,5,5),10)
42 pygame.draw.rect(screen, (120,120,120), (30*9,360,5,5),10)
38 pygame.draw.rect(screen, (120,15,62), (30*18,1,5,5),10)
39 pygame.draw.rect(screen, (120,120,120), (30*12,160,5,5),10)
40 pygame.draw.rect(screen, (120,120,120), (30*15,165,5,5),10)
41 pygame.draw.rect(screen, (120,120,120), (30*16+10,165,5,5),10)
42 pygame.draw.rect(screen, (120,120,120), (30*18-15,165,5,5),10)
43 43 # pygame.draw.rect(screen, (120,120,120), (30*6,340,5,5),10) # pygame.draw.rect(screen, (120,120,120), (30*6,340,5,5),10)
44 44 # pygame.draw.rect(screen, (120,120,120), (1,360,5,5),10) # pygame.draw.rect(screen, (120,120,120), (1,360,5,5),10)
45 45
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/kapstok/NHL-SoftDev

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-SoftDev

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