Richard Goedeken
299f754fd6
Merged many bugfixes from trunk revs 587 to 694 into v1.4-branch. Details are in RELEASE file
2008-06-29 14:45:57 +00:00
Richard Goedeken
f7860f61dc
merged glide64 bugfix from trunk to v1.4 branch
2008-06-22 03:49:07 +00:00
Scott Knauert
8fa77f05ac
Fixed compiler warnings for gcc 4.3.1.
2008-06-13 01:30:03 +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
Richard Goedeken
578f272278
Reworked screenshot mechanism. Now screenshots are retrieved from video plugins with ReadScreen instead of CaptureScreen, and compressed/saved from main core instead of plugins. Fixed 64-bit bug in Glide64.
2008-04-23 03:59:09 +00:00
Richard Goedeken
802f7d8b0a
Revert commit 102. This fix does not address the underlying problem. The commit message did not contain information to reproduce the crash, so further diagnosis and correction is not possible.
2008-04-18 13:31:37 +00:00
Richard Goedeken
9f10d202be
Reverted all changes on trunk from rev 189. The reason why I made a branch was so that you would not commit these things on the trunk.
2008-04-14 11:29:15 +00:00
John Chadwick
ec8445cc55
Attempt 3 at commiting the patches.
...
THIS PATCH IS PRELIMINARY AND DOES NOT WORK.
It also needs some major cleanup and most plugins are not yet compiling. Going to need any help I can get here, but I'll be working on it.
2008-04-14 04:37:57 +00:00
Richard Goedeken
19c4091e2c
Fixed compilation problems in NO_ASM build of Glide64
2008-04-09 18:34:37 +00:00
Richard Goedeken
02cb12172b
Added NO_ASM makefile parameter to compile mupen64plus with no dynarec or mmx/sse code. This is useful for building on non-intel architectures like PPC or Sparc. glide64 and rice video will probably not work
2008-04-07 03:14:17 +00:00
Richard Goedeken
5f32c254fe
Converted all tabs to 4-spaces, and all line endings to LF-only
2008-04-06 14:55:37 +00:00
John Chadwick
b3b4bb5f1e
Fixes a crash that can occur (Why the situation that causes it occurs is beyond me but this will stop it from crashing the plugin)
2008-04-05 19:27:31 +00:00
Richard Goedeken
e43670bab4
Modified pre.mk and glide64 makefile to auto-select yasm or nasm
2008-03-29 16:35:15 +00:00
Richard Goedeken
9d0f6ce257
changed inline asm label syntax in Glide64, for compatibility with gcc 4.3.0
2008-03-29 16:09:24 +00:00
John Chadwick
4935c3ca44
Sorry about recent conflict - I hit it at about the same time as ebenblues and didn't realize it just needed limits.h. This should fix for glide64, which i also modified with this hack.
2008-03-27 20:43:02 +00:00
John Chadwick
28fcce941d
* Fixed some compilation problems (defines PATH_MAX to 1024 in a couple files, if they aren't already defined)
...
* More GUI work ("Toolbar Style" now works)
2008-03-27 20:29:30 +00:00
Richard Goedeken
ecc98acfb0
tweaked glide64 makefile to work with older versions of yasm. tested both 32-bit and 64-bit builds
2008-03-23 04:30:03 +00:00
Richard Goedeken
8902f3836b
removed test prints, removed glide64 resolution problem from TODO, because I instrumented and tested the code and it works correctly as-is
2008-03-23 03:50:20 +00:00
Richard Goedeken
265fa78939
Removed run_in_window setting from Glide64 plugin -- force it to use setting from mupen64 instead
2008-03-22 20:16:01 +00:00
James Hood
e81f213c6f
-Created config/ dir and moved all config files to it.
...
-Modified Makefile so 'make install' will copy default config files to install dir
-Modified gui_gtk/rombrowser.c so rombrowser.cache file is saved to user config dir.
-Modified main/main.c so on creation of user config dir ~/.mupen64plus, all config files from install dir are copied to user config dir.
2008-03-17 00:40:43 +00:00
James Hood
42e8448c24
Removed copy instructions from glide64 and rice_video Makefile's since now the top-level Makefile will automatically copy the plugins to the plugins/ dir after building.
2008-03-16 16:34:40 +00:00
Richard Goedeken
ac35c5f28e
Integrated glide64 plugin into mupen64plus build system. Removed -Wall from pre.mk
2008-03-15 18:30:48 +00:00
Richard Goedeken
b1ae03d8c7
Imported mupen64plus/trunk/glide64 from mupen64-amd64/trunk/glide64 rev 254
2008-03-15 14:37:42 +00:00