Commit graph

156 commits

Author SHA1 Message Date
Richard Goedeken
3d27c6dbe7 bugfix: memory leak from new function in last commit 2010-01-10 14:10:05 -05:00
Richard Goedeken
ca159d07f5 added new console-ui option --set for setting arbitrary configuration variables on the command line. This requires the latest core library, because it uses a new config function ConfigGetParameterType() 2010-01-10 00:31:23 -05:00
Richard Goedeken
38d372f5f9 updated MAN pgae for all the changes made in the 2.0 re-architecture 2010-01-09 19:36:25 -05:00
Richard Goedeken
2174b9096a Added tag 1.99.2 for changeset 8cf91241c3d4 2010-01-06 23:37:50 -05:00
Richard Goedeken
02596bdf31 Updated RELEASE and version info for 1.99.2 tag 2010-01-06 23:37:44 -05:00
GoedekenR
1d4c790fc8 update project file to copy the DLLs from the dependencies and shared data files from other projects into the output build directory. 2010-01-06 23:01:18 -05:00
GoedekenR
f3ba5fe609 Added audio-sdl plugin project file to MSVC8 solution 2010-01-02 20:26:29 -05:00
GoedekenR
1be5a8cf30 Added Input SDL plugin project to MSVC8 solution 2010-01-02 16:28:48 -05:00
GoedekenR
17b16b31cc Added RSP-HLE project to MSVC8 solution 2010-01-02 10:22:45 -05:00
GoedekenR
ff34d04fcf Changed a couple of excessive warnings which are always printed in the Win32 test environment to only be active with the --verbose option 2009-12-28 03:06:41 -05:00
GoedekenR
f4c547f3c6 Added rice video project to MSVC8 solution file 2009-12-27 17:18:30 -05:00
GoedekenR
098dd7c174 Added mupen64plus-core to the MSVC8 solution file 2009-12-24 16:35:33 -05:00
GoedekenR
88471f9649 Merge MSVC8 project files 2009-12-19 22:46:21 -05:00
GoedekenR
3dafaed16c Added visual studio 8 project files. Made some small syntax changes so that MSVC can compile the C code in C++ mode. This is necessary because the MSVC compiler still doesn't support some nice C99 features which are used in the C code. Builds and runs in Windows. 2009-12-19 22:36:55 -05:00
Richard Goedeken
945aea3c7b Makefile improvements: throw error if OS/CPU not supported, use DESTDIR in install/uninstall paths, per Lazhur request. Allow user-specified CC/CXX/LD paths, per Auria request 2009-12-19 20:09:42 -05:00
Richard Goedeken
6db6563706 Added tag 1.99.1 for changeset 9c6059a764e2 2009-12-14 21:36:14 -05:00
Richard Goedeken
ec1496a731 updated RELEASE file for date 2009-12-14 21:36:12 -05:00
Richard Goedeken
a3fa1b7969 makefile fix for install target; MANDIR wasnt set by default 2009-12-14 11:31:44 -05:00
Richard Goedeken
8107223cef changed manual file from section 1 to section 6, added the manual page to the install/uninstall targets in the makefile 2009-12-13 23:54:09 -05:00
Richard Goedeken
e4a6a9726e added mupen64plus man file from core project 2009-12-13 23:43:12 -05:00
Richard Goedeken
8fdaa17603 dont need sudo when installing to user-local folder 2009-12-13 16:30:43 -05:00
Richard Goedeken
826b864ce8 added INSTALL file 2009-12-13 16:25:28 -05:00
Richard Goedeken
d541e3eece added README and RELEASE files 2009-12-13 00:00:15 -05:00
Richard Goedeken
9bd4bddd6c added LICENSES file 2009-12-12 23:19:37 -05:00
Richard Goedeken
4a72819892 update version number to 1.99.1 2009-12-12 00:42:51 -05:00
Richard Goedeken
de3a5f7ccb added install/uninstall/rebuild to makefile 2009-12-12 00:41:35 -05:00
Richard Goedeken
2ab0fe92bf rename ui-console binary from mupen64plus-cli to just mupen64plus 2009-12-12 00:28:38 -05:00
Richard Goedeken
4167e83793 added some help info to the makefile 2009-12-07 00:27:31 -05:00
Richard Goedeken
f45fe92533 Added the ability to specify default Core Library and Shared Data directories at build time in addition to the Plugin directory. 2009-12-07 00:15:24 -05:00
Richard Goedeken
b722e945b5 use versioned core library filename 2009-12-05 21:21:22 -05:00
Richard Goedeken
78acfd6589 forgot to add compare_core.h 2009-12-02 07:49:51 -05:00
Richard Goedeken
762a04e592 added r4300 core comparison feature 2009-12-01 21:11:17 -05:00
Richard Goedeken
d30b190ca2 New Feature: cheat code support from command-line. Implemented: command-line --cheats option handling, PJ64-format cheat code INI file parsing, interface with core for retrieving ROM image CRC and activating the cheat codes 2009-11-27 14:07:45 -05:00
Richard Goedeken
1b3f7712f9 modified Makefile for OSX compatibility patch from Auria and refactored for simplicity 2009-11-23 19:18:38 -05:00
Richard Goedeken
763737a55c fixed --emumode option description in help info 2009-11-17 23:08:11 -05:00
Richard Goedeken
fb6e4e934f cleaned up Auria's patch 2009-11-14 00:19:17 -05:00
Richard Goedeken
a2e8b95b9f imported patch SDLUgliness 2009-11-14 00:13:30 -05:00
Richard Goedeken
c9245500d5 imported patch MacRunPatches 2009-11-14 00:09:56 -05:00
Richard Goedeken
a36c6ad7e6 added ability to set resolution from command line, moved Fullscreen parameter from Core config section to Video-General 2009-11-07 23:32:40 -05:00
Richard Goedeken
3bd045b427 try to load core library in current directory if not found by system 2009-11-06 00:44:26 -05:00
Richard Goedeken
1241142a15 bugfix: last commit broke the --testshots feature 2009-11-05 07:43:02 -05:00
Richard Goedeken
bf1cfe3ea4 fixed warning from bug in --testshots, spelling error 2009-11-05 01:08:35 -05:00
Richard Goedeken
689e35b2cf fixed up the --testshots functionality so that it works 2009-11-04 23:54:52 -05:00
Richard Goedeken
05f0b20aea re-order plugin initialization so that RSP is last, which is required for correct operation. don't close ROM until after plugins have been detached 2009-10-27 08:35:12 -04:00
Richard Goedeken
5a5d98121c re-ordered startup code so that ROM image is loaded before plugins are attached 2009-10-26 00:51:25 -04:00
Richard Goedeken
f3bd9a8688 added --verbose command-line option 2009-10-24 13:39:30 -04:00
Richard Goedeken
3008cec64a added error message to makefile if API headers not found. bugfix in plugin loading function 2009-10-23 22:03:58 -04:00
Richard Goedeken
844b49d66f added makefile feature to automatically search several places to find mupen64plus core api headers 2009-10-22 23:52:51 -04:00
Richard Goedeken
b81d84491b changed dlopen() flag to resolve symbols immediately on load 2009-10-21 21:24:17 -04:00
Richard Goedeken
d009eea141 Added makefile option for debug build. added Status message in core callback handler. Parse --datadir early from command line parameters and send to CoreStartup() 2009-10-20 23:37:42 -04:00