[root]/cdx/scorebot/app/scorecompiler
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
dound | 50 (100.0%) | 1344 (100.0%) | 26.8 |
Fixed menu menmoics and disappearing help menu problem.
Changed reporting template's version to 1.01.
Added web to CVS.
4 lines of code changed in:
Now notes how many files are to be compiled when logging.
5 lines of code changed in:
Added shortcuts in the Help menu on all GUIs to launch the changelog.htm file and the user's manual. A more informative about dialog was also created.
12 lines of code changed in:
The log files are now output to the team's base folder.
3 lines of code changed in:
Add mnemonics and accellerators.
7 lines of code changed in:
New max loss/gain terminology introduced.
4 lines of code changed in:
Added missing keywords
3 lines of code changed in:
Added the ability to refresh from the file system. Also, created the remove selected item functionality.
12 lines of code changed in:
moved gui icon to icons folder
3 lines of code changed in:
Bug fix (1688113): the score compiler was crashing because it wasn't finding any test events to compile. This is now handled smoothly (e.g. without crashing).
10 lines of code changed in:
Added the scorebot icon to all GUIs.
3 lines of code changed in:
Errors are now distinguished between fatal and non-fatal errors. Also, the Score Compiler GUI now also distinguishes between I/O errors resulting from reading in test events and those resulting from writing score events.
22 lines of code changed in:
filename is now a private field in FileMenuFrame vice protected. get/setFilename methods have been added. The setFilename methods also updates the title. FileMenuFrame now overrides setTitle and just makes that a "base title." The file currently open is concantenated with the base file to form the actual JFrame title.
5 lines of code changed in:
Owner now referred to as Team.
4 lines of code changed in:
Bug Fix: progressBar was being used when null
3 lines of code changed in:
overrided exit methods now call their parent after doing their work
2 lines of code changed in:
GUIs now have "Scorebot" vice "ScoreBot" in their frame captions. Settings file are now located in the "settings" folder.
5 lines of code changed in:
GUIs no longer automatically close on exit so that the "cancel" and other buttons on the "do you want to save changes" dialog can work.
4 lines of code changed in:
Added method to load the most recelty used file easily.
3 lines of code changed in:
Expanded the scoring language so that type can now be determined at (and is now validated at) runtime.
4 lines of code changed in:
(20 more)