0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rollback v 0.5 changes More... almost 13 years ago
Add 0.5 Features (DSL) More... almost 13 years ago
Added some new to-do items. Duh. More... over 18 years ago
Prepared for 0.4 release. More... over 18 years ago
Moved ExeptionDialog into org.intranet.ui to make it generally available to the UI. Updated constructor for ExceptionDialog so the public method takes a Window instead of a Frame or Dialog. Catch exception in InputPanel when applying parameters. Catch exception in MultipleSimulationArea.startSimulation when Simulator is initialized. More... over 18 years ago
Improved the exception message when a Person moves into a Location that is at capacity. More... over 18 years ago
Added getCapacity to Location. More... over 18 years ago
Implemented the ability to average results over a single multi-value parameter. Files changed included MultipleSimulationArea.java, ResultsGrid.java, ResultsSelection.java, ValueSelector.java. Added AverageNumber.java. More... over 18 years ago
Changed ResultsCheck.java to make a test run in seconds instead of hours. More... over 18 years ago
Changed CarEntrance.chooseSomeoneFromList to also check door state when determining if the door is available. Moved waitToEnterDoor() from leaveCar to waitToEnterDoor in Person to prevent a Person from entering the car before the doors have fully opened. This also ensures that people leave the car before others get on. Changed Person.tryToEnterCar to check all entrances and to check both that the door is obstructed and that people may be waiting before deciding to push the button again. This solves an issue with buttons being pressed when a car has already arrived and is exchanging passengers. More... over 18 years ago
Added waitToEnterDoor to CarEntrance. This may eventually be the main mechanism for specifying the order of who enters and exits the car. More... over 18 years ago
Added animation of person entering and leaving a car. More... over 18 years ago
Added javadoc. More... over 18 years ago
Removed circularity between CarRequestPanel and CarEntrance. More... over 18 years ago
Avoid concurrent update of listener list by cloning the list during notification. Add SOON comments. More... almost 19 years ago
Fix a javadoc comment (return type changed to void, need to remove @return) More... almost 19 years ago
Refactored Person to enter any car that is open, unobstructed, and not at capacity. Percolated knowledge of CarEntrance to CarRequestPanel for arrivedUp and arrivedDown methods. More... almost 19 years ago
Minor SOON added. More... almost 19 years ago
Implemented sensorObstructed() in CarEntrance and updated Door.open() to work correctly when transitioning from CLOSING. Added toString() to DoorSensor.State. Updated Person to continue waiting if he can't enter the Car immediately. More... almost 19 years ago
Optmiize import. More... almost 19 years ago
Updated HTML in Car, Door, DoorSensor, MovableLocation, and Person to be well formed XHTML. More... almost 19 years ago
Upgraded TODO in ResultsSelection to SOON. More... almost 19 years ago
Remove author attributes for javadocs so our names don't show up everywhere on the internet. More... almost 19 years ago
Move the responsibility for closing doors from the Door to the CarEntrance in coordination with the DoorSensor. Added simple code for People to trigger DoorSensors. More... almost 19 years ago
Add state documentation to DoorSensor. More... almost 19 years ago
Add state documentation to Person, Door, MovableLocation, and Car. More... almost 19 years ago
Add a javadoc target to build.xml More... almost 19 years ago
Cleaned up a TODO More... almost 19 years ago
Updated ChangeDirectionTest to account for new parameters in RandomElevatorSimulator. Updated ResultsCheck so that testRandomElevatorSimulator runs successfully and also faster. Changed the error output in MovableLocation to use System.err instead of System.out. More... almost 19 years ago
Add and remove some TODO items. More... almost 19 years ago