Commit Graph

3435 Commits

Author SHA1 Message Date
gecko_reverse a50689764a Cocoa Port: updated documentation, video output view moved into it's own file, input class added, fixed window resizing bugs, ROM Info interface updated and icon preview added, much improved about window, emulation moved to separate threadd, xcode project file added (compile from xcode or codeblocks) 2008-04-01 04:59:52 +00:00
shashclp 2c1dc2c0e0 - Changed default memory type to 64k, as it seems to be used widely 2008-03-28 16:01:54 +00:00
shashclp fd28e7e285 - Fixes that Dmitry Krutskih sent me per mail a zillion months ago 2008-03-28 15:59:19 +00:00
shashclp da23a32e2e - Fix for an endianess bug reported by 'jvernet' and fixed by 'Phazz' (Reference: http://forums.desmume.org/viewtopic.php?id=759) 2008-03-28 15:45:45 +00:00
shashclp 3bd964f5f0 - Ouch, I broke the resources :P 2008-03-22 20:52:48 +00:00
shashclp 60ef7d8d67 - Added an about box with the author list 2008-03-03 00:11:34 +00:00
shashclp 158681c738 - Added NHerv� command fix on NOP's. The first fixes, at least, "Rayman Raving Rabbids 2".
- Added my fix to avoid clInd going < 0 without notice, fixes "Mario & Luigi - Partners in Time" apparent freeze  when going in battle
2008-03-02 23:36:00 +00:00
shashclp 85615190d6 - Removed "execute=FALSE" and added logging instead, so games don't freeze but we still know that those opcode implementations might be faulty 2008-03-02 23:32:42 +00:00
gecko_reverse ff383c3a3f got rid of debug symbols by default in the x86 cocoa port 2008-02-26 08:43:22 +00:00
gecko_reverse f864ba96f3 fixed minor compilation error on leopard 2008-02-26 08:27:46 +00:00
gecko_reverse 74b5333368 added nibs for cocoa version 2008-02-26 07:50:11 +00:00
gecko_reverse 9b6457db86 updates to cocoa port 2008-02-25 08:21:36 +00:00
shashclp 5aa777c461 - Fix for the freeze on "New Super Mario Bros" minigames, reported by NHerv� After investigating, I found that the whole ROM header wasn't copied to Main RAM as it's meant to be. This fixes "New Super Mario Bros" minigames, and probably others. 2008-02-20 00:04:51 +00:00
shashclp 4adc063c7d - Fixed remaining armwrestler failing opcodes (LDM* mostly), now it's 100% correct, or atleast it does report to be correct (doesn't affect any games that I know of) 2008-02-18 19:57:41 +00:00
shashclp 89596b5bee - Fix for homebrews that never setup the screens. It's how it's meant to be on DS init. 2008-02-07 20:29:39 +00:00
evilynux a265361646 Fix build for gtk-glade UI. 2007-12-09 06:04:47 +00:00
evilynux 5dc6b4ee7e Fix build at least for cli and gtk UIs. 2007-12-09 05:58:53 +00:00
gecko_reverse 19830501e2 fixed a compile error 2007-11-25 16:46:31 +00:00
gecko_reverse aeea42a141 added sound, and did various other minor things to the cocoa port 2007-11-25 16:38:47 +00:00
mtabachenko 312bdff914 - added DirectInput interface 2007-11-19 09:27:15 +00:00
mtabachenko 1d6983b51a - fixed DirectInput interface
- add joystick support
2007-11-19 09:22:45 +00:00
shashclp c9d6849502 - Fixed sprite blending (as reported by richq in bug #1830124). Maybe, it'll cause glitches (unwanted transparency), but it will be fixed as they come :) 2007-11-12 00:41:51 +00:00
shashclp 73ff578a18 - Fixed dependency of glext.h :) 2007-10-30 23:05:41 +00:00
shashclp 53380f6ba2 - Fix, as "resrc1.h" isn't needed neither comitted :) 2007-10-28 17:33:28 +00:00
shashclp e7ac7c7000 Added external colaborations 2007-10-28 17:02:25 +00:00
shashclp 446f959787 - Patch #1806966 by "Acid Burn" 2007-10-28 17:01:41 +00:00
shashclp 0bf9d1e413 Added external colaborations 2007-10-28 16:44:52 +00:00
shashclp 81cc43b482 - Patch #1810861 by carlo_bramini 2007-10-28 16:43:13 +00:00
shashclp b2325ba770 - Reverted thoduv's changes to the 2D core, as they made Mario 64 DS crash due to memory corruption (exact crash was when Peach fades after it's letter to Mario)
- Fixed a bit the combo boxes on the config button screen,whenever I can I'll fix the zillion others that are wrong
2007-10-28 16:21:53 +00:00
shashclp e7f4ddc9a3 - CrazyMax DirectInput interface 2007-10-28 16:17:37 +00:00
shashclp 08ee897987 - Now uses stencil test information to blit onto the layering
- Uses alpha test to discard transparent pixels (still missing proper blending, but I'm busy atm)
- Moved all texture coordinates submitting to floating point, to avoid float to long conversions
- Fixed viewport size, which was missing 1 pixel on width/height
2007-10-19 11:03:41 +00:00
shashclp 7339fb71c1 - Encapsulated all the GDB STUB stuff to be only enabled when the GDB_STUB macro is defined (as a projection option), as it's causing regression. I know I didn't do it the cleanest way, but it's the fastest one that I could do, anyone feel free to do a better way to enable/disable it properly to avoid aforementioned regression.
- Clean up of the read/write macros, so we don't have two names for the same stuff
2007-10-19 09:31:53 +00:00
evilynux a8849f34f5 Better desktop menu entry following FreeDesktop specifications. 2007-09-27 05:28:19 +00:00
evilynux ff9a80a11e Added Brazilian Portuguese translation by Dreampeppers99. 2007-09-15 06:22:38 +00:00
evilynux f18a00f8a9 gtk-glade:
- Added DeSmuME version in about dialog.
gtk and gtk-glade:
- Updated website url in about dialog.
2007-09-03 20:25:44 +00:00
evilynux e8d39697f1 Fixed possible segfault in ROMReader on ia64 and amd64. 2007-09-03 18:20:24 +00:00
gecko_reverse e6b1f94894 minor fix 2007-08-19 11:00:58 +00:00
gecko_reverse 68312d81d1 cocoa port updates 2007-08-19 10:53:37 +00:00
gecko_reverse 0e9301e1f8 cocoa port / documentation updates 2007-08-19 10:47:35 +00:00
gecko_reverse 7114abee25 various updates to cocoa port (see change log) 2007-08-19 10:23:26 +00:00
yabause 214321d03e updated ChangeLog to 0.7.3 2007-08-11 23:50:56 +00:00
yabause af60d9eb0c forgot to add the cocoa Makefile.am in my previous commit (btw, it's only
here to distribute cocoa port files)
2007-08-11 23:46:01 +00:00
yabause e0c686c9bf fixed "make dist" and updated version number before releasing :) 2007-08-11 23:45:06 +00:00
gecko_reverse 4743c0ce6e touch sreen on rotated window works now 2007-08-11 21:56:59 +00:00
gecko_reverse 19f1f5fc51 added more info about translations for mac 2007-08-11 21:56:15 +00:00
gecko_reverse f935e5dd8b help menu works now 2007-08-11 19:51:07 +00:00
gecko_reverse 3b79107313 Initial Mac OS X interface commit 2007-08-11 19:29:29 +00:00
gecko_reverse 474b3203fa Initial Mac OS X interface commit 2007-08-11 19:23:45 +00:00
evilynux e0c59580f8 - Check for intltool macros.
- Made intltool/gettext optionnal, gtk-glade UI won't be built if missing.
2007-07-29 06:04:47 +00:00
evilynux 426d7f7cff Updated comment. 2007-07-26 17:25:42 +00:00