├── .dockerignore ├── .envrc ├── .gitignore ├── .gitmodules ├── .travis.yml ├── CMakeLists.txt ├── COPYING ├── README.md ├── azure-pipelines.yml ├── cmake └── FindSDL2.cmake ├── docker ├── Dockerfile.i386 └── Dockerfile.x86_64 ├── docs ├── building-on-windows.md ├── globals.cpp └── outdated │ ├── %MacHack_96.msw │ ├── %MacHack_96.msw.hqx │ ├── %MacHack_96.ps │ ├── %MacHack_96.rtf │ ├── BBOD │ ├── ernstoud.txt │ ├── filetype.txt │ ├── install.txt │ ├── os2_tips.txt │ ├── problems.txt │ ├── w3x_tips.txt │ └── w95_tips.txt │ ├── ERNSTOUD.TXT │ ├── FAQ.ascii │ ├── MLE_ARDI_LOGO.eps │ ├── MacHack_96.htm │ ├── MacHack_96.msw │ ├── MacHack_96.msw.hqx │ ├── MacHack_96.ps │ ├── MacHack_96.rtf │ ├── Makefile │ ├── MysteryHacks.md │ ├── ROMinfo │ ├── SynPaper │ ├── SynPaper.ps │ ├── SynPaper.tex │ ├── basics.txt │ ├── cdinfo.txt │ ├── cleanup_ideas │ ├── cwsdpmi.doc │ ├── disklistbyname.msw │ ├── disklistbynumber.msw │ ├── editing_config_sys.rtf │ ├── ernstesp.txt │ ├── executor-dos.readme │ ├── executor-faq.ascii │ ├── executor-faq.bfnn │ ├── executor-faq.espanol.msw │ ├── executor-faq.espanol.rtf │ ├── executor-faq.html │ ├── index.html │ ├── section1.html │ ├── section2.html │ ├── section3.html │ ├── section4.html │ ├── section5.html │ ├── section6.html │ └── section7.html │ ├── executor-faq.info │ ├── executor-faq.ps │ ├── executor-linux.readme │ ├── executor-minifaq.ascii │ ├── executor-nextstep.readme │ ├── faq.xml │ ├── faq │ └── t1.html │ ├── gestalt.ORIG │ ├── gestalt.xml │ ├── gestalt │ ├── t1.html │ └── x163.html │ ├── how-configure-works │ ├── leame.1er │ ├── man │ ├── man1 │ │ └── executor.1 │ ├── man5 │ │ ├── AppleDouble.5 │ │ ├── directory_map.5 │ │ ├── ecf.5 │ │ ├── hfv.5 │ │ └── printers.ini.5 │ └── man7 │ │ └── ExecutorVolume.7 │ ├── minifaq.txt │ ├── new_speedo_numbers │ ├── p6_speedo_numbers │ ├── %p6 10 times │ ├── %p6 10 times.txt │ ├── p6 10 times │ └── p6 10 times.txt │ ├── pmac_7500_speedo_numbers │ ├── %7500%2F100-no │ ├── %Pen75 │ ├── %Pen90 │ ├── %PowerMac5200%2F75LC │ ├── %PowerMac7500%2F100-dbled │ ├── %Quadra650 │ ├── %Records │ ├── 7500%2F100-no │ ├── Pen75 │ ├── Pen90 │ ├── PowerMac5200%2F75LC │ ├── PowerMac7500%2F100-dbled │ ├── Quadra650 │ └── Records │ ├── ppc_notes │ ├── CorelDraw8LE │ ├── Fontographer41 │ ├── FreeHand8 │ ├── Photopaint8 │ ├── StuffIt_Expander │ ├── TODO │ ├── XPress402 │ ├── cw5 │ ├── dimensions30 │ ├── flash_player │ ├── ie45 │ ├── ill8 │ ├── iomegatools │ ├── photoshop3 │ ├── pm65 │ ├── ps55 │ └── wp35 │ ├── profiler-food │ ├── readme-commercial-crlf.1st │ ├── readme.wm │ ├── region-blitter │ ├── speed-various-2.2 Folder │ ├── %readme Various │ ├── %speedometer-var-2.2 │ ├── readme Various │ └── speedometer-var-2.2 │ ├── speedo.txt │ ├── unimplemented │ ├── universal_header_traps │ ├── vdriver-specs │ └── wishlist ├── flake.lock ├── flake.nix ├── icon ├── CMakeDSStore.applescript ├── DS_Store ├── executor.icns └── executor.svg ├── packages ├── go │ ├── %HFS_XFer_DA │ ├── %TAGS │ ├── %TEXT file │ ├── %asdf │ ├── %bigscroll %C4 │ ├── %comments │ ├── %disk.c │ ├── %display.h │ ├── %easymenu.c │ ├── %filemanip.c │ ├── %fontda.c │ ├── %go.%B9 │ ├── %go.%B9.rsrc │ ├── %go.appl │ ├── %go.c │ ├── %go.h │ ├── %godata.sav │ ├── %ibutton %C4 │ ├── %iconcontrol %C4 │ ├── %iconmanip.c │ ├── %init.c │ ├── %initdirs.c │ ├── %inithotband.c │ ├── %initicons.c │ ├── %keyboard.c │ ├── %launch.c │ ├── %menu.c │ ├── %metrogo.%B9 │ ├── %misc.c │ ├── %mouse.c │ ├── %protos │ ├── %tests %C4 │ ├── %update.c │ ├── %view.c │ ├── %window.c │ ├── HFS_XFer_DA │ │ ├── %HFS_XFer.%B9 │ │ ├── %HFS_XFer.%B9.rsrc │ │ ├── %HFS_XFer.c │ │ ├── %HFS_XFer_DA │ │ ├── %alerts.c │ │ ├── %delete.c │ │ ├── %dircreate.c │ │ ├── %error.c │ │ ├── %mytype.h │ │ ├── %protos │ │ ├── %renamer.c │ │ ├── %sharedtransfer.c │ │ ├── %transferer.c │ │ ├── %xfer.h │ │ ├── HFS_XFer.%B9 │ │ ├── HFS_XFer.%B9.rsrc │ │ ├── HFS_XFer.c │ │ ├── HFS_XFer_DA │ │ ├── alerts.c │ │ ├── delete.c │ │ ├── dircreate.c │ │ ├── error.c │ │ ├── mytype.h │ │ ├── problems │ │ ├── protos │ │ │ ├── %HFS_XFer.proto.h │ │ │ ├── %HFS_XFer_DA │ │ │ ├── %alerts.proto.h │ │ │ ├── %delete.proto.h │ │ │ ├── %dircreate.proto.h │ │ │ ├── %error.proto.h │ │ │ ├── %renamer.proto.h │ │ │ ├── %sharedtransfer.proto.h │ │ │ ├── %transferer.proto.h │ │ │ ├── HFS_XFer.proto.h │ │ │ ├── HFS_XFer_DA │ │ │ ├── alerts.proto.h │ │ │ ├── delete.proto.h │ │ │ ├── dircreate.proto.h │ │ │ ├── error.proto.h │ │ │ ├── renamer.proto.h │ │ │ ├── sharedtransfer.proto.h │ │ │ └── transferer.proto.h │ │ ├── renamer.c │ │ ├── sharedtransfer.c │ │ ├── transferer.c │ │ └── xfer.h │ ├── TAGS │ ├── TEXT file │ ├── bigscroll %C4 │ │ ├── %bigscroll.%B9 │ │ ├── %bigscroll.c │ │ ├── %bigscroll.h │ │ ├── %bigscroll.proto.h │ │ ├── bigscroll.%B9 │ │ ├── bigscroll.c │ │ ├── bigscroll.h │ │ └── bigscroll.proto.h │ ├── comments │ ├── disk.c │ ├── display.h │ ├── easymenu.c │ ├── filemanip.c │ ├── fontda.c │ ├── go.%B9 │ ├── go.%B9.rsrc │ ├── go.appl │ ├── go.c │ ├── go.h │ ├── godata.sav │ ├── ibutton %C4 │ │ ├── %ibutton.%B9 │ │ ├── %ibutton.c │ │ ├── %ibutton.h │ │ ├── %ibutton.proto.h │ │ ├── ibutton.%B9 │ │ ├── ibutton.c │ │ ├── ibutton.h │ │ └── ibutton.proto.h │ ├── iconcontrol %C4 │ │ ├── %getrects.c │ │ ├── %getrects.proto.h │ │ ├── %iconcontrol.%B9 │ │ ├── %iconcontrol.c │ │ ├── %iconcontrol.h │ │ ├── %iconcontrol.proto.h │ │ ├── %icontest %C4 │ │ ├── getrects.c │ │ ├── getrects.proto.h │ │ ├── iconcontrol.%B9 │ │ ├── iconcontrol.c │ │ ├── iconcontrol.h │ │ ├── iconcontrol.proto.h │ │ └── icontest %C4 │ │ │ ├── %icontest.%B9 │ │ │ ├── %icontest.%B9.rsrc │ │ │ ├── %icontest.appl │ │ │ ├── %main.c │ │ │ ├── icontest.%B9 │ │ │ ├── icontest.%B9.rsrc │ │ │ ├── icontest.appl │ │ │ └── main.c │ ├── iconmanip.c │ ├── init.c │ ├── initdirs.c │ ├── inithotband.c │ ├── initicons.c │ ├── keyboard.c │ ├── launch.c │ ├── menu.c │ ├── metrogo.%B9 │ ├── misc.c │ ├── mouse.c │ ├── protos │ │ ├── %disk.proto.h │ │ ├── %easymenu.proto.h │ │ ├── %filemanip.proto.h │ │ ├── %go.proto.h │ │ ├── %iconmanip.proto.h │ │ ├── %init.proto.h │ │ ├── %initdirs.proto.h │ │ ├── %inithotband.proto.h │ │ ├── %initicons.proto.h │ │ ├── %keyboard.proto.h │ │ ├── %launch.proto.h │ │ ├── %menu.proto.h │ │ ├── %misc.proto.h │ │ ├── %mouse.proto.h │ │ ├── %update.proto.h │ │ ├── %view.proto.h │ │ ├── %window.proto.h │ │ ├── disk.proto.h │ │ ├── easymenu.proto.h │ │ ├── filemanip.proto.h │ │ ├── go.proto.h │ │ ├── iconmanip.proto.h │ │ ├── init.proto.h │ │ ├── initdirs.proto.h │ │ ├── inithotband.proto.h │ │ ├── initicons.proto.h │ │ ├── keyboard.proto.h │ │ ├── launch.proto.h │ │ ├── menu.proto.h │ │ ├── misc.proto.h │ │ ├── mouse.proto.h │ │ ├── update.proto.h │ │ ├── view.proto.h │ │ └── window.proto.h │ ├── saveinit.c │ ├── tests %C4 │ │ ├── %all.%B9 │ │ ├── %allincludes.c │ │ ├── %allincludes.proto.h │ │ ├── %test.c │ │ ├── %test.proto.h │ │ ├── %tests.%B9 │ │ ├── %tests.%B9.rsrc │ │ ├── all.%B9 │ │ ├── allincludes.c │ │ ├── allincludes.proto.h │ │ ├── test.c │ │ ├── test.proto.h │ │ ├── tests.%B9 │ │ └── tests.%B9.rsrc │ ├── update.c │ ├── view.c │ └── window.c └── skel │ ├── README │ └── volume │ ├── %Freeware │ ├── %System Folder │ ├── Freeware │ ├── %About Freeware │ ├── %Desktop Textures Vol. I │ ├── %Risk! │ ├── About Freeware │ ├── Desktop Textures Vol. I │ └── Risk! │ └── System Folder │ ├── %Browser │ ├── %ParamRAM │ ├── %Preferences │ ├── %Printer │ ├── %System │ ├── %godata.sav │ ├── %mac.rsrc │ ├── %system.ard │ ├── %windows.rsrc │ ├── Browser │ ├── ParamRAM │ ├── Printer │ ├── System │ ├── godata.sav │ ├── mac.rsrc │ ├── system.ard │ └── windows.rsrc ├── res ├── Browser ├── Browser.ad ├── Printer ├── Printer.ad ├── System ├── System.ad ├── about │ ├── 1_License.txt │ ├── 2_Credits.txt │ └── 3_Tips.txt ├── godata.sav ├── printdef.ini └── printers.ini ├── src ├── .clang-format ├── .editorconfig ├── CMakeLists.txt ├── SMELLS.txt ├── SpeechManager-MacBridge.h ├── SpeechManager-MacBridge.mm ├── SpeechManager.cpp ├── THANKS ├── TODO.txt ├── aboutbox.cpp ├── adb.cpp ├── alias.cpp ├── appearance.cpp ├── appleevent │ ├── AE.cpp │ ├── AE_coercion.cpp │ ├── AE_desc.cpp │ ├── AE_hdlr.cpp │ └── apple_events.h ├── balloon.cpp ├── base │ ├── api-module.h │ ├── builtinlibs.cpp │ ├── builtinlibs.h │ ├── byteswap.h │ ├── common.h │ ├── cpu.cpp │ ├── cpu.h │ ├── debugger.cpp │ ├── debugger.h │ ├── dispatcher.cpp │ ├── dispatcher.h │ ├── emustubs.cpp │ ├── emustubs.h │ ├── functions.h │ ├── functions.impl.h │ ├── logging.cpp │ ├── logging.h │ ├── lowglobals.h │ ├── m68kint.h │ ├── mactype.h │ ├── patches.cpp │ ├── trapglue.h │ ├── trapname.cpp │ ├── trapname.h │ ├── traps.cpp │ ├── traps.h │ └── traps.impl.h ├── bindec.cpp ├── cfm.cpp ├── color_wheel_bits.cpp ├── commandline │ ├── flags.h │ ├── option_arguments.h │ ├── program_options_extended.cpp │ └── program_options_extended.h ├── commtool.cpp ├── config │ ├── front-ends │ │ ├── headless │ │ │ ├── CMakeLists.txt │ │ │ ├── headless.cpp │ │ │ └── headless.h │ │ ├── qt │ │ │ ├── CMakeLists.txt │ │ │ ├── available_geometry.cpp │ │ │ ├── available_geometry.h │ │ │ ├── default_vdriver.h │ │ │ ├── qt.cpp │ │ │ ├── qt.h │ │ │ └── qtkeycodes.cpp │ │ ├── sdl │ │ │ ├── CMakeLists.txt │ │ │ ├── SDL_bmp.cpp │ │ │ ├── SDL_bmp.h │ │ │ ├── default_vdriver.h │ │ │ ├── for_sam.h │ │ │ ├── macosx_main.m │ │ │ ├── paramline.c │ │ │ ├── paramline.h │ │ │ ├── sdl.h │ │ │ ├── sdlX.cpp │ │ │ ├── sdlX.h │ │ │ ├── sdl_mem.cpp │ │ │ ├── sdl_mem.h │ │ │ ├── sdlevents.cpp │ │ │ ├── sdlevents.h │ │ │ ├── sdlk_to_mkv.h │ │ │ ├── sdlscrap.cpp │ │ │ ├── sdlscrap.h │ │ │ ├── sdlsound.cpp │ │ │ ├── sdlsound.h │ │ │ ├── sdlwin.cpp │ │ │ ├── sdlwm.cpp │ │ │ ├── syswm_map.cpp │ │ │ ├── syswm_map.h │ │ │ ├── syswm_vars.h │ │ │ └── winmain.c │ │ ├── sdl2 │ │ │ ├── CMakeLists.txt │ │ │ ├── default_vdriver.h │ │ │ ├── keycode_map.cpp │ │ │ ├── keycode_map.h │ │ │ ├── sdl2.cpp │ │ │ └── sdl2.h │ │ ├── wayland │ │ │ ├── CMakeLists.txt │ │ │ ├── default_vdriver.h │ │ │ ├── wayland.cpp │ │ │ └── wayland.h │ │ ├── win32 │ │ │ ├── checkkeys.sh │ │ │ ├── host_vdriver.h │ │ │ ├── vk_to_mkv.h │ │ │ ├── win32.h │ │ │ ├── wincursor.c │ │ │ ├── windib.c │ │ │ ├── windriver.c │ │ │ ├── windriver.h │ │ │ └── winevents.c │ │ └── x │ │ │ ├── CMakeLists.txt │ │ │ ├── default_vdriver.h │ │ │ ├── iv-server.c │ │ │ ├── x.cpp │ │ │ ├── x.h │ │ │ ├── x_keycodes.cpp │ │ │ ├── x_keycodes.h │ │ │ ├── x_keysym.cpp │ │ │ └── x_keysym.h │ ├── os │ │ ├── macosx │ │ │ └── macosx.mm │ │ └── win32 │ │ │ ├── sys │ │ │ └── xtime.h │ │ │ ├── win_serial.cpp │ │ │ ├── win_serial.h │ │ │ ├── win_stat.cpp │ │ │ └── win_stat.h │ └── sound │ │ └── linux │ │ ├── linux-sound.c │ │ └── linux-sound.h ├── ctl │ ├── arrow_down_active.map │ ├── arrow_down_inactive.map │ ├── arrow_left_active.map │ ├── arrow_left_inactive.map │ ├── arrow_right_active.map │ ├── arrow_right_inactive.map │ ├── arrow_up_active.map │ ├── arrow_up_inactive.map │ ├── ctl.h │ ├── ctlArrows.cpp │ ├── ctlDisplay.cpp │ ├── ctlIMIV.cpp │ ├── ctlInit.cpp │ ├── ctlMisc.cpp │ ├── ctlMouse.cpp │ ├── ctlPopup.cpp │ ├── ctlSet.cpp │ ├── ctlSize.cpp │ ├── ctlStddef.cpp │ ├── thumb_horiz.map │ └── thumb_vert.map ├── debug │ ├── mon_debugger.cpp │ └── mon_debugger.h ├── desk.cpp ├── device.cpp ├── dial │ ├── dial.h │ ├── dialAlert.cpp │ ├── dialCreate.cpp │ ├── dialDispatch.cpp │ ├── dialHandle.cpp │ ├── dialInit.cpp │ ├── dialItem.cpp │ ├── dialManip.cpp │ └── itm.h ├── disk.cpp ├── diskinit.cpp ├── dump.cpp ├── edition.cpp ├── error │ ├── error.cpp │ ├── error.h │ ├── syserr.cpp │ ├── syserr.h │ ├── system_error.cpp │ └── system_error.h ├── executor.cpp ├── file │ ├── file.h │ ├── fileHighlevel.cpp │ ├── fileMisc.cpp │ ├── fileUnimplemented.cpp │ ├── localvolume │ │ ├── appledouble.cpp │ │ ├── appledouble.h │ │ ├── basilisk.cpp │ │ ├── basilisk.h │ │ ├── cnidmapper.h │ │ ├── item.cpp │ │ ├── item.h │ │ ├── itemcache.cpp │ │ ├── itemcache.h │ │ ├── lmdbcnidmapper.cpp │ │ ├── lmdbcnidmapper.h │ │ ├── localvolume.cpp │ │ ├── localvolume.h │ │ ├── mac.cpp │ │ ├── mac.h │ │ ├── openfile.h │ │ ├── plain.cpp │ │ ├── plain.h │ │ ├── simplecnidmapper.cpp │ │ └── simplecnidmapper.h │ ├── volume.cpp │ └── volume.h ├── finder.cpp ├── gestalt.cpp ├── hfs │ ├── drive_flags.h │ ├── futzwithdosdisks.cpp │ ├── futzwithdosdisks.h │ ├── hfs.h │ ├── hfsBtree.cpp │ ├── hfsChanging.cpp │ ├── hfsCreate.cpp │ ├── hfsFile.cpp │ ├── hfsHelper.cpp │ ├── hfsHier.cpp │ ├── hfsMisc.cpp │ ├── hfsVolume.cpp │ ├── hfsWorkingdir.cpp │ ├── hfsXbar.cpp │ ├── hfs_plus.h │ └── partition.h ├── icon.cpp ├── include │ └── rsys │ │ ├── aboutbox.h │ │ ├── adb.h │ │ ├── alias.h │ │ ├── appearance.h │ │ ├── arrowkeys.h │ │ ├── cfm.h │ │ ├── color_wheel_bits.h │ │ ├── desk.h │ │ ├── device.h │ │ ├── dump.h │ │ ├── evil.h │ │ ├── executor.h │ │ ├── filesystem.h │ │ ├── gestalt.h │ │ ├── hook.h │ │ ├── icon.h │ │ ├── iv.h │ │ ├── keyboard.h │ │ ├── launch.h │ │ ├── macros.h │ │ ├── noreturn.h │ │ ├── osutil.h │ │ ├── paths.h │ │ ├── prefpanel.h │ │ ├── process.h │ │ ├── redrawscreen.h │ │ ├── safe_alloca.h │ │ ├── scrap.h │ │ ├── screen-dump.h │ │ ├── segment.h │ │ ├── serial.h │ │ ├── stdfile.h │ │ ├── toolevent.h │ │ ├── toolutil.h │ │ ├── unixio.h │ │ └── version.h ├── init.cpp ├── iu.cpp ├── iv-stubs.cpp ├── iwyu.imp ├── launch.cpp ├── list │ ├── list.h │ ├── listAccess.cpp │ ├── listAddDel.cpp │ ├── listCreate.cpp │ ├── listDisplay.cpp │ ├── listMouse.cpp │ ├── listOps.cpp │ └── listStdLDEF.cpp ├── main.cpp ├── map_to_c │ ├── map_to_c.1 │ └── map_to_c.cpp ├── menu │ ├── apple.map │ ├── menu.cpp │ ├── menu.h │ ├── menuColor.cpp │ ├── menuV.cpp │ ├── stdmbdf.cpp │ └── stdmdef.cpp ├── mixed_mode.cpp ├── mkvol │ ├── mkvol.cpp │ ├── mkvol.h │ ├── mkvol_internal.h │ └── scsi_dump.c ├── mman │ ├── memsize.h │ ├── mman.cpp │ ├── mman.h │ ├── mman_private.h │ ├── mmansubr.cpp │ ├── tempalloc.h │ └── tempmem.cpp ├── mpw │ ├── mpw.cpp │ └── mpw.h ├── notify.cpp ├── osevent │ ├── hle.cpp │ ├── ibm_keycodes.cpp │ ├── osevent.cpp │ └── osevent.h ├── osutil.cpp ├── pack.cpp ├── pef_hash.cpp ├── prefpanel.cpp ├── prefs │ ├── crc.cpp │ ├── crc.h │ ├── options.cpp │ ├── options.h │ ├── parse.h │ ├── parse.ypp │ ├── prefs.cpp │ └── prefs.h ├── print │ ├── PSprint.cpp │ ├── PSstrings.cpp │ ├── PSstrings.h │ ├── ini.cpp │ ├── ini.h │ ├── nextprint.h │ ├── prError.cpp │ ├── prInit.cpp │ ├── prLowLevel.cpp │ ├── prPrinting.cpp │ ├── prRecords.cpp │ └── print.h ├── process.cpp ├── qColorPicker.cpp ├── quickdraw │ ├── cquick.h │ ├── dcconvert.cpp │ ├── dcmaketables.cpp │ ├── default_ctab_values.cpp │ ├── depthconv.h │ ├── displays.cpp │ ├── font.cpp │ ├── font.h │ ├── fontIMVI.cpp │ ├── gworld.h │ ├── hintemplate.h │ ├── image.cpp │ ├── image.h │ ├── image_inits.cpp │ ├── makerawblt.pl │ ├── mkseedtables │ │ └── mkseedtables.c │ ├── mksspairtable │ │ └── mksspairtable.c │ ├── mkultable │ │ └── mkultable.c │ ├── pat-blitters.tmpl │ ├── picture.h │ ├── qBit.cpp │ ├── qCConv.cpp │ ├── qCGrafPort.cpp │ ├── qCRegular.cpp │ ├── qColor.cpp │ ├── qColorMgr.cpp │ ├── qColorutil.cpp │ ├── qCursor.cpp │ ├── qGDevice.cpp │ ├── qGWorld.cpp │ ├── qGrafport.cpp │ ├── qHooks.cpp │ ├── qIMIV.cpp │ ├── qIMV.cpp │ ├── qIMVI.cpp │ ├── qIMVxfer.cpp │ ├── qMisc.cpp │ ├── qPaletteMgr.cpp │ ├── qPen.cpp │ ├── qPicstuff.cpp │ ├── qPict2.cpp │ ├── qPicture.cpp │ ├── qPixMapConv.cpp │ ├── qPoint.cpp │ ├── qPoly.cpp │ ├── qRect.cpp │ ├── qRegion.cpp │ ├── qRegular.cpp │ ├── qScale.cpp │ ├── qStandard.cpp │ ├── qStdArc.cpp │ ├── qStdBits.cpp │ ├── qStdLine.cpp │ ├── qStdOval.cpp │ ├── qStdPic.cpp │ ├── qStdPoly.cpp │ ├── qStdRRect.cpp │ ├── qStdRect.cpp │ ├── qStdRgn.cpp │ ├── qStdText.cpp │ ├── qText.cpp │ ├── qcolor.h │ ├── quick.h │ ├── rawblt.h │ ├── rawpatblt.cpp │ ├── rawsrcblt.cpp │ ├── region.h │ ├── rgbutil.cpp │ ├── rgbutil.h │ ├── src-blitters.tmpl │ ├── srcblt.cpp │ ├── srcblt.h │ ├── stdbits.h │ ├── text.h │ ├── xdata.cpp │ ├── xdata.h │ ├── xdblt.cpp │ └── xdblt.h ├── quicktime.cpp ├── redrawscreen.cpp ├── res │ ├── resGet.cpp │ ├── resGetinfo.cpp │ ├── resGettype.cpp │ ├── resIMIV.cpp │ ├── resInit.cpp │ ├── resMisc.cpp │ ├── resMod.cpp │ ├── resOpen.cpp │ ├── resPartial.cpp │ ├── resSetcur.cpp │ └── resource.h ├── romlib_stubs.cpp ├── sane │ ├── float.h │ ├── float4.cpp │ ├── float5.cpp │ ├── float7.cpp │ ├── float_fcw.h │ ├── floatconv.h │ └── floatnext.cpp ├── scrap.cpp ├── screen-dump.cpp ├── script.cpp ├── segment.cpp ├── serial.cpp ├── shutdown.cpp ├── sound │ ├── snth5.cpp │ ├── sound.cpp │ ├── soundIMVI.cpp │ ├── sounddriver.cpp │ ├── sounddriver.h │ ├── soundfake.cpp │ ├── soundfake.h │ └── soundopts.h ├── stdfile.cpp ├── textedit │ ├── teAccess.cpp │ ├── teDisplay.cpp │ ├── teEdit.cpp │ ├── teIMIV.cpp │ ├── teIMV.cpp │ ├── teInit.cpp │ ├── teInsert.cpp │ ├── teMisc.cpp │ ├── teScrap.cpp │ ├── tesave.h │ └── textedit.h ├── time │ ├── syncint.cpp │ ├── syncint.h │ ├── time.cpp │ ├── time.h │ ├── vbl.cpp │ └── vbl.h ├── toolevent.cpp ├── toolmath.cpp ├── toolutil.cpp ├── trapinfo ├── util │ ├── handle_vector.h │ ├── macstrings.cpp │ ├── macstrings.h │ ├── static_vector.h │ ├── string.cpp │ ├── string.h │ ├── uniquefile.cpp │ └── uniquefile.h ├── vdriver │ ├── autorefresh.cpp │ ├── autorefresh.h │ ├── dirtyrect.cpp │ ├── dirtyrect.h │ ├── eventrecorder.cpp │ ├── eventrecorder.h │ ├── eventsink.cpp │ ├── refresh.cpp │ ├── refresh.h │ ├── vdriver.cpp │ └── vdriver.h ├── version.cpp └── wind │ ├── active.map │ ├── go_away.map │ ├── grow.map │ ├── ractive.map │ ├── wind.h │ ├── windColor.cpp │ ├── windDisplay.cpp │ ├── windDocdef.cpp │ ├── windInit.cpp │ ├── windMisc.cpp │ ├── windMouse.cpp │ ├── windRootless.cpp │ ├── windSize.cpp │ ├── windUpdate.cpp │ └── zoom.map ├── tests ├── CMakeLists.txt ├── compat.h ├── cpu.cpp ├── events.cpp ├── files.cpp ├── files_internal.cpp ├── guestvalues.compfail.cpp ├── guestvalues.cpp ├── listmgr.cpp ├── main.cpp ├── main_executor.cpp ├── optest.cpp ├── quickdraw.cpp ├── resources.cpp ├── sane.cpp ├── size.r └── test-properties.cmake └── util ├── annotate.pl ├── breakfunctiondefs.pl ├── build_rpm.sh ├── canon ├── canon.awk ├── changestructs.rb ├── changestructs.sh ├── cleanup.sh ├── commonify.pl ├── config.guess ├── config.sub ├── config.sub.orig ├── configure.sh ├── configure.sh.orig ├── delkey.c ├── disasm ├── Makefile ├── codeseg.c ├── codeseg.h ├── disasm.c ├── disasm.h ├── hash.c ├── hash.h ├── label.c ├── label.h └── main.c ├── dosinst.preamble ├── makedosinst.pl ├── makeptocstub.pl ├── makereferencefloppy.c ├── mkapimodules.pl ├── mkbledge.pl ├── mkstubdefns.pl ├── move-if-changed.sh ├── nukeincl.pl ├── oldtonew.sed ├── q6_installer.sh ├── removefunctionmacros.m4 ├── removefunctionmacros.sh ├── scanuniversalheaders.pl ├── setkey.c ├── smartsplit.c ├── subst.pl ├── transformrawtraps.pl ├── transformtraps.pl ├── transformtrapselectors.pl ├── trapper └── trapper.c ├── uncopyright.pl ├── uncruft.pl ├── undosify.pl ├── unifdef.pl └── unmacify.pl /.dockerignore: -------------------------------------------------------------------------------- 1 | build* 2 | util 3 | packages 4 | -------------------------------------------------------------------------------- /.envrc: -------------------------------------------------------------------------------- 1 | use flake -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/.gitmodules -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/.travis.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/README.md -------------------------------------------------------------------------------- /azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/azure-pipelines.yml -------------------------------------------------------------------------------- /cmake/FindSDL2.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/cmake/FindSDL2.cmake -------------------------------------------------------------------------------- /docker/Dockerfile.i386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docker/Dockerfile.i386 -------------------------------------------------------------------------------- /docker/Dockerfile.x86_64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docker/Dockerfile.x86_64 -------------------------------------------------------------------------------- /docs/building-on-windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/building-on-windows.md -------------------------------------------------------------------------------- /docs/globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/globals.cpp -------------------------------------------------------------------------------- /docs/outdated/%MacHack_96.msw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/%MacHack_96.msw -------------------------------------------------------------------------------- /docs/outdated/%MacHack_96.msw.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/%MacHack_96.msw.hqx -------------------------------------------------------------------------------- /docs/outdated/%MacHack_96.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/%MacHack_96.ps -------------------------------------------------------------------------------- /docs/outdated/%MacHack_96.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/%MacHack_96.rtf -------------------------------------------------------------------------------- /docs/outdated/BBOD/ernstoud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/ernstoud.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/filetype.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/filetype.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/install.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/install.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/os2_tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/os2_tips.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/problems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/problems.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/w3x_tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/w3x_tips.txt -------------------------------------------------------------------------------- /docs/outdated/BBOD/w95_tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/BBOD/w95_tips.txt -------------------------------------------------------------------------------- /docs/outdated/ERNSTOUD.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ERNSTOUD.TXT -------------------------------------------------------------------------------- /docs/outdated/FAQ.ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/FAQ.ascii -------------------------------------------------------------------------------- /docs/outdated/MLE_ARDI_LOGO.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MLE_ARDI_LOGO.eps -------------------------------------------------------------------------------- /docs/outdated/MacHack_96.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MacHack_96.htm -------------------------------------------------------------------------------- /docs/outdated/MacHack_96.msw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MacHack_96.msw -------------------------------------------------------------------------------- /docs/outdated/MacHack_96.msw.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MacHack_96.msw.hqx -------------------------------------------------------------------------------- /docs/outdated/MacHack_96.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MacHack_96.ps -------------------------------------------------------------------------------- /docs/outdated/MacHack_96.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MacHack_96.rtf -------------------------------------------------------------------------------- /docs/outdated/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/Makefile -------------------------------------------------------------------------------- /docs/outdated/MysteryHacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/MysteryHacks.md -------------------------------------------------------------------------------- /docs/outdated/ROMinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ROMinfo -------------------------------------------------------------------------------- /docs/outdated/SynPaper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/SynPaper -------------------------------------------------------------------------------- /docs/outdated/SynPaper.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/SynPaper.ps -------------------------------------------------------------------------------- /docs/outdated/SynPaper.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/SynPaper.tex -------------------------------------------------------------------------------- /docs/outdated/basics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/basics.txt -------------------------------------------------------------------------------- /docs/outdated/cdinfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/cdinfo.txt -------------------------------------------------------------------------------- /docs/outdated/cleanup_ideas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/cleanup_ideas -------------------------------------------------------------------------------- /docs/outdated/cwsdpmi.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/cwsdpmi.doc -------------------------------------------------------------------------------- /docs/outdated/disklistbyname.msw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/disklistbyname.msw -------------------------------------------------------------------------------- /docs/outdated/disklistbynumber.msw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/disklistbynumber.msw -------------------------------------------------------------------------------- /docs/outdated/editing_config_sys.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/editing_config_sys.rtf -------------------------------------------------------------------------------- /docs/outdated/ernstesp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ernstesp.txt -------------------------------------------------------------------------------- /docs/outdated/executor-dos.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-dos.readme -------------------------------------------------------------------------------- /docs/outdated/executor-faq.ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.ascii -------------------------------------------------------------------------------- /docs/outdated/executor-faq.bfnn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.bfnn -------------------------------------------------------------------------------- /docs/outdated/executor-faq.espanol.msw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.espanol.msw -------------------------------------------------------------------------------- /docs/outdated/executor-faq.espanol.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.espanol.rtf -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/index.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section1.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section2.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section3.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section4.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section5.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section6.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.html/section7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.html/section7.html -------------------------------------------------------------------------------- /docs/outdated/executor-faq.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-faq.info -------------------------------------------------------------------------------- /docs/outdated/executor-faq.ps: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/outdated/executor-linux.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-linux.readme -------------------------------------------------------------------------------- /docs/outdated/executor-minifaq.ascii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-minifaq.ascii -------------------------------------------------------------------------------- /docs/outdated/executor-nextstep.readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/executor-nextstep.readme -------------------------------------------------------------------------------- /docs/outdated/faq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/faq.xml -------------------------------------------------------------------------------- /docs/outdated/faq/t1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/faq/t1.html -------------------------------------------------------------------------------- /docs/outdated/gestalt.ORIG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/gestalt.ORIG -------------------------------------------------------------------------------- /docs/outdated/gestalt.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/gestalt.xml -------------------------------------------------------------------------------- /docs/outdated/gestalt/t1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/gestalt/t1.html -------------------------------------------------------------------------------- /docs/outdated/gestalt/x163.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/gestalt/x163.html -------------------------------------------------------------------------------- /docs/outdated/how-configure-works: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/how-configure-works -------------------------------------------------------------------------------- /docs/outdated/leame.1er: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/leame.1er -------------------------------------------------------------------------------- /docs/outdated/man/man1/executor.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man1/executor.1 -------------------------------------------------------------------------------- /docs/outdated/man/man5/AppleDouble.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man5/AppleDouble.5 -------------------------------------------------------------------------------- /docs/outdated/man/man5/directory_map.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man5/directory_map.5 -------------------------------------------------------------------------------- /docs/outdated/man/man5/ecf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man5/ecf.5 -------------------------------------------------------------------------------- /docs/outdated/man/man5/hfv.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man5/hfv.5 -------------------------------------------------------------------------------- /docs/outdated/man/man5/printers.ini.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man5/printers.ini.5 -------------------------------------------------------------------------------- /docs/outdated/man/man7/ExecutorVolume.7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/man/man7/ExecutorVolume.7 -------------------------------------------------------------------------------- /docs/outdated/minifaq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/minifaq.txt -------------------------------------------------------------------------------- /docs/outdated/new_speedo_numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/new_speedo_numbers -------------------------------------------------------------------------------- /docs/outdated/p6_speedo_numbers/%p6 10 times: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/p6_speedo_numbers/%p6 10 times -------------------------------------------------------------------------------- /docs/outdated/p6_speedo_numbers/%p6 10 times.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/p6_speedo_numbers/%p6 10 times.txt -------------------------------------------------------------------------------- /docs/outdated/p6_speedo_numbers/p6 10 times: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/outdated/p6_speedo_numbers/p6 10 times.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/p6_speedo_numbers/p6 10 times.txt -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/%Pen75: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/%Pen75 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/%Pen90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/%Pen90 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/%Quadra650: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/%Quadra650 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/%Records: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/%Records -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/Pen75: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/Pen75 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/Pen90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/Pen90 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/Quadra650: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/pmac_7500_speedo_numbers/Quadra650 -------------------------------------------------------------------------------- /docs/outdated/pmac_7500_speedo_numbers/Records: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/CorelDraw8LE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/CorelDraw8LE -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/Fontographer41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/Fontographer41 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/FreeHand8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/FreeHand8 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/Photopaint8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/Photopaint8 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/StuffIt_Expander: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/StuffIt_Expander -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/TODO -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/XPress402: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/XPress402 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/cw5: -------------------------------------------------------------------------------- 1 | Need glue for '__register_fragment' 2 | -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/dimensions30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/dimensions30 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/flash_player: -------------------------------------------------------------------------------- 1 | Need glue for 'WideDivide' 2 | -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/ie45: -------------------------------------------------------------------------------- 1 | Can't load shared libraries 2 | -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/ill8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/ill8 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/iomegatools: -------------------------------------------------------------------------------- 1 | Need glue for 'AEManagerInfo' 2 | -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/photoshop3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/photoshop3 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/pm65: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/pm65 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/ps55: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/ps55 -------------------------------------------------------------------------------- /docs/outdated/ppc_notes/wp35: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/ppc_notes/wp35 -------------------------------------------------------------------------------- /docs/outdated/profiler-food: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/profiler-food -------------------------------------------------------------------------------- /docs/outdated/readme-commercial-crlf.1st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/readme-commercial-crlf.1st -------------------------------------------------------------------------------- /docs/outdated/readme.wm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/readme.wm -------------------------------------------------------------------------------- /docs/outdated/region-blitter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/region-blitter -------------------------------------------------------------------------------- /docs/outdated/speed-various-2.2 Folder/speedometer-var-2.2: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/outdated/speedo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/speedo.txt -------------------------------------------------------------------------------- /docs/outdated/unimplemented: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/unimplemented -------------------------------------------------------------------------------- /docs/outdated/universal_header_traps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/universal_header_traps -------------------------------------------------------------------------------- /docs/outdated/vdriver-specs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/vdriver-specs -------------------------------------------------------------------------------- /docs/outdated/wishlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/docs/outdated/wishlist -------------------------------------------------------------------------------- /flake.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/flake.lock -------------------------------------------------------------------------------- /flake.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/flake.nix -------------------------------------------------------------------------------- /icon/CMakeDSStore.applescript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/icon/CMakeDSStore.applescript -------------------------------------------------------------------------------- /icon/DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/icon/DS_Store -------------------------------------------------------------------------------- /icon/executor.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/icon/executor.icns -------------------------------------------------------------------------------- /icon/executor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/icon/executor.svg -------------------------------------------------------------------------------- /packages/go/%HFS_XFer_DA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%HFS_XFer_DA -------------------------------------------------------------------------------- /packages/go/%TAGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%TAGS -------------------------------------------------------------------------------- /packages/go/%TEXT file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%TEXT file -------------------------------------------------------------------------------- /packages/go/%asdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%asdf -------------------------------------------------------------------------------- /packages/go/%bigscroll %C4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%bigscroll %C4 -------------------------------------------------------------------------------- /packages/go/%comments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%comments -------------------------------------------------------------------------------- /packages/go/%disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%disk.c -------------------------------------------------------------------------------- /packages/go/%display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%display.h -------------------------------------------------------------------------------- /packages/go/%easymenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%easymenu.c -------------------------------------------------------------------------------- /packages/go/%filemanip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%filemanip.c -------------------------------------------------------------------------------- /packages/go/%fontda.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%fontda.c -------------------------------------------------------------------------------- /packages/go/%go.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%go.%B9 -------------------------------------------------------------------------------- /packages/go/%go.%B9.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%go.%B9.rsrc -------------------------------------------------------------------------------- /packages/go/%go.appl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%go.appl -------------------------------------------------------------------------------- /packages/go/%go.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%go.c -------------------------------------------------------------------------------- /packages/go/%go.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%go.h -------------------------------------------------------------------------------- /packages/go/%godata.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%godata.sav -------------------------------------------------------------------------------- /packages/go/%ibutton %C4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%ibutton %C4 -------------------------------------------------------------------------------- /packages/go/%iconcontrol %C4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%iconcontrol %C4 -------------------------------------------------------------------------------- /packages/go/%iconmanip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%iconmanip.c -------------------------------------------------------------------------------- /packages/go/%init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%init.c -------------------------------------------------------------------------------- /packages/go/%initdirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%initdirs.c -------------------------------------------------------------------------------- /packages/go/%inithotband.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%inithotband.c -------------------------------------------------------------------------------- /packages/go/%initicons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%initicons.c -------------------------------------------------------------------------------- /packages/go/%keyboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%keyboard.c -------------------------------------------------------------------------------- /packages/go/%launch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%launch.c -------------------------------------------------------------------------------- /packages/go/%menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%menu.c -------------------------------------------------------------------------------- /packages/go/%metrogo.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%metrogo.%B9 -------------------------------------------------------------------------------- /packages/go/%misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%misc.c -------------------------------------------------------------------------------- /packages/go/%mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%mouse.c -------------------------------------------------------------------------------- /packages/go/%protos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%protos -------------------------------------------------------------------------------- /packages/go/%tests %C4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%tests %C4 -------------------------------------------------------------------------------- /packages/go/%update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%update.c -------------------------------------------------------------------------------- /packages/go/%view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%view.c -------------------------------------------------------------------------------- /packages/go/%window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/%window.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%HFS_XFer.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%HFS_XFer.%B9 -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%HFS_XFer.%B9.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%HFS_XFer.%B9.rsrc -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%HFS_XFer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%HFS_XFer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%HFS_XFer_DA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%HFS_XFer_DA -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%alerts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%alerts.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%delete.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%dircreate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%dircreate.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%error.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%mytype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%mytype.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%protos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%protos -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%renamer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%renamer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%sharedtransfer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%sharedtransfer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%transferer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%transferer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/%xfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/%xfer.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/HFS_XFer.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/HFS_XFer.%B9.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/HFS_XFer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/HFS_XFer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/HFS_XFer_DA: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/alerts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/alerts.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/delete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/delete.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/dircreate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/dircreate.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/error.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/mytype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/mytype.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/problems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/problems -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%HFS_XFer.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%HFS_XFer.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%HFS_XFer_DA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%HFS_XFer_DA -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%alerts.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%alerts.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%delete.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%delete.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%error.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%error.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/%renamer.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/%renamer.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/HFS_XFer.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/HFS_XFer.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/HFS_XFer_DA: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/alerts.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/alerts.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/delete.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/delete.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/dircreate.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/dircreate.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/error.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/error.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/protos/renamer.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/protos/renamer.proto.h -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/renamer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/renamer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/sharedtransfer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/sharedtransfer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/transferer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/transferer.c -------------------------------------------------------------------------------- /packages/go/HFS_XFer_DA/xfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/HFS_XFer_DA/xfer.h -------------------------------------------------------------------------------- /packages/go/TAGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/TAGS -------------------------------------------------------------------------------- /packages/go/TEXT file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/TEXT file -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/%bigscroll.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/%bigscroll.%B9 -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/%bigscroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/%bigscroll.c -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/%bigscroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/%bigscroll.h -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/%bigscroll.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/%bigscroll.proto.h -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/bigscroll.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/bigscroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/bigscroll.c -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/bigscroll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/bigscroll.h -------------------------------------------------------------------------------- /packages/go/bigscroll %C4/bigscroll.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/bigscroll %C4/bigscroll.proto.h -------------------------------------------------------------------------------- /packages/go/comments: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/comments -------------------------------------------------------------------------------- /packages/go/disk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/disk.c -------------------------------------------------------------------------------- /packages/go/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/display.h -------------------------------------------------------------------------------- /packages/go/easymenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/easymenu.c -------------------------------------------------------------------------------- /packages/go/filemanip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/filemanip.c -------------------------------------------------------------------------------- /packages/go/fontda.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/fontda.c -------------------------------------------------------------------------------- /packages/go/go.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/go.%B9.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/go.appl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/go.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/go.c -------------------------------------------------------------------------------- /packages/go/go.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/go.h -------------------------------------------------------------------------------- /packages/go/godata.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/godata.sav -------------------------------------------------------------------------------- /packages/go/ibutton %C4/%ibutton.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/%ibutton.%B9 -------------------------------------------------------------------------------- /packages/go/ibutton %C4/%ibutton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/%ibutton.c -------------------------------------------------------------------------------- /packages/go/ibutton %C4/%ibutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/%ibutton.h -------------------------------------------------------------------------------- /packages/go/ibutton %C4/%ibutton.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/%ibutton.proto.h -------------------------------------------------------------------------------- /packages/go/ibutton %C4/ibutton.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/ibutton %C4/ibutton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/ibutton.c -------------------------------------------------------------------------------- /packages/go/ibutton %C4/ibutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/ibutton.h -------------------------------------------------------------------------------- /packages/go/ibutton %C4/ibutton.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/ibutton %C4/ibutton.proto.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%getrects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%getrects.c -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%getrects.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%getrects.proto.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%iconcontrol.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%iconcontrol.%B9 -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%iconcontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%iconcontrol.c -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%iconcontrol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%iconcontrol.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%iconcontrol.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%iconcontrol.proto.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/%icontest %C4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/%icontest %C4 -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/getrects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/getrects.c -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/getrects.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/getrects.proto.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/iconcontrol.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/iconcontrol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/iconcontrol.c -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/iconcontrol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/iconcontrol.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/iconcontrol.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/iconcontrol.proto.h -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/icontest %C4/%main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/icontest %C4/%main.c -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/icontest %C4/icontest.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/icontest %C4/icontest.%B9.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/icontest %C4/icontest.appl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/iconcontrol %C4/icontest %C4/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconcontrol %C4/icontest %C4/main.c -------------------------------------------------------------------------------- /packages/go/iconmanip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/iconmanip.c -------------------------------------------------------------------------------- /packages/go/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/init.c -------------------------------------------------------------------------------- /packages/go/initdirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/initdirs.c -------------------------------------------------------------------------------- /packages/go/inithotband.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/inithotband.c -------------------------------------------------------------------------------- /packages/go/initicons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/initicons.c -------------------------------------------------------------------------------- /packages/go/keyboard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/keyboard.c -------------------------------------------------------------------------------- /packages/go/launch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/launch.c -------------------------------------------------------------------------------- /packages/go/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/menu.c -------------------------------------------------------------------------------- /packages/go/metrogo.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/metrogo.%B9 -------------------------------------------------------------------------------- /packages/go/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/misc.c -------------------------------------------------------------------------------- /packages/go/mouse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/mouse.c -------------------------------------------------------------------------------- /packages/go/protos/%disk.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%disk.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%easymenu.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%easymenu.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%filemanip.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%filemanip.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%go.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%go.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%iconmanip.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%iconmanip.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%init.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%init.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%initdirs.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%initdirs.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%inithotband.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%inithotband.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%initicons.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%initicons.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%keyboard.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%keyboard.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%launch.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%launch.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%menu.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%menu.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%misc.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%misc.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%mouse.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%mouse.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%update.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%update.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%view.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%view.proto.h -------------------------------------------------------------------------------- /packages/go/protos/%window.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/%window.proto.h -------------------------------------------------------------------------------- /packages/go/protos/disk.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/disk.proto.h -------------------------------------------------------------------------------- /packages/go/protos/easymenu.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/easymenu.proto.h -------------------------------------------------------------------------------- /packages/go/protos/filemanip.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/filemanip.proto.h -------------------------------------------------------------------------------- /packages/go/protos/go.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/go.proto.h -------------------------------------------------------------------------------- /packages/go/protos/iconmanip.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/iconmanip.proto.h -------------------------------------------------------------------------------- /packages/go/protos/init.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/init.proto.h -------------------------------------------------------------------------------- /packages/go/protos/initdirs.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/initdirs.proto.h -------------------------------------------------------------------------------- /packages/go/protos/inithotband.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/inithotband.proto.h -------------------------------------------------------------------------------- /packages/go/protos/initicons.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/initicons.proto.h -------------------------------------------------------------------------------- /packages/go/protos/keyboard.proto.h: -------------------------------------------------------------------------------- 1 | 2 | /* keyboard.c */ 3 | void dokeydown (EventRecord * ev); 4 | -------------------------------------------------------------------------------- /packages/go/protos/launch.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/launch.proto.h -------------------------------------------------------------------------------- /packages/go/protos/menu.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/menu.proto.h -------------------------------------------------------------------------------- /packages/go/protos/misc.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/misc.proto.h -------------------------------------------------------------------------------- /packages/go/protos/mouse.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/mouse.proto.h -------------------------------------------------------------------------------- /packages/go/protos/update.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/update.proto.h -------------------------------------------------------------------------------- /packages/go/protos/view.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/view.proto.h -------------------------------------------------------------------------------- /packages/go/protos/window.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/protos/window.proto.h -------------------------------------------------------------------------------- /packages/go/saveinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/saveinit.c -------------------------------------------------------------------------------- /packages/go/tests %C4/%all.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%all.%B9 -------------------------------------------------------------------------------- /packages/go/tests %C4/%allincludes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%allincludes.c -------------------------------------------------------------------------------- /packages/go/tests %C4/%allincludes.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%allincludes.proto.h -------------------------------------------------------------------------------- /packages/go/tests %C4/%test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%test.c -------------------------------------------------------------------------------- /packages/go/tests %C4/%test.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%test.proto.h -------------------------------------------------------------------------------- /packages/go/tests %C4/%tests.%B9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%tests.%B9 -------------------------------------------------------------------------------- /packages/go/tests %C4/%tests.%B9.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/%tests.%B9.rsrc -------------------------------------------------------------------------------- /packages/go/tests %C4/all.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/tests %C4/allincludes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/allincludes.c -------------------------------------------------------------------------------- /packages/go/tests %C4/allincludes.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/allincludes.proto.h -------------------------------------------------------------------------------- /packages/go/tests %C4/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/test.c -------------------------------------------------------------------------------- /packages/go/tests %C4/test.proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/tests %C4/test.proto.h -------------------------------------------------------------------------------- /packages/go/tests %C4/tests.%B9: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/tests %C4/tests.%B9.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/go/update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/update.c -------------------------------------------------------------------------------- /packages/go/view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/view.c -------------------------------------------------------------------------------- /packages/go/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/go/window.c -------------------------------------------------------------------------------- /packages/skel/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/README -------------------------------------------------------------------------------- /packages/skel/volume/%Freeware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/%Freeware -------------------------------------------------------------------------------- /packages/skel/volume/%System Folder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/%System Folder -------------------------------------------------------------------------------- /packages/skel/volume/Freeware/%About Freeware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/Freeware/%About Freeware -------------------------------------------------------------------------------- /packages/skel/volume/Freeware/%Risk!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/Freeware/%Risk! -------------------------------------------------------------------------------- /packages/skel/volume/Freeware/About Freeware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/Freeware/About Freeware -------------------------------------------------------------------------------- /packages/skel/volume/Freeware/Desktop Textures Vol. I: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/Freeware/Risk!: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%Browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%Browser -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%ParamRAM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%ParamRAM -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%Preferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%Preferences -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%Printer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%Printer -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%System: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%System -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%godata.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%godata.sav -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%mac.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%mac.rsrc -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%system.ard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%system.ard -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/%windows.rsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/%windows.rsrc -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/Browser: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/ParamRAM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/ParamRAM -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/Printer: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/System: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/godata.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/packages/skel/volume/System Folder/godata.sav -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/mac.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/system.ard: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /packages/skel/volume/System Folder/windows.rsrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/Browser: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/Browser.ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/Browser.ad -------------------------------------------------------------------------------- /res/Printer: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/Printer.ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/Printer.ad -------------------------------------------------------------------------------- /res/System: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/System.ad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/System.ad -------------------------------------------------------------------------------- /res/about/1_License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/about/1_License.txt -------------------------------------------------------------------------------- /res/about/2_Credits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/about/2_Credits.txt -------------------------------------------------------------------------------- /res/about/3_Tips.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/about/3_Tips.txt -------------------------------------------------------------------------------- /res/godata.sav: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /res/printdef.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/printdef.ini -------------------------------------------------------------------------------- /res/printers.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/res/printers.ini -------------------------------------------------------------------------------- /src/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/.clang-format -------------------------------------------------------------------------------- /src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/.editorconfig -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/SMELLS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/SMELLS.txt -------------------------------------------------------------------------------- /src/SpeechManager-MacBridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/SpeechManager-MacBridge.h -------------------------------------------------------------------------------- /src/SpeechManager-MacBridge.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/SpeechManager-MacBridge.mm -------------------------------------------------------------------------------- /src/SpeechManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/SpeechManager.cpp -------------------------------------------------------------------------------- /src/THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/THANKS -------------------------------------------------------------------------------- /src/TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/TODO.txt -------------------------------------------------------------------------------- /src/aboutbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/aboutbox.cpp -------------------------------------------------------------------------------- /src/adb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/adb.cpp -------------------------------------------------------------------------------- /src/alias.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/alias.cpp -------------------------------------------------------------------------------- /src/appearance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appearance.cpp -------------------------------------------------------------------------------- /src/appleevent/AE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appleevent/AE.cpp -------------------------------------------------------------------------------- /src/appleevent/AE_coercion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appleevent/AE_coercion.cpp -------------------------------------------------------------------------------- /src/appleevent/AE_desc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appleevent/AE_desc.cpp -------------------------------------------------------------------------------- /src/appleevent/AE_hdlr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appleevent/AE_hdlr.cpp -------------------------------------------------------------------------------- /src/appleevent/apple_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/appleevent/apple_events.h -------------------------------------------------------------------------------- /src/balloon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/balloon.cpp -------------------------------------------------------------------------------- /src/base/api-module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/api-module.h -------------------------------------------------------------------------------- /src/base/builtinlibs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/builtinlibs.cpp -------------------------------------------------------------------------------- /src/base/builtinlibs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/builtinlibs.h -------------------------------------------------------------------------------- /src/base/byteswap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/byteswap.h -------------------------------------------------------------------------------- /src/base/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/common.h -------------------------------------------------------------------------------- /src/base/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/cpu.cpp -------------------------------------------------------------------------------- /src/base/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/cpu.h -------------------------------------------------------------------------------- /src/base/debugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/debugger.cpp -------------------------------------------------------------------------------- /src/base/debugger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/debugger.h -------------------------------------------------------------------------------- /src/base/dispatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/dispatcher.cpp -------------------------------------------------------------------------------- /src/base/dispatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/dispatcher.h -------------------------------------------------------------------------------- /src/base/emustubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/emustubs.cpp -------------------------------------------------------------------------------- /src/base/emustubs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/emustubs.h -------------------------------------------------------------------------------- /src/base/functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/functions.h -------------------------------------------------------------------------------- /src/base/functions.impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/functions.impl.h -------------------------------------------------------------------------------- /src/base/logging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/logging.cpp -------------------------------------------------------------------------------- /src/base/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/logging.h -------------------------------------------------------------------------------- /src/base/lowglobals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/lowglobals.h -------------------------------------------------------------------------------- /src/base/m68kint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/m68kint.h -------------------------------------------------------------------------------- /src/base/mactype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/mactype.h -------------------------------------------------------------------------------- /src/base/patches.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/patches.cpp -------------------------------------------------------------------------------- /src/base/trapglue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/trapglue.h -------------------------------------------------------------------------------- /src/base/trapname.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/trapname.cpp -------------------------------------------------------------------------------- /src/base/trapname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/trapname.h -------------------------------------------------------------------------------- /src/base/traps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/traps.cpp -------------------------------------------------------------------------------- /src/base/traps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/traps.h -------------------------------------------------------------------------------- /src/base/traps.impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/base/traps.impl.h -------------------------------------------------------------------------------- /src/bindec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/bindec.cpp -------------------------------------------------------------------------------- /src/cfm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/cfm.cpp -------------------------------------------------------------------------------- /src/color_wheel_bits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/color_wheel_bits.cpp -------------------------------------------------------------------------------- /src/commandline/flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/commandline/flags.h -------------------------------------------------------------------------------- /src/commandline/option_arguments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/commandline/option_arguments.h -------------------------------------------------------------------------------- /src/commandline/program_options_extended.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/commandline/program_options_extended.cpp -------------------------------------------------------------------------------- /src/commandline/program_options_extended.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/commandline/program_options_extended.h -------------------------------------------------------------------------------- /src/commtool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/commtool.cpp -------------------------------------------------------------------------------- /src/config/front-ends/headless/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/headless/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/headless/headless.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/headless/headless.cpp -------------------------------------------------------------------------------- /src/config/front-ends/headless/headless.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/headless/headless.h -------------------------------------------------------------------------------- /src/config/front-ends/qt/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/qt/available_geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/available_geometry.cpp -------------------------------------------------------------------------------- /src/config/front-ends/qt/available_geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/available_geometry.h -------------------------------------------------------------------------------- /src/config/front-ends/qt/default_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/default_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/qt/qt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/qt.cpp -------------------------------------------------------------------------------- /src/config/front-ends/qt/qt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/qt.h -------------------------------------------------------------------------------- /src/config/front-ends/qt/qtkeycodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/qt/qtkeycodes.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/sdl/SDL_bmp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/SDL_bmp.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/SDL_bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/SDL_bmp.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/default_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/default_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/for_sam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/for_sam.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/macosx_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/macosx_main.m -------------------------------------------------------------------------------- /src/config/front-ends/sdl/paramline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/paramline.c -------------------------------------------------------------------------------- /src/config/front-ends/sdl/paramline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/paramline.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdl.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlX.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlX.h: -------------------------------------------------------------------------------- 1 | extern void ROMlib_XInitThreads(void); 2 | -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdl_mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdl_mem.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdl_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdl_mem.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlevents.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlevents.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlevents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlevents.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlk_to_mkv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlk_to_mkv.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlscrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlscrap.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlscrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlscrap.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlsound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlsound.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlsound.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlwin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlwin.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/sdlwm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/sdlwm.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/syswm_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/syswm_map.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl/syswm_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/syswm_map.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/syswm_vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/syswm_vars.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl/winmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl/winmain.c -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/default_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/default_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/keycode_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/keycode_map.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/keycode_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/keycode_map.h -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/sdl2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/sdl2.cpp -------------------------------------------------------------------------------- /src/config/front-ends/sdl2/sdl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/sdl2/sdl2.h -------------------------------------------------------------------------------- /src/config/front-ends/wayland/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/wayland/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/wayland/default_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/wayland/default_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/wayland/wayland.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/wayland/wayland.cpp -------------------------------------------------------------------------------- /src/config/front-ends/wayland/wayland.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/wayland/wayland.h -------------------------------------------------------------------------------- /src/config/front-ends/win32/checkkeys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/checkkeys.sh -------------------------------------------------------------------------------- /src/config/front-ends/win32/host_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/host_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/win32/vk_to_mkv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/vk_to_mkv.h -------------------------------------------------------------------------------- /src/config/front-ends/win32/win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/win32.h -------------------------------------------------------------------------------- /src/config/front-ends/win32/wincursor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/wincursor.c -------------------------------------------------------------------------------- /src/config/front-ends/win32/windib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/windib.c -------------------------------------------------------------------------------- /src/config/front-ends/win32/windriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/windriver.c -------------------------------------------------------------------------------- /src/config/front-ends/win32/windriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/windriver.h -------------------------------------------------------------------------------- /src/config/front-ends/win32/winevents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/win32/winevents.c -------------------------------------------------------------------------------- /src/config/front-ends/x/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/CMakeLists.txt -------------------------------------------------------------------------------- /src/config/front-ends/x/default_vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/default_vdriver.h -------------------------------------------------------------------------------- /src/config/front-ends/x/iv-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/iv-server.c -------------------------------------------------------------------------------- /src/config/front-ends/x/x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x.cpp -------------------------------------------------------------------------------- /src/config/front-ends/x/x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x.h -------------------------------------------------------------------------------- /src/config/front-ends/x/x_keycodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x_keycodes.cpp -------------------------------------------------------------------------------- /src/config/front-ends/x/x_keycodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x_keycodes.h -------------------------------------------------------------------------------- /src/config/front-ends/x/x_keysym.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x_keysym.cpp -------------------------------------------------------------------------------- /src/config/front-ends/x/x_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/front-ends/x/x_keysym.h -------------------------------------------------------------------------------- /src/config/os/macosx/macosx.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/macosx/macosx.mm -------------------------------------------------------------------------------- /src/config/os/win32/sys/xtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/win32/sys/xtime.h -------------------------------------------------------------------------------- /src/config/os/win32/win_serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/win32/win_serial.cpp -------------------------------------------------------------------------------- /src/config/os/win32/win_serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/win32/win_serial.h -------------------------------------------------------------------------------- /src/config/os/win32/win_stat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/win32/win_stat.cpp -------------------------------------------------------------------------------- /src/config/os/win32/win_stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/os/win32/win_stat.h -------------------------------------------------------------------------------- /src/config/sound/linux/linux-sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/sound/linux/linux-sound.c -------------------------------------------------------------------------------- /src/config/sound/linux/linux-sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/config/sound/linux/linux-sound.h -------------------------------------------------------------------------------- /src/ctl/arrow_down_active.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_down_active.map -------------------------------------------------------------------------------- /src/ctl/arrow_down_inactive.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_down_inactive.map -------------------------------------------------------------------------------- /src/ctl/arrow_left_active.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_left_active.map -------------------------------------------------------------------------------- /src/ctl/arrow_left_inactive.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_left_inactive.map -------------------------------------------------------------------------------- /src/ctl/arrow_right_active.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_right_active.map -------------------------------------------------------------------------------- /src/ctl/arrow_right_inactive.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_right_inactive.map -------------------------------------------------------------------------------- /src/ctl/arrow_up_active.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_up_active.map -------------------------------------------------------------------------------- /src/ctl/arrow_up_inactive.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/arrow_up_inactive.map -------------------------------------------------------------------------------- /src/ctl/ctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctl.h -------------------------------------------------------------------------------- /src/ctl/ctlArrows.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlArrows.cpp -------------------------------------------------------------------------------- /src/ctl/ctlDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlDisplay.cpp -------------------------------------------------------------------------------- /src/ctl/ctlIMIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlIMIV.cpp -------------------------------------------------------------------------------- /src/ctl/ctlInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlInit.cpp -------------------------------------------------------------------------------- /src/ctl/ctlMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlMisc.cpp -------------------------------------------------------------------------------- /src/ctl/ctlMouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlMouse.cpp -------------------------------------------------------------------------------- /src/ctl/ctlPopup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlPopup.cpp -------------------------------------------------------------------------------- /src/ctl/ctlSet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlSet.cpp -------------------------------------------------------------------------------- /src/ctl/ctlSize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlSize.cpp -------------------------------------------------------------------------------- /src/ctl/ctlStddef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/ctlStddef.cpp -------------------------------------------------------------------------------- /src/ctl/thumb_horiz.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/thumb_horiz.map -------------------------------------------------------------------------------- /src/ctl/thumb_vert.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/ctl/thumb_vert.map -------------------------------------------------------------------------------- /src/debug/mon_debugger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/debug/mon_debugger.cpp -------------------------------------------------------------------------------- /src/debug/mon_debugger.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace Executor 4 | { 5 | void InitMonDebugger(); 6 | } -------------------------------------------------------------------------------- /src/desk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/desk.cpp -------------------------------------------------------------------------------- /src/device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/device.cpp -------------------------------------------------------------------------------- /src/dial/dial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dial.h -------------------------------------------------------------------------------- /src/dial/dialAlert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialAlert.cpp -------------------------------------------------------------------------------- /src/dial/dialCreate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialCreate.cpp -------------------------------------------------------------------------------- /src/dial/dialDispatch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialDispatch.cpp -------------------------------------------------------------------------------- /src/dial/dialHandle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialHandle.cpp -------------------------------------------------------------------------------- /src/dial/dialInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialInit.cpp -------------------------------------------------------------------------------- /src/dial/dialItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialItem.cpp -------------------------------------------------------------------------------- /src/dial/dialManip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/dialManip.cpp -------------------------------------------------------------------------------- /src/dial/itm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dial/itm.h -------------------------------------------------------------------------------- /src/disk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/disk.cpp -------------------------------------------------------------------------------- /src/diskinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/diskinit.cpp -------------------------------------------------------------------------------- /src/dump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/dump.cpp -------------------------------------------------------------------------------- /src/edition.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/edition.cpp -------------------------------------------------------------------------------- /src/error/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/error.cpp -------------------------------------------------------------------------------- /src/error/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/error.h -------------------------------------------------------------------------------- /src/error/syserr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/syserr.cpp -------------------------------------------------------------------------------- /src/error/syserr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/syserr.h -------------------------------------------------------------------------------- /src/error/system_error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/system_error.cpp -------------------------------------------------------------------------------- /src/error/system_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/error/system_error.h -------------------------------------------------------------------------------- /src/executor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/executor.cpp -------------------------------------------------------------------------------- /src/file/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/file.h -------------------------------------------------------------------------------- /src/file/fileHighlevel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/fileHighlevel.cpp -------------------------------------------------------------------------------- /src/file/fileMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/fileMisc.cpp -------------------------------------------------------------------------------- /src/file/fileUnimplemented.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/fileUnimplemented.cpp -------------------------------------------------------------------------------- /src/file/localvolume/appledouble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/appledouble.cpp -------------------------------------------------------------------------------- /src/file/localvolume/appledouble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/appledouble.h -------------------------------------------------------------------------------- /src/file/localvolume/basilisk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/basilisk.cpp -------------------------------------------------------------------------------- /src/file/localvolume/basilisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/basilisk.h -------------------------------------------------------------------------------- /src/file/localvolume/cnidmapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/cnidmapper.h -------------------------------------------------------------------------------- /src/file/localvolume/item.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/item.cpp -------------------------------------------------------------------------------- /src/file/localvolume/item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/item.h -------------------------------------------------------------------------------- /src/file/localvolume/itemcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/itemcache.cpp -------------------------------------------------------------------------------- /src/file/localvolume/itemcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/itemcache.h -------------------------------------------------------------------------------- /src/file/localvolume/lmdbcnidmapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/lmdbcnidmapper.cpp -------------------------------------------------------------------------------- /src/file/localvolume/lmdbcnidmapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/lmdbcnidmapper.h -------------------------------------------------------------------------------- /src/file/localvolume/localvolume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/localvolume.cpp -------------------------------------------------------------------------------- /src/file/localvolume/localvolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/localvolume.h -------------------------------------------------------------------------------- /src/file/localvolume/mac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/mac.cpp -------------------------------------------------------------------------------- /src/file/localvolume/mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/mac.h -------------------------------------------------------------------------------- /src/file/localvolume/openfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/openfile.h -------------------------------------------------------------------------------- /src/file/localvolume/plain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/plain.cpp -------------------------------------------------------------------------------- /src/file/localvolume/plain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/plain.h -------------------------------------------------------------------------------- /src/file/localvolume/simplecnidmapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/simplecnidmapper.cpp -------------------------------------------------------------------------------- /src/file/localvolume/simplecnidmapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/localvolume/simplecnidmapper.h -------------------------------------------------------------------------------- /src/file/volume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/volume.cpp -------------------------------------------------------------------------------- /src/file/volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/file/volume.h -------------------------------------------------------------------------------- /src/finder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/finder.cpp -------------------------------------------------------------------------------- /src/gestalt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/gestalt.cpp -------------------------------------------------------------------------------- /src/hfs/drive_flags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/drive_flags.h -------------------------------------------------------------------------------- /src/hfs/futzwithdosdisks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/futzwithdosdisks.cpp -------------------------------------------------------------------------------- /src/hfs/futzwithdosdisks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/futzwithdosdisks.h -------------------------------------------------------------------------------- /src/hfs/hfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfs.h -------------------------------------------------------------------------------- /src/hfs/hfsBtree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsBtree.cpp -------------------------------------------------------------------------------- /src/hfs/hfsChanging.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsChanging.cpp -------------------------------------------------------------------------------- /src/hfs/hfsCreate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsCreate.cpp -------------------------------------------------------------------------------- /src/hfs/hfsFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsFile.cpp -------------------------------------------------------------------------------- /src/hfs/hfsHelper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsHelper.cpp -------------------------------------------------------------------------------- /src/hfs/hfsHier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsHier.cpp -------------------------------------------------------------------------------- /src/hfs/hfsMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsMisc.cpp -------------------------------------------------------------------------------- /src/hfs/hfsVolume.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsVolume.cpp -------------------------------------------------------------------------------- /src/hfs/hfsWorkingdir.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsWorkingdir.cpp -------------------------------------------------------------------------------- /src/hfs/hfsXbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfsXbar.cpp -------------------------------------------------------------------------------- /src/hfs/hfs_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/hfs_plus.h -------------------------------------------------------------------------------- /src/hfs/partition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/hfs/partition.h -------------------------------------------------------------------------------- /src/icon.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/icon.cpp -------------------------------------------------------------------------------- /src/include/rsys/aboutbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/aboutbox.h -------------------------------------------------------------------------------- /src/include/rsys/adb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/adb.h -------------------------------------------------------------------------------- /src/include/rsys/alias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/alias.h -------------------------------------------------------------------------------- /src/include/rsys/appearance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/appearance.h -------------------------------------------------------------------------------- /src/include/rsys/arrowkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/arrowkeys.h -------------------------------------------------------------------------------- /src/include/rsys/cfm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/cfm.h -------------------------------------------------------------------------------- /src/include/rsys/color_wheel_bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/color_wheel_bits.h -------------------------------------------------------------------------------- /src/include/rsys/desk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/desk.h -------------------------------------------------------------------------------- /src/include/rsys/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/device.h -------------------------------------------------------------------------------- /src/include/rsys/dump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/dump.h -------------------------------------------------------------------------------- /src/include/rsys/evil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/evil.h -------------------------------------------------------------------------------- /src/include/rsys/executor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/executor.h -------------------------------------------------------------------------------- /src/include/rsys/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/filesystem.h -------------------------------------------------------------------------------- /src/include/rsys/gestalt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/gestalt.h -------------------------------------------------------------------------------- /src/include/rsys/hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/hook.h -------------------------------------------------------------------------------- /src/include/rsys/icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/icon.h -------------------------------------------------------------------------------- /src/include/rsys/iv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/iv.h -------------------------------------------------------------------------------- /src/include/rsys/keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/keyboard.h -------------------------------------------------------------------------------- /src/include/rsys/launch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/launch.h -------------------------------------------------------------------------------- /src/include/rsys/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/macros.h -------------------------------------------------------------------------------- /src/include/rsys/noreturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/noreturn.h -------------------------------------------------------------------------------- /src/include/rsys/osutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/osutil.h -------------------------------------------------------------------------------- /src/include/rsys/paths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/paths.h -------------------------------------------------------------------------------- /src/include/rsys/prefpanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/prefpanel.h -------------------------------------------------------------------------------- /src/include/rsys/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/process.h -------------------------------------------------------------------------------- /src/include/rsys/redrawscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/redrawscreen.h -------------------------------------------------------------------------------- /src/include/rsys/safe_alloca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/safe_alloca.h -------------------------------------------------------------------------------- /src/include/rsys/scrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/scrap.h -------------------------------------------------------------------------------- /src/include/rsys/screen-dump.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | namespace Executor 4 | { 5 | void do_dump_screen(); 6 | } -------------------------------------------------------------------------------- /src/include/rsys/segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/segment.h -------------------------------------------------------------------------------- /src/include/rsys/serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/serial.h -------------------------------------------------------------------------------- /src/include/rsys/stdfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/stdfile.h -------------------------------------------------------------------------------- /src/include/rsys/toolevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/toolevent.h -------------------------------------------------------------------------------- /src/include/rsys/toolutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/toolutil.h -------------------------------------------------------------------------------- /src/include/rsys/unixio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/unixio.h -------------------------------------------------------------------------------- /src/include/rsys/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/include/rsys/version.h -------------------------------------------------------------------------------- /src/init.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/init.cpp -------------------------------------------------------------------------------- /src/iu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/iu.cpp -------------------------------------------------------------------------------- /src/iv-stubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/iv-stubs.cpp -------------------------------------------------------------------------------- /src/iwyu.imp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/iwyu.imp -------------------------------------------------------------------------------- /src/launch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/launch.cpp -------------------------------------------------------------------------------- /src/list/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/list.h -------------------------------------------------------------------------------- /src/list/listAccess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listAccess.cpp -------------------------------------------------------------------------------- /src/list/listAddDel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listAddDel.cpp -------------------------------------------------------------------------------- /src/list/listCreate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listCreate.cpp -------------------------------------------------------------------------------- /src/list/listDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listDisplay.cpp -------------------------------------------------------------------------------- /src/list/listMouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listMouse.cpp -------------------------------------------------------------------------------- /src/list/listOps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listOps.cpp -------------------------------------------------------------------------------- /src/list/listStdLDEF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/list/listStdLDEF.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/map_to_c/map_to_c.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/map_to_c/map_to_c.1 -------------------------------------------------------------------------------- /src/map_to_c/map_to_c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/map_to_c/map_to_c.cpp -------------------------------------------------------------------------------- /src/menu/apple.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/apple.map -------------------------------------------------------------------------------- /src/menu/menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/menu.cpp -------------------------------------------------------------------------------- /src/menu/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/menu.h -------------------------------------------------------------------------------- /src/menu/menuColor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/menuColor.cpp -------------------------------------------------------------------------------- /src/menu/menuV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/menuV.cpp -------------------------------------------------------------------------------- /src/menu/stdmbdf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/stdmbdf.cpp -------------------------------------------------------------------------------- /src/menu/stdmdef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/menu/stdmdef.cpp -------------------------------------------------------------------------------- /src/mixed_mode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mixed_mode.cpp -------------------------------------------------------------------------------- /src/mkvol/mkvol.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mkvol/mkvol.cpp -------------------------------------------------------------------------------- /src/mkvol/mkvol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mkvol/mkvol.h -------------------------------------------------------------------------------- /src/mkvol/mkvol_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mkvol/mkvol_internal.h -------------------------------------------------------------------------------- /src/mkvol/scsi_dump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mkvol/scsi_dump.c -------------------------------------------------------------------------------- /src/mman/memsize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/memsize.h -------------------------------------------------------------------------------- /src/mman/mman.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/mman.cpp -------------------------------------------------------------------------------- /src/mman/mman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/mman.h -------------------------------------------------------------------------------- /src/mman/mman_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/mman_private.h -------------------------------------------------------------------------------- /src/mman/mmansubr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/mmansubr.cpp -------------------------------------------------------------------------------- /src/mman/tempalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/tempalloc.h -------------------------------------------------------------------------------- /src/mman/tempmem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mman/tempmem.cpp -------------------------------------------------------------------------------- /src/mpw/mpw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mpw/mpw.cpp -------------------------------------------------------------------------------- /src/mpw/mpw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/mpw/mpw.h -------------------------------------------------------------------------------- /src/notify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/notify.cpp -------------------------------------------------------------------------------- /src/osevent/hle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/osevent/hle.cpp -------------------------------------------------------------------------------- /src/osevent/ibm_keycodes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/osevent/ibm_keycodes.cpp -------------------------------------------------------------------------------- /src/osevent/osevent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/osevent/osevent.cpp -------------------------------------------------------------------------------- /src/osevent/osevent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/osevent/osevent.h -------------------------------------------------------------------------------- /src/osutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/osutil.cpp -------------------------------------------------------------------------------- /src/pack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/pack.cpp -------------------------------------------------------------------------------- /src/pef_hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/pef_hash.cpp -------------------------------------------------------------------------------- /src/prefpanel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefpanel.cpp -------------------------------------------------------------------------------- /src/prefs/crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/crc.cpp -------------------------------------------------------------------------------- /src/prefs/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/crc.h -------------------------------------------------------------------------------- /src/prefs/options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/options.cpp -------------------------------------------------------------------------------- /src/prefs/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/options.h -------------------------------------------------------------------------------- /src/prefs/parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/parse.h -------------------------------------------------------------------------------- /src/prefs/parse.ypp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/parse.ypp -------------------------------------------------------------------------------- /src/prefs/prefs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/prefs.cpp -------------------------------------------------------------------------------- /src/prefs/prefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/prefs/prefs.h -------------------------------------------------------------------------------- /src/print/PSprint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/PSprint.cpp -------------------------------------------------------------------------------- /src/print/PSstrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/PSstrings.cpp -------------------------------------------------------------------------------- /src/print/PSstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/PSstrings.h -------------------------------------------------------------------------------- /src/print/ini.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/ini.cpp -------------------------------------------------------------------------------- /src/print/ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/ini.h -------------------------------------------------------------------------------- /src/print/nextprint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/nextprint.h -------------------------------------------------------------------------------- /src/print/prError.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/prError.cpp -------------------------------------------------------------------------------- /src/print/prInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/prInit.cpp -------------------------------------------------------------------------------- /src/print/prLowLevel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/prLowLevel.cpp -------------------------------------------------------------------------------- /src/print/prPrinting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/prPrinting.cpp -------------------------------------------------------------------------------- /src/print/prRecords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/prRecords.cpp -------------------------------------------------------------------------------- /src/print/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/print/print.h -------------------------------------------------------------------------------- /src/process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/process.cpp -------------------------------------------------------------------------------- /src/qColorPicker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/qColorPicker.cpp -------------------------------------------------------------------------------- /src/quickdraw/cquick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/cquick.h -------------------------------------------------------------------------------- /src/quickdraw/dcconvert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/dcconvert.cpp -------------------------------------------------------------------------------- /src/quickdraw/dcmaketables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/dcmaketables.cpp -------------------------------------------------------------------------------- /src/quickdraw/default_ctab_values.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/default_ctab_values.cpp -------------------------------------------------------------------------------- /src/quickdraw/depthconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/depthconv.h -------------------------------------------------------------------------------- /src/quickdraw/displays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/displays.cpp -------------------------------------------------------------------------------- /src/quickdraw/font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/font.cpp -------------------------------------------------------------------------------- /src/quickdraw/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/font.h -------------------------------------------------------------------------------- /src/quickdraw/fontIMVI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/fontIMVI.cpp -------------------------------------------------------------------------------- /src/quickdraw/gworld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/gworld.h -------------------------------------------------------------------------------- /src/quickdraw/hintemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/hintemplate.h -------------------------------------------------------------------------------- /src/quickdraw/image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/image.cpp -------------------------------------------------------------------------------- /src/quickdraw/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/image.h -------------------------------------------------------------------------------- /src/quickdraw/image_inits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/image_inits.cpp -------------------------------------------------------------------------------- /src/quickdraw/makerawblt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/makerawblt.pl -------------------------------------------------------------------------------- /src/quickdraw/mkseedtables/mkseedtables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/mkseedtables/mkseedtables.c -------------------------------------------------------------------------------- /src/quickdraw/mksspairtable/mksspairtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/mksspairtable/mksspairtable.c -------------------------------------------------------------------------------- /src/quickdraw/mkultable/mkultable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/mkultable/mkultable.c -------------------------------------------------------------------------------- /src/quickdraw/pat-blitters.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/pat-blitters.tmpl -------------------------------------------------------------------------------- /src/quickdraw/picture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/picture.h -------------------------------------------------------------------------------- /src/quickdraw/qBit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qBit.cpp -------------------------------------------------------------------------------- /src/quickdraw/qCConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qCConv.cpp -------------------------------------------------------------------------------- /src/quickdraw/qCGrafPort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qCGrafPort.cpp -------------------------------------------------------------------------------- /src/quickdraw/qCRegular.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qCRegular.cpp -------------------------------------------------------------------------------- /src/quickdraw/qColor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qColor.cpp -------------------------------------------------------------------------------- /src/quickdraw/qColorMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qColorMgr.cpp -------------------------------------------------------------------------------- /src/quickdraw/qColorutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qColorutil.cpp -------------------------------------------------------------------------------- /src/quickdraw/qCursor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qCursor.cpp -------------------------------------------------------------------------------- /src/quickdraw/qGDevice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qGDevice.cpp -------------------------------------------------------------------------------- /src/quickdraw/qGWorld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qGWorld.cpp -------------------------------------------------------------------------------- /src/quickdraw/qGrafport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qGrafport.cpp -------------------------------------------------------------------------------- /src/quickdraw/qHooks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qHooks.cpp -------------------------------------------------------------------------------- /src/quickdraw/qIMIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qIMIV.cpp -------------------------------------------------------------------------------- /src/quickdraw/qIMV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qIMV.cpp -------------------------------------------------------------------------------- /src/quickdraw/qIMVI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qIMVI.cpp -------------------------------------------------------------------------------- /src/quickdraw/qIMVxfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qIMVxfer.cpp -------------------------------------------------------------------------------- /src/quickdraw/qMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qMisc.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPaletteMgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPaletteMgr.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPen.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPicstuff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPicstuff.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPict2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPict2.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPicture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPicture.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPixMapConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPixMapConv.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPoint.cpp -------------------------------------------------------------------------------- /src/quickdraw/qPoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qPoly.cpp -------------------------------------------------------------------------------- /src/quickdraw/qRect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qRect.cpp -------------------------------------------------------------------------------- /src/quickdraw/qRegion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qRegion.cpp -------------------------------------------------------------------------------- /src/quickdraw/qRegular.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qRegular.cpp -------------------------------------------------------------------------------- /src/quickdraw/qScale.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qScale.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStandard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStandard.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdArc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdArc.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdBits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdBits.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdLine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdLine.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdOval.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdOval.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdPic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdPic.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdPoly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdPoly.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdRRect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdRRect.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdRect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdRect.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdRgn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdRgn.cpp -------------------------------------------------------------------------------- /src/quickdraw/qStdText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qStdText.cpp -------------------------------------------------------------------------------- /src/quickdraw/qText.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qText.cpp -------------------------------------------------------------------------------- /src/quickdraw/qcolor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/qcolor.h -------------------------------------------------------------------------------- /src/quickdraw/quick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/quick.h -------------------------------------------------------------------------------- /src/quickdraw/rawblt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/rawblt.h -------------------------------------------------------------------------------- /src/quickdraw/rawpatblt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/rawpatblt.cpp -------------------------------------------------------------------------------- /src/quickdraw/rawsrcblt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/rawsrcblt.cpp -------------------------------------------------------------------------------- /src/quickdraw/region.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/region.h -------------------------------------------------------------------------------- /src/quickdraw/rgbutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/rgbutil.cpp -------------------------------------------------------------------------------- /src/quickdraw/rgbutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/rgbutil.h -------------------------------------------------------------------------------- /src/quickdraw/src-blitters.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/src-blitters.tmpl -------------------------------------------------------------------------------- /src/quickdraw/srcblt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/srcblt.cpp -------------------------------------------------------------------------------- /src/quickdraw/srcblt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/srcblt.h -------------------------------------------------------------------------------- /src/quickdraw/stdbits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/stdbits.h -------------------------------------------------------------------------------- /src/quickdraw/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/text.h -------------------------------------------------------------------------------- /src/quickdraw/xdata.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/xdata.cpp -------------------------------------------------------------------------------- /src/quickdraw/xdata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/xdata.h -------------------------------------------------------------------------------- /src/quickdraw/xdblt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/xdblt.cpp -------------------------------------------------------------------------------- /src/quickdraw/xdblt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quickdraw/xdblt.h -------------------------------------------------------------------------------- /src/quicktime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/quicktime.cpp -------------------------------------------------------------------------------- /src/redrawscreen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/redrawscreen.cpp -------------------------------------------------------------------------------- /src/res/resGet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resGet.cpp -------------------------------------------------------------------------------- /src/res/resGetinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resGetinfo.cpp -------------------------------------------------------------------------------- /src/res/resGettype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resGettype.cpp -------------------------------------------------------------------------------- /src/res/resIMIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resIMIV.cpp -------------------------------------------------------------------------------- /src/res/resInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resInit.cpp -------------------------------------------------------------------------------- /src/res/resMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resMisc.cpp -------------------------------------------------------------------------------- /src/res/resMod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resMod.cpp -------------------------------------------------------------------------------- /src/res/resOpen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resOpen.cpp -------------------------------------------------------------------------------- /src/res/resPartial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resPartial.cpp -------------------------------------------------------------------------------- /src/res/resSetcur.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resSetcur.cpp -------------------------------------------------------------------------------- /src/res/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/res/resource.h -------------------------------------------------------------------------------- /src/romlib_stubs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/romlib_stubs.cpp -------------------------------------------------------------------------------- /src/sane/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/float.h -------------------------------------------------------------------------------- /src/sane/float4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/float4.cpp -------------------------------------------------------------------------------- /src/sane/float5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/float5.cpp -------------------------------------------------------------------------------- /src/sane/float7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/float7.cpp -------------------------------------------------------------------------------- /src/sane/float_fcw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/float_fcw.h -------------------------------------------------------------------------------- /src/sane/floatconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/floatconv.h -------------------------------------------------------------------------------- /src/sane/floatnext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sane/floatnext.cpp -------------------------------------------------------------------------------- /src/scrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/scrap.cpp -------------------------------------------------------------------------------- /src/screen-dump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/screen-dump.cpp -------------------------------------------------------------------------------- /src/script.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/script.cpp -------------------------------------------------------------------------------- /src/segment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/segment.cpp -------------------------------------------------------------------------------- /src/serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/serial.cpp -------------------------------------------------------------------------------- /src/shutdown.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/shutdown.cpp -------------------------------------------------------------------------------- /src/sound/snth5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/snth5.cpp -------------------------------------------------------------------------------- /src/sound/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/sound.cpp -------------------------------------------------------------------------------- /src/sound/soundIMVI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/soundIMVI.cpp -------------------------------------------------------------------------------- /src/sound/sounddriver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/sounddriver.cpp -------------------------------------------------------------------------------- /src/sound/sounddriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/sounddriver.h -------------------------------------------------------------------------------- /src/sound/soundfake.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/soundfake.cpp -------------------------------------------------------------------------------- /src/sound/soundfake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/soundfake.h -------------------------------------------------------------------------------- /src/sound/soundopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/sound/soundopts.h -------------------------------------------------------------------------------- /src/stdfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/stdfile.cpp -------------------------------------------------------------------------------- /src/textedit/teAccess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teAccess.cpp -------------------------------------------------------------------------------- /src/textedit/teDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teDisplay.cpp -------------------------------------------------------------------------------- /src/textedit/teEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teEdit.cpp -------------------------------------------------------------------------------- /src/textedit/teIMIV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teIMIV.cpp -------------------------------------------------------------------------------- /src/textedit/teIMV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teIMV.cpp -------------------------------------------------------------------------------- /src/textedit/teInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teInit.cpp -------------------------------------------------------------------------------- /src/textedit/teInsert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teInsert.cpp -------------------------------------------------------------------------------- /src/textedit/teMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teMisc.cpp -------------------------------------------------------------------------------- /src/textedit/teScrap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/teScrap.cpp -------------------------------------------------------------------------------- /src/textedit/tesave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/tesave.h -------------------------------------------------------------------------------- /src/textedit/textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/textedit/textedit.h -------------------------------------------------------------------------------- /src/time/syncint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/syncint.cpp -------------------------------------------------------------------------------- /src/time/syncint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/syncint.h -------------------------------------------------------------------------------- /src/time/time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/time.cpp -------------------------------------------------------------------------------- /src/time/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/time.h -------------------------------------------------------------------------------- /src/time/vbl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/vbl.cpp -------------------------------------------------------------------------------- /src/time/vbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/time/vbl.h -------------------------------------------------------------------------------- /src/toolevent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/toolevent.cpp -------------------------------------------------------------------------------- /src/toolmath.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/toolmath.cpp -------------------------------------------------------------------------------- /src/toolutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/toolutil.cpp -------------------------------------------------------------------------------- /src/trapinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/trapinfo -------------------------------------------------------------------------------- /src/util/handle_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/handle_vector.h -------------------------------------------------------------------------------- /src/util/macstrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/macstrings.cpp -------------------------------------------------------------------------------- /src/util/macstrings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/macstrings.h -------------------------------------------------------------------------------- /src/util/static_vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/static_vector.h -------------------------------------------------------------------------------- /src/util/string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/string.cpp -------------------------------------------------------------------------------- /src/util/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/string.h -------------------------------------------------------------------------------- /src/util/uniquefile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/uniquefile.cpp -------------------------------------------------------------------------------- /src/util/uniquefile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/util/uniquefile.h -------------------------------------------------------------------------------- /src/vdriver/autorefresh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/autorefresh.cpp -------------------------------------------------------------------------------- /src/vdriver/autorefresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/autorefresh.h -------------------------------------------------------------------------------- /src/vdriver/dirtyrect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/dirtyrect.cpp -------------------------------------------------------------------------------- /src/vdriver/dirtyrect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/dirtyrect.h -------------------------------------------------------------------------------- /src/vdriver/eventrecorder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/eventrecorder.cpp -------------------------------------------------------------------------------- /src/vdriver/eventrecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/eventrecorder.h -------------------------------------------------------------------------------- /src/vdriver/eventsink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/eventsink.cpp -------------------------------------------------------------------------------- /src/vdriver/refresh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/refresh.cpp -------------------------------------------------------------------------------- /src/vdriver/refresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/refresh.h -------------------------------------------------------------------------------- /src/vdriver/vdriver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/vdriver.cpp -------------------------------------------------------------------------------- /src/vdriver/vdriver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/vdriver/vdriver.h -------------------------------------------------------------------------------- /src/version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/version.cpp -------------------------------------------------------------------------------- /src/wind/active.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/active.map -------------------------------------------------------------------------------- /src/wind/go_away.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/go_away.map -------------------------------------------------------------------------------- /src/wind/grow.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/grow.map -------------------------------------------------------------------------------- /src/wind/ractive.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/ractive.map -------------------------------------------------------------------------------- /src/wind/wind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/wind.h -------------------------------------------------------------------------------- /src/wind/windColor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windColor.cpp -------------------------------------------------------------------------------- /src/wind/windDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windDisplay.cpp -------------------------------------------------------------------------------- /src/wind/windDocdef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windDocdef.cpp -------------------------------------------------------------------------------- /src/wind/windInit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windInit.cpp -------------------------------------------------------------------------------- /src/wind/windMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windMisc.cpp -------------------------------------------------------------------------------- /src/wind/windMouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windMouse.cpp -------------------------------------------------------------------------------- /src/wind/windRootless.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windRootless.cpp -------------------------------------------------------------------------------- /src/wind/windSize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windSize.cpp -------------------------------------------------------------------------------- /src/wind/windUpdate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/windUpdate.cpp -------------------------------------------------------------------------------- /src/wind/zoom.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/src/wind/zoom.map -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/CMakeLists.txt -------------------------------------------------------------------------------- /tests/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/compat.h -------------------------------------------------------------------------------- /tests/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/cpu.cpp -------------------------------------------------------------------------------- /tests/events.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/events.cpp -------------------------------------------------------------------------------- /tests/files.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/files.cpp -------------------------------------------------------------------------------- /tests/files_internal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/files_internal.cpp -------------------------------------------------------------------------------- /tests/guestvalues.compfail.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/guestvalues.compfail.cpp -------------------------------------------------------------------------------- /tests/guestvalues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/guestvalues.cpp -------------------------------------------------------------------------------- /tests/listmgr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/listmgr.cpp -------------------------------------------------------------------------------- /tests/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/main.cpp -------------------------------------------------------------------------------- /tests/main_executor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/main_executor.cpp -------------------------------------------------------------------------------- /tests/optest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/optest.cpp -------------------------------------------------------------------------------- /tests/quickdraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/quickdraw.cpp -------------------------------------------------------------------------------- /tests/resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/resources.cpp -------------------------------------------------------------------------------- /tests/sane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/sane.cpp -------------------------------------------------------------------------------- /tests/size.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/size.r -------------------------------------------------------------------------------- /tests/test-properties.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/tests/test-properties.cmake -------------------------------------------------------------------------------- /util/annotate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/annotate.pl -------------------------------------------------------------------------------- /util/breakfunctiondefs.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/breakfunctiondefs.pl -------------------------------------------------------------------------------- /util/build_rpm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/build_rpm.sh -------------------------------------------------------------------------------- /util/canon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/canon -------------------------------------------------------------------------------- /util/canon.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/canon.awk -------------------------------------------------------------------------------- /util/changestructs.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/changestructs.rb -------------------------------------------------------------------------------- /util/changestructs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/changestructs.sh -------------------------------------------------------------------------------- /util/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/cleanup.sh -------------------------------------------------------------------------------- /util/commonify.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/commonify.pl -------------------------------------------------------------------------------- /util/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/config.guess -------------------------------------------------------------------------------- /util/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/config.sub -------------------------------------------------------------------------------- /util/config.sub.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/config.sub.orig -------------------------------------------------------------------------------- /util/configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/configure.sh -------------------------------------------------------------------------------- /util/configure.sh.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/configure.sh.orig -------------------------------------------------------------------------------- /util/delkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/delkey.c -------------------------------------------------------------------------------- /util/disasm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/Makefile -------------------------------------------------------------------------------- /util/disasm/codeseg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/codeseg.c -------------------------------------------------------------------------------- /util/disasm/codeseg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/codeseg.h -------------------------------------------------------------------------------- /util/disasm/disasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/disasm.c -------------------------------------------------------------------------------- /util/disasm/disasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/disasm.h -------------------------------------------------------------------------------- /util/disasm/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/hash.c -------------------------------------------------------------------------------- /util/disasm/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/hash.h -------------------------------------------------------------------------------- /util/disasm/label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/label.c -------------------------------------------------------------------------------- /util/disasm/label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/label.h -------------------------------------------------------------------------------- /util/disasm/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/disasm/main.c -------------------------------------------------------------------------------- /util/dosinst.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/dosinst.preamble -------------------------------------------------------------------------------- /util/makedosinst.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/makedosinst.pl -------------------------------------------------------------------------------- /util/makeptocstub.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/makeptocstub.pl -------------------------------------------------------------------------------- /util/makereferencefloppy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/makereferencefloppy.c -------------------------------------------------------------------------------- /util/mkapimodules.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/mkapimodules.pl -------------------------------------------------------------------------------- /util/mkbledge.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/mkbledge.pl -------------------------------------------------------------------------------- /util/mkstubdefns.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/mkstubdefns.pl -------------------------------------------------------------------------------- /util/move-if-changed.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/move-if-changed.sh -------------------------------------------------------------------------------- /util/nukeincl.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/nukeincl.pl -------------------------------------------------------------------------------- /util/oldtonew.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/oldtonew.sed -------------------------------------------------------------------------------- /util/q6_installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/q6_installer.sh -------------------------------------------------------------------------------- /util/removefunctionmacros.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/removefunctionmacros.m4 -------------------------------------------------------------------------------- /util/removefunctionmacros.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/removefunctionmacros.sh -------------------------------------------------------------------------------- /util/scanuniversalheaders.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/scanuniversalheaders.pl -------------------------------------------------------------------------------- /util/setkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/setkey.c -------------------------------------------------------------------------------- /util/smartsplit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/smartsplit.c -------------------------------------------------------------------------------- /util/subst.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/subst.pl -------------------------------------------------------------------------------- /util/transformrawtraps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/transformrawtraps.pl -------------------------------------------------------------------------------- /util/transformtraps.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/transformtraps.pl -------------------------------------------------------------------------------- /util/transformtrapselectors.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/transformtrapselectors.pl -------------------------------------------------------------------------------- /util/trapper/trapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/trapper/trapper.c -------------------------------------------------------------------------------- /util/uncopyright.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/uncopyright.pl -------------------------------------------------------------------------------- /util/uncruft.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/uncruft.pl -------------------------------------------------------------------------------- /util/undosify.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -ni 2 | 3 | s/\r//g; 4 | print; 5 | -------------------------------------------------------------------------------- /util/unifdef.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/autc04/executor/HEAD/util/unifdef.pl -------------------------------------------------------------------------------- /util/unmacify.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -ni 2 | 3 | s/\r/\n/g; 4 | print; 5 | --------------------------------------------------------------------------------