summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-1047-842/+923
|\
| * -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-065-35/+35
| * fixes for building with clang 12.0.1 on windows smf-2021-09-042-3/+1
| * -bgfx: Switched fs_blit_palette16 to expand bitmap_ind16 contents to R8. Fixe... MooglyGuy2021-09-0410-43/+75
| * Use D32F texture format instead of D24, should fix AMD hardware (#8516) Julian Sikorski2021-08-301-2/+2
| * -bgfx: Fixed UV rounding errors in fs_blit_palette16; Switched back to direct... MooglyGuy2021-08-302-22/+10
| * debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498) Alex Siryi2021-08-291-0/+1
| * osd: Return would block when reading a socket with no data available - no err... Vas Crabb2021-08-272-2/+2
| * -bgfx: Revised fs_blit_palette16 to not use pixel rounding. Fixes issues in c... MooglyGuy2021-08-242-20/+32
| * formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-2216-629/+518
| * srcclean for upcoming release Vas Crabb2021-08-221-2/+2
| * BGFX fixes for various backends (#8469) [Ryan Holtz] MooglyGuy2021-08-2017-80/+229
| * debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-7/+7
| * dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-166-66/+82
| * Use std::clamp in more source files AJR2021-08-156-10/+10
| * Debugger-related feature removals and cleanup AJR2021-08-151-1/+2
| * Remove not suported platform Miodrag Milanovic2021-08-151-5/+0
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1422-798/+781
|\|
| * Updated help text for bgfx_backend Robbbert2021-08-131-1/+1
| * Fix to make it work on windows Miodrag Milanovic2021-08-121-2/+0
| * update shader.mk according to one in bgfx Miodrag Milanovic2021-08-101-23/+45
| * Update debugimgui to compile with latest imgui MooglyGuy2021-08-101-2/+7
| * fix OSD=mac compile [R. Belmont] arbee2021-07-311-1/+3
| * Slightly cleaned up OSD input modules. Vas Crabb2021-07-2916-744/+694
| * debugimgui: fix mount and create image dialogs. Barry Rodewald2021-07-251-5/+13
| * API cleanups and miscellaneous fixes. Vas Crabb2021-07-152-18/+14
| * Eliminate remaining uses of auto_alloc and friends (#8210) Aaron Giles2021-06-221-6/+8
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-046-24/+124
|\|
| * floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-2/+1
| * Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb... AJR2021-05-112-16/+22
| * osx/sdl - handle caps lock key up events via a frame callback instead of the ... ksherlock2021-04-281-0/+28
| * srcclean in preparation for branching release Vas Crabb2021-04-251-6/+6
| * -cpu/score: Added bittgl! opcode. Sandro Ronco2021-04-241-0/+67
* | Clean up debug_flags access. Aaron Giles2021-04-241-1/+1
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-1/+1
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-232-0/+408
|\|
| * sound: Pulseaudio support Olivier Galibert2021-04-162-0/+408
* | Save states working again. Changed to save persistent timers directly, using ... Aaron Giles2021-04-131-1/+1
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-04-0810-73/+275
|\|
| * Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-013-3/+5
| * bgfx: Fixed crt-geom{,-deluxe} shader compilation and recompiled shaders. Vas Crabb2021-03-202-2/+2
| * bgfx: crt-geom and crt-geom-deluxe enhancements (#7872) cgwg2021-03-207-70/+270
* | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-022-2/+2
* | Made m_seconds and m_attoseconds private members to allow for future abstract... Aaron Giles2021-03-171-1/+1
|/
* -A few incremental UI code improvements: Vas Crabb2021-03-122-25/+13
* srcclean in preparation for branching release Vas Crabb2021-02-211-2/+2
* bgfx png: The message parameters were the wrong way around. Robbbert2021-02-211-1/+1
* bgfx: crt-geom and crt-geom-deluxe enhancements (#7766) cgwg2021-02-214-33/+248
* add m68000 to debuger gdbstub nabetse2021-02-151-0/+29
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1415-25/+25