| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 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 | |
| 2016-09-27 | Use python 2 super | Raymond Hogenson | 1 | -2/+2 | |
| 2016-09-27 | Move color vectors into separate file | Raymond Hogenson | 2 | -61/+91 | |
| RGB vector has additionally been added, and color mixing happens in RGB. | |||||
| 2016-09-27 | Modify lights to select a random color | Raymond Hogenson | 1 | -29/+87 | |
| They should choose a random color in the correct interval and transition gradually to it, however this code is currently untested. | |||||
| 2016-09-27 | Merge branch 'master' of https://github.com/rayhogenson/bridge | group1 | 0 | -0/+0 | |
| 2016-09-27 | Updates from first test | group1 | 1 | -6/+27 | |
| 2016-09-18 | Add script from first meeting | Raymond Hogenson | 1 | -0/+80 | |
| The script kind of strobes the lights gently and the parameters are configurable with global variables. Right now, the only color used is blue. | |||||
| 2016-09-18 | Create initial demo which should gently flash | group1 | 1 | -0/+59 | |
