Subversion Repositories programming

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
354 7050 d 7 h ira /school/cs480/elevator/ Add copyright data  
351 7057 d 1 h ira /school/cs480/elevator/ Crash fix.
Add elevator number and floor to button request dialog.
 
350 7057 d 2 h ira /school/cs480/elevator/ Small Cleanups  
349 7057 d 6 h ira /school/cs480/elevator/ Move elevator_window_main.cc to main.cc which is more descriptive.  
348 7057 d 6 h ira /school/cs480/elevator/ Misc Cleanups.  
347 7057 d 7 h ira /school/cs480/elevator/ Add dynamic gui generation code.  
346 7057 d 7 h ira /school/cs480/elevator/ Get set up for dynamic gui generation. Add fixmes.  
345 7057 d 9 h ira /school/cs480/elevator/ Add more info to dialog. Add FIXME's.  
344 7057 d 22 h ira /school/cs480/elevator/ Fix all threading issues by switching to a Glib::Dispatcher and
using a single thread for the gui.

Misc Bugfixes.
 
342 7058 d 19 h ira /school/cs480/elevator/ Remove obsolete code  
341 7058 d 20 h ira /school/cs480/elevator/ Fix Makefile  
340 7058 d 20 h ira /school/cs480/elevator/ GUI. Tons of cleanups  
339 7059 d 2 h ira /school/cs480/elevator/ Remove old code. Add asserts.  
338 7061 d 9 h ira /school/cs480/elevator/ Add copyright information.  
337 7061 d 10 h ira /school/cs480/elevator/ Add asserts to the Elevator class.  
336 7061 d 10 h ira /school/cs480/elevator/ Remove extraneous comment.
Add asserts.
 
335 7061 d 11 h ira /school/cs480/elevator/ Use bounds-checked access on vector stop_at_floors.
Drastically simplify Controller::find_closest_elevator() and
make it actually work.
 
334 7061 d 21 h ira /school/cs480/elevator/ All floors are now indexed by 0.
Floors are now in the range [0,num_floors-1] instead of [1,num_floors].
Switch to bounds-checked vector indexing.
Make the elevator vector take Elevator* not Elevator, since we weren't
constructing them properly.
Fix Controller::find_closest_elevator().
 
332 7062 d 0 h ira /school/cs480/elevator/ Add QUIET support to Makefile and related classes.
Fix usage of std::vector in constructors.
Add direction support to Controller::request_elevator().
 
331 7064 d 22 h ira /school/cs480/elevator/ Add the link between Controller and Elevator.
Add functions to Controller to start and stop elevators.
Rename Elevator's thread_exit() function to thread_stop().
Make Elevators pause and ask for buttons when they stop at a floor.
 

Show All