Richard Goedeken
b8b36025cb
created branch for orbitaldecay's work on netplay
2008-06-10 01:56:12 +00:00
Richard Goedeken
a3bd476ecf
in the debugger, mark a code block as dirty if the user modifies the underlying memory space
2008-06-06 19:48:33 +00:00
Richard Goedeken
38e92c3a76
Merged r0286-debugger branch into trunk
2008-06-06 18:25:59 +00:00
Richard Goedeken
44738c78b2
Removed NoAudioDelay core option to resolve issue #48 . The Mupen64 v0.5 readme.pdf states that this option is not needed for Mupen64 v0.5, so I believe that it is unnecessary and can be removed
2008-06-03 03:43:00 +00:00
Richard Goedeken
88de0f7f80
bugfixes in OSD: no screenshots when OSD was disabled, adding new messages to OSD list even when OSD was disabled
2008-05-30 04:17:46 +00:00
Richard Goedeken
962a58f6ff
A few OSD changes: disable OSD with option --noosd, replaced font with Bitstream Vera sans-serif font, used slightly smaller font size which is now also proportional to screen size. Tested with 640x480 and 1280x960
2008-05-28 03:53:32 +00:00
Louai Al-Khanji
8ba70595bb
Better kde4 gui compilation courtesy of Tub. This actually workds
...
properly.
2008-05-27 18:09:45 +00:00
Scott Knauert
b865e7ae9a
Merged Gtk toolbar style and spacing bugfix from rcs branch upon developer request.
2008-05-21 19:57:30 +00:00
Richard Goedeken
85b700e9cb
Moved osd.cpp from main/ into opengl/, moved screenshot code from main.c into opengl/screenshot.cpp, refactored screenshot mechanism to grab screenshots without the OSD overlay
2008-05-18 20:54:10 +00:00
Richard Goedeken
cd8ac0bd26
Rev 438 caused a segfault on exit when --testshots was used, and possibly could cause segfaults when exiting from normal play. This commit correctly shuts down the dynarec
2008-05-18 20:13:29 +00:00
Richard Goedeken
0ff7d2d10b
Fixed makefiles for OSD feature
2008-05-16 05:33:13 +00:00
Richard Goedeken
12842f44b8
New feature: On Screen Display. Merged branch r0261-OSD-ebenblues up until rev 450 into trunk
2008-05-16 04:46:48 +00:00
Louai Al-Khanji
ee14adc137
Fix KDE4 stuff. qt4-config not yet compiled automatically. glN64 still
...
broken. First time this works for me.
2008-05-15 22:19:07 +00:00
Richard Goedeken
269a94cecc
Cleaned up some weird code
2008-05-15 19:33:23 +00:00
Richard Goedeken
8f33e97526
Added NoMemoryExpansion key to default mupen64plus.conf file
2008-05-15 02:44:06 +00:00
Scott Gorman
e5f912aad8
Added better detection if emulation is stopped, allowing the recompiler to break out of the infinite loop it can get caught in. This fixes the majority known hard freezes, and increases yet again... STABILITY!
2008-05-14 18:14:36 +00:00
Richard Goedeken
6bf7e41411
Reverted commit 434 in trunk - invalid double pointer passing to calculateMD5, no console output while loading ROMs, too slow. Please fix and commit to RCS branch
2008-05-14 04:28:42 +00:00
Scott Gorman
0051c4e170
Uses MD5 to find the entry in the database.
2008-05-14 03:53:57 +00:00
Scott Gorman
ae9430ff10
Updated the RomDatabase with every known rom I could get.
2008-05-14 03:29:30 +00:00
Scott Gorman
7014ae83f6
Worked in the backend code for NoMemoryExpansion. Eventually this should get moved to the RCS. Now some games boot and play! Woah! :)
2008-05-13 23:42:14 +00:00
John Chadwick
cd8a9065bd
Added "NoMemoryExpansion" and corresponding checkbox
...
Made CPU Core Settings section just "Emulation Settings" because many settings on that section are not related to the CPU Core
2008-05-13 22:50:36 +00:00
Scott Knauert
455a2c2234
Second attempt to fix gzip bug, reverting while loop.
2008-05-11 19:54:51 +00:00
Scott Knauert
845c7df829
More pedantic while loop, attempt to fix gzip size error.
2008-05-11 19:38:29 +00:00
Scott Knauert
52629d2a8f
Corrected some variable errors, attempt at fixing fill_header() crash
...
on 64-bit systems.
2008-05-11 18:54:05 +00:00
Scott Knauert
403596ffbd
Make formatting neater in console output. (minor)
2008-05-11 10:42:14 +00:00
Scott Knauert
eb8755b000
Overhaul of rom handling functions.
...
- Calculating MD5 in Gtk GUI rom properties dialogue now works.
- Gtk GUI open rom filter now has .z64, .v64, and .n64 extensions.
- Rom file decompression handled at single point (as opposed to
2-3) to prevent duplication of code and make adding 7zip support easier.
- General code cleanup, renaming / comments, etc.
Testing done:
- Tested .zipped (singe and multifile archives), .gzipped, and
uncompressed .z64 amd .v64 roms.
2008-05-11 08:20:37 +00:00
Scott Knauert
478a26518a
Polished cheat GUI, general code cleanup, fixed a Gtk warning.
2008-05-09 01:09:42 +00:00
Scott Knauert
1eff426fe1
Savestate overhaul complete, messages when saving or loading, size_t / int type abuse fixed, general cleanup.
2008-05-08 00:48:13 +00:00
Scott Knauert
bef4ea9b63
- Further cleanup of savestate code.
...
- Now traps slot changes from core.
2008-05-07 16:50:19 +00:00
Scott Knauert
66620a6331
Changes:
...
- Cleaned up Gtk GUI emulation menu.
- Added accelerator group for non-meta accelerators so the don't
interfere with entries (like the filter)
- Added savestate_get_filename() helper function.
- Changing the savestate in the Gtk GUI is relayed to the user via the
statusbar.
2008-05-07 09:22:29 +00:00
Scott Gorman
46fe3aaff6
branch to work on porting TASInput
2008-05-06 04:33:15 +00:00
Scott Gorman
4e0131b0b7
Added the critical_failure flag, if this is set to 1, then the plugin will operate like the 'No Sound' plugin. This event will occur when SDL can not access the soundcard. If the problem is fixed, and emulation is restarted it will recheck SDL.
2008-05-04 22:32:54 +00:00
Richard Goedeken
71578f2d36
KDE4 GUI builds now with makefiles
2008-05-04 14:20:27 +00:00
Scott Gorman
a9198f7394
One more test to make sure it updates correctly... (the irc bot)
2008-05-03 17:59:09 +00:00
Scott Gorman
8e853ceaf5
Trivial update to test bot
2008-05-03 17:26:49 +00:00
Louai Al-Khanji
fbdcf88460
Replace QFormLayout with QTabWidget + QGridLayout.
2008-05-02 11:32:24 +00:00
Scott Gorman
920747b02e
Cleaned up whitespacing, much cleaner and easier to follow.
2008-05-01 21:30:43 +00:00
Richard Goedeken
94df76d563
Testing SVN changes to ignore whitespace and deleted files in email diffs
2008-05-01 13:31:17 +00:00
Richard Goedeken
149494a7a4
Cleaned up white space and dead code in interupt.c
2008-05-01 13:22:14 +00:00
Jesse Dean
4a0ae5000f
Resubmitting fixes to debugger.
2008-04-30 23:34:47 +00:00
Richard Goedeken
10719cbb9b
fix for regression test script to handle special chars in filename for image comparison
2008-04-29 12:00:33 +00:00
Richard Goedeken
cbf4514d16
fixed bugs from recent input changes. added hysteresis to joystick axis centering detection. Disallowed setting both directions of single N64 axis to same direction of same controller axis
2008-04-29 03:38:30 +00:00
John Chadwick
b7ef061dbd
Fixes blight input patches.
...
- No longer needs inversion of the X axis since we now enter axis's seperately
- Cleaner user entry of seperate axis's (from the user perspective anyway :P)
- Some fixes
2008-04-29 02:23:03 +00:00
Scott Gorman
e49ba3e8a0
blight_input now lets you bind all four directions on the analog stick using axises versus it used to only allow one axis for up/down, and one for left/right... (it also assumed that +/- was not inverted)
2008-04-28 22:23:35 +00:00
James Hood
1496911600
gui_parseArgs was changed to gui_init in r213. Updated kde4 gui code.
2008-04-28 06:44:55 +00:00
Richard Goedeken
9d505d10d0
improved regression test timeout message
2008-04-27 21:26:01 +00:00
Richard Goedeken
9014c12a24
Added video regression test script and config file
2008-04-27 19:56:15 +00:00
James Hood
53b40c8cd5
-cleaned up save state autoincrement feature.
...
-added joystick mapping support for incrementing the save state slot.
2008-04-26 00:57:37 +00:00
James Hood
a6199536e4
Made the following changes to gtk gui menu for save slots (see issue 35 for details):
...
-Renamed menu to "Current save slot"
-When save slot menu is opened, gui checks the current save slot and makes sure the selected slot in the menu matches it.
-Removed "Default" slot option and replaced with slot 0. Slot 0 is the default on mupen64plus startup.
2008-04-25 21:38:36 +00:00
Scott Gorman
7dd276732b
Cleaned up white-spaces, much neater.
2008-04-25 08:51:36 +00:00