Commit Graph

7335 Commits

Author SHA1 Message Date
Lo Def 30e7b6fd33 - square off last image line before drawing OSD text 2021-09-18 15:50:13 -04:00
Thomas Jentzsch bd30d5a4a6 changed random TIA default in player settings
updated doc
2021-09-18 21:47:22 +02:00
Thomas Jentzsch 592f2fbd8a changed paddle center properties default
added paddle center properties to most games
2021-09-18 12:18:07 +02:00
Thomas Jentzsch 3b6dba3b84 fixed VS compiler warnings (yes, sometimes VS is more strict than anything else :) 2021-09-15 20:23:57 +02:00
Stephen Anthony 8bf7eb46e2 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 48ab233b87 finalized new paddle settings 2021-09-15 18:02:10 +02:00
Thomas Jentzsch b20cda468c Merge remote-tracking branch 'remotes/origin/master' into feature/paddle_options 2021-09-15 17:59:09 +02:00
Thomas Jentzsch 8be62f44f3 Merge pull request #825 from lodefmode/master
Fixed random spotty backgrounds.
2021-09-12 22:05:57 +02:00
Lo Def 306ef926f7 Fixed background color shifting when consecutives frames encoded. 2021-09-12 15:55:47 -04:00
lodefmode 808195f2d2 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 e51364e2ab Merge branch 'stella-emu:master' into master 2021-09-12 15:03:44 -04:00
Lo Def 2fe085546c Merge branch 'master' of github-lodefmode:lodefmode/stella 2021-09-12 14:59:14 -04:00
Lo Def cbfb265c7c MovieCart: Fixed random pixels between OSD + bars 2021-09-12 14:58:35 -04:00
Lo Def 2de31f2f96 MovieCart: Fixed delayed right side kernel 2021-09-12 13:46:58 -02:30
Lo Def 667efbe4dd - 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 6ac9f638a9 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 4e5afa177f Merge branch 'stella-emu:master' into master 2021-09-12 11:34:18 -04:00
Lo Def 1bba98aa65 MovieCart: Fixed delayed right side kernel 2021-09-12 11:30:24 -04:00
Lo Def 6d08aa70fe - 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 c4e0884da5 renamed Menu class into OptionsMenu 2021-09-10 22:16:19 +02:00
Thomas Jentzsch 4b0e7b3d19 added doc for TIA randomization (see #126) 2021-09-10 11:34:13 +02:00
Thomas Jentzsch ce75418893 added TIA randomization (see #126), TODO: doc 2021-09-10 09:36:31 +02:00
Thomas Jentzsch ee385a8cf0 updated docs 2021-09-09 19:53:40 +02:00
Thomas Jentzsch 393a588aa9 added preliminary dead zone code for analog events
changed some wording
2021-09-09 18:11:38 +02:00
Thomas Jentzsch d97a38a51f forget to save before committing :) 2021-09-09 17:15:50 +02:00
Thomas Jentzsch 0495c975a4 fixed properties for Telepathy (after breaking them) 2021-09-09 17:11:19 +02:00
Thomas Jentzsch 0ee5b6681b refactored dead zone and mouse sensitivity setting management 2021-09-09 16:40:06 +02:00
Thomas Jentzsch 2b522ca814 one more controller spelling fix 2021-09-09 13:57:12 +02:00
Thomas Jentzsch 9bd225d280 fixed some controller spellings 2021-09-09 11:47:26 +02:00
Thomas Jentzsch 58d8b684d5 fixed properties for Mind Maze (no MindLink controller used) 2021-09-09 11:20:38 +02:00
Thomas Jentzsch db2081a2c6 fixed MindLink controller (resolves #821) 2021-09-09 10:21:26 +02:00
Thomas Jentzsch 466023fac3 added right port paddles for Decathlon (NTSC) 2021-09-08 18:23:03 +02:00
Thomas Jentzsch 126a9fd1ac added Kid Vid detection 2021-09-08 08:27:06 +02:00
Lo Def b9b792418d 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 43873a1d66 added new paddle options (TODO: deadzone and testing with real controllers, remove test code) 2021-09-07 11:39:33 +02:00
Thomas Jentzsch 8344f78445 some work on PlusROMs support 2021-09-07 11:38:30 +02:00
Thomas Jentzsch 7dfebef26f fixed wording 2021-09-07 08:46:59 +02:00
Stephen Anthony 2bf74e6ceb libretro: Re-enable rewind support (fixes #820). 2021-09-06 20:24:52 -02:30
Thomas Jentzsch 10eed9a28f improved last commit by using 'using' :) 2021-09-06 13:07:03 +02:00
Thomas Jentzsch 2a44255a30 enhanced tooltips (per cell and/or whole widget) for DataGridWidget
updated debugger doc
2021-09-06 10:31:48 +02:00
Stephen Anthony 3d46f0b942 Merge branch 'master' of github.com:stella-emu/stella 2021-09-05 17:16:24 -02:30
Stephen Anthony 4d9b132835 libretro: Fix segfault when starting Stella. For now, this also disables rewind. 2021-09-05 17:15:49 -02:30
Thomas Jentzsch b0e4d47a7f added _inTim and timInt pseudo registers (resolves #168) 2021-09-05 19:20:30 +02:00
Thomas Jentzsch 738f2d4a0e added missing missile state tracking to debugger 'tia' command. 2021-09-05 07:54:28 +02:00
Thomas Jentzsch 8d62336553 enhanced debugger 'tia' command 2021-09-04 19:25:01 +02:00
Thomas Jentzsch f059ea73e8 fixed missing control key support in LauncherDialog's filter 2021-09-03 21:43:05 +02:00
Thomas Jentzsch dbeeab064a fixed EditableWidget bug #819 2021-09-03 21:42:02 +02:00
Thomas Jentzsch 2fa60f0bca cleaned the PlusROM setup code a bit 2021-09-02 09:07:14 +02:00
Thomas Jentzsch 2d8ef7f1b3 added some doc for the PlusROM functionality 2021-09-02 08:36:40 +02:00
Thomas Jentzsch 981b5c8fc3 missing files (again) 2021-09-01 14:11:28 +02:00