1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-01 06:20:15 +02:00

Commit graph

  • 87e44b700b
    Mingw cross compilation (#24) Nixola 2021-10-07 11:53:56 +02:00
  • c42567ab47
    Update README.md Nixola 2021-10-07 09:54:09 +02:00
  • 48721e5811 Fixed flipper animation frame skip bug. It is from original 3DPB, not present in FT. Muzychenko Andrey 2021-10-07 08:01:34 +03:00
  • 5075d8b8d1
    Added cross-compilation instructions to readme Nixola 2021-10-06 18:37:43 +02:00
  • e110a45ebc Small mingwcc.cmake cleanup Nicola Orlando 2021-10-06 18:34:02 +02:00
  • 963c030b91 Adjusted CMakeLists.txt for compatibility Nicola Orlando 2021-10-06 17:44:38 +02:00
  • db02a7a47c Created mingw cmake toolchain Nicola Orlando 2021-10-06 17:43:47 +02:00
  • 72b28832d3 Fixed icon filename capitalization Nicola Orlando 2021-10-06 17:43:31 +02:00
  • 7ee508118c Fixed TKickout temporary Z in FT mode. Muzychenko Andrey 2021-10-06 12:42:22 +03:00
  • 8c4f38c0af Cheats: flipped literals, made some toggle, added GUI. Muzychenko Andrey 2021-10-05 16:48:13 +03:00
  • 167a2c2bd1 Demangled and simplified pbctrl_bdoor_controller. Muzychenko Andrey 2021-10-04 17:04:09 +03:00
  • b995b02fd1 Added ARM/ARM64 build configurations. Ref #21. Muzychenko Andrey 2021-10-04 10:03:16 +03:00
  • f1c6c48b36 Enabled icon in Windows build. Muzychenko Andrey 2021-10-03 18:57:19 +03:00
  • 8d2745fc33 Added support for sub-millisecond frame times. Muzychenko Andrey 2021-10-03 18:06:19 +03:00
  • 5e03978cd7 cmake: disabled link to SDL2main. Ref #19. Muzychenko Andrey 2021-10-03 15:41:57 +03:00
  • 261457a959 TPinballComponent: replaced calloc operator new with member initialization. Muzychenko Andrey 2021-10-02 18:58:54 +03:00
  • 93de90b680 Replaced memory with new. Cleaned up gdrv, zdrv, render. oz 2021-10-02 17:45:31 +03:00
  • dc5915b4f8
    Added links to Emscripten source port. Muzychenko Andrey 2021-10-02 08:04:54 +03:00
  • c3b6daefc9 Added uncapped UPS option. Issue #18. Muzychenko Andrey 2021-10-02 07:42:08 +03:00
  • 81c2034a16 Replaced objlist_class with std::vector. Fixed minor bug in TLightGroup. Cleaned up some warnings. Muzychenko Andrey 2021-10-01 18:55:44 +03:00
  • 8a421a2623 Implemented player controls dialog. This last missing major feature brings v2 into feature parity with the original and closer to release. Ref issues #16, #17. Muzychenko Andrey 2021-10-01 09:05:38 +03:00
  • de6c31802c Bug fixes from master: score saving and missing sub. Muzychenko Andrey 2021-09-30 08:59:56 +03:00
  • a281000308 midi: added support for FULLTILT16 music. Muzychenko Andrey 2021-09-30 08:51:48 +03:00
  • 03deda2f9d Added event wait timeout when idle. Added show menu button to prevent lockout; this somewhat ruins no menu aesthetic. Cleaned up 3DPB vs. FT methods in midi. Muzychenko Andrey 2021-09-29 17:53:49 +03:00
  • ba5a0f3044 Compressed and encoded embedded 3DPB font. Exposed ImGui function for decompressing embedded data. Muzychenko Andrey 2021-09-29 10:08:45 +03:00
  • b37f5d6d76 Fixed ShowMenu option interrupting ImGui::NewFrame. Muzychenko Andrey 2021-09-29 07:46:13 +03:00
  • 593b4d161c
    Merge pull request #14 from prototux/option_nogui Muzychenko Andrey 2021-09-29 07:32:01 +03:00
  • 7c29c05d64 Fixed the keyboard shortcut for show menu prototux 2021-09-29 06:09:16 +02:00
  • 89f4b6d535 Fixed the keyboard shortcut for show menu prototux 2021-09-29 03:17:05 +02:00
  • 373351c2ba
    Merge pull request #15 from ajhs-io/updatereadme Muzychenko Andrey 2021-09-29 06:11:21 +03:00
  • 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
  • 617d8bb562
    use original 640x480 resolution Alula 2021-09-28 18:06:40 +02:00
  • 4549e3821c
    no need for that tbh Alula 2021-09-28 14:52:29 +02:00
  • 4ff2f97fa6
    update to master, fix sdl music build Alula 2021-09-28 14:36:44 +02:00
  • d63e081b7a
    initial wip emscripten port Alula 2021-09-28 14:03:06 +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
  • 625a6e7498
    Fixed md error in readme. Muzychenko Andrey 2021-09-23 12:21:18 +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
  • c63c6701ac gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. Refactored partman. Added sprite viewer. Muzychenko Andrey 2021-09-21 13:14:39 +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
  • 86eaad5b79 Fixed off-by-one error in background blit. Muzychenko Andrey 2021-09-07 10:19:06 +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
  • dcd488c48c
    Merge pull request #5 from GeorgeMcMullen/midifix Muzychenko Andrey 2021-08-18 10:08:55 +03:00
  • db08631ab9
    Fix to the routine that opens the MIDI file. George McMullen 2021-08-16 05:39:18 -07:00
  • bad55d49cf Updated readme. Release_1.1 Muzychenko Andrey 2021-02-20 15:58:16 +03:00
  • 98f234fce3 Replaced GlobalAlloc with malloc. WaveMix keeps GlobalAlloc for authenticity. Fixed float to double casts. Some cleanup. Muzychenko Andrey 2021-02-18 12:53:25 +03:00
  • 55984fbb08 Fixed x64 build warnings. Replaced __intN with intN_t. Some cleanup. Muzychenko Andrey 2021-02-16 19:03:45 +03:00
  • 5c3e9fea4c Added FT music loader. Fixed mouse lock. Some cleanup. Muzychenko Andrey 2021-02-15 18:55:54 +03:00
  • debe52c1e0 Added scalable window, mouse controls. Muzychenko Andrey 2021-02-09 18:09:44 +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
  • 5b9a1ff95d
    Create LICENSE Muzychenko Andrey 2021-01-29 19:47:23 +03:00
  • 232f24a2a2
    Added Readme.md Muzychenko Andrey 2021-01-29 19:34:45 +03:00
  • efc56e82d9 Compile releases with Windows subsystem. oz 2021-01-29 17:49:00 +03:00
  • cd4679194c x64 build - no collision bug found( Either lost in decompilation or introduced in x64 port. Release_1.0 oz 2021-01-29 16:42:05 +03:00
  • 6756c54d3b splash ready. All subs ready, phase 1 complete. oz 2021-01-29 14:24:49 +03:00
  • 262b098610 Some renames, cleanup partman, loader. oz 2021-01-28 18:01:26 +03:00
  • 74306179a7 WaveMix ready. Fixed ball Z reset in TKickout. oz 2021-01-28 12:46:48 +03:00
  • 77f3f52e0d WaveMix v4. oz 2021-01-27 18:50:24 +03:00
  • 2945069de0 WaveMix v3. oz 2021-01-26 17:54:54 +03:00
  • 10af864767 WaveMix v2. oz 2021-01-25 17:46:50 +03:00
  • e824307b27 WaveMix v1. oz 2021-01-24 17:30:37 +03:00
  • b0080fd80a Sound ready. oz 2021-01-23 19:28:29 +03:00
  • 7d15427dd9 midi ready, TCollision cleanup. oz 2021-01-23 13:33:30 +03:00
  • 683e823193 control ready. oz 2021-01-23 09:57:16 +03:00
  • 847eb15d02 control: removed tag casts. oz 2021-01-22 12:53:16 +03:00
  • bdf2d930fd control v3. oz 2021-01-21 17:58:05 +03:00
  • d4febb4082 control v2. oz 2021-01-20 17:28:48 +03:00
  • 5252fb1b7e TRamp, TPinballTable ready. oz 2021-01-19 18:28:48 +03:00
  • f22077d8c8 TSink, TDemo ready. oz 2021-01-18 18:30:19 +03:00
  • 7e8f52c156 TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. oz 2021-01-17 18:26:03 +03:00
  • ffd626fbc1 TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. oz 2021-01-16 17:45:29 +03:00
  • 61fe0410b0 TFlipper, TFlipperEdge ready. oz 2021-01-10 15:22:06 +03:00
  • 87b4aa27e7 TFlipperEdge v1. oz 2021-01-09 19:11:03 +03:00
  • d19fb0476a TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. oz 2021-01-08 18:50:12 +03:00
  • 9bd064bf15 TPlunger ready. TEdgeManager v1. oz 2021-01-07 19:00:38 +03:00
  • 1ea247e185 pb, cheats ready. Collison v1, mouse fixed. oz 2021-01-06 17:06:13 +03:00
  • d267fd5c98 Fixed uninitialized memory. oz 2021-01-05 15:12:54 +03:00
  • 8b1f6f4cfa TLightGroup ready. oz 2021-01-05 12:02:43 +03:00
  • 230c981144 TLight, TTimer, TSound, TComponentGroup ready. oz 2021-01-01 16:14:11 +03:00
  • a143b820af TBall, nudge v1, ready. render occlude list. oz 2020-12-27 18:19:36 +03:00
  • 99fba56a34 TPinballTable v2. oz 2020-12-25 16:46:06 +03:00
  • 3097edf526 TTableLayer v1. oz 2020-12-20 14:13:12 +03:00
  • a6425b54f3 control v1. oz 2020-12-19 17:49:31 +03:00
  • 12066963f0 key mapper dialog, ready. oz 2020-12-13 16:05:19 +03:00