Commit Graph

  • 8e443bad3e update to the texture format overlay, thanks to giga (see issue 112) Shawn Hoffman 2008-08-08 10:23:17 +00:00
  • 70bf8bbd2b Reverted an error on my part Sonicadvance1 2008-08-08 08:13:17 +00:00
  • e34d4abfee GL plugin now Updates it's title bar in Linux. No gui also works, change it in SConscript in Linux if you want to use that one instead Sonicadvance1 2008-08-08 08:08:12 +00:00
  • b370386983 static-ified a lot of vars to prevent name collisions with plugins, other cosmetic stuff, prep for jit debug hrydgard 2008-08-07 21:29:15 +00:00
  • ac366022f4 Fix linux build and a crash. hrm, how did it work before... hrydgard 2008-08-07 19:20:51 +00:00
  • f46c64c02f fixed(ogl): resolution detection on widnows, configdlg.cpp compile problems on non-windows, and fixed the recently broked texfmtoverlay ... >_< Shawn Hoffman 2008-08-07 02:49:56 +00:00
  • fb8c0ed71d Fixed wrong casting. Laurence Muller 2008-08-06 21:38:18 +00:00
  • 89cb286812 Some osx build fix for OGL plugin. Not working ... tmator 2008-08-06 21:07:31 +00:00
  • 84b3522c24 Fix build on linux (grr), minor ABI fix. hrydgard 2008-08-06 20:23:53 +00:00
  • 9dc48651a7 windows: added resolutions and made the window sizing a bit better. linux: #include fix Shawn Hoffman 2008-08-06 09:48:54 +00:00
  • a44e94a594 added overlay that displays texture formats (thanks to gigaherz!) Shawn Hoffman 2008-08-06 01:08:02 +00:00
  • 94a5ab087a Silence stupid messagebox in windows, and simultaneously fix a future linux problem :P hrydgard 2008-08-05 23:39:58 +00:00
  • 491a9205b6 more changes to the ogl config gui (replaced everything with sizers) Shawn Hoffman 2008-08-05 21:05:12 +00:00
  • 9a377ac874 teeny fix for non-windows builds Shawn Hoffman 2008-08-05 09:53:42 +00:00
  • 8ff50f3155 code beautification and the like for OGL config gui Shawn Hoffman 2008-08-05 08:49:27 +00:00
  • 1a504ff031 Fix compile bugs in Windows Sonicadvance1 2008-08-04 22:42:04 +00:00
  • dd793a11ef GL plugin now dumps textures in correct format, you can enable texture dumping in the settings but you have to set the directory in the ini file Sonicadvance1 2008-08-04 21:29:56 +00:00
  • 494c1f3187 JIT works in linux with ALL OPTIMIZATION OFF - well, at least it's faster than pure interpreter :P hrydgard 2008-08-03 16:56:31 +00:00
  • e7786f3934 fix linux build, last njoy commit broke it :P hrydgard 2008-08-03 09:21:04 +00:00
  • bcaa0d1d86 nJoy: - Added some kind of rumble support (windows only, using direct input). - Only usable for player one. - Not customizable, fixed rumble strength. - Due to some Dolphin bugs you need to initialize rumble support manually. Laurence Muller 2008-08-01 23:38:53 +00:00
  • f895edc10d add simple PC logging facility for debugging. not enabled by default. hrydgard 2008-08-01 20:36:14 +00:00
  • e5940d12dc Build fix hrydgard 2008-08-01 15:49:15 +00:00
  • 9a4c66e066 More linux... hrydgard 2008-08-01 13:59:37 +00:00
  • 814af6c7b9 More linux prep hrydgard 2008-08-01 09:30:04 +00:00
  • 73a8bb9b2f Fixed project file and removed linux debug code hrydgard 2008-08-01 08:45:56 +00:00
  • 53ee26711e More linux work. Getting a bit closer, but JIT does still not work. hrydgard 2008-08-01 08:37:19 +00:00
  • 3d769df036 Makes file search case insensitive with a little help from strcasecmp Sonicadvance1 2008-08-01 01:31:26 +00:00
  • 3b4a9e06c2 fix typo in unused function, try to fix linux 32-bit opengl hrydgard 2008-07-31 21:23:30 +00:00
  • 0c21d95606 bugfix, more... hrydgard 2008-07-31 21:02:19 +00:00
  • 523ca5a682 gah, fixed accidentally reverted SConstruct hrydgard 2008-07-31 20:25:30 +00:00
  • d8fa3113ea Cleanup, preparations for Linux/Mac JIT (not yet working) hrydgard 2008-07-31 20:22:35 +00:00
  • 60ac064e0c Mac plugin is now in mac/Plugins directory tmator 2008-07-31 08:38:13 +00:00
  • d1140d999d Blargh, 109 broke things, reverted most of it. hrydgard 2008-07-31 06:37:47 +00:00
  • 8f1628b69c nJoy: GUI fixes - It should now look pretty in Linux - wxWindow::Update(); does not seem to work in Linux, so no countdown timer in Linux when pressing a button. Laurence Muller 2008-07-30 23:33:37 +00:00
  • 5698cbde2f Various linux stuff - JIT does not work yet :( hrydgard 2008-07-30 22:17:52 +00:00
  • fb7a7f9001 nJoy: GUI fixes Laurence Muller 2008-07-30 22:17:45 +00:00
  • 059b56043b Add mac directory for binary tmator 2008-07-30 12:04:59 +00:00
  • 92c0a4c370 Intel Macs: Provides fixes to help compile on Macs, thanks to tmator Sonicadvance1 2008-07-30 09:12:52 +00:00
  • 19f3c986ff forgot to disable a line... Laurence Muller 2008-07-30 07:52:03 +00:00
  • f95619e509 Potential fix for full screen GL in Windows, and fixes for both Linux and Mac Sonicadvance1 2008-07-30 06:10:34 +00:00
  • 3e479c7c8f Tons of changes to OpenGL plugin, Not entirely tested in Windows Sonicadvance1 2008-07-30 04:23:43 +00:00
  • 99d5b4f4c2 Linux+MacOS: a Fix for someone have problems with compiling on a Mac, few fixes for DSP LLE plugin, I don't have files to test though Sonicadvance1 2008-07-29 23:59:21 +00:00
  • c04011f117 removed unnecessary error message. hrydgard 2008-07-29 23:32:57 +00:00
  • e13b58b945 cleanup Laurence Muller 2008-07-29 23:04:35 +00:00
  • d2776e3468 Fixed linux compatibility, it seems that xpm files load fast under linux... Laurence Muller 2008-07-29 23:02:38 +00:00
  • 237168cc5f Fixed linux compatibility, it seems that xpm files load fast under linux... Laurence Muller 2008-07-29 23:01:46 +00:00
  • 53ba40fd7f nJoy: GUI update - Config GUI now uses wxWidgets (should work in linux!) - The alignment of text may look crappy in linux, so we still need to fix that. - Opening the config GUI takes time, crappy XPM image of the controller loads slow (cant we use BMP files???) (line 240) - Stupid GUI bug present when switching between a default joystick and one with no hat. (line 381) - For some reason setting the value of a wxTextCtrl doesnt gets updated immediately (line 559) - If you're using windows and dont want to use wxWidgets for the GUI, you can still use the old one by removing #define USE_WXWIDGETS from nJoy.h line 33. Laurence Muller 2008-07-29 22:26:42 +00:00
  • 7894e6c9e9 Fix bug that made it impossible to even try to boot LLE bios (not tested). Also add ability for Patches/ INI files to override dual core and optimizequant. hrydgard 2008-07-29 21:16:33 +00:00
  • 27a141ecca Just submitting some boring minor cleanup and improved error msgs, to isolate my next change. hrydgard 2008-07-27 20:51:02 +00:00
  • 9d312559cf Linux: Add libao to DSL_NULL plugin so I get audio in linux Sonicadvance1 2008-07-27 14:07:52 +00:00
  • 3114c27143 fontsize fix for linux (from gigaherz). Logo is still greyscale ;(... Laurence Muller 2008-07-26 21:44:01 +00:00
  • 9d892e7295 Update nJoy about box. Sonicadvance1 2008-07-26 20:32:08 +00:00
  • 3f32143513 nJoy: oops... used the old filename, for some odd reason the logo image is black and white in linux... Laurence Muller 2008-07-26 12:32:33 +00:00
  • 82137a0ee9 nJoy: - Converting dialog windows to use wxWidgets instead of win32. - Currently only the about box is converted. - The debug versions in windows will not compile yet. - If you want to use the old version, remove #define USE_WXWIDGETS in nJoy.h Laurence Muller 2008-07-26 12:28:17 +00:00
  • d522d8ad86 crash fix for debugger in release mode fires.gc 2008-07-24 14:12:09 +00:00
  • 2f308cf77a minor improvements (mostly debugger) fires.gc 2008-07-24 13:40:07 +00:00
  • 9e285ca377 Minor update: Added the default Dolphin.ini. Laurence Muller 2008-07-24 10:16:53 +00:00
  • 827ce8dde2 Linux: Fixed GUI bugs that only showed up in Linux Sonicadvance1 2008-07-24 09:58:04 +00:00
  • 6c4573932b improved debugger - some meaningful icons would be nice :) fires.gc 2008-07-24 09:39:56 +00:00
  • dc631ab91f Minor linux fixes - part 2 Laurence Muller 2008-07-24 09:23:18 +00:00
  • bb1ea13cff Minor linux fixes Laurence Muller 2008-07-24 09:22:12 +00:00
  • dc717f7283 finished dialogs for memory checks and breakpoints fires.gc 2008-07-24 08:47:38 +00:00
  • 185a214329 Linux: Fixed a bug in SplitPath which made the extension have no period. Fixes Memory cards and other checks. wxWidgets base has a nice cross-platform function for this ;) Sonicadvance1 2008-07-24 01:14:12 +00:00
  • 651fdfbdb7 Updated wxwidgets to 2.8.8 - should fix http://code.google.com/p/dolphin-emu/issues/detail?id=65 - thx to prismsub7 fires.gc 2008-07-23 23:30:11 +00:00
  • c469243372 Minor change, now compiles and runs (GUI only) in Fedora Core 9 Laurence Muller 2008-07-23 22:54:53 +00:00
  • 690b7d4e1e nJoy: - nothing special, just a default nJoy.ini. - Controller 1 contains a profile for the logitech rumblepad 2 Laurence Muller 2008-07-23 19:23:36 +00:00
  • d8ed24fd29 nJoy: - This version should compile on linux. - The about and config dialogs are disabled (win32 should be replaced by wxWidgets) - This version is untested, so if you want to try it out, use a premade nJoy.ini from a windows install. Laurence Muller 2008-07-23 18:53:54 +00:00
  • 485ec4b341 Linux: Fixes to Compile Sonicadvance1 2008-07-23 16:39:02 +00:00
  • 1040cb1512 some more minor changes fires.gc 2008-07-23 16:32:38 +00:00
  • ea1bf8c51a minor bug fixes for opengl plugin fires.gc 2008-07-23 16:20:12 +00:00
  • 74662646f2 Woops, booboo Sonicadvance1 2008-07-23 16:17:00 +00:00
  • aae00ef799 Linux/All: Changes to OpenGL plugin config window, effects all platforms. Removed nasty Tomaha default font. Compiles now Sonicadvance1 2008-07-23 16:04:58 +00:00
  • d970674a3f moved external libraries out of the ogl folder fires.gc 2008-07-23 15:21:42 +00:00
  • 375b0052e3 restructured opengl plugin fires.gc 2008-07-23 15:20:36 +00:00
  • 5955748d58 nJoy: minor fix, loading settings while game is running. Laurence Muller 2008-07-23 09:05:59 +00:00
  • 1d175eadd7 Linux: Fixes so it compiles in 32bit. Now a Config dialog for the video plugin, Linux only, if you want to change for Windows, work on it Sonicadvance1 2008-07-23 08:49:58 +00:00
  • f9582bef30 nJoy: - Enabled Half press for shoulder buttons - Added a option to select controller type - Normal controllers should use the default joystick - Some joysticks dont have a real hat (POV) but fake this with buttons. In this case Joystick (no hat) should be selected. After this is selected, four new buttons will appear for the d-pad. - Next version will probably include keyboard support. Laurence Muller 2008-07-23 00:49:20 +00:00
  • a3bae5f132 enabled wxwidgets for this plugin (at the moment just the about box uses it) fires.gc 2008-07-22 23:20:54 +00:00
  • 5f7f75ea2e fixed compiling for windows... Please remove the SDL stuff from this plugin. Port njoy to linux (write your own GUI or disable the GUI) fires.gc 2008-07-22 16:50:29 +00:00
  • 7f95ad831f nJoy: Shoulder button fixed, I forgot to set a value for the pressure. Currently it set at max (0xFF) Laurence Muller 2008-07-22 14:32:13 +00:00
  • ef3a9832ce nJoy: small fixes for the analog from gigaherz Laurence Muller 2008-07-22 14:23:27 +00:00
  • 31123ca6ce Linux: Woops, forgot to remove testing code in video plugin Sonicadvance1 2008-07-22 11:26:05 +00:00
  • a626888508 Linux: Now video is actually outputted. Changing padsimple in to SDL Sonicadvance1 2008-07-22 11:16:45 +00:00
  • ec3067e0e1 small bug fix for the project fires.gc 2008-07-22 09:10:43 +00:00
  • adde012508 removed old njoy structure fires.gc 2008-07-22 09:03:22 +00:00
  • e8b40c07a3 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@51 8ced0084-cf51-0410-be5f-012b33b47a6e fires.gc 2008-07-22 09:02:26 +00:00
  • 52086208ca nJoy: *cough* just another fix for the analog ... Laurence Muller 2008-07-21 22:44:59 +00:00
  • 6f00a278c6 changed libraries from multithreaded dll to multithreaded fires.gc 2008-07-21 22:11:47 +00:00
  • 698d2a3abe nJoy: This should fix the non-working R shoulder button and the analog troubles. Laurence Muller 2008-07-21 22:08:56 +00:00
  • 8d0c11e564 added support for njoy x64 fires.gc 2008-07-21 21:11:10 +00:00
  • e52e659f8e Added nJoy v0.3: - Multi-controller support! - Enjoy! ;) Laurence Muller 2008-07-21 20:03:38 +00:00
  • 7f46d51aee removed VS2008 project files fires.gc 2008-07-21 19:40:53 +00:00
  • c5ae27c247 renamed plugin function fires.gc 2008-07-21 19:18:21 +00:00
  • e01fb56153 . fires.gc 2008-07-21 18:53:41 +00:00
  • 3c71be6100 Improved some error msgs, added preliminary memory view window, split plugin ini files. hrydgard 2008-07-21 18:42:44 +00:00
  • 1b2d7ef56d added support for multi-controller fires.gc 2008-07-21 18:25:46 +00:00
  • 90c8c2185d added dummy dialogs for debugger fires.gc 2008-07-21 15:56:14 +00:00
  • fe1c82dcd5 small fix for master log fires.gc 2008-07-21 07:38:42 +00:00
  • c33cf08a2f Linux: Fixes a few things, Should Compile in Linux. Ran Crazy Taxi horribly Sonicadvance1 2008-07-21 01:27:13 +00:00
  • 36f8b9751a Better error messages, Dolphin will create save directories if not present. hrydgard 2008-07-20 21:20:22 +00:00