Commit graph

32 commits

Author SHA1 Message Date
Scott Knauert
32ea126717 Minor Gtk GUI fixes, pre.mk fixes for RSP Qt4 GUI. 2008-09-11 03:01:58 +00:00
Scott Gorman
e271df092c Patch for MacOSX now things should work! 2008-09-03 23:31:53 +00:00
Louai Al-Khanji
4dc31ac232 Use qmake to build the qt4 gui. It creates nicer makefiles, which means
that not the whole gui needs to be rebuilt when a header or ui file 
changes. That was starting to become very, very annoying.
2008-08-26 08:03:51 +00:00
Louai Al-Khanji
3aec78f6b0 Adjust build system for gui_qt4. 2008-08-22 04:17:24 +00:00
Louai Al-Khanji
70155cb18d Remove all things KDE. Renaming still needs to be done. 2008-08-22 04:02:28 +00:00
Scott Knauert
fb8d8415d7 Replace -DSVN_* commandline flags with macros in main/version.h. Requires a few extra lines in plugin makefiles, but allows for much cleaner builds. 2008-08-21 02:45:34 +00:00
Scott Knauert
bc2476ede2 Removed defunct and unlicensed VCR functions, and language files. FSF address fixes. 2008-08-19 04:28:04 +00:00
Scott Knauert
6d12da379d Two main updates. Mostly a number of older Gtk GUI related improvmenets to Jttl Audio that were never commited, with the idea that we should get one plugin fairly polished as an example for new developers. Also fixed license issues with Mupen64plus makefiles, jttl audio files, and 7zip decoder. 2008-08-14 06:49:46 +00:00
Scott Knauert
b3f8add4fd Commited a number of build system improvements. Mostly focusing on getting NOGUI versions of plugins to not require Gtk libs and improvements related to the OSX porting effort. Tested not to break any of the GUI build options on 32-bit linux. 2008-08-04 06:12:29 +00:00
Richard Goedeken
50c69266e5 reverting pre.mk change to optimization level 0 in rev 721. Please use svn diff before committing to avoid unintentional commits 2008-07-01 02:25:46 +00:00
Scott Knauert
9eaf6e88e5 Fixed compiler warning in Glide64, initialized gltexfmt, glpixfmt, glpackfmt to 0. 2008-06-30 19:42:03 +00:00
Scott Knauert
eae8168fbb Makefile changes for 7zip. No idea why this didn't go in in previous commit... 2008-06-30 01:15:38 +00:00
Richard Goedeken
e1423350f9 Removed glide64/Tmem_nasm.asm source file and the project dependency on nasm/yasm assemblers 2008-06-25 04:22:52 +00:00
Richard Goedeken
4b96690016 a little refactoring so that release builds will display plain version numbers with no -development or -rxxxx. 2008-06-21 01:50:11 +00:00
Jesse Dean
5e46bfc862 Added (undocumented) RELEASE flag to makefiles to allow automatic stripping of SVN info from
versions when doing a major release
2008-06-20 13:56:23 +00:00
Jesse Dean
a837b799d8 Added to version string the SVN revision, branch and a hash of the 'svn diff' if that diff is
not empty
2008-06-20 06:42:56 +00:00
Louai Al-Khanji
8ba70595bb Better kde4 gui compilation courtesy of Tub. This actually workds
properly.
2008-05-27 18:09:45 +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
Louai Al-Khanji
ee14adc137 Fix KDE4 stuff. qt4-config not yet compiled automatically. glN64 still
broken. First time this works for me.
2008-05-15 22:19:07 +00:00
Richard Goedeken
71578f2d36 KDE4 GUI builds now with makefiles 2008-05-04 14:20:27 +00:00
Richard Goedeken
ad77d37228 KDE4 GUI merge: Added CFLAGS and LDLIBS for KDE GUI. Removed NO_GUI=1 option and added GUI=NONE, GUI=GTK2, and GUI=KDE4 options 2008-04-21 20:03:46 +00:00
Richard Goedeken
ff6a31553a re-added -O3 compile option 2008-04-18 03:38:24 +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
eb4b026e8f Moved libsamplerate detection from pre.mk to jttl_audio/Makefile. Added NO_RESAMPLE option to disable samplerate library for building 32-bit binary on 64-bit machine without 32-bit static libs 2008-04-06 17:20:43 +00:00
Richard Goedeken
2c56bf8c45 added reassuring message to libsamplerate warning. added dummy_video to makefile clean chain 2008-04-06 00:50:47 +00:00
James Hood
f9aadfd04b fixed syntax error with libsamplerate check in pre.mk 2008-04-05 22:35:49 +00:00
James Hood
e38f8e99a5 -if libsamplerate not installed, only a warning will be issued, not an error.
-if VCR is specified, error out if avifile library is not present.
2008-03-31 23:18:59 +00:00
John Chadwick
de0d7719df Only a few files in this modification, but still some quite large changes. Very sorry if this patch messes anything up, I tested for a very long time to make sure nothing could go wrong. If libsamplerate is not found, JTTL Audio should compile fine without it (it had when I tested it)
JTTL's Audio Plugin
- Fixed name output, in some places it was "Sound" before.
- Improved debug output and used Rice Video conventions for printf (the "[plugin name] message" convention)
- Added Libsamplerate support
- Bug fix: Loads configuration before setting frequency (Before the frequency in the config file was not used)
- Added new options, RESAMPLE and TIME_COMPENSATION. Both have options 0-2, see updated jttl_audio.conf for more information.
- Added new resampler (libsamplerate Best Quality SINC resampler), established options for the others (None, and the default, Linear resampling)
- Better GTK Test output.
- Fixed jttl_audio/main.c indentation, because it was indented differently throughout the file. (That will probably make this patch way bigger than it should be. Sorry.)

I will try to do more work on the GUI of JTTL, and maybe add more resampler options. And if anyone can figure out the problem with libresamplerate's resampler causing problems (I'm aware its a memory overflow problem, But I can't quite figure out what to do to fix it, since somehow it manages not to crash anything running, but if I do any of the things that did fix the segfaulting on exit the buffer did not get filled all the way during gameplay. Its an ugly situation and its definitally my fault.) The new resampler is not default, for its problems and its unoptimized nature (I'm not using the streaming APIs of libsamplerate, so it can probably be further optimized.)

Well, Here goes. I'll cross my fingers and hope that nothing was broken in the process of this patch.
2008-03-30 20:21:11 +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
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
cf8b8ca208 Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00