Commit Graph
73 Commits
Author SHA1 Message Date
Axel Uhl 553e891701 added rank for competitor chart detail 2012-04-19 13:47:07 +02:00
Axel Uhl b4fb3c460a added remaining leaderboard manipulation operations 2012-04-19 10:14:57 +02:00
Axel Uhl 598bb96720 made more classes serializable; a first serialization / deserialization test for a GPSFixTrack now works 2012-04-18 13:04:22 +02:00
Axel Uhl d4be211589 made most domain objects serializable 2012-04-17 17:32:08 +02:00
Axel Uhl 5d9229ee49 Nils: Added angle between boat bearing and wind direction to info window; fixed parentheses in maneuver tool tip 2012-03-22 10:53:35 +01:00
Lennart Hensler b5342cea0a Introduced factors for the ByPopulationDistanceRatio comparator 2012-03-20 16:28:56 +01:00
Lennart Hensler 3a994582eb Added detail for time traveled to the leg columns 2012-03-18 11:16:41 +01:00
Axel Uhl fb8fffe62e added default constructor to enable serialization 2012-03-15 20:18:59 +01:00
Axel Uhl 447940f282 removed final modifier to make serializable using GWT serialization 2012-03-15 19:20:19 +01:00
Axel Uhl f672125de9 distinguish whether or not to use a wind source's speed; provide human-readable wind source names 2012-03-12 16:56:17 +01:00
Axel Uhl d5ae513261 working towards solving bug 382; introduced default base confidences per WindSourceType 2012-03-09 12:20:54 +01:00
Axel Uhl db57d35b0e working towards an additional virtual combined wind source; currently two tests are broken 2012-03-08 15:45:33 +01:00
Axel Uhl 551b905bcf immediately create WindSource value objects instead of delegating to race 2012-03-07 13:21:46 +01:00
Axel Uhl 21807f2969 reduced wind averaging interval to 2*resolution + 2ms for estimation track
This fixes parts of the performance problem. Now it's about increasing concurrency again.
2012-03-06 11:09:30 +01:00
Axel Uhl 68bc5a7e3d made WindSource serializable 2012-03-06 00:31:24 +01:00
Axel Uhl 9e36378f2e interims commit, uncompilable, moving towards distinguishing WindSource and WindSourceType
The problem I'm trying to solve is this: there may be multiple WindSource objects for the
same WindSourceType. Example: EXPEDITION where each sensor shall produce a WindTrack of its own.
Similarly, there may be manually-entered and REST-provided WEB tracks.
2012-03-05 18:11:41 +01:00
Axel Uhl d7b4968629 Merge remote-tracking branch 'origin/master' 2012-03-05 16:14:29 +01:00
Axel Uhl 4f8b12e6f2 added column for windward distance to overall leader to leaderboard 2012-03-05 16:14:10 +01:00
Lennart Hensler ce1cb828c0 Merge branch 'master' into spectator
Conflicts:
	java/com.sap.sailing.gwt.ui/Spectator.html
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
2012-03-02 08:37:53 +01:00
Axel Uhl 3dfe637d9f added .gwt directory to .gitignore 2012-02-28 22:20:09 +01:00
Lennart Hensler 07e41db55f Deleted deprecated classes which organized the places of classes like
RaceDTO and EventDTO.
Adjusted the SailingService and the using classes of the deleted classes.
2012-02-23 13:24:56 +01:00
Axel Uhl 781d31da0c several renames; added FromHttpToUdpMirror which forwards Expedition messages received through HTTP to UDP 2012-02-14 22:07:20 +01:00
Axel Uhl fd9422dc58 attempt to factor out the HTTP-based send/receive streaming aspect; but the request input stream closes fast... 2012-02-14 17:29:28 +01:00
Axel Uhl 15aa0043eb added comment regarding bug number 2012-02-01 17:30:53 +01:00
Axel Uhl e0f8fd9351 use minimum confidence 0.000001 to avoid angles snapping to 270deg if the time difference is *really* huge 2012-01-31 14:26:17 +01:00
Axel Uhl d550a76c8e adjusted some test verdicts slightly now that confidences start to play a role 2012-01-31 11:27:10 +01:00
Lennart Hensler 4be2436f8d Added Leg/Current Leg configuration to leaderboard settings
Conflicts:

	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
2012-01-30 17:59:08 +01:00
Marcus Kammer d7f914b274 merge gwt into mak-raceboard 2012-01-24 12:17:00 +01:00
Marcus Kammer cae0df8725 add import domain common gwt-log 2012-01-24 12:03:43 +01:00
Axel Uhl 3a8d6616fb removed server.api bundle after having moved the identifier stuff to the domain bundle 2012-01-24 10:26:15 +01:00
Marcus Kammer 0a4604aee2 Merge branch 'gwt' into mak-raceboard 2012-01-23 15:55:43 +01:00
Marcus Kammer 64cbf2b3c1 add gwt library 2012-01-23 15:54:39 +01:00
Lennart Hensler d306d95f84 Small refactoring 2012-01-23 13:43:53 +01:00
Lennart Hensler 1059e80357 Cleaned AbstractChartPanel 2012-01-23 13:43:11 +01:00
Lennart Hensler 46516882b6 Merge branch 'gwt' into spectator 2012-01-19 13:45:36 +01:00
Axel Uhl 72be24f0b3 Merge branch 'gwt' into java7 2012-01-19 12:25:47 +01:00
Lennart Hensler 1c744855e6 Locations output of EventDTO improved 2012-01-19 10:46:29 +01:00
Axel Uhl 22b24c0450 switched all projects to Java7 except for those used by as GWT source 2012-01-19 10:01:36 +01:00
Lennart Hensler 424d39bc83 Refactored RacePlaceOrder and locations-String of EventDAO 2012-01-18 18:39:52 +01:00
Lennart Hensler 1a53ef5070 Fixed Race Map Bug 2012-01-18 17:02:01 +01:00
Lennart Hensler 1a7e50646d Merge branch 'spectator' into gwt 2012-01-18 15:03:07 +01:00
Lennart Hensler 8d6bd32c03 Solved merge conflict 2012-01-18 14:39:48 +01:00
Lennart Hensler 5ea3e15823 Merge branch 'placemark' into spectator
Conflicts:
	java/com.sap.sailing.domain.common/src/com/sap/sailing/domain/common/impl/SerializablePositionImpl.java
2012-01-18 14:35:38 +01:00
Lennart Hensler ca803b68f6 Placemark serialization bug solved 2012-01-18 14:34:36 +01:00
Lennart Hensler 849df66d9c Placemark toString problem solved 2012-01-18 14:03:33 +01:00
Lennart Hensler 276278b07d Problem localized in AbstractBearing (use of doubleToLongBits) 2012-01-18 12:07:54 +01:00
Lennart Hensler 955ac3f436 Try to fix serialization bug 2012-01-18 11:15:03 +01:00
Axel Uhl 2b74550048 use Tack and ManeuverType in ManeuverTypeDAO; first compilable refactoring of RaceMap settings stuff 2012-01-17 23:26:39 +01:00
Lennart Hensler d3c659a1a5 Error: Double.doubletoLongBits() not supported by GWTError:
Double.doubletoLongBits() not supported by GWT
2012-01-17 15:40:39 +01:00
Lennart Hensler 18fb375256 Position Attribute is not the problem 2012-01-17 14:53:48 +01:00