index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
FileUtil.cpp
Age
Commit message (
Expand
)
Author
2012-12-18
Fix a memory leak based on Lioncash's patches.
Ryan Houdek
2012-12-14
If the HOME environment variable isn't set, fall back on to PWD. Closes 5584.
Ryan Houdek
2012-06-19
Added a button to dump the FakeVMEM from the memory debugger if the game uses it
Pierre Bourdon
2011-06-11
Windows: Sets the cwd to the folder that dolphin.exe resides in.
LPFaint99
2011-05-24
Adds the option to change the path to the wii nand root
LPFaint99
2011-05-07
Move the HLE hack of setting.txt file redirection to the BS2Emu
LPFaint99
2011-03-22
Fixed some memory leaks. Only one was mine ;P
Jordan Woyak
2011-03-11
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Read...
Jordan Woyak
2011-03-01
Pass std::string's by reference when possible.
Glenn Rice
2011-03-01
More conversion from char * to std::string.
Glenn Rice
2011-02-28
Convert GetUserPath to return a std::string instead of a const char *. This ...
Glenn Rice
2011-02-11
* Dump AVI output on every VI (fixes issue #4064).
smelenchuk
2011-02-01
Fixed vs2010 SVNRevGen project. (Also changed "make_svnrev.h.vbs" to jscript ...
Jordan Woyak
2011-01-29
Fix the Audio tab and merge the DSP config into one.
sl1nk3.s
2011-01-15
Clean up nowx and stop cocoaApp busy-waiting in the main loop.
Soren Jorvang
2010-12-31
fixed crash when compressing 4+gb isos on some builds
nitsuja-
2010-12-21
Fixes some file handling in IPC_HLE
blubberdiblub
2010-12-19
Fix TextureDecoder.cl to work on both NVidia and ATI video cards.
Glenn Rice
2010-12-05
First pass at dealing with different size_t/off_t sizes in C90 environments.
Soren Jorvang
2010-12-05
allow gcc to check the format of args being passed to MsgAlert and GenericLog...
Shawn Hoffman
2010-12-03
4.4BSD derived OS'es always have 64-bit file sizes.
Soren Jorvang
2010-12-03
Attempt to fix issue r3458. I don't have a 32bit linux install, however I kno...
Shawn Hoffman
2010-11-10
StringUtil cleanup. Nothing seems broken.
Jordan Woyak
2010-09-06
Some work towards launching by titleid rather than content path,
LPFaint99
2010-07-23
Further *BSD portability.
Soren Jorvang
2010-07-22
Prevent Python from stripping off the final newline of the main(){}
Soren Jorvang
2010-07-22
Port to *BSD. It runs but isn't terribly useful without Cg.
Soren Jorvang
2010-07-20
Prevent double inclusion of CommonPaths.h as pointed out by Glenn.
Soren Jorvang
2010-06-13
Oops, that wasn't supposed to be in there.
Glenn Rice
2010-06-13
Fix pad configuration dialog on linux
Glenn Rice
2010-06-05
Don't store the absolute pathname of plugins in the configuration file,
Soren Jorvang
2010-05-30
De-inline StripTailDirSlashes() to work around a weird code generation bug.
Soren Jorvang
2010-05-12
OSX fix Dolphin not actually using the Application Support path.
Shawn Hoffman
2010-05-06
apply soren.jorvang's case-sensitivity patch (closes issue 2656) :P
luisr142004
2010-04-08
Random fixes and cleanups
NeoBrainX
2010-04-06
Fix wrong sprintf usage: the parameters use the restrict keyword so they may ...
NeoBrainX
2010-02-08
make ESC quit the game instead of toggling out of/into full screen mode (fixe...
luisr142004
2010-02-03
some cleanup, housekeeping for error cases and increased a few buffer sizes t...
j4ck.fr0st
2010-02-03
Revert commit 4997 and fix in a way that is more consistent with the structure
Glenn Rice
2010-02-02
Linux global build. At least the basic footwork is done here.
Glenn Rice
2010-02-01
Fixes issue 1777.
luisr142004
2010-01-29
Fixes Issue 2176 (SysConf on OSX), plus some initialization order warning fix...
j4ck.fr0st
2009-10-31
remove some newlines from FileUtil logs.
Shawn Hoffman
2009-09-21
fix some path issues on OSX, also libao for osx only supports 44.1kHz...aweso...
Shawn Hoffman
2009-09-13
patch by Daco for extracting directory contents from a gcm (which also allows...
LPFaint99
2009-08-06
revert changes to GetSysDirectory from last commit, I was trying to fix my is...
Shawn Hoffman
2009-08-06
misc cleanup
Shawn Hoffman
2009-07-30
dolphinwx and debuggerwx can now be compiled with unicode
LPFaint99
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-12
Rearrange LogManager includes. The main purpose is to make it possible to mod...
Nolan Check
[next]