Commit Graph

35 Commits

Author SHA1 Message Date
ab10fcdf02 Reset simulation feature added. 2018-03-25 18:45:28 +02:00
c51f34c888 Fully functional simulation.
I still need to add the restart feature.
2018-03-25 18:43:06 +02:00
85435fef8d Added help information. 2018-03-25 18:24:39 +02:00
8e10be3ea9 Forgot to update x and y variables. 2018-03-25 18:02:09 +02:00
b41719855a Set ship turning correctly. 2018-03-25 17:57:37 +02:00
008ec2bd72 Added keyboard event source. 2018-03-25 17:57:21 +02:00
88f3a5f1a5 Added malfunctioning ship.
Currently it doesn't seem to be detecting the key preses.
2018-03-25 17:47:31 +02:00
80113d51ff Remove global variables.
Global variables are overall bad practice.
2018-03-25 17:14:44 +02:00
0faa83c162 Remove help and info from key list. 2018-03-25 17:04:14 +02:00
4dc7fbbf04 Create a ship object. 2018-03-25 16:59:03 +02:00
a1406c4506 Included debug information. 2018-03-25 16:44:09 +02:00
86159b0b69 Initialize the primitives addon. 2018-03-25 16:42:00 +02:00
fa9a35444b Invalid keycodes also return 0 (but print a msg in DEBUG). 2018-03-25 15:34:53 +02:00
d871bcec41 Implemented key_is_down() function. 2018-03-25 15:29:48 +02:00
ea4f4a97b6 Keyboard input added. 2018-03-25 15:22:43 +02:00
d57da20ec7 Created an event manager. 2018-03-25 14:53:40 +02:00
768f80a362 Create a display. 2018-03-25 14:27:10 +02:00
1cdd5964f0 First steps. 2018-03-25 12:08:19 +02:00
a54d54d993 Use floats for less precision (we don't need doubles). 2016-09-18 16:17:34 +02:00
83e84ba74c Moved Windows class inside the SpaceShipSim class (for file simplicity). 2014-10-10 11:48:32 -05:00
07a36e01e4 Added some getter/setter methods. 2014-10-01 12:10:05 -05:00
a8303ba13c Removed '+' from the 'About' page. 2014-09-22 08:31:29 -05:00
b78d4eef85 Removed some commented lines. 2014-05-31 17:42:09 -05:00
a05307f38a Set version variable to prepare for the next version (I tend to forget that kind of stuff). 2014-05-28 10:15:20 -05:00
84dd04008f Added shortcut to reset. 2014-05-28 09:56:12 -05:00
574c562299 There is now a Window that opens to display information, and various new menu
items. There is also a shortcut to quit the application.
2014-05-28 09:38:05 -05:00
9f232d9e46 Added more menu items to the help menu that still don't work. It'll need some work. 2014-05-27 20:53:29 -05:00
390a1460f2 Added STUFF comments since I do not like blank spaces. 2014-05-27 20:45:42 -05:00
b0360f7308 Added new not-finished class for About window. 2014-05-27 20:43:58 -05:00
f6cfb9c0bc Added a Reset button, and a not working About button. 2014-05-27 20:43:11 -05:00
d7911b01c5 KeyListener fixed! 2014-05-27 19:21:17 -05:00
a511027e16 Got the menus working, now the KeyListener needs to be fixed. 2014-05-27 17:05:04 -05:00
2cc5153497 Added FIXME to corresponding section. 2014-05-27 08:21:20 -05:00
e19278dfec Trying to create menu bar. 2014-05-27 08:15:09 -05:00
a5459143f6 Added source files. 2014-05-26 16:04:54 -05:00