Commit Graph

  • 9e200b3114
    Update README.md master Pixdigit 2018-06-02 15:26:05 +0200
  • 5fe244f456 BROKEN began work and implemented some basic infrastructure restructure Pixdigit 2017-07-26 23:04:21 +0200
  • 3014e058a0 fixed #26 and added clocking functionality create_global_timer Pixdigit 2017-07-26 16:31:02 +0200
  • 367e8d8467 fixed #27 Pixdigit 2017-04-02 13:49:47 +0200
  • 2ce9eb6466 fixed #22 also in this commit fixed a userdata saving issue c-michi 2016-11-04 08:48:57 +0100
  • b02022f5ef Merge branch 'create_endscreen' c-michi 2016-11-04 08:12:21 +0100
  • 9ae514743a Merge branch 'master' into codeclimate_check codeclimate_check Pixdigit 2016-11-01 22:49:00 +0100
  • ca59a2c2f4 Merge branch 'merge-overlays-and-menus-with-optional-refactor' Pixdigit 2016-11-01 22:45:50 +0100
  • 2f01b971e0 Merge branch 'overlay_integration' into merge-overlays-and-menus-with-optional-refactor merge-overlays-and-menus-with-optional-refactor Pixdigit 2016-11-01 22:41:03 +0100
  • 7cfe6399ae converted status bar to overlay Pixdigit 2016-11-01 22:39:43 +0100
  • 4570590086 made item-bar scalable overlay_integration Pixdigit 2016-10-29 18:19:26 +0200
  • 934f841818 UNSTABLE: further work see TODO's in overlay_elements.py Pixdigit 2016-10-27 23:04:06 +0200
  • 41bc2d046a improved game over screen create_endscreen c-michi 2016-10-25 09:45:36 +0200
  • 0acb5baa16 finished overlay library to current needs Pixdigit 2016-10-23 22:29:21 +0200
  • ccc635dc5f added first version of a game over screen c-michi 2016-10-21 21:19:13 +0200
  • 272bd6d987 added first iteration of overlay elements Pixdigit 2016-10-20 22:40:11 +0200
  • 0c3e3c8f7c Merge branch 'master' into create_endscreen Pixdigit 2016-10-20 20:53:58 +0200
  • 700eacc1ff prepared game over screen waiting for new menulib to continue c-michi 2016-10-18 08:12:27 +0200
  • 1b710948f4 began work on overlays Pixdigit 2016-10-16 18:55:06 +0200
  • 5b8361e4dd removed duplication errors since most entries are irrelevent (e.g. similar calculations for x and y coordinates) Pixdigit 2016-10-15 00:00:18 +0200
  • f202b0909f Merge branch 'merge-overlays-and-menus-with-optional-refactor' into codeclimate_check Pixdigit 2016-10-14 23:47:31 +0200
  • 35655c836e added support for spinning planet Pixdigit 2016-10-14 23:41:14 +0200
  • 3864d0c94f cleaned up code and completly integrated templates into menu elements Pixdigit 2016-10-14 23:29:42 +0200
  • 4a3625b834 finished elem_template and instantiated all disp_elems off of it Notice the decorators for modified functions Pixdigit 2016-10-13 23:00:17 +0200
  • 0a5ee9b523 migrated menu template class NOT FINISHED Pixdigit 2016-10-12 00:09:39 +0200
  • 48ecc4f0dd fixed credits Pixdigit 2016-10-10 00:15:21 +0200
  • f69041e529 added marker for selected work in world_menu Pixdigit 2016-10-10 00:13:01 +0200
  • 4d2c383557 added change_text method to buttons fully implemented all menus (constant change of button state is still missing) Pixdigit 2016-10-10 00:03:25 +0200
  • 2e68b88034 fixed everything except the changetext method for buttons Pixdigit 2016-10-09 21:26:39 +0200
  • 7b80e7edb7 fixed slow menu by converting images to pixelformat Pixdigit 2016-10-08 00:21:01 +0200
  • f11b26912b CC does not apply to code Pixdigit 2016-10-07 23:23:00 +0200
  • cd44d2cd00 fixed world select in warp menu Pixdigit 2016-10-01 16:25:34 +0200
  • 817e254d55 button now contains obj instead of text or image Pixdigit 2016-10-01 16:18:12 +0200
  • 22171323dd almost finished support of new json formatting fo menus Pixdigit 2016-09-29 23:25:48 +0200
  • 1e0e753188 added first unstable implementation of new button system Pixdigit 2016-09-27 22:37:01 +0200
  • ab0ab7e6e5 Began work on simplifying fonts Pixdigit 2016-09-26 23:03:36 +0200
  • 6146dcba65 added default values added fps counter for main menu temporarily Pixdigit 2016-09-23 23:45:46 +0200
  • adfe804d7a fixed lots of bugs and finished pause menu and began work on warp menu Pixdigit 2016-09-20 20:50:08 +0200
  • 13e48b9fde added image disp_elem for backgrounds WIP Pixdigit 2016-08-15 23:28:49 +0200
  • b250b62b60 fixed events in menu lib Pixdigit 2016-08-15 23:03:35 +0200
  • 88fcaa6815 made enhancement according to #23 Pixdigit 2016-08-15 22:41:30 +0200
  • b687fddb94 fixed tygamusic call Pixdigit 2016-08-15 22:38:58 +0200
  • eaaf5fe3cd fixed savegame loading menu and changed default behaviour in tygamusic Pixdigit 2016-08-15 19:21:04 +0200
  • 835b73975c Fixed #21 added a bit doc and streamlined outline creation Pixdigit 2016-08-14 21:53:36 +0200
  • fe0bf13d47 began fixing on controls menu Pixdigit 2016-07-19 01:45:44 +0200
  • 1d41a85bc3 added titles and fixed a whole bunch Pixdigit 2016-07-16 21:39:21 +0200
  • 05cde3253d added buttons, changed json, fixed many bugs Pixdigit 2016-07-16 02:34:14 +0200
  • da030c0362 Merge branch 'merge-overlays-and-menus-with-optional-refactor' into codeclimate_check Pixdigit 2016-07-15 01:37:03 +0200
  • ce4f296f17 fixed many things. Especially relation to other objs Pixdigit 2016-07-15 01:31:15 +0200
  • 47b8dcc0b2 completed integration of sliders to JSON Pixdigit 2016-07-14 19:45:23 +0200
  • b2807a1851 further work on json implementation for menus Pixdigit 2016-07-12 20:36:40 +0200
  • d87d564fa3 moved menu markup to json Pixdigit 2016-07-11 22:23:13 +0200
  • 5b291eb978 began refactor on menu lib and moving it to JSON Pixdigit 2016-07-11 01:22:39 +0200
  • 1c9941de72 began work on masks for menus Pixdigit 2016-07-09 01:29:23 +0200
  • 7df722c57c Merge branch 'codeclimate_check' of https://www.github.com/Pixdigit/Project-interstellar into codeclimate_check Pixdigit 2016-06-19 17:55:21 +0200
  • 35d576fab1 update Pixdigit 2016-06-19 17:53:52 +0200
  • fa7dbe00f5 Merge branch 'master' of https://www.github.com/Pixdigit/Project-interstellar Pixdigit 2016-06-10 10:02:09 +0200
  • 5c3ff02301 Updated credits.txt c-michi 2016-06-08 09:47:41 +0200
  • 1a39cf6456 added fisrt support of items api Pixdigit 2016-06-08 09:47:28 +0200
  • e00f897d1a Merge branch 'change_data_management_in_storage' Playersettings now get saved after closing the options menu (currently includes volume and keybindings) Player can change the controls now. c-michi 2016-06-07 14:13:53 +0200
  • 9561422bbd tidied up code change_data_management_in_storage c-michi 2016-06-07 12:49:12 +0200
  • 4e230f6acd Added posibility to change the controls (Sometime a bit buggy but works) c-michi 2016-06-03 19:46:17 +0200
  • 355abebc83 Added menu Point for changing the controls. Still have to figure out how to exactly do it c-michi 2016-06-02 21:09:05 +0200
  • bb9d214582 Added buttonmap to Playersettings (come in Handy for my next addition) c-michi 2016-05-31 18:59:33 +0200
  • 68b2e7930c introduced debug item items Pixdigit 2016-05-30 15:22:27 +0200
  • 8a0c425e79 Added a buttonmap witch saves the controls c-michi 2016-05-27 18:44:15 +0200
  • d0c9753684 Added a buttonmap witch saves the controls c-michi 2016-05-27 18:44:15 +0200
  • a16afbb0ad changed filename of Zelda music for compatibility with windows c-michi 2016-05-27 17:43:00 +0200
  • b6479c0e45 fixed accidental push of user_settings.json c-michi 2016-05-27 17:30:39 +0200
  • ffa0d09c9b Tried to achieve compatibility of Music in Windows by changing the file name c-michi 2016-05-27 17:26:38 +0200
  • ad05c71bf9 Added funktions for loading and saving user settings. Currently just the Volume c-michi 2016-05-26 14:07:38 +0200
  • 89073edbe9 Added support for Version 2.7.11+(???) c-michi 2016-05-26 10:35:21 +0200
  • 781e7ff5e5 Merge branch 'master' of https://github.com/Pixdigit/Project-Interstellar c-michi 2016-05-26 10:15:01 +0200
  • 16b82a3a15 Merge branch 'master' of https://www.github.com/Pixdigit/Project-interstellar Pixdigit 2016-05-26 09:42:37 +0200
  • 0cd77dfbce made overlays easier to understand Pixdigit 2016-05-26 09:41:55 +0200
  • 83ed7b2a0c reduced size of pyganim library Pixdigit 2016-05-26 09:34:29 +0200
  • 6f49568557 I forgot what I did Pixdigit 2016-05-26 09:26:53 +0200
  • 0b26293513 made push securer by ignoring the licence agreement when pushing c-michi 2016-05-25 11:35:26 +0200
  • 84cd8081d3 fixed #20 c-michi 2016-05-25 11:30:53 +0200
  • aa7d4a4977 Merge branch 'leftees-master' into codeclimate_check Pixdigit 2016-05-20 23:57:12 +0200
  • f3841c8ff3 cpoied help from codeclimate leftees-master Pixdigit 2016-05-20 23:56:25 +0200
  • 43963bb7f2 Merge branch 'codeclimate_check' of https://www.github.com/Pixdigit/Project-interstellar into codeclimate_check Pixdigit 2016-05-20 23:48:29 +0200
  • 455e22fd03 removed libraries to remove influence by forign code Pixdigit 2016-05-17 17:49:46 +0200
  • de0a8dab9f removed tests to avoid errors due to symlinks Pixdigit 2016-05-16 22:23:41 +0200
  • 10f971b234 expanded item creator and prepared structures for item_api Pixdigit 2016-05-20 23:39:45 +0200
  • db999ae27f made items and item_bar basiscs working Pixdigit 2016-05-19 22:53:36 +0200
  • b17d99a4c0 made cmd & terminal stay open when READ_BEFORE_START was not set Pixdigit 2016-05-19 16:16:02 +0200
  • 453fffe839 worked on resizing the item bar and items in that bar Pixdigit 2016-05-19 13:20:31 +0200
  • ce80bc3cd3 added item menu bar at bottom Pixdigit 2016-05-18 22:55:22 +0200
  • 77f9dbe22c removed libraries to remove influence by forign code Pixdigit 2016-05-17 17:49:46 +0200
  • 52e43b521c removed tests to avoid errors due to symlinks Pixdigit 2016-05-16 22:23:41 +0200
  • 4ee0030d01 fixed more stuff Pixdigit 2016-05-16 22:06:35 +0200
  • a5ec2d5ab5 fixed codeclimate Pixdigit 2016-05-16 21:42:05 +0200
  • 7a724cc32c Update .codeclimate.yml #19 Jenna Smith 2016-05-12 15:51:19 -0400
  • 9aff183efb added info for codeclimate Pixdigit 2016-05-12 20:55:33 +0200
  • 9d18ea7f86 Merge branch 'master' of https://www.github.com/Pixdigit/Project-interstellar Pixdigit 2016-05-12 20:39:57 +0200
  • 4bfb5261ee further work on the overlay objects Pixdigit 2016-05-12 09:41:44 +0200
  • bd3b184c2e changed newline to CR+LF in READ_BEFORE_START Max Lange 2016-03-26 13:55:44 +0100
  • f62c76eed0 prepared work on items Max Lange 2016-03-26 00:10:54 +0100
  • a7dc260151 added overlay handler Max Lange 2016-03-25 19:04:59 +0100