// file: VersionHistory.txt /****************************************************************** Time Trial Harry Wolfson - www.wolfpup.org Version 0.2.0b - 16 May 2001 ============================= TOC - Version History - Bug List - To Do List ============================= Version History v0.2.0b: 16 May 2001 Results from previous races are stored & can be viewed. Palm Clock can be "synced" with external watch. RaceResults list is sorted and shows placing. v0.1.1b: 10 May 2001 fixed crash on RacerDelete - wrong Alert Resource number v0.1b: 10 May 2001 First (Private) Release Happy Birthday! ============================= Bug List * StartOrder in Pref is non-functional ("First Come" order only) * StartLine form screws up if Palm shut off or changes screen - draw routine does not redraw current starter - current starter is not dynamically calculated FIXED 5/16/01 * Save results by "RaceEvent" (date + event name) - requires multiple db's 5/15/01 * DrawTime no longer draws during active menu 5/14/01 * Added SetPalmClock form to sync to external wristwatch - accurate only to +/- 1 sec, oh well. 5/13/01 * RaceResults form now correctly sorts finishers by place. * RaceResults form now lists correct place. * RaceDistance field in Pref now allows SetText with floatString. ============================= To Do List Code Improvements / Optimizations: * Conduit to desktop * Be able to change StartTime AFTER Registration (button) * Allow clock sync btw two Palms by beaming (menu) ... * make StartLine buttons functional {OnTime, MvTo End, DNS} * replace loop for final CountDown in StartLine (better timing) * fix compiler complaint of ptr conversion in UnPackRacerInfo() * "Cancel" on unedited NewRacer dialog should NOT ask if OkToDelete UI Improvements: * Better, more reliable UI for FinishLine * RacerRegistration should allow lookup of previous racers * Short name display RacerEntry, StartLine, FinishLine, RaceResults * Replace List with Table in FinishLine form - better spacing of record fields (horiz & vert) * Replace List with Table in StartLine form * Clean up display of RaceResults form (table?) ... * new logo in GetInfo box ************************************************************************/ // __END__