| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) | 2020-01-30 | 1 | -2/+2 | |
| | | |||||
| * | fixed some clang-tidy warnings (nw) (#6236) | 2020-01-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | * fixed some modernize-redundant-void-arg clang-tidy warnings (nw) * fixed some modernize-use-bool-literals clang-tidy warnings (nw) * fixed some modernize-use-emplace clang-tidy warnings (nw) * fixed some performance-move-const-arg clang-tidy warnings (nw) * fixed some readability-redundant-control-flow clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw) * fixed some performance-unnecessary-value-param clang-tidy warnings (nw) | ||||
| * | Make osd_printf_* use util/strformat semantics. | 2019-09-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | (nw) This has been a long time coming but it's here at last. It should be easier now that logerror, popmessage and osd_printf_* behave like string_format and stream_format. Remember the differences from printf: * Any object with a stream out operator works with %s * %d, %i, %o, %x, %X, etc. work out the size by magic * No sign extending promotion to int for short/char * No widening/narrowing conversions for characters/strings * Same rules on all platforms, insulated from C runtime library * No format warnings from compiler * Assert in debug builds if number of arguments doesn't match format (nw) Also removed a pile of redundant c_str and string_format, and some workarounds for not being able to portably format 64-bit integers or long long. | ||||
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -2/+2 | |
| | | |||||
| * | Fix debug crash with bgfx screen chains | 2016-05-26 | 1 | -2/+5 | |
| | | |||||
| * | Cleanups and version bumpmame0173 | 2016-04-27 | 1 | -4/+4 | |
| | | |||||
| * | Add AVI writing to bgfx, nw | 2016-04-17 | 1 | -1/+1 | |
| | | |||||
| * | Add runtime screen chain selection, nw | 2016-04-09 | 1 | -2/+26 | |
| | | |||||
| * | Cleanups and version bump | 2016-03-30 | 1 | -53/+53 | |
| | | |||||
| * | Reinstate scale param for bgfx texture, nw | 2016-03-30 | 1 | -9/+8 | |
| | | |||||
| * | fix compile (nw) | 2016-03-26 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #743 from ajrhacker/options | 2016-03-26 | 1 | -0/+1 | |
| |\ | | | | | Allow software selected from UI to install slot defaults | ||||
| | * | Allow software selected from UI to install slot defaults | 2016-03-26 | 1 | -0/+1 | |
| | | | | | | | | | Prevent clang warning about unused variable in BGFX target_manager (nw) | ||||
| * | | Fix unused variable, nw | 2016-03-25 | 1 | -2/+1 | |
| | | | |||||
| * | | Cleanup in the bgfx aisle, nw | 2016-03-25 | 1 | -2/+2 | |
| |/ | |||||
| * | Huge cleanup of render target handling, nw | 2016-03-25 | 1 | -113/+66 | |
| | | |||||
| * | Fix housemnq crash, nw | 2016-03-22 | 1 | -43/+139 | |
| | | |||||
| * | Fix lots of issues with bgfx | 2016-03-21 | 1 | -3/+34 | |
| | | |||||
| * | Hopefully fix crashes on SDL, nw | 2016-03-18 | 1 | -12/+18 | |
| | | |||||
| * | Polishing up BGFX shader system, nw | 2016-03-18 | 1 | -3/+5 | |
| | | |||||
| * | More bgfx HLSL fixups, nw | 2016-03-16 | 1 | -8/+9 | |
| | | |||||
| * | Add double-buffered render target support to bgfx shader defs, nw | 2016-03-13 | 1 | -9/+7 | |
| | | |||||
| * | More work on bgfx data-driven shaders, nw | 2016-03-13 | 1 | -1/+26 | |
| | | |||||
| * | Fix up a few things in chain JSON loading, nw | 2016-02-27 | 1 | -2/+0 | |
| | | |||||
| * | Cleanups and version bump | 2016-02-24 | 1 | -10/+10 | |
| | | |||||
| * | Fix some compile errors, not sure if all(nw) | 2016-02-21 | 1 | -0/+11 | |
| | | |||||
| * | More work on targets, nw | 2016-02-21 | 1 | -0/+11 | |
| | | |||||
| * | First take on render API reorg, nw | 2016-02-21 | 1 | -0/+33 | |
