Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged in BGFX changes and adapted BGFX draw to inherit from | 2015-02-01 | 4 | -112/+92 | |
| | | | | | | osd_renderer. Made BGFX optional for SLD builds. You have to specify USE_BGFX=1 to enable BGFX. This is a temporary measure until dynamic linking is resolved. (nw) | ||||
* | Merge branch 'master' of https://github.com/mamedev/mame.git | 2015-02-01 | 8 | -1/+392 | |
|\ | |||||
| * | Added BGFX skeleton to SDL build as well (nw) | 2015-02-01 | 8 | -1/+392 | |
| | | |||||
* | | Aligned code. Once done the window creation code should be in window.c | 2015-02-01 | 3 | -198/+349 | |
| | | | | | | to avoid having near identical code in each render driver. (nw) | ||||
* | | Fix compile. (nw) | 2015-02-01 | 1 | -1/+1 | |
| | | |||||
* | | introduced concept of an osd_renderer. Changed draw code to | 2015-02-01 | 6 | -844/+767 | |
| | | | | | | inherit from this interface. (nw) | ||||
* | | More transition to "m_" members. (nw) | 2015-01-31 | 6 | -387/+391 | |
| | | |||||
* | | All private members for sdl_window_info now start with "m_". (nw) | 2015-01-31 | 6 | -306/+332 | |
|/ | |||||
* | Converted midi into a module. (nw) | 2015-01-31 | 1 | -3/+3 | |
| | |||||
* | Fixed SDL1.2 (osx, linux, windows). (nw) | 2015-01-30 | 2 | -60/+72 | |
| | |||||
* | Converted pcap and taptun network code into modules. (nw) | 2015-01-30 | 8 | -498/+9 | |
| | |||||
* | Update sdl.mak | 2015-01-30 | 1 | -2/+2 | |
| | |||||
* | Converted osd/sdl/nedev_pcap.c to dynamic library loading. (nw) | 2015-01-29 | 2 | -11/+46 | |
| | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame.git | 2015-01-29 | 1 | -0/+1 | |
|\ | |||||
| * | Merge pull request #124 from 0-wiz-0/master | 2015-01-29 | 1 | -0/+1 | |
| |\ | | | | | | | Define network API to use on NetBSD. | ||||
| | * | Define network API to use on NetBSD. | 2015-01-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | Fixes build on NetBSD. Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||||
* | | | Converted sdl_monitor_info into a proper object. (nw) | 2015-01-29 | 7 | -128/+112 | |
|/ / | |||||
* | | Some fixes for multimonitor fullscreen on linux and windows. In | 2015-01-29 | 3 | -173/+228 | |
| | | | | | | | | | | | | | | | | | | virtualbox, even switchres now works for two monitors. That doesn't imply it will work on real hardware. The probability is higher :-) On windows, default render driver now is "opengl" since direct3d wouldn't work reliably. This functionality currently is limited to to the "-video accel" driver. More userspace blitting enhancements. [Couriersud] | ||||
* | | Converted blit13.h to templates and fixed a number of bugs around | 2015-01-29 | 2 | -183/+203 | |
| | | | | | | different ycc formats. (nw) | ||||
* | | Merge remote-tracking branch 'origin/master' | 2015-01-28 | 19 | -348/+339 | |
|\| | |||||
| * | Cleanups and version bumpmame0158 | 2015-01-28 | 19 | -348/+339 | |
| | | |||||
* | | Merge branch 'master' of https://github.com/mamedev/mame.git | 2015-01-28 | 1 | -1/+1 | |
|\| | |||||
| * | JSMESS compile fixes (nw) | 2015-01-28 | 1 | -1/+1 | |
| | | |||||
* | | Amended comment about prescale. (nw) | 2015-01-27 | 1 | -1/+1 | |
|/ | |||||
* | Fix SDLMAME build on windows without QT debugger. | 2015-01-27 | 1 | -6/+8 | |
| | |||||
* | make 'auto' on SDL Windows mean 'OpenGl' The MACOSX build is already this ↵ | 2015-01-27 | 1 | -1/+1 | |
| | | | | way so hopefully not an issue. Non-GL performance on Windows is terrible (I struggle to get >100% on pacman) | ||||
* | Promote osd_getenv from osdlib.h to osdcore.h. Change return type to | 2015-01-27 | 2 | -4/+3 | |
| | | | "const char*". Fixes netlist compile. | ||||
* | Minor Solaris fixes. (nw) | 2015-01-25 | 1 | -1/+0 | |
| | |||||
* | Solaris 11 build support. [Couriersud] | 2015-01-25 | 3 | -13/+52 | |
| | |||||
* | Merged winmisc/sdlmisc into osdlib_*.c. (nw) | 2015-01-25 | 5 | -403/+1 | |
| | |||||
* | Converted modules/debugger/* to new module infrastructure. (nw) | 2015-01-25 | 3 | -28/+12 | |
| | |||||
* | SDL keeps adding SDL_HINTs with every patch release. [qmc2] | 2015-01-24 | 1 | -5/+16 | |
| | |||||
* | More code alignment (windows/sdl). (nw) | 2015-01-24 | 4 | -84/+129 | |
| | |||||
* | Converted sound modules to be osd_modules. Simplified code. (nw) | 2015-01-24 | 3 | -44/+3 | |
| | |||||
* | Added a generic module abstraction layer and migrated font modules to | 2015-01-23 | 5 | -29/+29 | |
| | | | use this layer. (nw) | ||||
* | Moved font code into osd/modules/font. Extended osd_font to a proper | 2015-01-19 | 3 | -717/+20 | |
| | | | interface. (nw) | ||||
* | - Fix SDL Windows compile. | 2015-01-18 | 2 | -16/+33 | |
| | | | | - Aligned strconv.h (same code on sdl and mainline). - Aligned font code between sdl and mainline | ||||
* | Merge pull request #107 from wallyweek/cfalco | 2015-01-18 | 11 | -11/+11 | |
|\ | | | | | *nix: Bump version and date in man pages. [Wallyweek] | ||||
| * | *nix: Bump version and date in man pages. | 2015-01-18 | 11 | -11/+11 | |
| | | |||||
* | | Changed osd_font to struct osd_font and removed unnecessary osdepend.h | 2015-01-17 | 3 | -30/+39 | |
| | | | | | | includes. | ||||
* | | Put osdcore.o into libutil.a to avoid linking errors on debug builds. | 2015-01-17 | 1 | -1/+0 | |
| | | | | | | | | | | This is a workaround. All osd_printf functions are in reality core functions given they are built around delegates and abuse delegates heavily. Therefore they should be moved to util at some point. (nw) | ||||
* | | If it starts with osd_ it should be in an osd lib. (nw) | 2015-01-17 | 1 | -0/+1 | |
|/ | |||||
* | Removed some machine() references | 2015-01-14 | 5 | -59/+53 | |
| | |||||
* | Untangled options inheritance. Previously code locked in osd_options | 2015-01-13 | 2 | -7/+12 | |
| | | | | | | | | | | | | | locking any potential future OSD to these. Options inheritance now is core_options emu_options cli_options osd_options [sdl|win]_osd_options This required a number of minor changes to other code as well. Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl | ||||
* | Converted back osd_interface into a pure interface. | 2015-01-12 | 4 | -28/+9 | |
| | | | | | | | The previous version just exhibited any member of osd_interface to the core. This one limits core access to osd to those functions originally specified. There is room for improvement going forward here in the design. Left FIXMEs where appropriate. (nw) | ||||
* | Compile fixes (nw) | 2015-01-10 | 1 | -1/+1 | |
| | |||||
* | Added integral version of WinPcap SDK (nw) | 2015-01-10 | 1 | -1/+1 | |
| | |||||
* | Aligned sdlfile.c to winfile.c (which is actually included by sdl). | 2015-01-10 | 5 | -300/+79 | |
| | | | Consequently removed quite some dead code spread across different files. | ||||
* | Moved OSX osd_sleep and friends to modules/lib (nw) | 2015-01-10 | 1 | -117/+0 | |
| | |||||
* | For unix and windows, moved osd_ticks() and friends to | 2015-01-10 | 2 | -179/+0 | |
| | | | | | src/osd/modules/lib. For mainline and SDL windows the implementations slightly differed. Dropped the SDL one in favour of mainline windows osd_ticks() implementation. (nw) |