index
:
xavi/pcsxr
master
sio
sio-tcp
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Get rid of parentheses around IsConst and IsMapped macros. Quiets a warning o...
SND\MaddTheSane_cp
2011-12-31
2
-4
/
+4
*
Setting the proper encodings on the sound plug-ins' InfoPlist.strings.
SND\MaddTheSane_cp
2011-12-31
2
-8
/
+10
*
Fixing memory leak.
SND\MaddTheSane_cp
2011-12-31
1
-0
/
+2
*
Check to see if the file exists before returning it in HandleBinCue.
SND\MaddTheSane_cp
2011-12-30
1
-0
/
+2
*
Try to figure out the .bin name from a cue sheet. If that fails, use the old ...
SND\MaddTheSane_cp
2011-12-30
1
-2
/
+33
*
Fail in PcsxrPlugin initialization if we can't find the plugin specified. Pre...
SND\MaddTheSane_cp
2011-12-29
1
-0
/
+6
*
fixing the PeopsSPU Xcode project
SND\MaddTheSane_cp
2011-12-28
1
-14
/
+14
*
rearranging Sound plug-in for Mac.
SND\MaddTheSane_cp
2011-12-28
14
-72
/
+1377
*
Changing the cue UTI to com.goldenhawk.cdrwin-cuesheet from Boxer.
SND\MaddTheSane_cp
2011-12-28
2
-3
/
+6
*
Make IsCdHandleOpen() on Mac match the Linux method.
SND\MaddTheSane_cp
2011-12-27
1
-1
/
+1
*
Thinning down PcsxrMemoryObject header down even more.
SND\MaddTheSane_cp
2011-12-26
2
-10
/
+14
*
Adding my name to the Coders list in Credits.rtf.
SND\MaddTheSane_cp
2011-12-20
2
-25
/
+27
*
Use proper init function for NSURL. This should fix the inability to run ISOs...
SND\MaddTheSane_cp
2011-12-20
1
-1
/
+1
*
Added sanity checking around the temporary version checking for loading libra...
SND\MaddTheSane_cp
2011-12-20
1
-7
/
+12
*
Changed utisCanHandle to supportedUTIs.
SND\MaddTheSane_cp
2011-12-18
7
-25
/
+25
*
Uncomment out dlclose in SysCloseLibrary.
SND\MaddTheSane_cp
2011-12-18
2
-2
/
+10
*
Tell NSWorkspace to note the proper file path changed in PcsxrPluginHandler.
SND\MaddTheSane_cp
2011-12-17
3
-4
/
+6
*
Multiple plug-in directories support for Mac OS X. It could be better: curren...
SND\MaddTheSane_cp
2011-12-17
5
-23
/
+65
*
Reduce code duplication in -[PcsxrController application:openFile:].
SND\MaddTheSane_cp
2011-12-17
7
-23
/
+39
*
DFSound: change extern inlines to static inlines.
SND\MaddTheSane_cp
2011-12-16
6
-14
/
+14
*
Passing CFStrings to UTTypeEqual for constant strings.
SND\MaddTheSane_cp
2011-12-15
2
-9
/
+11
*
Fixed a memory leak in HandleBinCue.
SND\MaddTheSane_cp
2011-12-12
1
-2
/
+6
*
Messing with UTIs.
SND\MaddTheSane_cp
2011-12-12
1
-2
/
+7
*
Fixed missing return type.
SND\MaddTheSane_cp
2011-12-12
1
-1
/
+1
*
Fixed possible bug.
SND\MaddTheSane_cp
2011-12-12
1
-1
/
+1
*
committing Xcode project. Forgot to do so earlier.
SND\MaddTheSane_cp
2011-12-12
1
-0
/
+12
*
Renaming com.codeplex.pcsxr.mdfdisc to com.alcohol-soft.mdfdisc, since the fo...
SND\MaddTheSane_cp
2011-12-12
8
-25
/
+137
*
Rewrote the file handling on Mac OS X.
SND\MaddTheSane_cp
2011-12-11
14
-450
/
+284
*
Removed -mstackrealign. It was impossible to debug with THAT, too. Also, it's...
SND\MaddTheSane_cp
2011-12-10
1
-5
/
+1
*
Moving things around in the Memory manager for Mac OS X.
SND\MaddTheSane_cp
2011-12-09
4
-62
/
+144
*
Let's make sure the memory card is created before posting a notification abou...
SND\MaddTheSane_cp
2011-12-08
2
-2
/
+7
*
Use actual UTIs of most of the disk image formats. Not .bin, though. That's u...
SND\MaddTheSane_cp
2011-12-07
2
-6
/
+3
*
Passing -mstackrealign compiler flag when building on Mac OS X. This fixes ru...
SND\MaddTheSane_cp
2011-12-06
1
-2
/
+5
*
Prevent a blank memory card selector from popping up at launch.
SND\MaddTheSane_cp
2011-12-06
1
-0
/
+4
*
Workaround to get PCSXR for Mac to have ISOs selectable.
SND\MaddTheSane_cp
2011-12-05
2
-3
/
+3
*
Removing one nib that didn't get deleted
SND\MaddTheSane_cp
2011-12-05
3
-0
/
+0
*
Added PcsxrMemCardController to those listening for changes in the memory card.
SND\MaddTheSane_cp
2011-12-04
3
-3
/
+18
*
Made it so that opening a memory card on PCSXR for the Mac allows you to set ...
SND\MaddTheSane_cp
2011-12-04
7
-12
/
+893
*
Found another place that Xcode's static analyzer found. This one was saying t...
SND\MaddTheSane_cp
2011-12-03
1
-0
/
+1
*
Fixes for some problems found with Xcode's static analyzer. There are more, b...
SND\MaddTheSane_cp
2011-12-03
4
-11
/
+5
*
Link Enable NetPlay button to the proper action.
SND\MaddTheSane_cp
2011-12-03
4
-58
/
+78
*
Fixes to the Net plug-in for Mac OS X:
SND\MaddTheSane_cp
2011-12-02
3
-14
/
+6
*
Remove PowerPC files from the Xcode build process.
SND\MaddTheSane_cp
2011-12-02
7
-32
/
+14
*
Use MAXPATHLEN when copying over directory names
SND\MaddTheSane_cp
2011-12-02
1
-1
/
+1
*
Remove -fomit-frame-pointer from Xcode debug builds; it was impossible to deb...
SND\MaddTheSane_cp
2011-12-02
4
-7
/
+2
*
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72730 e17a0e51-4ae3-4d35...
SND\edgbla_cp
2011-11-30
7
-43
/
+16
*
Actually load the Net plug-in on Mac OS X.
SND\MaddTheSane_cp
2011-11-29
1
-1
/
+3
*
Removing unused outlets.
SND\MaddTheSane_cp
2011-11-29
3
-33
/
+4
*
Added a note to the Mac OS X memory editor's source code.
SND\MaddTheSane_cp
2011-11-27
2
-45
/
+31
*
Makes it so that sleeping in the background saves between sessions.
SND\MaddTheSane_cp
2011-11-27
1
-1
/
+3
[prev]
[next]