Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 296)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#493 duplicate Pacman Ghost AI nobody wiesep
Description

At the moment the ghost move mostly random. Create a new controller which controls the ghosts similar to the original game.

The current code can be found under: /code/trunk/src/modules/pacman

Useful Link: https://dev.to/code2bits/pac-man-patterns--ghost-movement-strategy-pattern-1k1a

#489 fixed Docker slaves don't work anymore in Jenkins landauf
Description
[05/26/17 15:27:06] [SSH] Checking java version of java
[05/26/17 15:27:06] [SSH] java -version returned 1.7.0_131.
[05/26/17 15:27:06] [SSH] Starting sftp client.
[05/26/17 15:27:06] [SSH] Copying latest slave.jar...
[05/26/17 15:27:06] [SSH] Copied 719,269 bytes.
Expanded the channel window size to 4MB
[05/26/17 15:27:06] [SSH] Starting slave process: cd "/home/jenkins" && java  -jar slave.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
Slave JVM has not reported exit code. Is it still running?
[05/26/17 15:27:10] Launch failed - cleaning up connection
[05/26/17 15:27:10] [SSH] Connection closed.
ERROR: Connection terminated
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2638)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3113)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:853)
	at java.io.ObjectInputStream.<init>(ObjectInputStream.java:349)
	at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:48)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:59)
Caused: java.io.IOException: Unexpected termination of the channel
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:73)
#488 fixed svn.orxonox.net redirects HTTP to HTTPS landauf
Description

In general it seems to be possible to access http://svn.orxonox.net/ (i.e. without HTTPS and without login) but once the Webbrowser has accessed https://svn.orxonox.net/ (i.e. with HTTPS and login) all subsequent calls to HTTP are forwarded to HTTPS.

It might be due to the "improved" SSL-Settings (see #475) which include HSTS (https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security) but this is just a wild guess.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.