Richard Goedeken
cf63d05bb8
Removed everything from TODO file, inserted pointer message to Google Code URL
2008-03-23 22:26:08 +00:00
Richard Goedeken
ace6fb75ad
Tested fullscreen problem, and it works for me now for all 3 video plugins
2008-03-23 16:37:38 +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
Richard Goedeken
a469389c54
Added Key Commands section to README
2008-03-22 19:47:41 +00:00
Richard Goedeken
3cbcfd6737
Had to recreate g_EmulatorRunning variable to properly handle pause command when running in _nogui mode
2008-03-22 19:47:28 +00:00
Richard Goedeken
4db320bcc1
Added section for Known Issues to README file and added note about ricevideo fog problem with open source radeon drivers
2008-03-19 23:59:41 +00:00
Richard Goedeken
1820061e46
Don't put updates in TODO file, just remove the item from the list. We can see from the email and log which items were fixed and by whom. Moved radeon incompatibility issue from 1.3 possibility to the list of known problems
2008-03-19 23:58:53 +00:00
James Hood
9351f625b4
Changed search priority for install dir to this order:
...
-PREFIX/share/mupen64plus
-same dir as binary
-current working dir
I decided to put CWD last instead of the binary dir because it is the least consistent one. This should solve the Konquerer problem that was reported.
2008-03-19 16:13:32 +00:00
Scott Gorman
29122618e6
2008-03-19 16:06:49 +00:00
Scott Gorman
932682f9ed
fixed the config error, now it displays proper resolution
2008-03-19 16:04:11 +00:00
Scott Gorman
e5b2291542
2008-03-19 15:29:06 +00:00
Scott Gorman
5406a2d361
commented out SDL_SetVideoMode
2008-03-19 15:16:19 +00:00
James Hood
66eaf1213c
-Made changes so only plugin filenames (not paths) are stored in the mupen64plus.conf file.
...
-Added default plugins to mupen64plus.conf file:
-Gfx: ricevideo.so
-Audio: mupen64_audio.so
-Input: blight_input.so
-RSP: mupen64_hle_rsp_azimer.so
These two fixes address the problem of no plugins being selected on first load of mupen64plus.
2008-03-19 07:59:47 +00:00
James Hood
68c30bb464
Don't print "Info: Loading Rom: XX%" 100 times
2008-03-19 06:39:57 +00:00
James Hood
3234747a0c
Closing SDL window now stops emulation.
2008-03-19 06:32:39 +00:00
James Hood
92dcc10257
-Change fullscreen hotkey to Alt+Enter
2008-03-19 06:20:26 +00:00
James Hood
58773a915a
-bugfix: newlines in Catalan translation file were causing problems with that translation.
...
-Readded --noask functionality (it was lost during gui/nogui merge).
-Added config dialog checkbox to toggle noask setting.
-Fixed problem with too many dialog windows when loading a bad dump or hacked rom.
2008-03-19 01:29:19 +00:00
Richard Goedeken
d4336dfd0d
added suggestions from Tillin9 to TODO
2008-03-19 00:19:11 +00:00
Richard Goedeken
c77b39db5c
Added release-1.3 blocking issues to TODO file
2008-03-18 18:38:12 +00:00
James Hood
30119fe39c
ugh, accidentally committed debug prints
2008-03-18 07:15:06 +00:00
James Hood
d20ac8b220
updated install.sh to look for install programs in the following order: /usr/bin/ginstall, /bin/ginstall, /usr/bin/install, /bin/install.
2008-03-18 07:06:39 +00:00
James Hood
7dd20d551e
Added default config file for glN64
2008-03-18 06:41:45 +00:00
James Hood
b76901c5ee
minor change to README
2008-03-18 06:18:52 +00:00
James Hood
a1ef36c709
Removed install.sh TODO item. This was implemented in r20
2008-03-17 07:30:10 +00:00
James Hood
bc2b36edeb
bugfix: copyfile function in util.c was leaving 'ÿ' at the end of every copied file.
2008-03-17 07:19:34 +00:00
James Hood
8476decff6
-Updated release.mk for new config/ dir and install.sh/uninstall.sh scripts.
...
-Updated README file
2008-03-17 07:07:10 +00:00
James Hood
eafbf49b66
-Created install.sh and uninstall.sh scripts in trunk. These scripts will be used to do install/uninstall in the source and binary distributions for Mupen64Plus.
...
-Modified top-level Makefile so 'make install' and 'make uninstall' call install.sh and uninstall.sh, respectively.
2008-03-17 06:18:41 +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
605abd80a1
Implemented SetConfigDir API call for RiceVideo. This config dir is used to find the RiceVideo.cfg and RiceVideoLinux.ini files. It is also used as the base path for the hires_texture/ and texture_dump/ directories.
2008-03-16 22:59:18 +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
b214a30f40
added release.mk file. To build a release, just do "make -f release.mk all VER=1.3.0"
2008-03-16 00:18:15 +00:00
Richard Goedeken
0fbedebac6
add .ini file copy for both rice video and glide64 plugins after building them in the makefile
2008-03-16 00:16:05 +00:00
Richard Goedeken
405b099723
set default screen update setting to 1 for super mario 64 to fix artifacts
2008-03-15 23:58:04 +00:00
James Hood
d35165f01b
updated README for new mupen64plus program name
2008-03-15 21:33:01 +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
a5e27c1efb
integrated rice video into mupen64plus build system
2008-03-15 17:58:10 +00:00
Richard Goedeken
3ad9e08591
Changed project name to Mupen64Plus
2008-03-15 16:23:36 +00:00
Richard Goedeken
11297da57b
Removed windows files from rsp_hle plugin source
2008-03-15 15:33:56 +00:00
Richard Goedeken
3d3a08992c
Removed 2 unnecessary files
2008-03-15 15:24:57 +00:00
Richard Goedeken
3a1018ba07
Removed mupen64_soft_gfx plugin, as it is very broken
2008-03-15 15:20:20 +00:00
Richard Goedeken
dc8b22b8db
removed unnecessary header.txt file
2008-03-15 15:17:29 +00:00
Richard Goedeken
db04bce7bf
Removed trunk/winproject and trunk/main/win folders
2008-03-15 15:05:32 +00:00
Richard Goedeken
b1ae03d8c7
Imported mupen64plus/trunk/glide64 from mupen64-amd64/trunk/glide64 rev 254
2008-03-15 14:37:42 +00:00
Richard Goedeken
2dd0da478c
Imported mupen64plus/trunk/rice_video from mupen64-amd64/trunk/ricevideo610-64bit rev 254
2008-03-15 14:36:11 +00:00
Richard Goedeken
cf8b8ca208
Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254
2008-03-15 14:33:00 +00:00