thrust26
|
6629393e65
|
PopupWidget layout improved
|
2017-12-17 18:00:06 +01:00 |
thrust26
|
7fcbb8f401
|
updated doc for 'dump' command
|
2017-12-17 17:59:25 +01:00 |
thrust26
|
b76566e864
|
line drawing method added to FBSurface
inactive cells are displayed as crossed out in FLAT_UI
|
2017-12-17 16:43:05 +01:00 |
thrust26
|
0def7adb61
|
fixed bug when leaving 'Options' in debugger
|
2017-12-17 13:52:50 +01:00 |
thrust26
|
7f08d9b74c
|
some more UI polishing
|
2017-12-17 13:28:23 +01:00 |
thrust26
|
dfca521bf9
|
two minor bug fixes
|
2017-12-17 12:24:16 +01:00 |
thrust26
|
eeb1491efd
|
polishing FLAT_UI
|
2017-12-17 12:16:37 +01:00 |
thrust26
|
b05d686891
|
'Light' palette polishing
|
2017-12-17 10:09:59 +01:00 |
thrust26
|
1f2062feeb
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2017-12-17 00:48:46 +01:00 |
thrust26
|
19730fa183
|
third 'uipalette' scheme 'Light' added
modernized UI via 'FLAT_UI' preprocessor define added
|
2017-12-17 00:48:30 +01:00 |
Christian Speckner
|
e5d7c23412
|
Update TIA and RIOT state in lockstep with the CPU if any debugger expressions are registered.
|
2017-12-16 21:29:28 +01:00 |
thrust26
|
376daae713
|
fix #270 added to change log
|
2017-12-16 10:59:35 +01:00 |
thrust26
|
b6080e1701
|
fixed #270
|
2017-12-16 10:54:45 +01:00 |
thrust26
|
0e5a444699
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2017-12-16 09:46:50 +01:00 |
thrust26
|
31b459ac84
|
fixed #269
|
2017-12-16 09:46:25 +01:00 |
Christian Speckner
|
8e7d0aa7b3
|
Fix frame manager serialization. Closes #267.
|
2017-12-15 23:53:11 +01:00 |
thrust26
|
0d609f6845
|
renamed '_cycles' into '_icycles' (fits better)
|
2017-12-15 19:12:46 +01:00 |
thrust26
|
50fc9a6733
|
doc updated for _cycles pseudo-register
|
2017-12-15 19:06:06 +01:00 |
thrust26
|
2f57ccb463
|
new rewind classes added to VS project
|
2017-12-15 18:21:27 +01:00 |
thrust26
|
9f7270a70d
|
'_cycles' pseudo register added (returns cycles of last instruction)
|
2017-12-15 18:13:29 +01:00 |
thrust26
|
7d40d5b1f8
|
"Time Machine" name change
|
2017-12-15 18:10:40 +01:00 |
Stephen Anthony
|
bf6d28e181
|
Added basic infrastructure for what will become the rewind dialog.
|
2017-12-15 13:19:29 -03:30 |
thrust26
|
d28fb580b8
|
bitmapped button added
|
2017-12-15 15:25:08 +01:00 |
thrust26
|
ba3cc0677d
|
Frame count/cycle alignment fixed
|
2017-12-15 14:16:11 +01:00 |
Stephen Anthony
|
434d2dfc83
|
Converted some raw enum to 'enum class' in FrameBufferConstants.
|
2017-12-14 21:29:45 -03:30 |
Stephen Anthony
|
31da99f48b
|
Convert some raw enum to C++11 'enum class' in EventHandlerConstants.
|
2017-12-14 21:04:19 -03:30 |
Stephen Anthony
|
fd5c026034
|
Relaxed constexpr usage in RewindManager, so code compiles in Linux and OSX.
- the code was using C++17 features, and we only support C++14 for now
|
2017-12-14 19:46:37 -03:30 |
thrust26
|
418b0f07ae
|
frame timed interval checks aligned to actual scanlines/frame
code cleanup
|
2017-12-14 21:18:31 +01:00 |
thrust26
|
3f00d2fb86
|
feature doc updated
|
2017-12-14 20:30:08 +01:00 |
thrust26
|
ba9d809109
|
state compression improved
RewindManager class refactored for multiple rewinds/unwinds
additional keys for faster rewinding added
docs updated
|
2017-12-14 14:25:02 +01:00 |
Stephen Anthony
|
984e304f43
|
Several updates to the changelog:
- fixed formatting
- moved mention of 'Continuous rewind' near the top of the list, since it's a major new feature
|
2017-12-13 20:04:09 -03:30 |
thrust26
|
770e15f380
|
Continuous rewind added to log
|
2017-12-13 22:02:13 +01:00 |
thrust26
|
e2301dfd5e
|
fine tuning on interval factor and state compression
rewind now displayed immediately (instead of "Paused")
two initial rewinds in continuous rewind mode fixed
Horizon widget disabled when Uncompressed size == Buffer size
fixed minimum Interval
|
2017-12-13 19:15:09 +01:00 |
thrust26
|
20eb97ce14
|
savestate position in list display in message added
compressStates loop fixed and slightly optimized
fixed minimal size value in Settings
|
2017-12-13 12:31:18 +01:00 |
Stephen Anthony
|
47b4007bcb
|
Bumped version # for latest milestone (rewind outside debugger).
|
2017-12-12 17:53:34 -03:30 |
thrust26
|
5439d185a7
|
rewind buffer resize added
|
2017-12-12 21:43:57 +01:00 |
Stephen Anthony
|
8034bae9de
|
Added destructive resize to LinkedObjectPool/RewindManager.
Fixed minor warnings in DebuggerDialog.
|
2017-12-12 16:44:30 -03:30 |
thrust26
|
6632b97307
|
double rewind in debugger fixed
rewind messages improved
|
2017-12-12 18:47:21 +01:00 |
thrust26
|
fc01aef34e
|
doc updated to reflect latest changes
|
2017-12-12 17:26:09 +01:00 |
thrust26
|
e465112c02
|
rewind/unwind basically working
changed values, UI and settings for rewind interval and horizon
|
2017-12-12 17:07:05 +01:00 |
Stephen Anthony
|
517cc82baa
|
More work to RewindManager; all the 'ugly' code has been removed.
Thomas, it should be fine for you to proceed now.
|
2017-12-11 17:29:27 -03:30 |
thrust26
|
01fb970b60
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2017-12-10 15:48:16 +01:00 |
thrust26
|
cc1f641725
|
removed THUMB_SUPPORT option from VS project
|
2017-12-10 15:47:51 +01:00 |
Christian Speckner
|
772b122b15
|
Remove -DTHUMB_SUPPORT from xcode project.
|
2017-12-10 00:22:50 +01:00 |
Christian Speckner
|
6500ab0613
|
Compile thumbulator unconditionally.
|
2017-12-10 00:22:18 +01:00 |
Christian Speckner
|
c6f13ed743
|
Trade potentially illegal use of size_t against container::size_type.
|
2017-12-09 20:44:27 +01:00 |
Christian Speckner
|
bff2c7a5e7
|
Fix a bunch of warnings in XCode / clang.
|
2017-12-09 20:25:18 +01:00 |
thrust26
|
c57253c9e6
|
aligned team to Stella website
|
2017-12-09 12:08:31 +01:00 |
thrust26
|
9ae7ab0ed4
|
Merge branch 'master' of https://github.com/stella-emu/stella
|
2017-12-09 10:41:55 +01:00 |
thrust26
|
a43e7f9d58
|
improved states interval factor calculation
a little code cleanup
|
2017-12-09 10:41:38 +01:00 |