| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-17 | Add fish show timing | Aaron Perley | 2 | -17/+35 | |
| 2016-10-17 | Merge branch 'timing' | Aaron Perley | 2 | -9/+6 | |
| 2016-10-17 | Sunrise and twinkle timing | Aaron Perley | 2 | -9/+6 | |
| 2016-10-17 | Change omg url & add different depth | liwencTaiwan | 2 | -9/+49 | |
| 2016-10-17 | Merge branch 'master' of https://github.com/rayhogenson/bridge | group1 | 2 | -99/+144 | |
| Conflicts: ShowRunner.py | |||||
| 2016-10-17 | Sunrise changes | group1 | 3 | -10/+10 | |
| 2016-10-17 | Finish twinkle | Aaron Perley | 1 | -31/+46 | |
| 2016-10-16 | Merge branch 'master' into twinkle | Aaron Perley | 4 | -38/+66 | |
| Conflicts: ShowRunner.py | |||||
| 2016-10-16 | Basic twinkle | Aaron Perley | 2 | -101/+131 | |
| 2016-10-16 | Dolphin attempt 2, it almost looks good | group1 | 1 | -3/+3 | |
| 2016-10-16 | Shark | group1 | 1 | -1/+1 | |
| 2016-10-16 | Stingray | group1 | 1 | -1/+1 | |
| 2016-10-16 | Whale | group1 | 1 | -9/+9 | |
| 2016-10-16 | Jellyfish | group1 | 1 | -6/+9 | |
| 2016-10-16 | Eel | group1 | 1 | -7/+12 | |
| 2016-10-16 | Don't crash when it's not a fish | group1 | 1 | -1/+2 | |
| 2016-10-16 | Go faster | group1 | 1 | -13/+30 | |
| 2016-10-16 | Merge branch 'master' of https://github.com/rayhogenson/bridge | group1 | 6 | -87/+312 | |
| Conflicts: fish_show.py | |||||
| 2016-10-16 | Use staticmethod instead of classmethod in by_type | Raymond Hogenson | 1 | -2/+2 | |
| 2016-10-16 | Add __unicode__ to Vector | Raymond Hogenson | 1 | -0/+6 | |
| 2016-10-16 | Improve eel movement | Raymond Hogenson | 2 | -7/+42 | |
| 2016-10-16 | Create new sorts of fish to be displayed | Raymond Hogenson | 2 | -84/+234 | |
| 2016-10-15 | Merge branch 'master' of github.com:rayhogenson/bridge | Raymond Hogenson | 10 | -130/+536 | |
| 2016-10-14 | Add img-disable css and usage | liwencTaiwan | 2 | -2/+32 | |
| The “socket.on(enable/disable image)” haven’t been tested. | |||||
| 2016-10-13 | Package include path fix and add optimization for computing coverage | group1 | 3 | -4/+6 | |
| 2016-10-13 | Modify sunrise show | Aaron Perley | 2 | -39/+92 | |
| 2016-10-13 | Update fish show with increasing depth and fish type handling | Aaron Perley | 3 | -24/+62 | |
| 2016-10-11 | Add pretty webpage | Aaron Perley | 3 | -47/+279 | |
| 2016-10-11 | Add back show testing main function in bridge.py | Aaron Perley | 1 | -0/+9 | |
| 2016-10-11 | Add event passing between webapp and show | Aaron Perley | 8 | -21/+70 | |
| 2016-10-11 | Add support for multiple fish | Aaron Perley | 1 | -11/+10 | |
| 2016-10-10 | Improve sun colors | group1 | 1 | -35/+29 | |
| 2016-10-09 | Choose a random hue when a fish is spawned | group1 | 2 | -1/+4 | |
| 2016-10-09 | Merge branch 'master' of github.com:rayhogenson/bridge | Raymond Hogenson | 5 | -13/+73 | |
| 2016-10-09 | Merge | Raymond Hogenson | 2 | -0/+207 | |
| 2016-10-09 | Realistic small fish movement | group1 | 3 | -24/+41 | |
| 2016-10-09 | Add new fish movement scheme | Raymond Hogenson | 4 | -11/+256 | |
| 2016-10-09 | Refactor bridge, fish show, and sunrise show code | Aaron Perley | 6 | -211/+121 | |
| 2016-10-09 | Update simulator to use pygame instead of tkinter | Aaron Perley | 2 | -34/+23 | |
| 2016-10-09 | Merge branch 'master' of https://github.com/rayhogenson/bridge | group1 | 0 | -0/+0 | |
| 2016-10-09 | Add twinkle | group1 | 11 | -21/+526 | |
| 2016-09-30 | Meeting 2 | Raymond Hogenson | 3 | -21/+63 | |
| 2016-09-27 | Scale the amount to change by the distance | Raymond Hogenson | 1 | -1/+2 | |
| This way it doesn't take too long to get to where we're trying to go, but this might actually make it look worse. The best thing to do here is to experiment with the bridge directly. | |||||
| 2016-09-27 | Fix many syntax errors and typos | Raymond Hogenson | 3 | -10/+27 | |
| 2016-09-27 | Merge branch 'master' of github.com:rayhogenson/bridge | Raymond Hogenson | 4 | -14/+95 | |
| 2016-09-27 | Create .gitignore file | Raymond Hogenson | 1 | -0/+2 | |
| We ignore __pycache__ and *.pyc. | |||||
| 2016-09-27 | Split files and finish render code | Raymond Hogenson | 4 | -74/+107 | |
| Although it is unlikely that this code will actually run, it is split up rather nicely such that it should be maintainable into the future. Right now only one fish is supported, and it moves at some fixed rate across the bridge. This is fine for a demo, but the rendering process will need to be changed significantly before the end. | |||||
| 2016-09-27 | Add bridge simulator and cleanup code | Aaron Perley | 4 | -42/+121 | |
| 2016-09-27 | Fish render | group1 | 1 | -0/+29 | |
| 2016-09-27 | Fix to_RGB and to_HSV functions to actually work | Raymond Hogenson | 1 | -2/+2 | |
