1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Generate reasonable AST trees from the call file grammar. More... over 17 years ago
Implement token filter, fix typo in call list; basic parser is working now. More... over 17 years ago
Working lexer. Still need a token filter to turn the INITIAL_WS tokens into INDENT/DEDENT tokens. More... over 17 years ago
Add some more experiments; comment the whole mess out so Eclipse is not unhappy. More... over 17 years ago
Quiet Eclipse import warning. More... over 17 years ago
Add some more notes. More... over 17 years ago
Start the call list parser. (The lexer is still bogus, but the parser is pretty much there.) More... over 17 years ago
Add the beginnings of a call list. More... over 17 years ago
Implement better camera tracking: use acceleration profile to smoothly move from the point last commanded by the user to the camera target. Use SdrGame's timer class so that the slew rate is not tempo or frame-rate dependent. More... over 17 years ago
Add javadoc locations for most of the libraries. More... over 17 years ago
Allow Eclipse to clean up imports. More... over 17 years ago
Remove unused 'test' libraries. More... over 17 years ago
Reformat with 4-space indents; tell eclipse that tabs are 8 spaces and not to use them. More... over 17 years ago
Split off a net.cscott.sdr.App class, which will contain the 'real' startup code for the game. Move some initialization stuff from SdrGame.main() into the SdrGame constructor. More... over 17 years ago
Add a serialization version ID, which Eclipse warns we are missing. More... over 17 years ago
Fix Eclipse errors/warning in source files. More... over 17 years ago
Make ant and eclipse agree about the location of built classes: in bin/. More... over 17 years ago
Add 'centers/ends' selectors to voice recognition grammar. More... over 17 years ago
Add Apache Commons 'lang' library to lib/ and classpath; this is used by some of the stuff in net.cscott.sdr.calls. More... over 17 years ago
Add a method to get time in beats. More... over 17 years ago
Rename SdrGame to SdrBaseGame; copy JmeDemo to SdrGame -- this is now the 'real' main class. More... over 17 years ago
Add a LongFraction class, similar to Fraction but using 'long' for the numerator and denominator. More... over 17 years ago
More notes. More... over 17 years ago
Find & fix an extremely annoying bug which caused the boy checkers (but only the boy checkers) to render all wrong. =( It turns out that Camera.setFrame was not copying its input parameters, and as a result I was horking the system UNIT_Y vector. Sigh. More... over 17 years ago
Add Eclipse magic. More... over 17 years ago
Fix Eclipse warnings. More... over 17 years ago
Check in our own 'SimpleGame' class that inherits from FixedFramerateGame. More... over 17 years ago
Notes about MIDI sequencing. More... over 17 years ago
Add a bunch of new notes. More... over 17 years ago
Miscellaneous notes. More... over 17 years ago