mame/scripts
Vas Crabb 9a12ab37af Make osd_printf_* use util/strformat semantics.
(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.
2019-09-26 20:53:06 +10:00
..
build Preliminary Mac native OSD. Not working yet. [R. Belmont] 2019-09-15 20:00:59 -04:00
font
minimaws minimaws: expose RAM size 2018-03-27 01:40:15 +11:00
resources
src Make osd_printf_* use util/strformat semantics. 2019-09-26 20:53:06 +10:00
target Split up alpha68k I and N games into own files (nw) 2019-09-26 01:01:54 +02:00
xslt Add some example XSLTs that operate on -listxml output 2019-01-03 03:38:25 +11:00
extlib.lua Added possibility of building using system pugixml 2018-03-27 10:19:22 +11:00
genie.lua asmjs: can not ignore errors on missing libraries 2019-08-28 14:25:27 +00:00
toolchain.lua Android compile fix (#4395) 2018-12-11 19:38:27 -05:00