BizHawk/BizHawk.Client.EmuHawk/DisplayManager
feos 128c09e7b4 progress with lua:
- added fceux and gens/snes9x pixelated fonts
- added gui.pixelFont() function for them (no resizing, so perfectly scalable)
- added background to drawText and pixelText (halo was painfully slow, so just a box)
- reordered fore and back colors for gui.text (no need to specify back every time we want to change fore). thought its back color was shadow, that is obsoleted by halo now, whose color we can't change. anyway, it's way slower than simple text functions, so they should be used mostly.
- option to toggle all scripts if none is selected. greatly reduces routine when heavily tweaking a script, and is just generally pretty.
2015-11-28 22:19:15 +03:00
..
Filters support #include in .cg files 2015-10-18 21:13:12 -05:00
DisplayManager.cs progress with lua: 2015-11-28 22:19:15 +03:00
DisplaySurface.cs massive displaymanager/renderpanel refactor. All useful logic is now compact and in DisplayManager. Also, remove the old filter infrastructure, its totally outdated now 2014-01-28 04:39:27 +00:00
FilterManager.cs gdi+ display method! 2014-12-07 02:26:52 +00:00
OSDManager.cs default font now has halo. 2015-11-26 22:51:48 +03:00
RenderTargetFrugalizer.cs work on opengl display manager: optimized codepaths, user retroshader selection, support for importing a textureID from another core; add erase button to lua console; 2014-04-15 21:46:18 +00:00
SwappableBitmapBufferSet.cs massive displaymanager/renderpanel refactor. All useful logic is now compact and in DisplayManager. Also, remove the old filter infrastructure, its totally outdated now 2014-01-28 04:39:27 +00:00
SwappableDisplaySurfaceSet.cs fix bug with lua console wrecking mainform rendering; fix clear button in lua console to actually work 2014-05-01 07:10:07 +00:00
TextureFrugalizer.cs MultiHawk - removing more stuff 2015-03-09 21:06:40 +00:00