Commit Graph

6953 Commits

Author SHA1 Message Date
Thomas Jentzsch
8acf8924c0 updated TIA random default 2021-09-18 21:56:25 +02:00
Thomas Jentzsch
6fc715137b changed random TIA default in player settings
updated doc
2021-09-18 21:47:22 +02:00
Thomas Jentzsch
d1810231e6 changed paddle center properties default
added paddle center properties to most games
2021-09-18 12:18:07 +02:00
Thomas Jentzsch
14ecdf9809 added some PlusROMs for testing 2021-09-15 21:54:43 +02:00
Thomas Jentzsch
62b112cd60 fixed VS compiler warnings (yes, sometimes VS is more strict than anything else :) 2021-09-15 20:23:57 +02:00
Stephen Anthony
2858cdb7ec Fix compilation in Linux (missing entry in module.mk).
Fix compilation warnings in a few places.
Use float instead of floats and doubles in Paddles class (otherwise we get warnings).  Thomas, can you check that this doesn't affect functionality?
2021-09-15 15:14:31 -02:30
Thomas Jentzsch
4d78865ab2 finalized new paddle settings 2021-09-15 18:02:10 +02:00
Thomas Jentzsch
fb41c41470 Merge remote-tracking branch 'remotes/origin/master' into feature/paddle_options 2021-09-15 17:59:09 +02:00
Thomas Jentzsch
755c4e57c4
Merge pull request #825 from lodefmode/master
Fixed random spotty backgrounds.
2021-09-12 22:05:57 +02:00
Lo Def
716c14ecfc Fixed background color shifting when consecutives frames encoded. 2021-09-12 15:55:47 -04:00
lodefmode
fa4429d0a4
Random pixels betwen OSD and bars (#824)
* Support background color changes
 - pf/background used to change background color once per line
   resulting in higher visual quality.

* - blank out left/right sides
  based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining

* MovieCart: Fixed delayed right side kernel

* MovieCart: Fixed random pixels between OSD + bars
2021-09-12 16:49:07 -02:30
lodefmode
c57d47b614
Merge branch 'stella-emu:master' into master 2021-09-12 15:03:44 -04:00
Lo Def
7abe402ba9 Merge branch 'master' of github-lodefmode:lodefmode/stella 2021-09-12 14:59:14 -04:00
Lo Def
cdb03cbc83 MovieCart: Fixed random pixels between OSD + bars 2021-09-12 14:58:35 -04:00
Lo Def
d57ea48f3a MovieCart: Fixed delayed right side kernel 2021-09-12 13:46:58 -02:30
Lo Def
963570b302 - blank out left/right sides
based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining
2021-09-12 13:46:58 -02:30
Lo Def
a36ce4da72 Support background color changes
- pf/background used to change background color once per line
   resulting in higher visual quality.
2021-09-12 13:46:58 -02:30
lodefmode
ca730a4d97
Merge branch 'stella-emu:master' into master 2021-09-12 11:34:18 -04:00
Lo Def
6c9ed28b83 MovieCart: Fixed delayed right side kernel 2021-09-12 11:30:24 -04:00
Thomas Jentzsch
5807404202 added new MVC format test file 2021-09-12 14:01:05 +02:00
Lo Def
51d856f9a5 - blank out left/right sides
based on kernel modifications by Thomas Jentzch
  work in progress, stray pixel remaining
2021-09-12 05:30:20 -04:00
Thomas Jentzsch
4ace2c6eea renamed Menu class into OptionsMenu 2021-09-10 22:16:19 +02:00
Thomas Jentzsch
98828e8368 added doc for TIA randomization (see #126) 2021-09-10 11:34:13 +02:00
Thomas Jentzsch
8da2766264 added TIA randomization (see #126), TODO: doc 2021-09-10 09:36:31 +02:00
Thomas Jentzsch
8563d8d793 updated docs 2021-09-09 19:53:40 +02:00
Thomas Jentzsch
bba449b830 added preliminary dead zone code for analog events
changed some wording
2021-09-09 18:11:38 +02:00
Thomas Jentzsch
a40bcda609 forget to save before committing :) 2021-09-09 17:15:50 +02:00
Thomas Jentzsch
48a123a294 fixed properties for Telepathy (after breaking them) 2021-09-09 17:11:19 +02:00
Thomas Jentzsch
8e1c45a408 refactored dead zone and mouse sensitivity setting management 2021-09-09 16:40:06 +02:00
Thomas Jentzsch
a2ef881042 added test ROMs for MinkLink controller 2021-09-09 13:57:47 +02:00
Thomas Jentzsch
81c45bee0c one more controller spelling fix 2021-09-09 13:57:12 +02:00
Thomas Jentzsch
b83b8b8f65 fixed some controller spellings 2021-09-09 11:47:26 +02:00
Thomas Jentzsch
fc86c899ff fixed properties for Mind Maze (no MindLink controller used) 2021-09-09 11:20:38 +02:00
Thomas Jentzsch
2b3bb70052 fixed MindLink controller (resolves #821) 2021-09-09 10:21:26 +02:00
Thomas Jentzsch
91caf521c1 added right port paddles for Decathlon (NTSC) 2021-09-08 18:23:03 +02:00
Thomas Jentzsch
c3cf1c1f91 added Kid Vid detection 2021-09-08 08:27:06 +02:00
Lo Def
2a646c5564 Support background color changes
- pf/background used to change background color once per line
   resulting in higher visual quality.
2021-09-08 01:59:37 -04:00
Thomas Jentzsch
0f39ddd85e added new paddle options (TODO: deadzone and testing with real controllers, remove test code) 2021-09-07 11:39:33 +02:00
Thomas Jentzsch
d809a4983d some work on PlusROMs support 2021-09-07 11:38:30 +02:00
Thomas Jentzsch
d4d34faf53 fixed wording 2021-09-07 08:46:59 +02:00
Stephen Anthony
3e8486d4de libretro: Re-enable rewind support (fixes #820). 2021-09-06 20:24:52 -02:30
Thomas Jentzsch
44c9b74345 improved last commit by using 'using' :) 2021-09-06 13:07:03 +02:00
Thomas Jentzsch
d5dad489bf enhanced tooltips (per cell and/or whole widget) for DataGridWidget
updated debugger doc
2021-09-06 10:31:48 +02:00
Stephen Anthony
c79dedae98 Merge branch 'master' of github.com:stella-emu/stella 2021-09-05 17:16:24 -02:30
Stephen Anthony
93fe4e3bf4 libretro: Fix segfault when starting Stella. For now, this also disables rewind. 2021-09-05 17:15:49 -02:30
Thomas Jentzsch
905645a9f5 added _inTim and timInt pseudo registers (resolves #168) 2021-09-05 19:20:30 +02:00
Thomas Jentzsch
0f72f2ecf7 added missing missile state tracking to debugger 'tia' command. 2021-09-05 07:54:28 +02:00
Thomas Jentzsch
2ea86222d8 enhanced debugger 'tia' command 2021-09-04 19:25:01 +02:00
Thomas Jentzsch
06cbf95b3b fixed missing control key support in LauncherDialog's filter 2021-09-03 21:43:05 +02:00
Thomas Jentzsch
e11c4615e6 fixed EditableWidget bug #819 2021-09-03 21:42:02 +02:00