Difference between revisions of "GravityWave/Versions"
Jump to navigation
Jump to search
J Litewski (talk | contribs) (Added some random thoughts) |
J Litewski (talk | contribs) m (added navbox) |
||
Line 1: | Line 1: | ||
+ | {{Navbox small | ||
+ | | title = GravityWave pages | ||
+ | | parent = GravityWave | ||
+ | | page1 = Versions | ||
+ | | page2 = Code | ||
+ | | page3 = Tests | ||
+ | }} | ||
==Version History== | ==Version History== | ||
alpha3 - (development) | alpha3 - (development) |
Revision as of 20:25, 14 June 2009
- GravityWave pages:
- GravityWave - Versions - Code - Tests
Version History
alpha3 - (development)
- Cleaned up and Expanded 2D Segmentation
- Added in Saving/Loading of 2D Segmented Array
- Updated and refined the EnemyWave class
- Removed old test code
alpha2 - (current stable)
- Massive WaveSurfing improvements over alpha1
- Includes a roughly put together 2D Segmented Array
- Moved some functions to Hh2_Utils.java
alpha1
- The Start of GravityWave (see BasicSurfer)
Random Thoughts
Future Position
I would like to use the Future Position in GravityWave, but I haven't figured out how to use it correctly yet. I'm thinking I'm going to need to hack it in (even though I'm still removing the hacks in alpha2 and implementing the correct ways), but if I can modify the predictor already in place with the Future Position, that would be a lot easier.