Sven Eckelmann
2c12f5c047
Imported Upstream version 20110615
2011-06-21 19:47:38 +02:00
Sven Eckelmann
8a616cabee
Imported Upstream version 20100627
2011-03-09 09:34:00 +01:00
Sven Eckelmann
40b567ac27
Imported Upstream version 20091214
2011-03-09 09:32:06 +01:00
Sven Eckelmann
21fb761ee4
Imported Upstream version 20091209
2011-03-09 09:29:11 +01:00
Richard Goedeken
bc3c446f70
Added RELEASE info for v1.5 and bumped version # in pre.mk
2009-01-04 18:41:20 +00:00
Richard Goedeken
d526294d87
reverted pre.mk change inadvertantly committed in rev 1248
2009-01-03 21:58:54 +00:00
Richard Goedeken
221855d856
applied patch to fix CIC string values returned from main/util.c cicstring() function. resolved issue #191
2009-01-03 21:57:53 +00:00
Richard Goedeken
cef163ec8f
fixes for install.sh and pre.mk per issue #106 , comment 25
2008-12-19 00:09:45 +00:00
Louai Al-Khanji
b13c996430
Do not apply LDFLAGS meant for the core to everything we build.
2008-12-07 15:23:29 +00:00
Louai Al-Khanji
4ce82e641a
Do not overwrite CFLAGS
2008-12-07 15:18:06 +00:00
Louai Al-Khanji
2f1a8fca89
More build system updates. glN64 fails to link currently.
2008-12-06 13:19:31 +00:00
Louai Al-Khanji
390e4795d5
Some more fixes
2008-12-06 12:15:36 +00:00
Louai Al-Khanji
56f681b813
Consolidate unix and win32 build systems. Not tested on Linux yet, will do so before the end of the day. There shouldn't be any major breakage though.
2008-12-06 11:52:36 +00:00
Louai Al-Khanji
5ee3667231
Look for qt utils with -qt4 suffix as well, fixes compilation on certain
...
setups so it works out of the box
2008-11-29 18:29:34 +00:00
Louai Al-Khanji
cc64200f58
Add support for translations to the Qt4 gui. I gave up on finding a good generic approach that's easy to implement and punted to Qt. Translators need to translate mupen64plus.ts. update_qt4_translations.sh should be run whenever a user-visible string changes.
2008-11-22 14:40:11 +00:00
Richard Goedeken
08d0a19e0d
modified the version number handling in the makefiles. The fixes the problem of build failures from exported source trees and compiles in the version number given by VER= when release.mk is used
2008-10-18 16:36:44 +00:00
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