Commit Graph

560 Commits

Author SHA1 Message Date
evilynux d2fd40bda2 Fixed joystick axis configuration. I had broken it on the last modification. 2007-02-13 07:43:24 +00:00
evilynux 82853af179 Reduced number of keyboard and joystick configuration callbacks from 28 to 3. 2007-02-13 07:27:29 +00:00
evilynux 47cfe6109e This should fix FAT support for MS Windows and GNU/Linux.
Thanks to elhobbs for the clues.
2007-02-13 03:50:37 +00:00
damdoum 902f673ab4 misc. function changes (to be a little more generic to claim a GL
context)
added tile viewer backbone
2007-02-12 20:12:33 +00:00
cyberwarriorx 768f32ef69 -Pssst... When adding arguments to functions, don't forget to make sure all calls to the function are fixed too. 2007-02-12 20:09:26 +00:00
damdoum 50deb34e86 fixed true gap / rightscreen to work again
(rightscreen was not working because table wasn't notified of a change)
(gap screen was not working because ScreenRotate had become a float)
2007-02-11 19:41:45 +00:00
damdoum 8119e076f3 oops debug stuff (square in the middle) removed 2007-02-11 16:26:30 +00:00
yabause 39da0c1701 Fixed a bug in gtk-glade Makefile.am 2007-02-11 16:18:43 +00:00
damdoum ffe08e1972 tried to fix 64b problem with callback arguments
changed glade layout for better "rightscreen" implementation
fixed a little problem with double clicks
2007-02-11 15:06:38 +00:00
yabause eef54629a0 Added desmume.desktop.in for gtk port and desmume-glade.desktop.in
for glade one (http://bugs.gentoo.org/show_bug.cgi?id=163868)
Hope it's ok to use .in files instead of plain .desktop... at least
we won't have version number mismatch this way :)
2007-02-11 13:20:11 +00:00
evilynux 247dfdcf37 Fixed 64bit compatibility. There are still two areas where it needs to be fixed: screen resize via the menu and screen rotation via the menu.
Note: *((float*)&my_gpointer) doesn't work!? Is there a problem with floats in Glade?
2007-02-11 07:37:25 +00:00
cyberwarriorx d81a01b6b4 -Fixed potential memory leak(Thanks to Dmitry Krutskih!)
-Quotes are now handled correctly on the command line in the windows port(Thanks to Dmitry Krutskih!)
2007-02-10 18:30:13 +00:00
damdoum 026bd14902 enabling gl for windows / corrected .dev file
you need to replace paths though
2007-02-10 09:36:02 +00:00
cyberwarriorx 892fe07a1d -Support for importing *.duc files added to windows port 2007-02-10 02:13:09 +00:00
cyberwarriorx 1c93a66573 -Oops, forgot a file 2007-02-10 02:10:55 +00:00
cyberwarriorx 392e879e52 -Noticed a couple of files with missing copyrights. I hope it's correct now.
-Added support for importing *.duc files. You just have to call NDS_ImportSave with a valid filename specified and it should load any *.duc file
2007-02-10 02:09:48 +00:00
damdoum e1d53d42dc missing file (autoconnects signal the way i wanted) 2007-02-09 16:35:34 +00:00
damdoum 391bb6ad64 hardware rendering enabled
scaling  & rotation OK
2007-02-09 16:33:58 +00:00
shashclp 0db6f29315 - Fixed regression in graphics on "Bubble Bobble Revolution", and probably others
using 8bit rotated tiled backgrounds.
2007-02-09 07:10:12 +00:00
shashclp 76ef976bb5 - Fixed master brightness, as it got copied from GPU.h wrong (Please don't move AND modify code across files in the same commit, so we can avoid this bugs easier) 2007-02-09 05:37:12 +00:00
damdoum 252cc00ac8 nice scaling (only for those having GTKGLEXT -- hardware accel.) 2007-02-07 19:39:55 +00:00
damdoum 9badd2dd42 preparing for gl manipulations 2007-02-07 12:08:19 +00:00
damdoum 88161637c9 fixes missing defines on windows with no configure
gl moved in gdk_gl.*
2007-02-07 12:06:54 +00:00
yabause 5face33a2a Initialized last_cycle to 0. 2007-02-07 07:29:22 +00:00
cyberwarriorx 770fc10126 -Yabause? Oops! 2007-02-06 18:12:54 +00:00
cyberwarriorx cf529ec485 -Special thanks to ImP0steR for this fix. This should help those that can't seem to use hardware buffer mixing. 2007-02-05 23:05:00 +00:00
evilynux b252c7d239 Fixed the value of GLADEUI_UNINSTALLED_DIR in configure.ac. It's now "`pwd`/src/gtk-glade/glade/".
This eliminates the need for previous modif to src/gtk-glade/main.c .
(Note that you need to rerun ./configure for the change to take effect.)
2007-02-05 06:44:59 +00:00
damdoum d7d95ad693 let the dev. use the glade too (cvs checkout for example) 2007-02-05 02:58:02 +00:00
damdoum b2263b0bfd opengl working ( scale, rot) but disabled 2007-02-05 02:29:32 +00:00
evilynux 5ce404bc01 - Fixed installation of gtk-glade interface.
=> desmume-glade finds its glade interfaces now.
2007-02-04 23:45:13 +00:00
damdoum da53c04ecb added GDKGLEXT 2007-02-04 23:01:20 +00:00
damdoum 7551bf103e adding GDKGLEXT 2007-02-04 22:58:50 +00:00
damdoum b9e2d6a8fc opengl (disabled) for hardware zoom / rot / etc... 2007-02-04 22:46:29 +00:00
yabause 24356e4948 Again some more fixes to "make dist", it should be ok now. 2007-02-04 22:02:57 +00:00
yabause 4151418b8c Some more fixes for 'make dist' 2007-02-04 21:49:02 +00:00
yabause a736400fbe Some more "fixes" to "make dist" 2007-02-04 21:35:50 +00:00
yabause 5a271f446f Added some missing files in Makefile.am files (I'm trying to get "make dist"
working).
2007-02-04 20:59:19 +00:00
cyberwarriorx d485bf1759 -Added a description for the View menu item. 2007-02-04 01:07:20 +00:00
cyberwarriorx 40d1ede007 -Updated the copyright 2007-02-03 23:30:14 +00:00
yabause 8c98f7d693 Added some instructions about glade in README.LIN and some work I've
done in ChangeLog
2007-02-03 23:27:48 +00:00
cyberwarriorx eb80613f9c -Updated version 2007-02-03 23:25:26 +00:00
yabause 35b77a032e Changed version number and updated autopackage to include gtk-glade
binary.
2007-02-03 22:50:18 +00:00
amponzi 766e4c9c66 - Fixed Window Size formula based on factoring value
- Fixed Aspect Ratio Maintaining to be consistent with Window Size behavior changes
2007-02-03 00:25:58 +00:00
shashclp 5db974bd5c - Fixed the bug reported by masscat in here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1650937&group_id=164579&atid=832291
2007-02-02 21:35:44 +00:00
evilynux 70754f7c5c Using <SDL.h> everywhere. 2007-02-02 06:35:30 +00:00
evilynux 393d4a02a5 This should fix joystick support for MS Windows. 2007-02-02 06:23:31 +00:00
damdoum 36deb4a060 save type select for gtk-glade
boost key working
2007-02-01 12:43:02 +00:00
mightymax 578a10398a fixed possible buffer overflows in string handling 2007-01-31 23:25:26 +00:00
mightymax a3176877f6 replaced constants with the correct define (MAX_PATH) 2007-01-31 23:22:17 +00:00
mightymax 9b83ebf2bb fixed possible buffer overflows in string handling 2007-01-31 22:52:57 +00:00