Commit Graph

  • 0c34a482e9 Refactored main.h Robin Jones 2017-10-11 16:35:30 +0100
  • 1ee7e0f2e3 Corrected spelling mistake Robin Jones 2017-10-09 21:29:14 +0100
  • 8f063ee72a changed infinite loops from while to for Robin Jones 2017-10-09 20:27:04 +0100
  • 06d266e425 organised string functions Robin Jones 2017-10-07 23:40:09 +0100
  • 453c55b454 updated config file Robin Jones 2017-10-07 19:21:04 +0100
  • e3d98bea3a updated makefile include variable Robin Jones 2017-10-06 15:26:20 +0100
  • 311aabb5d8 corrected issue with missing hash caused in last commit Robin Jones 2017-10-06 15:17:19 +0100
  • 15d5615cde updated copyrights Robin Jones 2017-10-06 14:48:52 +0100
  • 53704315ab renamed menu.c and menu.h to main.c and main.h Robin Jones 2017-10-06 14:10:29 +0100
  • 859a6b76dd moved n64controller.sprite into sprites directory Robin Jones 2017-10-06 13:59:59 +0100
  • 112373097f moved sounds into sub directory Robin Jones 2017-10-06 13:57:47 +0100
  • 4c412cafa3 Updated readme to state WSFL install required. Robin Jones 2017-10-05 22:14:16 +0100
  • 9ccd46e07f load latest firmware from official os (not tested) Robin Jones 2017-02-21 22:49:47 +0000
  • 311d060a14 minor refactoring Robin Jones 2017-01-02 21:44:32 +0000
  • 84f983f4ee updated boot code to support 64DD and Aleck64 roms (Saving still not supported) Robin Jones 2017-01-02 17:18:20 +0000
  • f765603e76 changed input_mapping to use case statements Robin Jones 2016-12-30 13:43:41 +0000
  • 2025c86b47 moved input handler to seperate function improved sound handling during splash screen (introduced bug with user input when accessing secondary menus more than once) Robin Jones 2016-12-30 01:39:26 +0000
  • 61bb4b7fec renamed mp3 functions to have prefix Robin Jones 2016-12-30 00:38:05 +0000
  • 69a295f84a optimised / refactored file loading Robin Jones 2016-12-30 00:31:51 +0000
  • 00c3203585 changed font background colour to transparent (need to darken box backgrounds) Robin Jones 2016-12-29 17:58:42 +0000
  • ae66a2f06f updated audio library repo Robin Jones 2016-12-29 17:09:13 +0000
  • b719c4389f improved the sound implementation (still has too much latency, although mainly due to other parts of the menu) Robin Jones 2016-12-29 17:05:09 +0000
  • 5e5da4d1a8 using updated version of libmikmod Robin Jones 2016-12-28 00:39:32 +0000
  • b7ae2b09ff changed input_mapping to an enum Robin Jones 2016-12-15 22:48:53 +0000
  • bf57d64b53 Merge pull request #12 from networkfusion/buildsystem networkfusion 2016-12-13 20:45:17 +0000
  • ea6e5cc24d minor updates to readme Robin Jones 2016-12-13 20:39:54 +0000
  • fad67dc582 added ability to extract firmware from original os Robin Jones 2016-12-13 20:31:34 +0000
  • f8a90dac6e renamed upload to deploy-sd Robin Jones 2016-12-13 15:56:20 +0000
  • a43d7b0f77 Added changes to work with VSCode on windows Robin Jones 2016-12-13 15:37:40 +0000
  • fbd29c8bad removed file uploaded by mistake Robin Jones 2016-12-13 13:17:53 +0000
  • c1b65f83b2 changes to gitignore Robin Jones 2016-12-13 13:09:36 +0000
  • 29753b1c27 update to gitignore Robin Jones 2016-12-13 13:09:11 +0000
  • 42b5d9e09e Updated readme renamed linux setup script Robin Jones 2016-12-13 11:47:00 +0000
  • 63872f6e61 Added automated scripts for building on windows 10 Robin Jones 2016-12-12 23:52:36 +0000
  • b02b6f020d reverted to using if else statements as cant use strings with case statements using c99 Robin Jones 2016-09-17 01:33:06 +0100
  • aa455bf8b4 code refactoring Robin Jones 2016-09-17 00:08:00 +0100
  • 9f9320338f removed unused functions Robin Jones 2016-09-16 21:37:34 +0100
  • 6f771f166a Code refactoring Robin Jones 2016-09-16 21:20:19 +0100
  • 945331f92c Finished refactoring Makefile and directories #6 Robin Jones 2016-09-10 00:13:21 +0100
  • 0929602e65 updated stb_image to latest version Robin Jones 2016-09-09 22:19:34 +0100
  • 0451d6fab6 moved files to more appropriate locations Robin Jones 2016-09-09 21:44:26 +0100
  • 52f4573762 Updated stb_image to latest version Robin Jones 2016-09-09 09:51:28 +0100
  • 5f50809565 Updated truetype header to latest release (note commented out memory.h requirement as in last version) Robin Jones 2016-09-09 09:40:49 +0100
  • 5fb8610885 Further improvements to makefile Robin Jones 2016-09-08 01:18:35 +0100
  • cdbc551806 makefile changes to make it more automatic Robin Jones 2016-09-07 22:38:04 +0100
  • 95e8b48dc0 Debugging now uses a macro and trace statements Robin Jones 2016-09-07 22:11:50 +0100
  • b594cd3998 Merge pull request #10 from networkfusion/v3support networkfusion 2016-09-07 15:52:39 +0100
  • 1f6d31a95a Fixed string formatting Robin Jones 2016-09-07 15:43:07 +0100
  • f46562034d V3 saving now working Robin Jones 2016-09-02 23:00:22 +0100
  • 4f67057a1a minor refactoring of backupSaveData to make it more understandable. (still a lot todo) Robin Jones 2016-09-02 14:56:06 +0100
  • 67fc6d0aa8 Only load firmware when required Robin Jones 2016-09-01 00:09:17 +0100
  • 0345327c0d Added properties file to gitignore Robin Jones 2016-08-31 23:35:00 +0100
  • 032d9824e6 Although I dont think it is actually used, moved font patch to where it should be. Robin Jones 2016-08-11 02:12:23 +0100
  • 94db4f281b stop vsc debug files from being added Robin Jones 2016-08-11 02:00:23 +0100
  • 69abcebf72 structured some files into appropriate directories Robin Jones 2016-08-11 01:52:54 +0100
  • 88473a8dd9 Fix minor bug in readCheatFile() master Jay Oster 2014-08-26 12:42:04 -0700
  • 90fb4e39a5 Initial GS code engine implementation 0.1.8.6-cheat Jay Oster 2014-08-22 17:10:06 -0700
  • 3ba0910535 Fixing more whitespace and missing brackets Jay Oster 2014-08-15 23:42:15 -0700
  • 5628bcf5a1 Fix compiler warnings in chksum64.c Jay Oster 2014-08-15 23:41:37 -0700
  • 18a06dac95 Fix libmikmod-n64 build instructions in README Jay Oster 2014-08-09 23:11:30 -0700
  • c9efcc42f0 Slightly better fix for warnings in utils.c Jay Oster 2014-06-30 01:01:41 -0700
  • 3049cad137 Fix warnings in util.c Jay Oster 2014-06-30 00:57:17 -0700
  • 9efd2dae90 Fix more insidious whitespace Jay Oster 2014-06-30 00:49:02 -0700
  • d61d073cf6 Remove the right v64 image filename Jay Oster 2014-06-30 00:18:45 -0700
  • cdd1ac5daf Fix mp3 warnings. Jay Oster 2014-06-30 00:16:08 -0700
  • 050db8b445 Fix some whitespace horrors! Jay Oster 2014-06-29 22:37:40 -0700
  • 174d9d96e6 README is now Markdown Jay Oster 2014-06-29 13:32:40 -0700
  • 8e02ecece7 Update README Jay Oster 2014-06-29 13:31:24 -0700
  • 43bc58d508 Fix Makefile Jay Oster 2014-06-29 11:56:50 -0700
  • bb1e653309 Initial Commit: v0.186 Jay Oster 2014-06-28 22:10:11 -0700