Commit graph

37 commits

Author SHA1 Message Date
Louai Al-Khanji
9191b1d2da Apparently this has to stay this way. 2008-12-06 14:32:08 +00:00
Louai Al-Khanji
2f1a8fca89 More build system updates. glN64 fails to link currently. 2008-12-06 13:19:31 +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
Richard Goedeken
210f946cae added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
Louai Al-Khanji
ac147a39ad Very slightly clean up gln64 and glide64 interface 2008-09-08 09:14:17 +00:00
Louai Al-Khanji
e087a47f46 Make the qt gui aware of window id's for config, about, and test calls. Add about and test dialogs for qt4 gui. 2008-09-07 22:32:06 +00:00
Louai Al-Khanji
e4dff338ba Some more adjustments in glN64 config dialog 2008-09-06 09:47:14 +00:00
Louai Al-Khanji
cf92c4b2c9 Improve glN64 settings dialog 2008-09-04 09:01:31 +00:00
Scott Knauert
e1c56bbc69 Minor cleanup of SDL_opengl.h include fix. Minor threading issue fix. 2008-09-04 04:30:13 +00:00
Louai Al-Khanji
2b6dcb0907 Remove usage of QFormLayout. Ugly, but should compile on older Qt versions now. This dialog needs some work. 2008-09-04 03:59:31 +00:00
Scott Gorman
e271df092c Patch for MacOSX now things should work! 2008-09-03 23:31:53 +00:00
Louai Al-Khanji
75f324cfc6 Merge win32 branch 2008-09-01 12:44:16 +00:00
Scott Knauert
be1044fdb1 Auria's GLtypes patch. No visual difference on my Linux box. 2008-08-27 06:47:15 +00:00
Louai Al-Khanji
feb4c22c89 Convert glN64 to plain Qt. 2008-08-22 07:47:33 +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
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
5dc43c38f0 fixed problem with recent glN64 commit breaking regression test 2008-07-31 12:01:12 +00:00
Scott Knauert
b1e5768ee7 Add ability to compile glN64 with GUI=NONE option, removing Gtk2 dependenve. Currenly one
must do this manually and not with the main makefile.
2008-07-31 05:05:32 +00:00
Scott Knauert
620f98bd77 Implemented parts of astrange's portability patch. Mainly header (some missed malloc, some superfluous #includes removed) and plugin makefile improvements to improve OSX portability. 2008-07-28 02:56:08 +00:00
Scott Knauert
8f8b089899 Add OSX malloc.patch to trunk as <malloc.h> is non standard and there is no reason not to #include <stdlib.h> instead. In the process did some minor janitorial work on Gtk GUI, cleaning up extra #includes no longer needed (mainly non-RCS rom cache), gui_messages of messagetype = 1 would never occur, and gcc found a bug in filefrompath(). 2008-07-26 10:04:08 +00:00
Richard Goedeken
a4e795690d removed all the hokey ASM code from glN64 2008-07-21 02:43:39 +00:00
Richard Goedeken
f2b0658f4e 3 glN64 bugfixes (segfaults on a 64-bit system in Perfect Dark): prevent clamp values from being negative, handle TMEM wrap-arounds from wacky height/line values in texture cache load and texture CRC functions 2008-07-20 15:01:57 +00:00
Scott Knauert
8fa77f05ac Fixed compiler warnings for gcc 4.3.1. 2008-06-13 01:30:03 +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
Richard Goedeken
71578f2d36 KDE4 GUI builds now with makefiles 2008-05-04 14:20:27 +00:00
Louai Al-Khanji
fbdcf88460 Replace QFormLayout with QTabWidget + QGridLayout. 2008-05-02 11:32:24 +00:00
Richard Goedeken
578f272278 Reworked screenshot mechanism. Now screenshots are retrieved from video plugins with ReadScreen instead of CaptureScreen, and compressed/saved from main core instead of plugins. Fixed 64-bit bug in Glide64. 2008-04-23 03:59:09 +00:00
Richard Goedeken
cf2961980d KDE4 GUI merge: added KDE4 build support in glN64 plugin 2008-04-21 20:06:26 +00:00
Richard Goedeken
015cac7e91 KDE4 GUI merge: glN64 Config file changes, .kcfg and .ui files for KDE gui 2008-04-20 23:52:42 +00:00
Richard Goedeken
9f10d202be Reverted all changes on trunk from rev 189. The reason why I made a branch was so that you would not commit these things on the trunk. 2008-04-14 11:29:15 +00:00
John Chadwick
ec8445cc55 Attempt 3 at commiting the patches.
THIS PATCH IS PRELIMINARY AND DOES NOT WORK.
It also needs some major cleanup and most plugins are not yet compiling. Going to need any help I can get here, but I'll be working on it.
2008-04-14 04:37:57 +00:00
Richard Goedeken
5f32c254fe Converted all tabs to 4-spaces, and all line endings to LF-only 2008-04-06 14:55:37 +00:00
Scott Knauert
21076761d5 Changes: Changed (unsigned int) fixes to use u32 typedef which is technically
the more correct way of fixing them. Note: this is a minor change.
2008-04-04 20:46:56 +00:00
Scott Knauert
6df73cc663 Changes: Fixed all non-debugging warnings in glN64, added -Wall to
Makefile. 

Testing Done: Compiles without warnings and yields similar results to 
previous svn on my r300.
2008-04-04 20:38:41 +00:00
Richard Goedeken
cf8b8ca208 Imported mupen64plus/trunk from mupen64-amd64/trunk/mupen64-64bit rev 254 2008-03-15 14:33:00 +00:00