source: tmcsimulator/trunk/src @ 684

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @683   4 years jdalbey Revised unified logger to accept an optional command line parameter …
(edit) @676   4 years jdalbey Coordinator.java Fix for defect #266 (copyXMLfile changed to use …
(edit) @667   4 years jdalbey Coordinator.java Fix defect in copyXMLfile() that was failing to get path …
(edit) @664   4 years jdalbey Multifile commit - revise source to match revisions to config filenames. …
(edit) @660   4 years jdalbey !CADClientConnector.java Catch socketexception to drop clients that have …
(edit) @658   4 years jdalbey Replace hard-code scenario folder name in Simulation Manager with config …
(edit) @657   4 years jdalbey Update unit tests to run on Windows (path and line separators), remove …
(edit) @655   4 years jdalbey Improve unit tests.
(edit) @654   4 years jdalbey TrafficModelManager?.java changed timer from Swing timer to java.util.timer …
(edit) @651   4 years jdalbey Add config/dev folder with two properties files used during development
(edit) @650   4 years jdalbey Multiple updates - catchup webapps files I've been hoarding (sorry).
(edit) @649   4 years jdalbey Add har_watcher.py to unified logger
(edit) @647   4 years jdalbey activitylog_watcher.py Fix minor defect in error message.
(edit) @645   4 years jdalbey activitylog_watcher.py updated to read log filenames from config file.
(edit) @644   5 years jdalbey activitylog_watcher.py modified to fix defect #255.
(edit) @639   5 years jdalbey Login.java modified to fix defect #254. LoginTest?.java unit test added.
(edit) @574   6 years jdalbey Move Audio folder under Scenarios
(edit) @564   6 years jdalbey Rename audio folder to Audio. See #228
(edit) @561   6 years jdalbey rename scripts folder to Scenarios. See #228
(edit) @560   6 years jdalbey Change hardcoded "scripts" as name of folder to a constant in …
(edit) @559   6 years jdalbey Change hardcoded "scripts" as name of folder to a constant in …
(edit) @555   6 years jdalbey Declaration and use of CardfileData? removed from CADClientGUI to fix #229. …
(edit) @550   6 years jdalbey Modify extract_caddetails to not merge with unifiedlog; this is now done …
(edit) @549   6 years jdalbey unifiedlogger Correct messages to have similar capitalization and …
(edit) @545   6 years jdalbey extend_unifiedlogger.py Fixed defect - wasn't including time and incident …
(edit) @544   6 years liquan Replace commas in DETAIL text with whitespace. Remove the text "Detail" …
(edit) @542   6 years liquan Added extend_unifiedlogger.py for combining incident_script.xml and …
(edit) @541   6 years jdalbey TrafficEventsEditor?: add comments
(edit) @532   6 years jdalbey Login.java, CADClient.java: Implement #206, login screen has drop down box …
(edit) @529   6 years jdalbey Coordinator.java: Add the date and time to the content of the "Simulation …
(edit) @525   6 years jdalbey CADClient.java implement #199 - add a splash screen.
(edit) @524   6 years jdalbey Implement #189 in Coordinator.java: Add sim start and pause msgs to …
(edit) @523   6 years jdalbey RunSim?.java created to run all three apps (Server, Client, SimMgr?) …
(edit) @522   6 years jdalbey Unified logger - cad_watcher.py set lastLineNum to zero when fileSize == …
(edit) @520   6 years jdalbey commit svn ignore propset for python folder
(edit) @519   6 years jdalbey Move python package.sh to bin folder
(edit) @513   6 years jdalbey activitylog_watcher.py Implement tickets #188, #192
(edit) @507   6 years jdalbey SimulationManager?.java: Implement ticket #197 - show script name in title …
(edit) @493   7 years jdalbey wing_project.wpr: update project properties
(edit) @479   7 years jdalbey Update actitivylog watcher to obtain path from separate entry in config …
(edit) @478   7 years jdalbey Fix typo in actitivylog watcher and add simple unit test of logging …
(edit) @476   7 years jdalbey Add unit tests for CADData.
(edit) @475   7 years jdalbey Coordinator.java, AssignedIncidents?.java, UnitStatus?.java, CADMenu.java: …
(edit) @474   7 years jdalbey TrafficEventsAnimator? updated for revised highway model.
(edit) @471   7 years jdalbey Coordinator.java: Fix defect 181 in sorting CADcomments. logging_service …
(edit) @470   7 years jdalbey activity log watcher modified to output comma-delimited fields. Fixes …
(edit) @469   7 years jdalbey update some scripts and revision number.
(edit) @467   7 years jdalbey cad_watcher.py added more elaborate error handling to cope with missing or …
(edit) @466   7 years jdalbey Add copyXMLfile method to Coordinator to fix #178.
(edit) @465   7 years jdalbey Coordinator.java: Update writeToCAD to sort comments by timestamp instead …
(edit) @464   7 years jdalbey Repair refresh method in ClockClient? to fix #174.
(edit) @463   7 years jdalbey Update cms monitor with enhancements #156
(edit) @462   7 years jdalbey fix off by one error in activity_logger
(edit) @461   7 years jdalbey add activitylog_watcher to Unified Logging Service.
(edit) @460   7 years jdalbey SimulationManagerView?.java: modify setScriptStatus() to fix ticket #172.
(edit) @459   7 years jdalbey addIncidentTab in SimulationManagerView? modified to be on EDT to fix …
(edit) @458   7 years jdalbey UnitStatus?.java in CADClient. Put refreshTable method body in Swing Event …
(edit) @457   7 years jdalbey Source file re-org. Move files from obsolete atmsdriver package to …
(edit) @456   7 years jdalbey Source file re-org. Move files from obsolete atmsdriver package to …
(edit) @455   7 years jdalbey ConfigStatusTab? updated to fix @169.
(edit) @454   7 years jdalbey Logging Service: add missing file error check. Cad watcher modified to …
(edit) @453   7 years jdalbey CADClient.java: Output revision number to console when client starts.
(edit) @452   7 years jdalbey Enhance unified logger to use a placeholder for revision number if config …
(edit) @448   7 years jdalbey Add CADcomments.log filename to CADserver config properties so Coordinator …
(edit) @446   7 years jdalbey Change unifiedlogger to get revision number from a config file instead of …
(edit) @445   7 years jdalbey Changed restart dialog in CADClientView to a non-modal one to fix #159. …
(edit) @444   7 years jdalbey Update unified logger to add revision number to startup message.
(edit) @443   7 years jdalbey Add unified logger.zip to build.xml.
(edit) @442   7 years jdalbey minor formatting improvements to unified log monitor
(edit) @440   7 years jdalbey Move unified logger to python folder under src. Create a separate web app …
(edit) @435   7 years jdalbey Remove CADlogDisplay.java and put functionality into writeCADlog method of …
(edit) @434   7 years jdalbey LoadEvents?.js modified to show incident start, and full script edited to …
(edit) @432   7 years jdalbey CADlogDisplay updated. jar target added for CADlogDisplay. "Log Entries" …
(edit) @425   7 years jdalbey build.xml updated to include new highway model package. CADlogDisplay …
(edit) @424   7 years jdalbey Station.java removed obsolete toXML method.
(edit) @422   7 years jdalbey Remove ATMS functionality. Reworked and simplified the Highway model to …
(edit) @421   7 years jdalbey Remove ATMS functionality. Reworked and simplified the Highway model to …
(edit) @419   7 years jdalbey update application.properties
(edit) @417   7 years jdalbey Move ATMSrenumber.py to scripts folder
(edit) @416   7 years jdalbey Create new ExportAction?.java for Sim Mgr and a new client, CADlogDisplay …
(edit) @414   7 years jdalbey IncidentViewer?.java: Modify upperCommentBox behavior to conform to new …
(edit) @407   7 years jdalbey Fix for #155 to make simulation time filename configurable.
(edit) @398   7 years jdalbey Fix defect 118, add test case that reveals defect.
(edit) @393   7 years jdalbey Modify webapp revision numbering files.
(edit) @386   7 years jdalbey Updated LoadEvents?.js to parse all event types except CMS_EVALUATION. …
(edit) @384   7 years jdalbey Add a bin folder and scripts for Unix and Windows to launch the simulator …
(edit) @382   7 years jdalbey CADserver.java modified to look for a system property PROP_FILE provided …
(edit) @376   7 years jdalbey Coordinator.java Changed folder where sim elapsed time is written to …
(edit) @366   7 years jdalbey build.xml Add mp3player Jar to CADserver jar.
(edit) @365   7 years jdalbey RevisionNumber?.java, SimulationManagerView?.java : Fix defect #119
(edit) @361   7 years jdalbey modify CADClient AssignedIncidents?.java to fix defect #142. Also fix minor …
(edit) @360   7 years jdalbey add spike ShowUserDir?.java
(edit) @356   7 years jdalbey Coordinator: Modify tick() to output seconds to json file instead of clock …
(edit) @355   7 years jdalbey CADServer.java added additional error messages.
(edit) @353   7 years jdalbey StationComparator?.java added to json output can be ordered by route then …
(edit) @349   7 years jdalbey tmcsim.common package: Added class TimeUtils?.java and moved longtotime() …
(edit) @347   7 years jdalbey Coordinator.java: Enhance tick() method to write current time to a json …
(edit) @346   7 years jdalbey Modify GotoTimeIndexDialog?.java to use TimeSelector? widget.
(edit) @345   7 years jdalbey minor changes to output messages to get unit tests to pass. All passing …
(edit) @343   7 years jdalbey Fix defect #117. Update HighwaysTest?.java for new highway model.
Note: See TracRevisionLog for help on using the revision log.