Steffen Schaefer
|
29eae8056e
|
Revert "upgraded versions to 1.1.0"
This reverts commit 08ecfb3014.
|
2015-11-10 17:10:14 +01:00 |
|
Axel Uhl
|
08ecfb3014
|
upgraded versions to 1.1.0
|
2015-10-23 13:01:48 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
3e69f05216
|
check for zero-speed due to missing wind or polar data; extend get-even-timed-path for the case of two cornerpoints per step; scale turning step of finish-phase 1-turner to layline; fix plausibility check;
|
2015-04-29 09:36:00 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
47f5a4ae51
|
Merge remote-tracking branch 'ExternalGit/master' into raceboard-simulation
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/shared/racemap/RaceMap.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SimulatorServiceImpl.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/simulator/PathCanvasOverlay.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/simulator/ReplayPathCanvasOverlay.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/simulator/SimulatorMap.java
java/com.sap.sailing.simulator/src/com/sap/sailing/simulator/impl/PathGeneratorTracTrac.java
java/com.sap.sailing.simulator/src/com/sap/sailing/simulator/impl/PathGeneratorTreeGrow.java
|
2015-04-23 14:33:48 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
4c395695db
|
support reaching steps in opportunist-360;
|
2015-04-21 22:35:56 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
b11c4e151a
|
fix continuing-step for reaching; add sparse-polar-data-exception to path-generator;
|
2015-04-17 16:12:11 +02:00 |
|
Axel Uhl
|
094234b654
|
moved all Position-related classes including Compact... representations to common bundle; provided CustomFieldSerializer for all Position subclasses that require it
|
2015-04-03 16:12:21 +02:00 |
|
Axel Uhl
|
58bd451481
|
moved other Position implementations to common packages to share them with GWT and make then GWT-serializable
|
2015-04-02 16:42:10 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
189b3be8ff
|
cleanup of simulator implementation;
|
2015-03-05 15:35:19 +01:00 |
|
Christopher Ronnewinkel (D036654)
|
b8ab532d9c
|
remove dependency of simulator-package on racing-event-service;
|
2015-02-24 15:27:15 +01:00 |
|
Christopher Ronnewinkel (D036654)
|
3c044260a6
|
adaptation of simulation time-step based on race course and boat class;
|
2015-01-15 13:28:26 +01:00 |
|
Christopher Ronnewinkel (D036654)
|
64ede32580
|
Merge remote-tracking branch 'origin/master' into raceboard-simulation
|
2015-01-06 16:48:37 +01:00 |
|
Christopher Ronnewinkel (D036654)
|
43415deedc
|
renaming & formatting;
|
2014-12-18 21:32:02 +01:00 |
|
Christopher Ronnewinkel (D036654)
|
92e0c48036
|
add tree-grow-variant where path-candidate is represented by BitSets instead of Strings to compare runtime performance; unfortunately no performance improvements;
|
2014-12-18 21:26:09 +01:00 |
|
Fredrik Teschke
|
f2bbda6fd9
|
begin adding RegattaLogStore
|
2014-12-01 23:39:08 +01:00 |
|
Axel Uhl
|
bbc2796d59
|
renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication
|
2014-11-07 21:47:57 +01:00 |
|
Axel Uhl
|
69de0f2d76
|
upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly
|
2014-10-01 15:00:44 +02:00 |
|
Axel Uhl
|
161d823dee
|
updated project compliance settings to JavaSE-1.8
|
2014-10-01 14:44:22 +02:00 |
|
Axel Uhl
|
e9130d38f3
|
upgraded classpaths to JavaSE-1.8
|
2014-10-01 14:16:18 +02:00 |
|
Axel Uhl
|
7ece44052d
|
upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment
|
2014-10-01 14:08:19 +02:00 |
|
Jens Rommel
|
cdb31781cc
|
Merge commit.
|
2014-09-03 11:07:22 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
297cf65d60
|
fix tree-grow by using wind of next step for height comparison (ensure comparability of path candidates); cleanup tree-grow variety;
|
2014-07-24 22:15:18 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
34923cda75
|
refactor Boundary to Grid with extension to a curved grid that is constructed from great circles; ensure symmetry along race course middle line;
|
2014-07-23 23:57:52 +02:00 |
|
Axel Uhl
|
df2331ed3d
|
ifixing bug 1903 by changing getRaces(...) to getRace(...) and adjusting callers
|
2014-07-08 18:21:12 +02:00 |
|
Axel Uhl
|
43b9d55657
|
fixed TimePoint/Duration stuff for step definition in simulator package
|
2014-06-12 02:30:28 +02:00 |
|
Axel Uhl
|
7fb0dfcf99
|
Merge branch 'master' into tracapi
Conflicts:
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/AbstractTracTracLiveTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/CourseUpdateTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/LeaderboardForKielWeekTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/RouteAssemblyTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/SerializationWithOnlineRaceTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/WindEstimationOnKielerWoche505Race2DataTest.java
java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/markpassing/AbstractMarkPassingTest.java
java/com.sap.sailing.domain.tractracadapter.test/META-INF/MANIFEST.MF
java/com.sap.sailing.domain.tractracadapter.test/src/com/sap/sailing/domain/tractracadapter/test/ClientParamsPHP49erFX2013Test.java
java/com.sap.sailing.domain.tractracadapter.test/src/com/sap/sailing/domain/tractracadapter/test/ClientParamsPHPArenalTest.java
java/com.sap.sailing.domain.tractracadapter.test/src/com/sap/sailing/domain/tractracadapter/test/ClientParamsPHPLahaina3Test.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/DomainFactory.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/AbstractReceiverWithQueue.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/ClientParamsPHP.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/DomainFactoryImpl.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/MarkPassingReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/MarkPositionReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/RaceCourseReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/RaceStartedAndFinishedReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/RawPositionReceiver.java
java/com.sap.sailing.domain.tractracadapter/src/com/sap/sailing/domain/tractracadapter/impl/TracTracRaceTrackerImpl.java
java/com.sap.sailing.server.replication.test/src/com/sap/sailing/server/replication/test/AbstractServerReplicationTest.java
|
2014-06-03 01:47:08 +02:00 |
|
Axel Uhl
|
53a0b36e8e
|
consolidated all Util stuff in com.sap.sse.common.Util now
|
2014-06-03 00:01:14 +02:00 |
|
Axel Uhl
|
cb9354b1a0
|
moved Util from com.sap.sailing.common to com.sap.sse.common
|
2014-06-02 23:57:16 +02:00 |
|
Axel Uhl
|
0c47e86304
|
moved Pair and Triple from com.sap.sailing.common.Util to com.sap.sse.common.Util and introduced all missing dependencies on com.sap.sse.common
|
2014-06-02 23:31:26 +02:00 |
|
Axel Uhl
|
626bf0b672
|
as part of bug 1903, renamed RacesHandle to RaceHandle
|
2014-04-29 15:51:08 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
9944448478
|
add border to wind field in order to enlarge area covered by wind visualization;
|
2014-04-05 13:18:03 +02:00 |
|
Axel Uhl
|
18ad066e35
|
added fix types for all Igtimi formats known so far
|
2013-11-27 10:59:36 +01:00 |
|
Frederik Petersen
|
a988003d15
|
Moved central windstore into racingeventservice
also removed addRace and addEvent services from legacy adminapp
|
2013-11-20 09:02:55 +01:00 |
|
Axel Uhl
|
e053f76f8b
|
first compilable version after moving TracTrac specifics away from server bundle
|
2013-10-24 15:37:08 +02:00 |
|
Axel Uhl
|
f1fa1d74f6
|
moved a few more distance and speed types to domain.common and fixed a grave bug in MeterPerSecondSpeed; added test for improved outlier filtering
|
2013-08-14 18:00:45 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
42ff3826b2
|
fix test cases - finally :-)
|
2013-07-12 15:23:28 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
a7ad415e86
|
fix test cases: replace numerically instable test;
|
2013-07-12 15:14:10 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
e177a2c0b0
|
fix test cases;
|
2013-07-12 12:50:57 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
ab69dce946
|
show left- and right-opportunist; some refactoring; put current arrow in legend overlay on-top of all others; tune timesteps to be commensurate;
|
2013-07-10 16:30:14 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
7dd2f2c91a
|
support downwind; support strategy selection: omniscient and/or opportunist;
|
2013-07-09 16:16:03 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
3a3884d376
|
update simulator tests;
|
2013-05-27 11:33:41 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
1763e9569e
|
fix remained issues with simulator junit tests;
|
2013-05-22 18:09:08 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
2d82799a47
|
cleanup former test classes to not contain "test";
|
2013-05-21 16:49:50 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
8847366e88
|
update test setup;
|
2013-05-21 16:35:33 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
e672d2ec6e
|
Merge remote-tracking branch 'origin/master' into simulator_dev
Conflicts:
java/com.sap.sailing.simulator.test/resources/windField.dat
java/com.sap.sailing.simulator.test/src/com/sap/sailing/simulator/test/util/TestTimeComparison.java
java/com.sap.sailing.simulator/resources/windField.dat
java/com.sap.sailing.simulator/src/resources/PolarDiagram49STG.csv
java/com.sap.sailing.simulator/src/resources/windField.dat
|
2013-05-21 16:20:39 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
532debc97d
|
Merge remote-tracking branch 'origin/simulator_dev' into simulator_dev
|
2013-05-21 16:10:30 +02:00 |
|
Christopher Ronnewinkel (D036654)
|
a724c4f4d6
|
update simulator junit tests;
|
2013-05-21 16:10:11 +02:00 |
|
Axel Uhl
|
12eb6173e6
|
Merge branch 'master' into bug1381
|
2013-05-17 23:18:42 +02:00 |
|
Axel Uhl
|
534a8ebc9b
|
trying to make simulator tests run; got a few more green, but still many tests fail; will need to temporarily disable simulator tests in maven build
|
2013-05-17 23:11:18 +02:00 |
|
Axel Uhl
|
065274e01a
|
Merge branch 'master' into bug1381
Conflicts:
java/com.sap.sailing.simulator.test/src/com/sap/sailing/simulator/test/analysis/TestTimeComparison.java
|
2013-05-17 18:28:17 +02:00 |
|