Commit Graph

504 Commits

Author SHA1 Message Date
n-a-c-h 421a0efc8e I'm upset that my last trick missed a trick, so correcting that now. 2008-05-28 02:38:01 +00:00
n-a-c-h 9b1223c3c1 Okay this insanity I think is sort of outdoing myself. Good luck looking at this through a disassembler. 2008-05-28 02:26:10 +00:00
n-a-c-h 89246e73a5 Maybe this will help. 2008-05-28 00:51:46 +00:00
n-a-c-h 3bafae2a93 Should compile now with MSVC (yeah, I actually broke out MSVC and did some testing, not that I could figure out how to build the whole project). 2008-05-27 23:13:26 +00:00
n-a-c-h 550aebf08c Fixed unprotect_buffer(). 2008-05-27 15:35:03 +00:00
n-a-c-h b06aeaf9dc Oops, mixed up two variables. 2008-05-27 08:40:32 +00:00
n-a-c-h 7b339f6cf0 Small improvement ;) 2008-05-27 08:39:20 +00:00
n-a-c-h 02273776c9 Scope fix, lets hope this compiles. 2008-05-27 08:36:54 +00:00
n-a-c-h 2cbc4ab6c9 Move some data from function to global to take it off the stack, and make it harder to find when browsing the code with a process viewer. 2008-05-27 08:35:36 +00:00
n-a-c-h 6e5f9d9b00 Just in case. 2008-05-27 08:34:07 +00:00
n-a-c-h 99455983be A lot more crazy stuff, hope it compiles. 2008-05-27 07:58:21 +00:00
mudlord c18f746121 Started work on updated crypto 2008-05-26 23:19:27 +00:00
spacy51 c0166c1b5d DISABLE possibility to select multi-threaded filters and filter plugins at once 2008-05-20 17:14:55 +00:00
spacy51 4b83a9f2fe ADDED convenience behavior of filter plugin menu entry 2008-05-20 17:04:25 +00:00
spacy51 7b26537b80 Update dependency info 2008-05-20 16:47:31 +00:00
spacy51 f08da5cdce Enable GBA_LOGGING for Release builds 2008-05-20 14:53:16 +00:00
spacy51 2078af0849 FIXED: Logging dialog broken after switching render API 2008-05-20 14:43:12 +00:00
spacy51 e62eec4e60 Small change 2008-05-20 14:32:21 +00:00
spacy51 8552ce65fa Added seperate verbose channel for sound output 2008-05-20 14:24:49 +00:00
spacy51 efc8b56965 Added protection step to post-build commands. 2008-05-20 13:05:31 +00:00
n-a-c-h cbe0cf7bbc For building debug builds, no security ever. 2008-05-20 12:45:49 +00:00
n-a-c-h b65f624d58 Fixed bug in defines, and tighten stuff up with an adler! 2008-05-20 12:38:15 +00:00
n-a-c-h b9243acef4 Better protection. 2008-05-20 03:39:14 +00:00
n-a-c-h 6725cec0c3 Fix handling of one case, should be a good memmem() now. 2008-05-20 01:54:20 +00:00
n-a-c-h 33af8c9962 Some fixes. 2008-05-19 15:29:59 +00:00
mudlord ea1221605d Updated payload 2008-05-19 13:06:55 +00:00
mudlord 2bca98d6b0 Added some fun.... 2008-05-19 12:50:49 +00:00
spacy51 24fafd3202 Enable GBA_LOGGING for Debug build. 2008-05-19 12:29:00 +00:00
spacy51 9dc85c95b9 Some clarifications. 2008-05-19 11:25:30 +00:00
mudlord 89fbf37bad Updated about info 2008-05-18 22:42:56 +00:00
mudlord f0e786aed0 Fixed up Qt4 project file
Started preliminary Qt4 directory dialog in options
2008-05-16 02:40:47 +00:00
n-a-c-h 9720e3ec10 Insert Placeholder so I don't forget. 2008-05-15 02:07:32 +00:00
n-a-c-h 69177f5742 Cleanup, support .dmg 2008-05-15 02:04:32 +00:00
xkiv 9dd68a5d0f Made (some) messages about invalid cheat codes more descriptive 2008-05-08 23:27:20 +00:00
xkiv 812990cd2f (new/changed functionality is mostly described in the new file doc/ReadMe.SDL.txt)
Reworked rewinds
More schemes for save/load keybindings
Savestate backups
Per-gamepad autofire (binds to a button on the real pad/keyboard)
Allow adding cheat codes from commandline
Allow adding IPS patch files from commandline
Fix bug in configuration for pad 4
Configurable default scaling of window size for openGL (when filter=0)
Assorted code cleanups (using DEFINEs instead of literals, factored-out chunks of code
from the big switch to functions, ...)
New switches for muting sound (CTRL+S), toggling cheats (CTRL-E)
Added timestamp to console messages
All messages go to console, even if they go to screen
Some messages no longer go to screen
2008-05-08 23:25:39 +00:00
xkiv 3480d2e03d Added new options:
Joy#_AutoA, Joy#_AutoB, openGLscale, saveKeysSwitch
Fixed maximum value for rewindTimer.
2008-05-08 23:16:12 +00:00
xkiv 06871615ec Documentation for the SDL GUI - keybindings, savestates, backups, rewinds, IPSs, cheats, autofire 2008-05-08 23:11:35 +00:00
spacy51 a606fddf72 Changed zlib & libpng linkage back to static. Local lib & include files of these libraries are necessary. 2008-05-07 19:54:22 +00:00
spacy51 0ea3f29634 Removed unnecessary white-spaces.
Some minor re-formatting
2008-05-04 14:46:35 +00:00
bgk a48b02db72 GTK GUI :
- Removed the menuitem accelerator hack
- Fixed a Valgrind warning about an uninitialized pointer
- The sound driver now displays an error message when it is unable to access to the device, instead of crashing
2008-05-03 07:58:20 +00:00
bgk baf094ce92 GTK GUI :
Added fullscreen support (toggle with F11)
2008-04-29 19:08:47 +00:00
bgk 0509c211b1 GTK UI :
Use newer Tooltip API. gvbam now builds with GTKMM_DISABLE_DEPRECATED
2008-04-27 18:05:58 +00:00
bgk 5c4600e4fc GTK GUI :
- Fixed some warnings
- Uninitialized memory should not be displayed anymore instead of a black screen
2008-04-27 16:54:42 +00:00
bgk 66dd396d85 GTK GUI :
Replaced GTK/GDK display by GTK/Cairo, now the window can be resized with all the video modules.
2008-04-25 18:21:39 +00:00
bgk 62f52b9622 Small cleanup 2008-04-25 09:52:59 +00:00
bgk 348caa1b80 GTK GUI :
Added a menu to select the video output module
2008-04-25 09:34:16 +00:00
bgk bd20a2e6aa GTK GUI :
- Added an OpenGL output module and enabled it by default.
- Filters can now be applied with a zoom level != 2 (Xv and OpenGL only).
2008-04-25 08:42:43 +00:00
bgk 79f61a2e2f GTK GUI :
Properly shutdown the sound output
2008-04-23 18:53:21 +00:00
bgk d1d115dbe8 GTK GUI :
The window can now be resized when using the Xv output. The display stretches to fit the window with aspect ratio correction.
2008-04-23 11:54:54 +00:00
bgk 66720378c9 GTK GUI :
Added filter support to the Xv output code
2008-04-22 11:52:55 +00:00