Horace And The Spider
3bd67f9611
Clear out commented/depreciated changes in whdbooter.cpp
( #648 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
* Bug-fix for Joystick customisations - allows HAT controlled DPad buttons to be remapped.
* Clear out commented/depreciated changes in `whdbooter.cpp`
2020-05-24 23:55:00 +02:00
Horace And The Spider
deff6ac91e
Bugfix for Customised DPAD using HAT ( #647 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
* Bug-fix for Joystick customisations - allows HAT controlled DPad buttons to be remapped.
2020-05-24 23:46:47 +02:00
Dimitris Panokostas
ea4998ced0
Added more events in inputdevice handling
2020-05-24 11:55:20 +02:00
Dimitris Panokostas
d7160fcbbe
CPU More compatible option was not always enabled when it should
...
- Additionally, it's now possible to enable it under all non-JIT configurations
- Improved CPU prefs fixing on startup
2020-05-24 11:33:54 +02:00
Dimitris Panokostas
7cf5f8ff10
Remove custom pissoff timing values
...
Now using WinUAE default values instead
2020-05-24 00:03:17 +02:00
Dimitris Panokostas
3e214e6ed7
Formatting cleanup
2020-05-23 22:36:28 +02:00
Dimitris Panokostas
ec06c1ecaa
Formatting cleanup after merge
2020-05-23 21:23:59 +02:00
Horace And The Spider
6df92813e1
Updated WHDLoad Booter (Customisations from the .uae config) ( #646 )
...
* Bug-fixes the 24-bit CPU parameter for WHDLoad Booter (moving prior to memory and variable name fix), and sets to FALSE where Z3 is used to fix compatibility.
* Updated WHDLoad Booter, customisations from .uae file
2020-05-23 21:11:07 +02:00
Dimitris Panokostas
3315fa8890
Fixed bug where fastest CPU speed would not get applied until you changed CPU settings
2020-05-23 00:01:12 +02:00
Dimitris Panokostas
8afd7eee50
Implemented CPU Idle, removed Turbo CPU speed
...
- Turbo CPU speed is no longer needed, Fastest Possible is now actually as fast as possible CPU emulation!
- Removed obsolete custom timing settings for Fastest CPU setting
- Implemented CPU Idle slider in GUI, which allows to set how much time the CPU emulation should sleep when not in use (keeps the temperature down)
2020-05-22 13:08:45 +02:00
Dimitris Panokostas
6e87d1cb7f
Updated beta version date
2020-05-22 09:57:22 +02:00
Dimitris Panokostas
90906826f8
Fixed typo for logfile_path setting
2020-05-22 09:57:06 +02:00
Dimitris Panokostas
610a33fed6
Minor Custom.cpp syncs with WinUAE sources
2020-05-21 02:37:28 +02:00
Dimitris Panokostas
9d088ea7a4
Fixed compiler warning
2020-05-20 21:52:28 +02:00
Dimitris Panokostas
4b4d8eb332
Updated beta version date
2020-05-20 21:45:00 +02:00
Dimitris Panokostas
e3e2389b8f
Small refactoring for scaling method in gfx
2020-05-20 21:44:18 +02:00
Dimitris Panokostas
9648a10bab
Merge branch 'master' of https://github.com/midwan/amiberry
2020-05-18 23:58:56 +02:00
Dimitris Panokostas
8423ef3e8a
removed unused file
2020-05-18 23:57:51 +02:00
Dimitris Panokostas
38032c463e
Update README.md
2020-05-18 23:55:32 +02:00
Dimitris Panokostas
f7baef5ce9
Delete _config.yml
2020-05-18 23:52:15 +02:00
Dimitris Panokostas
a2ca1d11f8
Set theme jekyll-theme-minimal
2020-05-18 23:44:04 +02:00
Dimitris Panokostas
d2f16d5f8b
Set theme jekyll-theme-slate
2020-05-18 23:42:56 +02:00
Dimitris Panokostas
ac119a31b4
Improved Sound panel in GUI, when sound emulation is disabled
2020-05-18 23:39:37 +02:00
Dimitris Panokostas
5f1fd8ab5f
Minor code modernization in amiberry_gfx
2020-05-17 15:31:14 +02:00
Dimitris Panokostas
0bf6cfd837
Fixed GUI window size would not reset to normal after starting emulation
2020-05-17 15:31:01 +02:00
Dimitris Panokostas
b2d522dcfa
Added navigation for new WHDLoad auto-config option
2020-05-17 15:06:45 +02:00
Dimitris Panokostas
df4b96303e
Bumped version to 3.2 beta
2020-05-17 14:53:08 +02:00
Dimitris Panokostas
9b21a9f0b7
Added new option in Quickstart: WHDLoad auto-config
...
Using this option, you can load an LHA file and have Amiberry set the config automatically based on the XML file
2020-05-17 14:52:59 +02:00
Dimitris Panokostas
4a737dd5a5
Fixed bug where WHDLoad booter would not use the prefs passed to it
...
Instead, it would always change settings to currprefs
2020-05-17 14:30:08 +02:00
Dimitris Panokostas
f2467cec1d
Added some more help text in Paths Panel
2020-05-17 12:07:22 +02:00
Dimitris Panokostas
0dd565a1b6
Improved textfield widgets apprearance when disabled
2020-05-17 12:07:07 +02:00
Dimitris Panokostas
2e96a3c32d
Added logfile options in GUI
2020-05-17 11:39:11 +02:00
Dimitris Panokostas
ac4db4a223
Increased textfield size in Misc panel, code modernization
2020-05-17 10:56:38 +02:00
Dimitris Panokostas
91ebf45a0f
Increased checkbox widget height, improved text vertical positioning
2020-05-17 10:55:51 +02:00
Dimitris Panokostas
ad5cde455a
Fixed dropdown widget text when disabled
2020-05-17 10:39:39 +02:00
Dimitris Panokostas
fa16462092
Updated beta version date
2020-05-17 02:14:23 +02:00
Dimitris Panokostas
55dca0846e
Improve more GUI elements when disabled
2020-05-17 02:13:56 +02:00
Dimitris Panokostas
6709962022
Improved more widgets when disabled
2020-05-17 02:13:22 +02:00
Dimitris Panokostas
a404899a65
Improved RAM sliders when disabled/enabled
2020-05-16 02:02:42 +02:00
Dimitris Panokostas
149c58149e
Improved Label color when disabled
2020-05-16 01:40:56 +02:00
Dimitris Panokostas
6776d9b1f3
Fixed dropdowns would cut-off bottom part of contents
2020-05-16 01:27:05 +02:00
Dimitris Panokostas
440dd1a073
moved dropdown text height adjustment
2020-05-16 00:53:16 +02:00
Dimitris Panokostas
6f80127408
Modernized code in amiberry.cpp
2020-05-16 00:52:41 +02:00
Dimitris Panokostas
ecb56ef5be
Modernized code in guisan objects, improved GUI layout
2020-05-15 00:27:51 +02:00
Dimitris Panokostas
ed31f6849d
Improved slider color theme when active/inactive
2020-05-14 22:23:15 +02:00
Dimitris Panokostas
f813057288
Improved text layout in widgets
2020-05-14 21:46:19 +02:00
Dimitris Panokostas
fc168295e5
Improved Radiobutton widget color when disabled
2020-05-14 20:47:43 +02:00
Dimitris Panokostas
1ec8599cd8
Fixed navigation after widgets update
2020-05-14 20:43:26 +02:00
Dimitris Panokostas
a6c7862a26
GUI refactoring
...
- Removed custom UAE classes, now using only updated standard Guisan components
- Updated all Guisan widgets according to current C++ standards (modernized code)
- Fixed a few minor GUI bugs
- Improved visibility of disabled GUI objects (e.g. sliders, checkboxes, dropdowns)
2020-05-14 01:25:14 +02:00
Dimitris Panokostas
077b2498c4
Increased text scroller height in About window
2020-05-13 20:08:25 +02:00