Commit Graph

  • 76f307541b Merge branch 'fps' into 'master' master Moris Krajnc 2020-07-16 10:59:20 +0200
  • be9838af5c cleaned code Moris Krajnc 2020-07-16 10:58:01 +0200
  • 37ab165bfc test for performance added FPS counter Patrick Tschuchnig 2020-07-16 08:22:56 +0200
  • 257c109f9f Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-10-29 16:27:41 +0100
  • af7277db5f Merge branch 'master' of git.wolfsberg.local:philipp.clima/heisser_draht Raphael 2019-10-29 16:21:01 +0100
  • 3830e47103 changed colours Raphael 2019-10-29 16:20:35 +0100
  • b733da947b Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-10-29 16:03:41 +0100
  • 291eb7b746 Merge branch 'sound' into 'master' Patrick Tschuchnig 2019-10-29 15:58:31 +0100
  • fd577157ba Sound geändert und draw borders Raphael 2019-10-29 15:54:18 +0100
  • 70fb1acc64 Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-10-29 13:35:35 +0100
  • c3e1af432a bild verkleinert, positionen angepasst Raphael 2019-10-29 13:33:47 +0100
  • 7570a03880 Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-10-29 11:57:15 +0100
  • 531f166580 bg geändert, borders abgeschalten, highscore platzierung verschoben Raphael 2019-10-29 11:53:15 +0100
  • 2ba3cbc1f4 Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-10-29 10:14:53 +0100
  • d440d24309 Merge branch 'bg' into 'master' Patrick Tschuchnig 2019-10-29 10:11:37 +0100
  • 4467f1db26 backgrounde eingefügt Raphael 2019-10-29 10:08:07 +0100
  • 6c516b35d9 changed metallic logo, minor spelling mistakes fixed Patrick Tschuchnig 2019-09-23 14:27:43 +0200
  • 3fdfa3286b Merge branch 'master' of http://git.wolfsberg.local/philipp.clima/heisser_draht Patrick Tschuchnig 2019-09-19 13:53:13 +0200
  • 97bbaba5ba renamed 2 functions, their names were swapped. inserted the metallic logo Patrick Tschuchnig 2019-09-19 13:51:58 +0200
  • f617226879 changed the default logic for the buttons and contact pins to inverted - default high. changed circuit and circuit diagrams to accomodate for that. Patrick Tschuchnig 2019-09-19 08:58:21 +0200
  • 2baa5e4e7b added sound effects, changed screen resolution setup to be detection based rather than manually entered Patrick Tschuchnig 2019-09-19 08:08:18 +0200
  • d5d79416e3 added sound effects. more cleanup. removed toggle fullscreen function (unused). added more documentation Patrick Tschuchnig 2019-09-17 08:19:24 +0200
  • 12ceaa7265 fixed missing input declaration Patrick Tschuchnig 2019-09-13 12:15:30 +0200
  • 6f69b471e5 added next major revision with cleanups and documentation Patrick Tschuchnig 2019-09-13 08:18:54 +0200
  • 5e2ecbc98f more fixes Patrick Tschuchnig 2019-09-12 09:02:51 +0200
  • 0fb43994fd more fixes Patrick Tschuchnig 2019-09-12 09:01:40 +0200
  • c40f8e3128 more fixes Patrick Tschuchnig 2019-09-12 09:00:05 +0200
  • d1a3a2b35d more fixes Patrick Tschuchnig 2019-09-12 08:58:36 +0200
  • 3651b6fb70 somehow this didnt work Patrick Tschuchnig 2019-09-12 08:56:29 +0200
  • 953a2836dc im too dumb to understand = and == Patrick Tschuchnig 2019-09-12 08:52:37 +0200
  • c703f25311 disabled blinking Patrick Tschuchnig 2019-09-12 08:51:36 +0200
  • c0d75a69f8 changed led blinking to default off, removed the handler to update the pwm per default, and made a toggle to switch it back on Patrick Tschuchnig 2019-09-12 08:50:40 +0200
  • 35416a2c28 fixed missing global assignment Patrick Tschuchnig 2019-09-12 08:21:33 +0200
  • 4cada0a593 trying to reduce flicker due to pwm switching Patrick Tschuchnig 2019-09-12 08:20:20 +0200
  • dc1bc6fe7b changed led handler and blinking mechanics Patrick Tschuchnig 2019-09-12 08:11:03 +0200
  • d64b0858fc completely disabled led handler, also the name input box keeps being at the wrong place :x Patrick Tschuchnig 2019-09-11 16:37:09 +0200
  • e3af1a7f50 progress on the LED blinking handler Patrick Tschuchnig 2019-09-11 16:34:32 +0200
  • dc9497ab6b trying a new way of controlling the LED strips Patrick Tschuchnig 2019-09-11 15:01:29 +0200
  • 003ccce40f changed the way the drawing for the name entry works Patrick Tschuchnig 2019-09-11 14:24:18 +0200
  • bd9ecde8b0 changed the way the border and logo is drawn to be on every screen Patrick Tschuchnig 2019-09-11 14:16:42 +0200
  • 8afb7765a5 changed flipping to be done at the end of the game routine Patrick Tschuchnig 2019-09-11 13:36:08 +0200
  • a337c279f7 minor cleanup, added placeholders, changed when the border is drawn Patrick Tschuchnig 2019-09-11 13:33:02 +0200
  • ad94b1b601 cleaned up the game states to be a 2 bit system with game running and game ending states. Patrick Tschuchnig 2019-09-11 13:08:12 +0200
  • 84a6e58ba3 fixed a bug where starting the game while displaying the end screen was allowed, causing an undefined state in the engine and softlocking the player. now causing an inhibit state to block the start pin and also only allow checking for the game start if the game is not currently ending Patrick Tschuchnig 2019-09-11 12:02:41 +0200
  • 60f0545878 changed a stupid behaviour that allowed a backspace to be entered as the first char of a name Patrick Tschuchnig 2019-09-11 11:45:29 +0200
  • b42813cf75 changed when the game stopped routine is being called, as it was called while the game was in ending state, which wasnt intended Patrick Tschuchnig 2019-09-11 11:40:53 +0200
  • 7e67391678 changed the game start timer to be a one-shot in the game_ending routine. changed a spelling mistake in variable declaration. Patrick Tschuchnig 2019-09-11 11:27:43 +0200
  • 72a08a23b6 changed timing system for the game\'s end to be tick based Patrick Tschuchnig 2019-09-11 11:14:59 +0200
  • 48df332b32 changed timings, changed a problem with the game restarting, changed logic for game start to be for a closing button, changed pin for errors to be 33 (pull up) Patrick Tschuchnig 2019-09-11 10:57:16 +0200
  • 9e2086611c fixed incorrect variable name Patrick Tschuchnig 2019-09-11 10:05:22 +0200
  • 22208f9cf7 added general pinout info at the top, changed the start pin to have an inhibitor latch Patrick Tschuchnig 2019-09-11 10:03:24 +0200
  • 9eda20c47d fixed uninitialised var for previous change Patrick Tschuchnig 2019-09-10 16:48:00 +0200
  • 5d62d58478 slight changes to game loop to not constantly change the led colours at every tick Patrick Tschuchnig 2019-09-10 16:46:49 +0200
  • 16c32133cb changed initialisation ordering Patrick Tschuchnig 2019-09-10 16:38:31 +0200
  • 6412bbd26f first general code revision, unstable and untested. restructured the definitions, changed the game to a tick-based system, changed game loop to have a game state instead of being a strict script based state machine, lots of small changes. changed naming convention from camel case to underscore-spaced. unified naming convention. changed variable naming to reflect what the variable is used by. Patrick Tschuchnig 2019-09-10 16:35:08 +0200
  • da2f53a5a3 changes to orientation and colour Patrick Tschuchnig 2019-09-10 16:09:06 +0200
  • 7048bc3800 changing colours Patrick Tschuchnig 2019-09-10 14:51:19 +0200
  • ede64d8199 changed default behaviour of escape to be exit_application, not shutdown. shutdown is now q Patrick Tschuchnig 2019-09-10 14:44:13 +0200
  • 64f645a76d testing white background colour Patrick Tschuchnig 2019-09-10 14:05:35 +0200
  • d96c81d2ea the random use of upper and lowercase letters is horribly annoying... Patrick Tschuchnig 2019-09-10 14:01:06 +0200
  • d68fe7bca8 fixed screen size variable Patrick Tschuchnig 2019-09-10 13:59:54 +0200
  • 049f5e992f added image Patrick Tschuchnig 2019-09-10 13:58:30 +0200
  • 25cc1ec5f8 added missing import Patrick Tschuchnig 2019-09-10 13:57:34 +0200
  • cfab44e3aa merged image display functions and functionality from imagetest.py Patrick Tschuchnig 2019-09-10 13:54:01 +0200
  • c0ba73e5f8 first test for displaying images Patrick Tschuchnig 2019-09-10 13:48:04 +0200
  • ee9f92d4fd first merge with the led program functions, unstable and untestet Patrick Tschuchnig 2019-09-09 08:42:53 +0200
  • 478922e3d9 rgb led steuerung programmiert (rumpf) Patrick Tschuchnig 2019-09-09 08:20:40 +0200
  • 4f67b16bb7 removed all timePerError lines/commands Moris Krajnc 2019-08-30 09:56:04 +0200
  • 6fe78f069a removed errorPinAddTime Moris Krajnc 2019-08-30 09:42:37 +0200
  • de4b47c350 removed error pin Moris Krajnc 2019-08-30 09:34:41 +0200
  • 0c0dce8537 minor fixes Moris Krajnc 2019-08-29 15:33:08 +0200
  • 85881f3851 added less than 3 letter names Moris Krajnc 2019-08-29 15:05:55 +0200
  • af13bc47be text positioning Moris Krajnc 2019-08-29 14:53:04 +0200
  • 8e6476b8b2 text positioning Moris Krajnc 2019-08-29 14:49:42 +0200
  • cf3be5ad7e text positioning Moris Krajnc 2019-08-29 14:48:09 +0200
  • f17e382c04 color changes Moris Krajnc 2019-08-29 14:42:57 +0200
  • c8999fb861 color changes Moris Krajnc 2019-08-29 14:38:00 +0200
  • eb6e421473 highscore list changes Moris Krajnc 2019-08-29 14:15:30 +0200
  • 78cf06d039 checkScore Function for highscores Patrick Tschuchnig 2019-08-29 13:02:51 +0200
  • d90c6379c8 corrected font config Moris Krajnc 2019-08-29 09:22:27 +0200
  • e8e93ec91e positionen des texts verändert Patrick Tschuchnig 2019-08-28 14:51:28 +0200
  • afa151126d added test program for highscore entry Patrick Tschuchnig 2019-08-28 11:42:10 +0200
  • b701f3215c kleine verbesserungen Patrick Tschuchnig 2019-08-28 08:07:47 +0200
  • 2286a6c950 comments Patrick Tschuchnig 2019-08-27 15:39:35 +0200
  • 21e1130522 added debug messages Patrick Tschuchnig 2019-08-27 15:17:26 +0200
  • 769c6f914e changed the way the game ends Patrick Tschuchnig 2019-08-27 15:15:40 +0200
  • 43e0d0dc43 event handler sleep timer included, for less cpu usage Patrick Tschuchnig 2019-08-27 15:06:50 +0200
  • a46cf22eb1 signal handling for controlled exit Patrick Tschuchnig 2019-08-27 14:58:49 +0200
  • f86cca398c kleine änderungen an der struktur des programms, test Patrick Tschuchnig 2019-08-27 13:28:18 +0200
  • 04a38a41c9 erste rev. des vom web importierten programms Patrick Tschuchnig 2019-08-27 13:27:50 +0200
  • e47caa28d2 Ursprüngliche Datein von RaspberryPi hinzugefügt Philipp Clima 2019-08-20 14:21:53 +0200
  • 74edf7b3c8 first commit Philipp Clima 2019-08-20 13:46:17 +0200