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
evilynux
9564a0b082
Include README.TRANSLATION in release tarball.
2007-07-23 07:08:35 +00:00
evilynux
9278962920
Added $Id$ to keep track of the modifications outside CVS.
2007-07-19 06:50:57 +00:00
evilynux
eaf35e30d1
Added 7) Integrating new translations.
2007-07-19 06:41:50 +00:00
evilynux
56c357f92b
Added an entry about the README.TRANSLATION.
2007-07-18 13:12:32 +00:00
evilynux
949b39d9b0
Consistency: use same layout for subsections.
2007-07-18 13:11:11 +00:00
evilynux
68d6472c68
Consistency: use DeSmuME everywhere.
2007-07-18 13:09:47 +00:00
evilynux
9ebc2d11f1
Added al�to subsections to make text easier to read.
2007-07-18 00:24:34 +00:00
evilynux
8d139cd14e
Corrections.
2007-07-18 00:21:12 +00:00
evilynux
3c68421803
Command line translation to french.
2007-07-18 00:13:19 +00:00