Commit Graph

2532 Commits

Author SHA1 Message Date
zeromus dd05ece216 fix linux compiling and add hud to gtk. wont display anything until someone adds menu items for CommonOptions toggles, but it will eventually. 2009-07-12 03:43:28 +00:00
p989 2802c9a16f savestate slot display 2009-07-12 03:38:20 +00:00
zeromus 1e28d6aebe reorganize hud drawing and move it to the core 2009-07-12 03:18:16 +00:00
p989 6cd699f684 new stylus display 2009-07-12 02:04:22 +00:00
zeromus 64350887cc change hud to use antigrain, fix antigrain compiling in linux (for now, libagg is mandatory; give me a preprocessor symbol and i will make it optional) and move antigrain source back into windows directory 2009-07-12 01:34:27 +00:00
yabause 04f79fb224 recent files now use a better mime type (at least,
something that's already used)
2009-07-11 22:07:35 +00:00
riccardom 71a84795b1 oops, missing backslash. 2009-07-11 21:41:43 +00:00
riccardom 187bb950f3 Removing unwanted file that slipped in. 2009-07-11 21:41:08 +00:00
zeromus 7246a12ced change cocoa to use swrasterize. there are still other bugs... 2009-07-11 21:10:14 +00:00
yabause 2d31b5bb8d Added some #ifdef protection for recent files feature that
require gtk 2.10 when desmume only require 2.8
2009-07-11 19:44:29 +00:00
riccardom 4ccb09d36d Use freetype font backend on !WIN32 2009-07-11 18:46:36 +00:00
riccardom 3307f91dcf More makefile work for libagg, disable libagg dependant stuff until it compiles. 2009-07-11 18:45:54 +00:00
p989 0b9b7dab23 basic shapes 2009-07-11 17:51:34 +00:00
riccardom 1cf0998d34 Add libagg detection machinery. 2009-07-11 17:48:24 +00:00
riccardom 7647ebbccd Put fake mic toggle under FAKE_MIC ifdef. 2009-07-11 17:43:03 +00:00
p989 073b71a46e more drawing funcs 2009-07-11 17:09:43 +00:00
yabause d0200bdbcd Added "recent files" support:
- when loading a rom, the filename is saved in recent files
  with "application/x-nds-binary" mime type
- a new "open recent" submenu let you choose a recent file
  with the "application/x-nds-binary" mime type
2009-07-11 16:08:38 +00:00
riccardom fbc2d8e296 Add alsa cflags / libs to makefiles. 2009-07-11 15:24:53 +00:00
riccardom ba33e8aa6b Brown paper bug: use plughw:0,0 as device instead of default, this is actually an error i introduced and not on the original.
Then check snd_pcm_readi return since it can fails and actually it is doing so.
2009-07-11 15:15:57 +00:00
riccardom fd20b10c90 Need to initialize stuff in Mic_Init(). 2009-07-11 14:37:50 +00:00
riccardom f63909b1d9 Add the alsa microphone implementation done by Heptaeon and posted in the
forum. Dear contributors please don't do that, write to the list, come on
irc, post a patch in sf.net instead.
Anyway this is made the default if you have alsa, tested a bit and haven't
managed to get it working. Since I don't know if it is our bad or common code
issue please test and maybe report back on irc.
2009-07-11 14:21:09 +00:00
zeromus b6c16bdb0c antigrain: add raster font rendering 2009-07-11 08:22:17 +00:00
zeromus 867c17d7a3 more antigrain refactors 2009-07-11 06:46:46 +00:00
zeromus e2a29f6c3e antigrain refactors, need an intermediate checkin 2009-07-11 04:27:03 +00:00
zeromus 11983ace12 move antigrain to core and build with make 2009-07-11 02:51:16 +00:00
zeromus f6f4719115 win32 agg: build with vs2005 instead of 2008; for some reason 2008 produces a lib in this case that 2005 can't handle 2009-07-10 22:41:37 +00:00
zeromus 078ac3bea0 remove the optional gpc component from antigrain, which is licensed under a retarded homemade non-commercial license 2009-07-10 22:27:36 +00:00
wntrmute 2288f5fdf4 remove cflash.cpp/.h add guitarGrip.cpp, enable universal binary 2009-07-10 22:03:59 +00:00
zeromus 0211a78a8e spu: last checkin with spu controls was bad. i guess i committed from the wrong directory. this fixes it 2009-07-10 19:29:05 +00:00
zeromus c2751af7f5 spu and win32: add individual channel muting capability 2009-07-10 18:46:50 +00:00
zeromus 5d40f08ce2 apply patch 2816373 which fixes extension dot parsing for creating save paths from rom paths 2009-07-10 18:15:45 +00:00
mtabachenko 09c7e4bf2c winport:
- fix config load for Guitar Grip addon;
2009-07-10 10:46:16 +00:00
mtabachenko 275cf18417 winport:
- added config keys for Guitar Grip;
2009-07-10 10:34:49 +00:00
riccardom c0e17f2a2b Add addons/guitarGrip.cpp to compilation. 2009-07-09 18:54:27 +00:00
p989 b9e0eee019 marker renderer 2009-07-09 15:52:22 +00:00
p989 082b8a1e92 line renderer 2009-07-09 15:11:48 +00:00
zeromus 7459a4a0db win32: add demo of agg compositing separate lua and emuscreen layers 2009-07-09 08:16:10 +00:00
zeromus d4b9473034 win32: fix vcproj again 2009-07-09 07:36:21 +00:00
zeromus 4eb59b05c1 win32: refactor agg drawing 2009-07-09 05:17:29 +00:00
p989 740fbdf6f6 agg_draw_line_pattern 2009-07-09 03:35:26 +00:00
zeromus 24b0d4cc74 fix vcproj files from antigrain addition 2009-07-09 02:25:39 +00:00
mtabachenko 5d2a46c1ad addons:
- add Guitar Grip device;
2009-07-08 23:26:35 +00:00
p989 20bbb21f56 antigrain geometry renderer and static lib 2009-07-08 23:01:43 +00:00
zeromus b671d2dc37 update version info to 095 and also port changed dsm spec from 094 branch 2009-07-07 23:05:30 +00:00
zeromus 8f2825ca2f rasterize: tweak around alpha blending again, mostly reverting to the older form 2009-07-06 06:54:41 +00:00
zeromus 2a9f14b516 win32: fix map view tool to display more modes, taking advantage of more evolved gpu code. also port changelog from 094 branch 2009-07-06 05:54:02 +00:00
zeromus 6e05ab43a1 rasterize: fix clear image support; gpu: fix a 2d obj mode; and a fix to vram diagnostics printing 2009-07-06 00:21:45 +00:00
zeromus a0c9689b6f rasterize: experimental edge marking; also mess around with alpha blending a bit 2009-07-05 20:02:41 +00:00
luigi__ 8495cce7d8 VS2010 project: Added pathsettings.cpp and pathsettings.h. 2009-07-04 11:09:50 +00:00
riccardom 9fd39b42be Sopt hardcoding dTools_list size. 2009-07-04 09:08:09 +00:00