ELEC2645 (2018/19) / Mbed 2 deprecated el17cd

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
46:824ec81ff578 2019-05-08 el17cd Potentiometer now changes screen contrast for use on other devices.; Final Submission.; I have read and agreed with the Statement of Academic Integrity. default tip
45:6eb1a18019d0 2019-05-07 el17cd Final Submission. I have read and agreed with the Statement of Academic Integrity
44:679835a8fc6e 2019-05-07 el17cd Final publish;
43:5600897a7442 2019-05-07 el17cd Added more detailed descriptions of structs;
42:50dfe444800e 2019-05-07 el17cd Removed code example as it was causing documentation errors
41:733f1b23e611 2019-05-07 el17cd menuselection struct was still not displaying
40:065f0e4d6652 2019-05-07 el17cd Documented structs were not displayed correctly
39:41dcf1604fdf 2019-05-07 el17cd Added doxygen code example for structs
38:cc5461dd0369 2019-04-29 el17cd Fixed order of descriptions in Game.h
37:524b91130885 2019-04-29 el17cd Improved class descriptions
36:6fbafc8bed80 2019-04-29 el17cd Ensured all doxygen descriptions are above function declarations
35:fe3956825bd8 2019-04-29 el17cd removed breif comment in wrong areas
34:5cb9b4d01f5c 2019-04-29 el17cd Removed @ before brief causing descriptions to be in the wrong order
33:02c5048b3b3f 2019-04-29 el17cd First publish
32:9c250eda7f3f 2019-04-05 el17cd Removed unnecessary includes in .h files
31:e681177037ef 2019-04-05 el17cd Changed Rasturizer.cpp and Rasturizer.h to Renderer.cpp and Renderer.h, documented Renderer class
30:91038c2afec7 2019-04-05 el17cd Added highscore saving to sd card
29:4a02f0bae202 2019-04-04 el17cd added high score printing, sd card library not working
28:f8ff7c8c1627 2019-04-04 el17cd Updated Game.h documentation
27:e46af658c67a 2019-04-04 el17cd Added interactive help menu and imported sd card library;
26:8a85aede976d 2019-04-04 el17cd Fixed bouncing issue with d pad buttons, implemented input processor function
25:3995271e411c 2019-04-03 el17cd amended cube.cpp and documented cube.h
24:4e8bdcb74266 2019-04-03 el17cd Documented Face class
23:eb50ab95bb53 2019-04-03 el17cd Doxygen reported Game.h, amended coding style in Game.cpp
22:236319885874 2019-04-03 el17cd Game now runs at a target fps of 60
21:6b5d2d75e083 2019-04-02 el17cd Fixed crashing caused by timer/ticker, faces only render when on screen (big performance boost), 18 cubes now in game
20:3ca430241df0 2019-04-01 el17cd Made renderer sort all faces by z axis and draw instead of being done in game class
19:ec4cb22accb0 2019-04-01 el17cd Faces are no longer drawn when off screen
18:8256546a3cbf 2019-03-31 el17cd Created home menu, not linked help or quit yet
17:3c9672c6e532 2019-03-31 el17cd changed from double precision to single (massive performance gain!)
16:64cd7bc094f9 2019-03-31 el17cd added death screen with restart and menu options and 3d cube selector
15:8fbbdefbe720 2019-03-31 el17cd Created game class
14:885915260e25 2019-03-31 el17cd Added score and ensured players cannot hold left/right and win (at current; speed)
13:f4de03202477 2019-03-24 el17cd Fill algorithm in working condition, massive impact on performance
12:b69657862610 2019-03-24 el17cd Fill algorithm now works in 3 dimensions
11:2cd6341136ca 2019-03-24 el17cd added horizon, rotating field of view when moving and collision detection
10:07a23afd5088 2019-03-19 el17cd painters algorithm working (without rotation) implemented concept cube runner
9:5915fc800824 2019-03-19 el17cd Painters algorithm attempt;
8:a667bc5050c1 2019-02-26 el17cd added prototype asteroid idea;
7:15543cb10a14 2019-02-23 el17cd Working rotation in y axis!!!!!
6:75031d14fc0d 2019-02-23 el17cd Translation of cubes working;
5:54d3b36fec2c 2019-02-22 el17cd Added X rotation of cubes, z axis not functioning yet
4:759a5c34e239 2019-02-22 el17cd Cube Class implemented, when instantiated it created 12 vertices and 6 faces
3:2e31dfcb712a 2019-02-22 el17cd Rasteriser now working with lcd
2:a5bc7b3779f7 2019-02-22 el17cd Working but getting Empty Execution region description for region RW_IRAM1 compiler error when adding lcd in rasteriser;
1:044238f7bdda 2019-02-22 el17cd Face class implemented, creating rasturizator class
0:efb5eec6b8ea 2019-02-22 el17cd Initial Commit