Commit graph

  • 34513063ab begin work on rotation StapleButter 2017-11-09 00:04:01 +01:00
  • bb87a709be cooler screen positioning in horizontal mode StapleButter 2017-11-08 02:02:15 +01:00
  • e6e5f48748 attempt at horizontal mode, I guess StapleButter 2017-11-08 01:53:20 +01:00
  • 857ba49759 actually implement screen gap StapleButter 2017-11-08 01:34:11 +01:00
  • 5bea3cc530 3D: add support for 8bit accesses to GXSTAT (Golden Sun - Dark Dawn) StapleButter 2017-11-04 15:13:01 +01:00
  • 0a04efc33e attempt at auto-emphasis mode, emphasizing main screen StapleButter 2017-10-30 05:45:26 +01:00
  • 85d823d4c7 fix more sizing bugs StapleButter 2017-10-30 05:17:20 +01:00
  • f4e7e2f62a fix aspect ratio code StapleButter 2017-10-30 05:08:04 +01:00
  • c9082cd50d some attempt at fancypants scaling, I guess StapleButter 2017-10-30 04:39:50 +01:00
  • b8706c29c7 make it betterer StapleButter 2017-10-30 03:21:12 +01:00
  • 7e18b9f195 Merge branch 'master' of https://github.com/StapleButter/melonDS StapleButter 2017-10-30 03:12:03 +01:00
  • 84a842c6f3 libui/windows: add support for submenus StapleButter 2017-10-30 03:11:45 +01:00
  • cdca294b8a
    Merge pull request #200 from rogersachan/patch-1 StapleButter 2017-10-28 02:20:18 +02:00
  • cb16e5d03f Fix README formatting Roger 2017-10-21 23:58:02 -04:00
  • 3881b2615b libui/Windows: allow file pickers to navigate through shortcuts. fixes #199 StapleButter 2017-10-21 22:24:29 +02:00
  • e9798e032b up version number (I forgot) StapleButter 2017-10-11 04:38:11 +02:00
  • befc5db031 restore FPS counter StapleButter 2017-10-11 03:06:30 +02:00
  • 1a54d75bbc Merge pull request #109 from RobLoach/patch-1 StapleButter 2017-10-11 02:56:27 +02:00
  • f9d9aaec11 Merge pull request #112 from bentley/master StapleButter 2017-10-11 02:56:06 +02:00
  • 73626e9f45 fix memory leak StapleButter 2017-10-11 00:40:56 +02:00
  • 273fbe24f4 add fopen wrapper to support UTF8 paths/filenames under Windows. StapleButter 2017-10-11 00:32:43 +02:00
  • ee1da52d77 fail gracefully when ROM loading fails StapleButter 2017-10-11 00:01:05 +02:00
  • 56bf1ecc13 Treat failed haptics initialization as a warning, not a fatal error. Anthony J. Bentley 2017-10-09 03:42:50 -06:00
  • c992177eda Only link against libdl on Linux. Anthony J. Bentley 2017-10-09 03:42:35 -06:00
  • df19b93408 Include POSIX headers required for fd_set and INADDR_ANY. Anthony J. Bentley 2017-10-09 03:41:17 -06:00
  • a15c395460 GTK: file drop support. adsfgdgfdg 0.5 StapleButter 2017-10-05 03:10:14 +02:00
  • 084d9254e3 maybe now the input dialog can stop being dumb StapleButter 2017-10-05 02:05:23 +02:00
  • d895dfc9fb hopefully fix that shit for good StapleButter 2017-10-05 01:58:41 +02:00
  • a84caacb03 make window actually resizable below min size. we lose proper client sizing under GTK tho. StapleButter 2017-10-05 01:35:50 +02:00
  • f714c492b9 GTK: hook SetMinSize. fuck around with gtk_widget_set_size_request() so the window can be resized smaller than the initial size. StapleButter 2017-10-05 01:22:03 +02:00
  • 5d5311c53c use grids instead of nested boxes for input config dialog. (still lags, needs optimization) adjust things to make those dialogs sexier. StapleButter 2017-10-05 01:03:22 +02:00
  • 9d3f13b689 rework things a bit. also remove some useless variables. StapleButter 2017-10-05 00:13:22 +02:00
  • 5b71ffceee minor fix StapleButter 2017-10-04 02:47:49 +02:00
  • 9c44e6f764 Ignore all compiled .o files Rob Loach 2017-10-02 23:25:18 -04:00
  • 9125620ff1 christ, did I seriously forget to remove that code StapleButter 2017-10-03 03:28:49 +02:00
  • 012a7d61a7 actually make uiKeyName() work StapleButter 2017-10-03 02:52:30 +02:00
  • 9527499124 hook up area key events StapleButter 2017-10-03 02:19:42 +02:00
  • fbe4e4938b finally finish cairo bitmap support. asdsfdfgfsgf StapleButter 2017-10-03 01:29:35 +02:00
  • 5450c7cc3d hook up Resize event StapleButter 2017-10-03 00:51:56 +02:00
  • 7f05bf24ad libui/GTK: start catching up. atleast now it runs without exploding (mostly). StapleButter 2017-10-03 00:28:41 +02:00
  • 04e8bbaca3 remove codeblocks settings that aren't needed anymore StapleButter 2017-10-02 23:31:32 +02:00
  • dad0e6b6e8 add support for non-resizable windows StapleButter 2017-10-02 23:26:25 +02:00
  • f8b63759f7 save window size StapleButter 2017-10-02 23:15:39 +02:00
  • 4781bd5671 fix ARM7 BIOSPROT. not that it matters. StapleButter 2017-10-02 04:57:23 +02:00
  • dbb174c531 implement 8bit reads to div/sqrt registers. RaymanDS showed some interest for that, so there we go. RaymanDS still fucks up. RaymanDS is a pile of shit. melonDS is bad at timings. StapleButter 2017-10-02 04:27:50 +02:00
  • d0770596ea re-add basic scaling StapleButter 2017-10-02 03:34:17 +02:00
  • 09920126dd add support for setting an explicit min size for libui controls. for now only supported by uiArea. StapleButter 2017-10-02 01:58:09 +02:00
  • ce592a1d80 this TODO item is already done, idiot StapleButter 2017-10-02 00:55:44 +02:00
  • 1975efaeea fix bugs with SPI shutdown StapleButter 2017-10-01 03:19:39 +02:00
  • 9ad89d8cb5 fix crash under Windows 10 StapleButter 2017-09-30 23:17:36 +02:00
  • ab9800fbac actual joystick input also sync keyboard input nicely StapleButter 2017-09-30 20:05:56 +02:00
  • 9f486de76a allow entering joystick config StapleButter 2017-09-30 19:27:47 +02:00
  • acc23f47cc actually get the input dialog somewhere StapleButter 2017-09-30 18:58:13 +02:00
  • cb284fbe2b get the input dialog started StapleButter 2017-09-26 02:20:28 +02:00
  • 2084bacc22 setup DebugFast target. remove console from Release. axe Linux targets. StapleButter 2017-09-25 15:25:55 +02:00
  • 172babe9d0 add general emu settings dialog StapleButter 2017-09-25 04:26:41 +02:00
  • 69bc06402c change default keyboard mapping StapleButter 2017-09-23 04:10:25 +02:00
  • f52322ee20 * support for dragdrop * support for loading ROMs via command line (except it will try to get the BIOS/firmware from where the ROM is. derp) * re-add missing BIOS/firmware dialog. fix libui to allow dialogs without a parent window. StapleButter 2017-09-23 03:39:09 +02:00
  • 14b7cf1987 add hooks for when the window gets/loses focus. properly refocus draw area. lay base for dragdrop. StapleButter 2017-09-23 02:58:04 +02:00
  • a9cacb9dd7 make Quit menu item actually work StapleButter 2017-09-23 02:03:11 +02:00
  • e298d50e76 avoid potential race conditions during reset/etc by waiting till the emu thread got the message to pause StapleButter 2017-09-22 01:33:18 +02:00
  • 332282c809 oh also, fuck that shit StapleButter 2017-09-21 21:44:39 +02:00
  • 8e41ed751e change 'pause' menu item to a proper check item. GTK is picky about it. StapleButter 2017-09-21 21:31:20 +02:00
  • 65b332b152 reenable wifi socket code StapleButter 2017-09-21 04:42:31 +02:00
  • 2eea801d26 goodbye wx crap. you will not be missed. StapleButter 2017-09-21 04:35:55 +02:00
  • 76c5451ad9 I'm an idiot StapleButter 2017-09-21 04:09:09 +02:00
  • 48cf9eb805 make it a menu option while we're at it StapleButter 2017-09-21 04:08:03 +02:00
  • 495d0ba12d add support for SPI shutdown, btw StapleButter 2017-09-21 03:59:12 +02:00
  • 0aa3434ec7 double-buffer framebuffer, eliminates artifacts StapleButter 2017-09-21 03:49:12 +02:00
  • f13c3fc90c implement run/pause/reset menus StapleButter 2017-09-21 03:42:40 +02:00
  • b70e085921 fix possible crashes upon exit StapleButter 2017-09-19 21:06:15 +02:00
  • dbefaf0ad3 Windows: fix colors. use fallback if hardware render mode doesn't work. StapleButter 2017-09-19 20:48:18 +02:00
  • defe46e37e GTK: apply window client size to childHolderWidget. fixes sizing when a menubar is present. StapleButter 2017-09-19 17:38:43 +02:00
  • edd33187b6 GTK: thread-safe refresh. doesn't freeze randomly anymore. StapleButter 2017-09-19 16:53:02 +02:00
  • 4db1a51fa4 add Platform thread/semaphore support, using SDL StapleButter 2017-09-19 15:39:41 +02:00
  • 62405cde0a change final framebuffer format (again. sorry.) to xRGB, more compatible StapleButter 2017-09-19 15:39:00 +02:00
  • 8d79355f2e libui: add cairo bitmap code (preliminary). fix bug where putting a draw area directly in the window caused it to be tiny. StapleButter 2017-09-19 02:22:07 +02:00
  • 5979ab2eb2 libui: fix bug with filepicker filters under GTK. add skeleton for bitmaps. add the right cmake shit. StapleButter 2017-09-19 00:36:25 +02:00
  • f30e19a2ec touchscreen input StapleButter 2017-09-17 23:36:28 +02:00
  • 8e7d46e717 * attempt at keyboard input, via raw scancodes * load config, etc * some things are nicer, too StapleButter 2017-09-17 23:25:32 +02:00
  • 66106a8829 sound StapleButter 2017-09-14 17:06:41 +02:00
  • d463f8252d * build settings for Release * fix off-by-one error in bitmap drawing StapleButter 2017-09-14 02:30:11 +02:00
  • ba113d0ca9 actually run the emulator StapleButter 2017-09-14 00:56:52 +02:00
  • f18690487c start working on API to draw bitmaps lay out emu thread StapleButter 2017-09-14 00:30:12 +02:00
  • 62a26977c7 libui: primp file picker dialogs * support for filters, for Windows (tested) and GTK (theoretical) * add extra parameter for setting the start directory, but not supported yet StapleButter 2017-09-11 15:56:52 +02:00
  • d40b4a0951 Merge 5da9226783 into 81747d6c34 Konrad Borowski 2017-09-09 10:21:54 +00:00
  • 5da9226783 Support touch screen input Konrad Borowski 2017-09-09 12:19:34 +02:00
  • 08ed0f3229 are you dense, TortoiseGit StapleButter 2017-09-09 03:28:56 +02:00
  • dbcec7efb4 actually take it somewhere StapleButter 2017-09-09 03:23:02 +02:00
  • 70e4841d31 another UI attempt, I guess. sorry. StapleButter 2017-09-09 02:30:51 +02:00
  • d3719916db Merge 18758de650 into 81747d6c34 Konrad Borowski 2017-09-08 18:07:10 +00:00
  • 18758de650 Fix const correctness warnings Konrad Borowski 2017-09-08 20:05:55 +02:00
  • 81747d6c34 readme update StapleButter 2017-08-29 18:17:44 +02:00
  • c9ac08aa5b 3D: blend translucent pixels with bottom pixels when needed. fixes antialiasing within shadows, under translucent polygons, etc StapleButter 2017-08-28 22:19:49 +02:00
  • 183b8b58e0 3D: move shadow mask rendering to separate function, optimize it (it doesn't need to interpolate all vertex attributes) StapleButter 2017-08-28 20:27:56 +02:00
  • ee6daa0e62 fix antialiasing along Y-major edges StapleButter 2017-08-28 18:48:06 +02:00
  • 2e23ae54b2 3D: * more accurate polygon edges (still not perfect. heh) * antialiasing (doesn't always work) StapleButter 2017-08-28 18:37:07 +02:00
  • d656e6e7ff 3D: faster and more accurate interpolation StapleButter 2017-08-17 23:34:37 +02:00
  • bc1385e905 3D: revise fog calculation to match hardware (emulate precision loss and overflow with big shifts) StapleButter 2017-08-16 22:20:53 +02:00
  • 0106406aff * allow 128KB firmwares (DSi/3DS dumps) * document firmware sizes better StapleButter 2017-08-05 19:13:55 +02:00