ELEC2645 (2018/19) / Mbed 2 deprecated el17aio

Dependencies:   mbed

Revisions of RosenEngine/RosenEngine.cpp

Revision Date Message Actions
49:aa204bf7ee2e 2019-05-09 Documentation test File  Diff  Annotate
45:fe5fc85a5c73 2019-05-09 Documentation Test 2 File  Diff  Annotate
44:a6a361bea806 2019-05-08 Add Enum SHIP to make selecting ships easier. started documentation File  Diff  Annotate
43:500b8cff3715 2019-05-08 Test Documentation File  Diff  Annotate
42:ee13e1d103d8 2019-05-08 Change the way Lcd and Gamepad libraries are accessed for ease of documentation File  Diff  Annotate
41:e1fa36c0492e 2019-05-08 Increased lore and cleaned code in preparation for documentation File  Diff  Annotate
40:90c7a893d513 2019-05-07 Add Orion ship weapons ; Gives a weapon that tracks the movements of enemy ship to the Orion File  Diff  Annotate
39:7824f9080f59 2019-05-06 Add Lore, enemy scaling, multiple seekers. improves shooter movement.; the new class lore will be used to print most of the text for the game. File  Diff  Annotate
38:4571537238ed 2019-05-05 *Add missions to game File  Diff  Annotate
37:8d8c8cce0bc7 2019-05-04 Add random enemy spawning.; made a new function rand_no which uses the ctime library to seed srand() and generate random numbers which are used to set initial and reset positions of enemies. File  Diff  Annotate
36:c25417f0d150 2019-05-03 Add health to enemies.; enemies no longer die in a single hit and now have health like the player which like the players health is handled in the health folder. Also fixed issue where game would run in menu background. File  Diff  Annotate
35:3341f2bd0408 2019-05-03 Fix all collision issues; ; Collision was formerly done in separately for each case now two dedicated function will be used to check if two sprites collided File  Diff  Annotate
34:6d0786582d81 2019-04-30 Changed declaration of _shooter1_pos File  Diff  Annotate
33:7a814c874c57 2019-04-20 started working on ship to shooter collision File  Diff  Annotate
32:098fbc1222cd 2019-04-20 * created collision for shooter missle and ship File  Diff  Annotate
31:c7bd3ed16840 2019-04-20 Added more complex shooter movement File  Diff  Annotate
30:711d722f3cef 2019-04-19 * still incorporating shooter File  Diff  Annotate
29:4c7b16b5b6df 2019-04-19 fixed alarm issue File  Diff  Annotate
28:6319e928f0aa 2019-04-18 * added warning sirens when health falls below threshold; * added new enemy shooter File  Diff  Annotate
27:f99249e727fd 2019-04-18 change the way shields go down File  Diff  Annotate
26:a53d41adf40b 2019-04-18 Changed the way collision functions work to now return a true or false value depending on if the collision occurred.; File  Diff  Annotate
25:faba9eb44514 2019-04-18 * All current weapon systems working; * Started working on new ship orion File  Diff  Annotate
24:ab821bfeb383 2019-04-14 added imperion lazer - seeker collision File  Diff  Annotate
23:0301effce801 2019-04-14 fixed imperion firing File  Diff  Annotate
22:8cad70085883 2019-04-14 without changes to imperions firing File  Diff  Annotate
21:628fb703188f 2019-04-14 collision fully working between seeker and ship. changed _xcursor to shipno for clarity File  Diff  Annotate
20:5b4b3bf5795c 2019-04-14 Gotten collision between ship and seeker to work File  Diff  Annotate
19:3316dba9787e 2019-04-13 Have started trying to use arrays to implement collisions File  Diff  Annotate
18:2cc6898de6b2 2019-04-13 Began working on collision particularly between seeker ships and players ship File  Diff  Annotate
17:e65a9f981834 2019-04-13 Added a health bar to the ship File  Diff  Annotate
15:009ccc07bb57 2019-04-11 Added an enemy : seeker File  Diff  Annotate
14:88ca5b1a111a 2019-04-10 * made changes to imperions' weapons by adding delays; File  Diff  Annotate
13:e114d362186d 2019-04-10 Can now switch ships and border if fixed; File  Diff  Annotate
12:47578eb9ea73 2019-04-10 Can now flip between ships in menu File  Diff  Annotate
11:73cd744ffa80 2019-04-09 Starting to add new ship imperion File  Diff  Annotate
10:c33d7593a275 2019-04-09 Fixed issue with menu can now select from multiple options; File  Diff  Annotate
9:241a1a7d8527 2019-04-09 Had to work on this in another folder as this one got corrupted for some reason but it works once the name is changed so will work on it with name changed. New features include Menu class and Weapons class File  Diff  Annotate
8:87a845b8575e 2019-03-12 Started using RosenEngine to draw ship in main function File  Diff  Annotate
7:ed5870cfb3e0 2019-03-05 Have started to integrate ship with RosenEngine File  Diff  Annotate
5:bb6edc5b5be3 2019-03-05 Accidentally saved it to 2645_sprite_motion last time. Also changes it a bit the init function now needs to have values inputted to i think the best course of action would be to create a menu folder to handle the different ships and the title screen File  Diff  Annotate
4:740e14ebbc97 2019-03-04 Scraped alot of last changes started adding classes and functions from scratch; ; File  Diff  Annotate
3:f9cd1a38d5c6 2019-03-02 Added in a title card File  Diff  Annotate
2:66a4e5d7a7cd 2019-02-27 started working on bringing the lose code i have from other files into the project. 1st one being sprite_motion File  Diff  Annotate