..
control.cpp
Added experimental translation support.
2021-10-24 18:23:46 +03:00
control.h
Bug fixes from master:
2021-10-09 08:14:47 +03:00
fullscrn.cpp
Added Windows XP build configuration.
2021-09-07 10:09:07 +03:00
fullscrn.h
Added Windows XP build configuration.
2021-09-07 10:09:07 +03:00
gdrv.cpp
Use a single Unicode charset and specify language-specific font for better viewing (?) ( #69 )
2021-10-26 06:53:52 +03:00
gdrv.h
Added scaling support in grtext_draw_ttext_in_box.
2021-10-21 16:47:45 +03:00
high_score.cpp
Bug fixes from master: score saving and missing sub.
2021-09-30 08:59:56 +03:00
high_score.h
Converted memory to direct pointers.
2021-02-02 18:29:54 +03:00
Icon_1.ico
Added icon, textbox font.
2020-12-11 19:03:13 +03:00
loader.cpp
Improved wav duration calculation - now supports sample rates other than 11025.
2021-08-18 12:44:26 +03:00
loader.h
Improved wav duration calculation - now supports sample rates other than 11025.
2021-08-18 12:44:26 +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
Improved wav duration calculation - now supports sample rates other than 11025.
2021-08-18 12:44:26 +03:00
midi.h
Improved wav duration calculation - now supports sample rates other than 11025.
2021-08-18 12:44:26 +03:00
NatvisFile.natvis
Partman v2, ready.
2020-10-24 18:30:45 +03:00
nudge.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +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
Fixed mixed up Chinese language texts.
2021-10-25 17:40:38 +03:00
options.h
Added Traditional Chinese and Simplified Chinese languages to options.
2021-10-25 17:30:39 +03:00
partman.cpp
Converted memory to direct pointers.
2021-02-02 18:29:54 +03:00
partman.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
pb.cpp
Added new render mode with reduced tearing.
2021-10-12 16:30:20 +03:00
pb.h
Added new render mode with reduced tearing.
2021-10-12 16:30:20 +03:00
PB_MSGFT.bin
Added icon, textbox font.
2020-12-11 19:03:13 +03:00
pch.cpp
Add project files.
2020-10-04 09:28:38 +03:00
pch.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
pinball.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
pinball.h
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +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
Added new render mode with reduced tearing.
2021-10-12 16:30:20 +03:00
render.h
Added new render mode with reduced tearing.
2021-10-12 16:30:20 +03:00
resource.h
Added Traditional Chinese and Simplified Chinese languages to options.
2021-10-25 17:30:39 +03:00
score.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
score.h
Added table resolution support.
2021-02-06 16:53:47 +03:00
Sound.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
Sound.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
SpaceCadetPinball.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
SpaceCadetPinball.rc
Simplified Chinese and Traditional Chinese translations ( #68 )
2021-10-25 14:10:47 +03:00
SpaceCadetPinball.vcxproj
Added ARM/ARM64 build configurations.
2021-10-04 10:03:16 +03:00
SpaceCadetPinball.vcxproj.filters
Cleaned up objlist_class.
2021-01-30 14:19:25 +03:00
splash.cpp
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
splash.h
Converted memory to direct pointers.
2021-02-02 18:29:54 +03:00
splash_bitmap.bmp
splash ready.
2021-01-29 14:24:49 +03:00
TBall.cpp
Added table resolution support.
2021-02-06 16:53:47 +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
Fixed x64 build warnings.
2021-02-16 19:03:45 +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
Cleaned up objlist_class.
2021-01-30 14:19:25 +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
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TFlipper.h
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TFlipperEdge.cpp
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TFlipperEdge.h
Bug fixes from master:
2021-10-09 08:14:47 +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
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
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
Bug fixes from master:
2021-10-09 08:14:47 +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
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TLightBargraph.h
TDrain, TKickout, TLightBargraph, TPopupTarget, TSoloTarget ready.
2021-01-17 18:26:03 +03:00
TLightGroup.cpp
Bug fixes from master:
2021-10-09 08:14:47 +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 loader for Full Tilt .dat files, v1.
2021-01-31 17:29:53 +03:00
TPinballComponent.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
TPinballTable.cpp
Converted memory to direct pointers.
2021-02-02 18:29:54 +03:00
TPinballTable.h
Cleaned up objlist_class.
2021-01-30 14:19:25 +03:00
TPlunger.cpp
Cleaned up objlist_class.
2021-01-30 14:19:25 +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
Added loader for Full Tilt .dat files, v1.
2021-01-31 17:29:53 +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
Replaced GlobalAlloc with malloc.
2021-02-18 12:53:25 +03:00
TTableLayer.h
Added loader for Full Tilt .dat files, v1.
2021-01-31 17:29:53 +03:00
TTextBox.cpp
Added scaling support in grtext_draw_ttext_in_box.
2021-10-21 16:47:45 +03:00
TTextBox.h
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TTextBoxMessage.cpp
Bug fixes from master:
2021-10-09 08:14:47 +03:00
TTextBoxMessage.h
Bug fixes from master:
2021-10-09 08:14:47 +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
WaveMix.cpp
Fixed sound pops introduced by WaveMix upsampler.
2021-08-19 09:29:32 +03:00
WaveMix.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
winmain.cpp
Added experimental translation support.
2021-10-24 18:23:46 +03:00
winmain.h
Added scalable window, mouse controls.
2021-02-09 18:09:44 +03:00
zdrv.cpp
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00
zdrv.h
Fixed x64 build warnings.
2021-02-16 19:03:45 +03:00