adelikat
|
4e7d19fa18
|
Merge pull request #1744 from Zinfidel/watch-separator-sorting
Watch sorting - new algorithm that handles separators. Fixes #1713
|
2019-12-06 18:44:32 -06:00 |
adelikat
|
7d8522e0b3
|
Remove snowy null emulator option and simplify Null Emulator
|
2019-12-06 18:42:00 -06:00 |
adelikat
|
dcc853af6d
|
remove a few more unused string methods
|
2019-12-06 18:16:49 -06:00 |
adelikat
|
049e3d12fc
|
BizHawk.Common house cleaning - remove a bunch of unused code, use some higher language level features in some places
|
2019-12-06 18:12:57 -06:00 |
adelikat
|
2b00a98ab1
|
Remove unused Sprintf.cs
|
2019-12-06 17:48:46 -06:00 |
adelikat
|
85be6af3d3
|
Convert spaces to tabs in ZX Spectrum and AmstradCPC cores
|
2019-12-06 17:47:59 -06:00 |
adelikat
|
fef746dffa
|
properly dispose of IDisposables in core savestate code, and a few other places
|
2019-12-06 17:33:17 -06:00 |
adelikat
|
f944cd65a7
|
Tastudio - LoadState() - properly dispose of IDisposables, avoid unnecessary .ToArray() call
|
2019-12-06 17:20:01 -06:00 |
adelikat
|
7ac720d931
|
Tastudio - use global references less in favor of internal properties
|
2019-12-06 17:14:27 -06:00 |
adelikat
|
0c3cb5b053
|
Tastudio - simplify PoitnCellChanged handler, lot's of if checks that were always true
|
2019-12-06 17:01:40 -06:00 |
adelikat
|
2b3a114e1e
|
Tastudio - fix improper invalidation caused by waiting until mouse up to invoke navigation
|
2019-12-06 15:19:34 -06:00 |
YoshiRulz
|
7f07949816
|
Migrate serialised images to separate files, removing duplicates
|
2019-12-07 05:24:24 +10:00 |
feos
|
b5db6a7df6
|
mame
- put system and game names to emuhawk caption
- fix loading from recent menu
- temp fix for audio drift
|
2019-12-06 21:34:20 +03:00 |
YoshiRulz
|
16136ae130
|
Rename file
|
2019-12-05 15:21:15 +10:00 |
adelikat
|
4711950f9c
|
default to using luainterface over nlua, supposedly the memory leaks are resolved in luainterface
|
2019-12-04 16:56:27 -06:00 |
adelikat
|
1dbf932486
|
Config.cs - remove unused methods, simplify some things
|
2019-12-04 16:53:57 -06:00 |
YoshiRulz
|
a420336e72
|
Fix build on Linux, pass extra build script arguments to dotnet build
|
2019-12-04 17:11:06 +10:00 |
YoshiRulz
|
6922dd5041
|
Update to release version of reference assemblies metapackage
|
2019-12-04 17:09:50 +10:00 |
adelikat
|
53c12ec9d9
|
Lua console - add newline on message to the console, better handling of attempting to load a script that already exists and has syntax errors
|
2019-12-03 20:42:44 -06:00 |
adelikat
|
56bacf3032
|
Lua Console - update dialog on Stop All Scripts
|
2019-12-03 20:19:37 -06:00 |
adelikat
|
aa94ddccd5
|
Tastudio - expand message column to fix text, similarly to branches
|
2019-12-03 20:10:00 -06:00 |
adelikat
|
1a6c1e7ebe
|
InputRoll - simplify
|
2019-12-03 20:05:32 -06:00 |
adelikat
|
eb63fa5a92
|
Tastudio - Branches - fix width calculation when expanding to fix user text
|
2019-12-03 20:03:10 -06:00 |
adelikat
|
b87f14f962
|
InputRoll - fix bug in the last gridline calculation in horizontal view
|
2019-12-03 19:35:19 -06:00 |
adelikat
|
77e19a895b
|
InputRoll - cleanup
|
2019-12-03 19:11:51 -06:00 |
adelikat
|
76a52062d6
|
Tastudio - fix wrong column width when loading a tasproj that was saved with HorizontalOrientation
|
2019-12-03 19:10:18 -06:00 |
adelikat
|
c2b942d9a4
|
InputRoll - remove some vestigial code
|
2019-12-03 18:57:50 -06:00 |
adelikat
|
b230502228
|
Tastudio - cleanup
|
2019-12-03 18:44:01 -06:00 |
adelikat
|
16c525258f
|
InputRoll - simplify
|
2019-12-03 18:34:13 -06:00 |
adelikat
|
3a4351c4ea
|
InputRoll - cleanup
|
2019-12-03 14:22:21 -06:00 |
adelikat
|
6a33085ddc
|
InputRoll - simplify
|
2019-12-03 13:57:19 -06:00 |
adelikat
|
120988eac4
|
InputRoll - simplify
|
2019-12-03 13:54:25 -06:00 |
adelikat
|
90f6d8a2f5
|
InputRoll - simplify
|
2019-12-03 13:46:59 -06:00 |
adelikat
|
e7e68a630c
|
InputRoll - simplify
|
2019-12-03 13:34:21 -06:00 |
adelikat
|
cb8fe33d6f
|
InputRoll - fix some off by one pixel calculations in column header drawing
|
2019-12-03 13:15:11 -06:00 |
adelikat
|
e9a0668644
|
InputRoll - simplify
|
2019-12-03 13:07:26 -06:00 |
adelikat
|
f0c745d0f7
|
InputRoll - simplify
|
2019-12-03 13:01:52 -06:00 |
adelikat
|
bf1d64e5d5
|
InputRoll - simplify more by making column Left and Right values not-nullable (they always have a value, or 0 is assumed anyway). This is a breaking config change
|
2019-12-03 12:29:18 -06:00 |
adelikat
|
0762b181ce
|
inputroll - simplify by making column width not nullable, columns always have a width
|
2019-12-03 11:26:21 -06:00 |
James Groom
|
fcc0bc19a4
|
Change build config to support the Core build system (for #1415)
squashed PR #1702
|
2019-12-03 16:58:33 +00:00 |
adelikat
|
5e73c7c536
|
lua - update memory documentation to mention it defaults to system bus, fixes #1675
|
2019-12-02 20:48:38 -06:00 |
adelikat
|
a54b2eaf06
|
some cleanup
|
2019-12-02 20:36:40 -06:00 |
adelikat
|
6640146c0a
|
InputRoll - add a flag for whether the control can be toggled into HorizontalOrientation, and only enable it on tastudio
|
2019-12-02 20:29:29 -06:00 |
adelikat
|
d687babb41
|
TAStudio - expose Horizontal Orientation in non-developer builds
|
2019-12-02 20:23:14 -06:00 |
adelikat
|
c050a377d8
|
WatchList - flag changes when doing column sort
|
2019-12-02 20:11:35 -06:00 |
adelikat
|
92bf482609
|
input roll - cleanup
|
2019-12-02 20:08:03 -06:00 |
adelikat
|
9b69a4a1fc
|
inputroll - simplify
|
2019-12-02 20:04:37 -06:00 |
adelikat
|
3010cf3a3d
|
InputRoll - don't allow resizing columns to a negative width
|
2019-12-02 19:58:32 -06:00 |
adelikat
|
f1d688f7bb
|
IControlRenderer - simplify api
|
2019-12-02 19:53:09 -06:00 |
adelikat
|
230cc676c3
|
IControlRenderer - Simplify API
|
2019-12-02 19:48:57 -06:00 |