65037e0e69
Bug-fix: storage for non-inline static constexpr. Somehow none of the compilers I test with cought this.
Muzychenko Andrey
2021-09-29 06:07:00 +03:00
e2a2037a99
Update README.md to include macOS build instructions
Alexander Steffen
2021-09-28 21:42:22 -04:00
b843e9a6cb
Added an option to show or hide the menu.
prototux
2021-09-29 02:21:21 +02:00
b4cb827d73
winmain: reworked main loop for smoother frame times. imgui_sdl: added handling for device lost. midi: load PINBALL.MID in uppercase and using absolute path. Added UPS/FPS options, by default 120/60.
Muzychenko Andrey
2021-09-28 08:14:18 +03:00
22ce8ac538
gdrv: blit no more, present render:vScreen directly. Improved split bitmap handling.
Muzychenko Andrey
2021-09-25 16:52:19 +03:00
fd9de493e6
Added linear filter option for vScreen texture. Rollback blit to backing storage – its persistence is not guaranteed. Added project URL to About dialog. Added source ports table to readme.
Muzychenko Andrey
2021-09-23 12:16:58 +03:00
4c196a9290
Added table resolution and UI scale options. gdrv: blit directly to backing store of vScreen texture. Added missing cheat_bump_rank sub, oops. Fixed some warnings.
Muzychenko Andrey
2021-09-22 15:50:07 +03:00
8bae7a5b05
Added user settings persistence. Using ImGui .ini writer.
Muzychenko Andrey
2021-09-16 10:57:46 +03:00
af5a70785e
Enabled pch in CMake. No need to remove old pch includes.
Muzychenko Andrey
2021-09-15 12:20:57 +03:00
c5b7c0ad16
Fixed some of the memory leaks and Clang warnings. DrMemory and Valgrind work with regular debug builds.
Muzychenko Andrey
2021-09-14 15:33:18 +03:00
28e2417ef9
Made it compile with GCC on Linux. Fixed GCC warnings and Windows specifics. Restored C++11, switch to 14 was not supposed to happen. Not 100% sure about my Find* module section.
Muzychenko Andrey
2021-09-09 11:40:54 +03:00
60e9f63607
Added Windows XP build configuration. Improved background blit for unform scaling.
Muzychenko Andrey
2021-09-07 10:09:07 +03:00
2fe6d6d33a
Removed windows.h dependency. Added support for music in MDS format.
Muzychenko Andrey
2021-09-06 16:27:58 +03:00
e0638c598d
Added GUI, some menus dont work yet. Fixed uniform scaling. Removed splash screen.
Muzychenko Andrey
2021-09-05 10:47:05 +03:00
9a10d72e1f
gdrv: simplified bitmap, fixed blit, improved SDL present. Removed some Windows dependencies.
Muzychenko Andrey
2021-09-01 11:02:57 +03:00
a09ea75d80
SDL port v1, Windows only for now. Working: graphics, sound, music (3dpb only). Not working: GUI, user settings.
Muzychenko Andrey
2021-08-27 13:29:41 +03:00
10c83e8bf5
Fixed sound pops introduced by WaveMix upsampler. This does not fix WINE issues, but at least you don’t have to up sample manually.
Release_1.1.1
Muzychenko Andrey
2021-08-19 09:29:32 +03:00
d5b44e44e1
Improved wav duration calculation - now supports sample rates other than 11025. Bumped build tool version to VS2019.
Muzychenko Andrey
2021-08-18 12:44:26 +03:00
1c5256a4c6
Added table resolution support. Only works with FT .dat file. FT music does not work - different format.
Muzychenko Andrey
2021-02-06 16:53:47 +03:00
d594f5fdb7
Converted memory to direct pointers. Fixed memory leaks in uninit. Fixed some of the code analysis warnings. Enabled /MP build. Cleaned up the code.
Muzychenko Andrey
2021-02-02 18:29:54 +03:00
49f6132d23
Added loader for Full Tilt .dat files, v1. Works with some data hacks in lowest resolution. Seems to work ok, even though BL is still 3DPB.
Muzychenko Andrey
2021-01-31 17:29:53 +03:00
6ff457eb68
Cleaned up objlist_class.
Muzychenko Andrey
2021-01-30 14:19:25 +03:00