Commit Graph

578 Commits

Author SHA1 Message Date
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
mightymax dd5184c57b fixed possible buffer overflows in string handling, fixed glitch (missing horizontal lines) on 1x View on systems with larger window borders (i.e.Vista) 2007-01-31 22:23:53 +00:00
mightymax 206bb747c2 fixed possible buffer overflows in string handling, fixed some trivial warnings 2007-01-31 22:08:30 +00:00
mightymax 661faed68f fixed possible buffer overflows in string handling 2007-01-31 21:54:55 +00:00
damdoum 8391c83c1a made Dev-cpp project for win32 users with gtk/glade
fixed symbols for exports (glade ui signals)
2007-01-30 12:40:32 +00:00
mightymax aa29ef4c8e disabled LuT creation when not using LuT (i commited too much previous) 2007-01-28 20:02:01 +00:00
mightymax f49f032688 disabled LuT creation when not using LuT 2007-01-28 19:59:59 +00:00
mightymax f2afcf5893 changed default to not use the LuT. Lookup tables instead of a few integer operations will nearly allways _reduce_ performance massively on x86 systems. This is because the it can simply do several (and partitial simultaneous) integer operations on registers in the time it accesses one memory cell outside the cache 2007-01-28 19:33:03 +00:00
damdoum 2a5e45e6b3 moved GPU_ligne from header to source
added tabular functions for master brightness
2007-01-28 11:02:13 +00:00
mightymax 3c03be0deb remote ipc fifo not empty works again 2007-01-28 00:11:04 +00:00
mightymax f1f7bc52eb fixed invalid hw register overwriting (would i.e. deadlock some homebrew), fixed first ipcfifo init now not setting recv clear when the other side was not initiated 2007-01-27 23:09:18 +00:00
ex-cyber 2ecc8a0406 add newline at end of file 2007-01-27 20:04:05 +00:00
amponzi dd2932cc63 - Win32 always has to be special, works on Linux again 2007-01-27 19:38:04 +00:00
amponzi b7369a6984 - Reverted back to using strcasecmp
- Defined strcasecmp for Win32 systems to be stricmp
- This fixes issues in all OSes
2007-01-27 19:03:16 +00:00
ex-cyber f7d799ecc6 follow sdl-config #include convention 2007-01-27 18:09:04 +00:00
amponzi 4e1e994987 - strcasecmp is a deprecated command, used one that allows compiling when #HAVE_LIBZ is defined in VC++ 2007-01-27 17:28:37 +00:00
damdoum 64892e09b9 text replacement (more clear this way) 2007-01-27 12:15:42 +00:00
mightymax 08900ee198 added name to my nick 2007-01-27 11:03:46 +00:00
mightymax be3dac0ea4 fixed IRQ throwing of IPC-FIFO 2007-01-27 10:32:37 +00:00
ex-cyber 1707c20eae follow sdl-config #include convention 2007-01-27 07:26:22 +00:00
damdoum 0493245d87 trying to fix "hollow" sprite
(displayed because priority is set, but bckgnd color)
2007-01-26 16:26:43 +00:00
damdoum 4396a117c7 windows were not properly handled 2007-01-26 13:19:38 +00:00
damdoum 13ceddc3b2 made saves restore gpu state in a better way
(backward compatible with save version 010)
2007-01-26 10:01:17 +00:00
damdoum 92165da269 saves / restores GPU (less glitches when using savestates) 2007-01-26 09:33:42 +00:00
damdoum 4cbe98b94a fixed bug where some sprites were not displayed
(because there were more than 255 pixels :/ )
2007-01-26 08:50:45 +00:00
shashclp da35e1cea0 - Fixed a replace mistake, fixes regression on info boxes in Yoshi's Island 2007-01-26 08:35:17 +00:00
amponzi 0d7cfed8a6 - Instead of (De)magnify, new options for Window Sizes (1x-4x) 2007-01-26 08:08:01 +00:00
evilynux adc1ef6ea4 Added copyright header.
Please add your name to the copyright notice if you've contributed to it.
I haven't taken the liberty to your names even tho some of yours appear in the CVS.
2007-01-26 07:18:27 +00:00
evilynux 9017f5d73f Fixed project name is header. 2007-01-26 07:15:50 +00:00
evilynux a0c29f68f2 Updated copyright. 2007-01-26 07:13:57 +00:00
evilynux 2535d6ab00 Added copyright headers.
Please add your name to the copyright notice if you've contributed to it.
I haven't taken the liberty to your names even tho some of yours appear in the CVS.
2007-01-26 07:12:36 +00:00
evilynux 858f3cf1e0 My bad, it was also broken in the gtk ui as the configuration dialog still had the X and Y buttons inversed. 2007-01-26 07:08:07 +00:00
evilynux 1364592d67 Updated copyright notices. 2007-01-26 07:01:30 +00:00