SpaceCadetPinballEmscripten/SpaceCadetPinball
alula 0bc12d3ca9
Fix choppiness by setting the default UPS to 60
2021-11-27 17:18:46 +01:00
..
GroupData.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
GroupData.h gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
Icon_1.ico Added icon, textbox font. 2020-12-11 19:03:13 +03:00
NatvisFile.natvis Partman v2, ready. 2020-10-24 18:30:45 +03:00
PB_MSGFT.bin Added icon, textbox font. 2020-12-11 19:03:13 +03:00
Sound.cpp initial wip emscripten port 2021-09-28 14:03:06 +02:00
Sound.h Fixed some of the memory leaks and Clang warnings. 2021-09-14 15:33:18 +03:00
SpaceCadetPinball.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
TBall.cpp Made it compile with GCC on Linux. 2021-09-09 11:40:54 +03:00
TBall.h TRamp, TPinballTable ready. 2021-01-19 18:28:48 +03:00
TBlocker.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TBlocker.h control v2. 2021-01-20 17:28:48 +03:00
TBumper.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TBumper.h midi ready, TCollision cleanup. 2021-01-23 13:33:30 +03:00
TCircle.cpp Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TCircle.h Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TCollisionComponent.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TCollisionComponent.h Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TComponentGroup.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TComponentGroup.h Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TDemo.cpp Made it compile with GCC on Linux. 2021-09-09 11:40:54 +03:00
TDemo.h TSink, TDemo ready. 2021-01-18 18:30:19 +03:00
TDrain.cpp TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. 2021-01-17 18:26:03 +03:00
TDrain.h TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. 2021-01-17 18:26:03 +03:00
TEdgeBox.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TEdgeBox.h Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TEdgeManager.cpp Fixed some of the memory leaks and Clang warnings. 2021-09-14 15:33:18 +03:00
TEdgeManager.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TEdgeSegment.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TEdgeSegment.h Fixed x64 build warnings. 2021-02-16 19:03:45 +03:00
TFlagSpinner.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TFlagSpinner.h TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. 2021-01-16 17:45:29 +03:00
TFlipper.cpp gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00
TFlipper.h TFlipper, TFlipperEdge ready. 2021-01-10 15:22:06 +03:00
TFlipperEdge.cpp Fixed some of the memory leaks and Clang warnings. 2021-09-14 15:33:18 +03:00
TFlipperEdge.h Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TGate.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TGate.h TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. 2021-01-16 17:45:29 +03:00
THole.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
THole.h TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. 2021-01-16 17:45:29 +03:00
TKickback.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TKickback.h TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. 2021-01-16 17:45:29 +03:00
TKickout.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TKickout.h WaveMix ready. Fixed ball Z reset in TKickout. 2021-01-28 12:46:48 +03:00
TLight.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TLight.h x64 build - no collision bug found( 2021-01-29 16:42:05 +03:00
TLightBargraph.cpp Converted memory to direct pointers. 2021-02-02 18:29:54 +03:00
TLightBargraph.h TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. 2021-01-17 18:26:03 +03:00
TLightGroup.cpp Made it compile with GCC on Linux. 2021-09-09 11:40:54 +03:00
TLightGroup.h Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TLightRollover.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TLightRollover.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TLine.cpp Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TLine.h Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TOneway.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TOneway.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TPinballComponent.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
TPinballComponent.h Fixed x64 build warnings. 2021-02-16 19:03:45 +03:00
TPinballTable.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
TPinballTable.h Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TPlunger.cpp Made it compile with GCC on Linux. 2021-09-09 11:40:54 +03:00
TPlunger.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TPopupTarget.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TPopupTarget.h TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. 2021-01-17 18:26:03 +03:00
TRamp.cpp Fixed some of the memory leaks and Clang warnings. 2021-09-14 15:33:18 +03:00
TRamp.h Some renames, cleanup partman, loader. 2021-01-28 18:01:26 +03:00
TRollover.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TRollover.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TSink.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
TSink.h TSink, TDemo ready. 2021-01-18 18:30:19 +03:00
TSoloTarget.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TSoloTarget.h TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready. 2021-01-17 18:26:03 +03:00
TSound.cpp TLight, TTimer, TSound, TComponentGroup ready. 2021-01-01 16:14:11 +03:00
TSound.h TLight, TTimer, TSound, TComponentGroup ready. 2021-01-01 16:14:11 +03:00
TTableLayer.cpp Fixed some of the memory leaks and Clang warnings. 2021-09-14 15:33:18 +03:00
TTableLayer.h Added loader for Full Tilt .dat files, v1. 2021-01-31 17:29:53 +03:00
TTextBox.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
TTextBox.h timer v1, ready. 2020-12-04 18:35:47 +03:00
TTextBoxMessage.cpp Made it compile with GCC on Linux. 2021-09-09 11:40:54 +03:00
TTextBoxMessage.h TTextBoxMessage v1, ready. 2020-12-03 17:47:36 +03:00
TTimer.cpp TLight, TTimer, TSound, TComponentGroup ready. 2021-01-01 16:14:11 +03:00
TTimer.h TLight, TTimer, TSound, TComponentGroup ready. 2021-01-01 16:14:11 +03:00
TTripwire.cpp midi ready, TCollision cleanup. 2021-01-23 13:33:30 +03:00
TTripwire.h TRollover, TOneway, TLightRollover, TTripwire, TEdgeManager ready. 2021-01-08 18:50:12 +03:00
TWall.cpp Cleaned up objlist_class. 2021-01-30 14:19:25 +03:00
TWall.h TBlocker, TBumper, TFlagSpinner, TGate, THole, TKickback, TWall ready. 2021-01-16 17:45:29 +03:00
control.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
control.h Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
emscripten_shell.html initial wip emscripten port 2021-09-28 14:03:06 +02:00
fullscrn.cpp initial wip emscripten port 2021-09-28 14:03:06 +02:00
fullscrn.h Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
gdrv.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
gdrv.h gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
gm.sf2 initial wip emscripten port 2021-09-28 14:03:06 +02:00
gm_sf2.cpp initial wip emscripten port 2021-09-28 14:03:06 +02:00
high_score.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
high_score.h gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00
imconfig.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_demo.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_draw.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_impl_sdl.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_impl_sdl.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_internal.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_sdl.cpp winmain: reworked main loop for smoother frame times. 2021-09-28 08:14:18 +03:00
imgui_sdl.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_tables.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imgui_widgets.cpp Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imstb_rectpack.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imstb_textedit.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
imstb_truetype.h Added GUI, some menus dont work yet. 2021-09-05 10:47:05 +03:00
loader.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
loader.h Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
maths.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
maths.h x64 build - no collision bug found( 2021-01-29 16:42:05 +03:00
memory.cpp Converted memory to direct pointers. 2021-02-02 18:29:54 +03:00
memory.h Converted memory to direct pointers. 2021-02-02 18:29:54 +03:00
midi.cpp update to master, fix sdl music build 2021-09-28 14:36:44 +02:00
midi.h initial wip emscripten port 2021-09-28 14:03:06 +02:00
nudge.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
nudge.h TBall, nudge v1, ready. 2020-12-27 18:19:36 +03:00
objlist_class.h Converted memory to direct pointers. 2021-02-02 18:29:54 +03:00
options.cpp update to master, fix sdl music build 2021-09-28 14:36:44 +02:00
options.h Fix choppiness by setting the default UPS to 60 2021-11-27 17:18:46 +01:00
partman.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
partman.h gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00
pb.cpp winmain: reworked main loop for smoother frame times. 2021-09-28 08:14:18 +03:00
pb.h winmain: reworked main loop for smoother frame times. 2021-09-28 08:14:18 +03:00
pch.h winmain: reworked main loop for smoother frame times. 2021-09-28 08:14:18 +03:00
pinball.cpp Added table resolution and UI scale options. 2021-09-22 15:50:07 +03:00
pinball.h gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00
proj.cpp Replaced GlobalAlloc with malloc. 2021-02-18 12:53:25 +03:00
proj.h Proj v1, ready. 2020-11-29 18:50:49 +03:00
render.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
render.h gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
score.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
score.h gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00
splash_bitmap.bmp splash ready. 2021-01-29 14:24:49 +03:00
timer.cpp Converted memory to direct pointers. 2021-02-02 18:29:54 +03:00
timer.h x64 build - no collision bug found( 2021-01-29 16:42:05 +03:00
tml.h initial wip emscripten port 2021-09-28 14:03:06 +02:00
tsf.cpp initial wip emscripten port 2021-09-28 14:03:06 +02:00
tsf.h initial wip emscripten port 2021-09-28 14:03:06 +02:00
winmain.cpp use original 640x480 resolution 2021-09-28 18:06:40 +02:00
winmain.h winmain: reworked main loop for smoother frame times. 2021-09-28 08:14:18 +03:00
zdrv.cpp gdrv: blit no more, present render:vScreen directly. 2021-09-25 16:52:19 +03:00
zdrv.h gdrv: RGBA buffers, pre-applied palettes, SDL bitmap origin. 2021-09-21 13:14:39 +03:00