Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 92 (100.0%) | 2390 (100.0%) | 25.9 |
EffectiveOO-F07/src/eoop07/weather/ | 78 (84.8%) | 1822 (76.2%) | 23.3 |
EffectiveOO-F07/src/eoop07/renderer/ | 1 (1.1%) | 478 (20.0%) | 478.0 |
EffectiveOO-F07/src/eoop07/scripting/ | 3 (3.3%) | 50 (2.1%) | 16.6 |
EffectiveOO-F07/src/eoop07/ | 9 (9.8%) | 36 (1.5%) | 4.0 |
EffectiveOO-F07/src/eoop07/geometry/ | 1 (1.1%) | 4 (0.2%) | 4.0 |
Uncommented Rain (gasp!)
It now snows at higher altitudes
48 lines of code changed in:
Changed look and feel (well not so much the feel of lag)
2 lines of code changed in:
Added comments
28 lines of code changed in:
Added a Weather Interpreter
can dynamically change weather using 'setweather'
Also added a secret...
56 lines of code changed in:
Added density value to rain
16 lines of code changed in:
Added comments
31 lines of code changed in:
Added the weather corner to World
Minor changes to Lightning
Rain now follows player
97 lines of code changed in:
It now rains
28 lines of code changed in:
Minor changes
7 lines of code changed in:
Rewrote LightManager to fade to new light level
96 lines of code changed in:
Light Manager implemented
Added methods to renderpanel to allow setAmbientLight() and setDirectionalLight()
518 lines of code changed in:
Minor fixes
5 lines of code changed in:
Lightning Handler is now a singleton
Added a RainManager object that should create a new rain instance on weather state change
106 lines of code changed in:
Added getList
11 lines of code changed in:
fixed Forecast singleton
7 lines of code changed in:
Forecast instance added to world
7 lines of code changed in:
Significant Update.
*Forecast class implemented. It is a singleton static world object that changes the weather every so updates. When the weather is changed it calls the changedState method on all objects in its list. All weather objects need to implement the Weather interface and add themselves to the forecast list by getting the Forecast instance if they wish to be informed of weather changes.
*Lightning handler updated to do the above
*Lightning now animates
*Upgraded droplet to rain
298 lines of code changed in:
No comment.
94 lines of code changed in:
Fixed Lightning to not recreate the graphic rep at each update
Droplet class now drops on update
141 lines of code changed in:
*** empty log message ***
0 lines of code changed in:
(12 more)