Commit graph

  • 075383569b Merge pull request #127 from archshift/gh-pages bunnei 2014-10-09 21:15:11 -0400
  • 8fb064cd62 Merge pull request #119 from lioncash/warn bunnei 2014-10-08 23:06:28 -0400
  • eb5054e6eb Fix warnings in video_core Lioncash 2014-09-28 11:20:06 -0400
  • 8d1154c24e Merge pull request #128 from purpasmart96/master bunnei 2014-10-07 20:30:21 -0400
  • 20f15f31dd APT: Added a stub for the "GlanceParameter" function. purpasmart96 2014-10-05 14:00:58 -0700
  • a171000cbe Merge pull request #108 from archshift/config bunnei 2014-10-07 19:44:13 -0400
  • e6594f9f53 Added configuration file system. archshift 2014-09-12 17:06:13 -0700
  • 61f9ec090a Added image slider to about page, with Yeti3DS screenshots archshift 2014-10-07 14:59:08 -0700
  • 0e2d83fa3a Merge pull request #129 from linkmauve/master bunnei 2014-10-06 15:25:19 -0400
  • fbd72fd6bf Common: Add a helper function to generate a 8.3 filename from a long one. Core: Fix the SDMC Directory implementation to make blargSnes work. Emmanuel Gil Peyrot 2014-09-29 08:34:37 +0000
  • 19c2a96ab0 FileSys: Add static asserts for the Directory struct, and fix its fields position. Emmanuel Gil Peyrot 2014-09-27 19:41:21 +0000
  • 0be5c03176 FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open. Emmanuel Gil Peyrot 2014-09-27 19:21:48 +0000
  • 23c2fbfc7a FileSys/Kernel: Implement SetSize service call for File objects. Emmanuel Gil Peyrot 2014-09-27 19:16:51 +0000
  • d34673990b FileSys: Add forgotten docstrings. Emmanuel Gil Peyrot 2014-09-27 19:09:04 +0000
  • 5675a963ad Added favicons, and script to generate them from the svg archshift 2014-10-05 15:02:08 -0700
  • 4a2326b4e3 Use a tweaked svg, instead of the individual sizes. Add the AI file (for anyone who wants to edit). archshift 2014-10-05 13:19:39 -0700
  • 7b93fdf687 Fixed broken Github link in footer archshift 2014-10-05 12:38:52 -0700
  • 7c48442c62 Merge pull request #126 from archshift/gh-pages Tony Wasserka 2014-10-05 21:29:05 +0200
  • 6f407481c6 Added buttons for downloads, made home text not overlap logo. archshift 2014-09-29 22:04:28 -0700
  • b380aa87c8 Added more questions to the FAQ, slightly tweaked bg colors. archshift 2014-09-29 15:31:43 -0700
  • 36caad7830 Use a higher resolution icon for those high-DPI users out there archshift 2014-09-28 17:58:26 -0700
  • b638fbfa96 Moved big header to home page. archshift 2014-09-28 17:56:06 -0700
  • 09e92369a9 Added smooth-scroll for nice smooth scrolling to anchors. archshift 2014-09-28 13:06:19 -0700
  • 32418291a2 Moved big headers to about page, and on the home page added the logo archshift 2014-09-28 00:45:34 -0700
  • 8115850a9a Added initial icon to resources archshift 2014-09-28 00:44:23 -0700
  • b435dc0b46 Added header text to home screen archshift 2014-09-26 21:51:31 -0700
  • f566427c84 Initial scaffold for the site archshift 2014-10-05 12:12:48 -0700
  • 45e305ab35 Create gh-pages branch via GitHub Tony Wasserka 2014-10-05 21:10:22 +0200
  • 2d5dc6bb1a add a comment about space padding Emmanuel Gil Peyrot 2014-10-05 19:54:26 +0200
  • ef4e8ff547 fix two comments from neobrain Emmanuel Gil Peyrot 2014-10-05 19:47:52 +0200
  • 44dabd0dec Merge pull request #125 from purpasmart96/master Tony Wasserka 2014-10-05 18:36:49 +0200
  • 1d0ac47832 Added some more names to the function table purpasmart96 2014-10-04 15:01:36 -0700
  • fe5c9b20c1 store an iterator instead of the next entry to read Emmanuel Gil Peyrot 2014-10-03 17:28:48 +0000
  • 428a4f7062 fix latest neobrain comments, except reverting to not using iterators since it’s much cleaner Emmanuel Gil Peyrot 2014-10-03 16:24:45 +0000
  • 1399158e3f -1 → std::string::npos Emmanuel Gil Peyrot 2014-10-01 09:39:00 +0000
  • 95f662c96f Merge pull request #122 from purpasmart96/master bunnei 2014-09-30 23:13:28 -0400
  • dbc9b66a5d use std::array and iterators Emmanuel Gil Peyrot 2014-09-30 17:17:12 +0000
  • 7d6f7684e1 added "StoreDataCache" to the function table purpasmart96 2014-09-30 09:13:29 -0700
  • 9061cdc9c0 Merge pull request #120 from lioncash/core-common bunnei 2014-09-29 22:05:56 -0400
  • ada805cb44 fixes 0fafb30 again Emmanuel Gil Peyrot 2014-09-30 01:04:09 +0200
  • 58b7f40df4 fixes 094684f again Emmanuel Gil Peyrot 2014-09-30 01:02:25 +0200
  • f3a7d3c26c fixes 0fafb30 Emmanuel Gil Peyrot 2014-09-29 17:08:18 +0200
  • 0108cb22f9 fixes 094684f Emmanuel Gil Peyrot 2014-09-29 17:07:08 +0200
  • 094684f0b9 Common: Add a helper function to generate a 8.3 filename from a long one. Core: Fix the SDMC Directory implementation to make blargSnes work. Emmanuel Gil Peyrot 2014-09-29 08:34:37 +0000
  • e4377b72a0 FileSys: Add static asserts for the Directory struct, and fix its fields position. Emmanuel Gil Peyrot 2014-09-27 19:41:21 +0000
  • b09c667570 FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. Kernel: Return an invalid handle to OpenFile when it failed to open. Emmanuel Gil Peyrot 2014-09-27 19:21:48 +0000
  • fce759fb6a FileSys/Kernel: Implement GetSize service call for File objects. Emmanuel Gil Peyrot 2014-09-27 19:16:51 +0000
  • 0fafb3046e FileSys: Add forgotten docstrings. Emmanuel Gil Peyrot 2014-09-27 19:09:04 +0000
  • ca2f0de08a Fix warnings in core and common Lioncash 2014-09-28 11:30:29 -0400
  • ee7cfc71bd Merge pull request #118 from lioncash/chunk-file bunnei 2014-09-22 22:02:51 -0400
  • 07af9a587c Merge pull request #116 from archshift/sdmc-dir bunnei 2014-09-22 22:00:47 -0400
  • 982a7ffd22 Merge 8ecb57f1e4 into a9630a9d2b purpasmart96 2014-09-22 02:39:24 +0000
  • 8ecb57f1e4 Replaced more nullptr's purpasmart96 2014-09-21 19:39:23 -0700
  • ff442d6cf9 chunk_file: General cleanup Lioncash 2014-09-21 16:35:27 -0400
  • 4206be82ff fixed more indentation issues purpasmart96 2014-09-21 15:08:57 -0700
  • 2b8b4225cb removed the extra line purpasmart96 2014-09-21 15:04:22 -0700
  • 80d032c045 fixed indentation purpasmart96 2014-09-21 15:03:36 -0700
  • 579298862e Replaced more nullptr's with empty functions in gsp.cpp purpasmart96 2014-09-21 15:01:29 -0700
  • 1966f7b0ad Use the citra user path for the sdmc directory archshift 2014-09-20 15:11:38 -0700
  • d5c89d2030 Missed one purpasmart96 2014-09-21 03:30:00 -0700
  • 5ee4fdfd83 fixed issues with indentation purpasmart96 2014-09-21 03:17:47 -0700
  • e833e47e04 Fixed issues with crashing purpasmart96 2014-09-20 21:26:58 -0700
  • 1bca92a0f4 Replaced nullptr's with empty functions purpasmart96 2014-09-20 18:29:09 -0700
  • a9630a9d2b Merge pull request #70 from linkmauve/master bunnei 2014-09-18 22:27:06 -0400
  • 3a570a9fee Kernel: Implement the Close command for Archive, File and Directory. Emmanuel Gil Peyrot 2014-09-14 11:52:52 +0000
  • 99bfa4ae1f FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls. Emmanuel Gil Peyrot 2014-09-12 00:48:28 +0200
  • c197ce2180 Kernel: Add a Directory object and a getter for it from an Archive object. Emmanuel Gil Peyrot 2014-09-12 00:48:04 +0200
  • c14e5713f5 Core: Add a method to obtain a Directory from an Archive. Emmanuel Gil Peyrot 2014-09-12 00:47:05 +0200
  • 33b0d1081e Core: Add a Directory object, with both a stub and a passthrough implementations. Emmanuel Gil Peyrot 2014-09-12 00:46:42 +0200
  • 19d04f3abe Kernel: Add a File object and a getter for it from an Archive object. Emmanuel Gil Peyrot 2014-09-12 00:45:40 +0200
  • e73caaefe5 Core: Add a passthrough backend for the filesystem, exposed as SDMC. Emmanuel Gil Peyrot 2014-09-12 00:44:16 +0200
  • 9251f7e2f8 Core: Add a new File class, obtainable from an Archive, and a stub implementation. Emmanuel Gil Peyrot 2014-09-12 00:42:59 +0200
  • 6b7b36a874 Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. Emmanuel Gil Peyrot 2014-09-12 00:17:15 +0200
  • edaf59a759 Common: Return the number of items read/written in IOFile’s methods instead of a boolean. Emmanuel Gil Peyrot 2014-09-12 00:16:54 +0200
  • 1c79a4f10c Merge pull request #107 from lioncash/sprintf bunnei 2014-09-16 16:54:41 -0400
  • 73b6f85f9a Merge pull request #109 from lioncash/cruft bunnei 2014-09-15 00:47:13 -0400
  • 741321ac24 Core: Get rid of unnecessary switch statement in Kernel Lioncash 2014-09-13 22:48:30 -0400
  • 31d9cf4d17 Merge pull request #110 from lioncash/warnings bunnei 2014-09-14 21:28:44 -0400
  • 5481115e71 Merge pull request #97 from archshift/cleanup bunnei 2014-09-13 22:58:58 -0400
  • 6cc7c73b80 Core: Fix warnings in gpu.cpp Lioncash 2014-09-13 22:55:41 -0400
  • 093d6fbcdc Core: Replace a sprintf in core_timing with StringFromFormat Lioncash 2014-09-12 21:18:46 -0400
  • cbdf4d4c8e Merge pull request #105 from kevinhartman/hid bunnei 2014-09-12 17:44:25 -0400
  • 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. Kevin Hartman 2014-09-08 21:46:02 -0700
  • 4a94ec934a Initial HID PAD work, with GLFW only. Kevin Hartman 2014-09-03 18:12:58 -0700
  • bb7ddede15 Created structure for PAD. Kevin Hartman 2014-09-02 22:24:03 -0700
  • f350a77079 Merge fea4505dda into 532a9e80a0 Kevin Hartman 2014-09-11 04:49:53 +0000
  • 75790e9e96 Merge d11d14eb8c into 532a9e80a0 archshift 2014-09-11 04:49:43 +0000
  • 532a9e80a0 Merge pull request #99 from archshift/ext-check bunnei 2014-09-11 00:04:36 -0400
  • d79fe3ebaa Merge pull request #103 from archshift/prune bunnei 2014-09-10 18:44:08 -0400
  • 249a567834 Merge pull request #104 from archshift/removal bunnei 2014-09-09 20:56:28 -0400
  • 8891c27425 Merge pull request #101 from lioncash/inf-loop bunnei 2014-09-09 20:53:33 -0400
  • 7f201a9821 Merge pull request #102 from lioncash/define bunnei 2014-09-09 20:50:51 -0400
  • fea4505dda Viewport scaling and display density independence Kevin Hartman 2014-08-29 22:23:12 -0700
  • 727bad24a2 Removed fixed_size_queue.h archshift 2014-09-08 18:49:41 -0700
  • 6e606c515f core: Prune redundant includes archshift 2014-09-08 17:52:00 -0700
  • 9d7cc2bedc common: Prune all redundant includes archshift 2014-09-08 17:16:32 -0700
  • 8fe5f2e2fe Moved common_types::Rect from common to Common namespace archshift 2014-09-07 11:51:10 -0700
  • 5472fd4d9b Added string_util to common, small changes in loader.cpp archshift 2014-09-07 11:50:43 -0700
  • 4ed24a0619 loader.cpp: improved file extension checking, made Upper/LowerStr useful archshift 2014-09-07 00:49:52 -0700
  • 5b65decf91 Common: Remove HAVE_CXX11_SYNTAX define from Common.h Lioncash 2014-09-08 15:00:33 -0400