0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 24 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
makefile fix. added ConfigShutdown and ConfigSaveFile functions. added another warning message in ConfigInit More... over 14 years ago
added function pointers for floating-point parameter get/set routines from the Config module of the core More... over 14 years ago
1. Added config get/set function for Floats 2. Added ConfigInit() function to load and parse configuration file More... over 14 years ago
1. added Config Get*Path() functions, conformant to XDG Base Directory Specification 2. added debug callback code to pass messages back to front-end application 3. added extra level parameter to DebugCallback 4. numerous parameter type fixes in API 5. added ConfigGetUserConfigPath() function to API, so that user data / user config are separated More... over 14 years ago
Added GetUserConfigPath() core function, updated debug callback to take a level argument More... over 14 years ago
change the plugin search algorithm so that given name must match at the beginning of the plugin filename, not just anywhere in the filename More... over 14 years ago
Added --datadir command-line option to specify the shared data directory More... over 14 years ago
Added PLUGINDIR makefile option, which allows the builder to specify at compile time a directory to be searched for plugins More... over 14 years ago
Initial draft of Mupen64Plus-ui-console project source code More... over 14 years ago
a couple of typo fixes and API updates made during the UI-console initial draft More... over 14 years ago
finished PluginGetVersion() function in api_common.c. Now the front-end can attach to the core More... over 14 years ago
fix typos in m64p_debugger.h, add new error code, start adding code in api_common.c More... over 14 years ago
Updated makefile to use static version.h instead of generating it from template More... over 14 years ago
1. moved main/plugin.* and dummy*/* into new plugin/ folder. 2. changed all #include statements with paths so that instead of being relative to current source file, they are relative to base source directory. More... over 14 years ago
Added empty framework for the 2.0 api: all of the Core functions which will be exported to the other modules, and the API header files containing function pointers for use by the other modules More... over 14 years ago
Tagged core: v1.999-milestone-1. Source tree has been re-arranged and pruned of unnecessary components, project builds as a shared library but still runs when linked to a binary More... over 14 years ago
only compile with -fPIC on 64-bit arch because 32-bit shared lib can be built without it, and it has 40-60% speed penalty on i386. Add -fvisibility=hidden cflag for performance. Change rjump.c in both dynarecs so source can be properly built either with or without -fPIC -DPIC More... over 14 years ago
Removed 7zip and lzma source code. Removed <bzlib.h> dependency from main/rom.c and removed <zlib.h> dependencies from everywhere except main/zip/*, which is only used by main/savestates.c More... over 14 years ago
removed NO_GUI preprocessor directive, l_GuiEnabled main.c flag, and signal handler More... over 14 years ago
removed unneeded #include from memory/memory.h More... over 14 years ago
removed some of the #include statements in header files in r4300/ More... over 14 years ago
removed romcache.c/h, moved INI handling functions into rom.c/h More... over 14 years ago
removed all #include statements from header files in debugger/ More... over 14 years ago
changed makefile so that a shared library is built instead of a binary. Also had to change rjump.c in both 32-bit and 64-bit dynamic recompilers so that the inline ASM code would be position independent More... over 14 years ago
changed src/opengl folder to src/osd More... over 14 years ago
re-wrote and simplified core makefile. Now object files are stored in a separate _obj directory in projects/unix/. Now the project actually builds with the new directory structure, though it currently builds a binary and not a library like it should More... over 14 years ago
use valloc() instead of posix_memalign() in malloc_exec() function because pre 10.6 versions of Mac OSX do not have posix_memalign() More... over 14 years ago
imported source from Mupen64Plus SVN repository rev 1416. removed many non-core items. restructured directories for mupen64plus v2.0 project More... over 14 years ago