├── .gitattributes ├── .gitignore ├── .idea ├── .name ├── artifacts │ ├── classic.xml │ └── release.xml ├── codeStyleSettings.xml ├── codeStyles │ └── codeStyleConfig.xml ├── compiler.xml ├── copyright │ └── profiles_settings.xml ├── discord.xml ├── encodings.xml ├── inspectionProfiles │ ├── Project_Default.xml │ └── profiles_settings.xml ├── markdown-navigator.xml ├── markdown-navigator │ └── profiles_settings.xml ├── misc.xml ├── modules.xml ├── modules │ └── ca.noxid.lab.iml ├── scopes │ └── scope_settings.xml └── vcs.xml ├── License.txt ├── MANIFEST.MF ├── README.md ├── boostlab.iml ├── changelog.txt ├── entityInfo.txt ├── equipList.txt ├── flagnames.txt ├── hacks ├── (hack_template).xml ├── NPCs │ ├── boss_health.xml │ ├── custom │ │ ├── npc_blinkbeam.xml │ │ ├── npc_contact_event.xml │ │ ├── npc_spawner_detectable.xml │ │ ├── npc_spawner_periodic.xml │ │ └── npc_trolly.xml │ ├── custom_death_values.xml │ ├── misc_damage.xml │ ├── recoded vanilla │ │ ├── balfrog_editing.xml │ │ ├── npc_improved_curlyai.xml │ │ ├── npc_improved_lift.xml │ │ └── npc_improved_waterlevel.xml │ └── vanilla editing │ │ ├── balrog_hover.xml │ │ ├── balrog_missiles.xml │ │ ├── balrog_shoot.xml │ │ └── missile_ammo_drops.xml ├── TSC modifications │ ├── TSC_noinvincibility_reset.xml │ ├── anp_variant.xml │ ├── cmp_entity.xml │ ├── hackinator_tsc+.xml │ ├── large_face.xml │ ├── ms4_invisiblebottom.xml │ ├── obsolete or buggy │ │ └── IBF.xml │ ├── preservevelocity_inTSC.xml │ ├── text_speed.xml │ ├── tsc+_phys.xml │ ├── tsc+_timg.xml │ ├── unobtrusive_infinite_mimigamask.xml │ └── unobtrusive_phys_hack.xml ├── balrog_hover.xml ├── bitmap │ ├── alternatemenus_example.bmp │ ├── foregroundwater_example.bmp │ └── shotgun_example.bmp ├── bullets │ ├── bullet_spawns.xml │ ├── custom │ │ ├── boomerang_blade.xml │ │ ├── fireball variants │ │ │ ├── invert_gravity.xml │ │ │ ├── no_gravity.xml │ │ │ └── velocity_dependant.xml │ │ └── polar star variants │ │ │ ├── psh_changing_star.xml │ │ │ ├── psh_exploding_star.xml │ │ │ ├── psh_faster_star.xml │ │ │ ├── psh_gravity_star.xml │ │ │ ├── psh_missing_star.xml │ │ │ ├── psh_random_gravity_star.xml │ │ │ ├── psh_random_star.xml │ │ │ └── psh_slower_star.xml │ ├── properties │ │ ├── blade.xml │ │ ├── bubbler.xml │ │ ├── fireball.xml │ │ ├── machinegun.xml │ │ ├── misc_bullets.xml │ │ ├── misc_bullets_2.xml │ │ ├── missle_launcher.xml │ │ ├── missles.xml │ │ ├── nemesis.xml │ │ ├── polarstar.xml │ │ ├── snake.xml │ │ ├── spur.xml │ │ ├── spur_trail.xml │ │ ├── super_missles.xml │ │ └── super_mssl_launch.xml │ └── vanilla editing │ │ └── snake.xml ├── eventdamage.xml ├── intro │ ├── 0_exe_properties.xml │ ├── 1_intro_cutscene.xml │ ├── 2_titlescreen.xml │ ├── 3_starting_newgame.xml │ ├── loadgame_properties.xml │ └── surface_bitmap_sizes.xml ├── misc editors │ ├── fps.xml │ ├── hud_ui_disabler.xml │ ├── text_colour.xml │ └── weapon_effects.xml ├── misc patches │ ├── booster_realsmoke.xml │ ├── curly_weapon.xml │ ├── easier_alternatemenus.xml │ ├── errors.xml │ ├── event_replaces_inventory.xml │ ├── foreground_water_notbackground.xml │ ├── multisave.xml │ ├── no_updown_direction.xml │ ├── obsolete, buggy, beta, or absurd │ │ ├── bubbler_turbocharge.xml │ │ ├── camera_unlock.xml │ │ ├── event_replaces_escmenu.xml │ │ ├── oob_tile_collision.xml │ │ ├── snake_runs_event.xml │ │ ├── supmissile_runs_event.xml │ │ ├── undo_multisave.xml │ │ └── unused_roomname_rect.xml │ ├── reverse_timer.xml │ └── tsc_malloc.xml ├── player properties │ ├── air.xml │ ├── boost_fuel.xml │ ├── boosteracceleration_and_maxspeed.xml │ ├── physics.xml │ └── player_rendersize_recoded.xml └── weapons │ ├── custom │ └── shotgun.xml │ ├── vanilla editing │ ├── blade.xml │ ├── bubbler.xml │ ├── fireball.xml │ ├── machinegun.xml │ ├── missiles.xml │ ├── nemesis.xml │ ├── polarstar.xml │ ├── snake.xml │ ├── spur.xml │ └── supermissiles.xml │ └── vanilla patching │ ├── machinegun_recoil.xml │ └── spur_ammo_usage.xml ├── help ├── ANP.txt ├── TSC Essentials_files │ ├── Thumbs.db │ ├── image001.gif │ ├── image002.gif │ ├── image003.gif │ ├── image004.gif │ └── image005.gif ├── anp.htm ├── ascii.htm ├── credits.htm ├── doors.htm ├── flags.htm ├── illegal.htm ├── img │ ├── Castsnumbered.jpg │ ├── asciifull.gif │ ├── bg.png │ ├── changeorg_1.png │ ├── changeorg_2.png │ ├── changeorg_3.png │ ├── changeorg_4.png │ ├── door_steps.png │ ├── moddingref1.png │ ├── moddingref2.png │ ├── moddingref3.png │ ├── redcat.png │ ├── splash.png │ ├── states.png │ ├── textbox.png │ ├── uBURL.jpg │ └── warning.png ├── index.txt ├── message_boxes.htm ├── refs.htm ├── scriptwindow.htm ├── songs.htm ├── splash.htm ├── style.css ├── textbox.htm ├── tilesets.htm ├── tsc+.htm └── tsc_help.html ├── linetypes.txt ├── musiclist.txt ├── sfxList.txt ├── src ├── ca │ └── noxid │ │ ├── lab │ │ ├── BlConfig.java │ │ ├── BlIniDialog.java │ │ ├── Changeable.java │ │ ├── EditorApp.java │ │ ├── FileSuffixFilter.java │ │ ├── HelpDialog.java │ │ ├── LoggingOutputStream.java │ │ ├── Messages.java │ │ ├── OOBFlagDialog.java │ │ ├── StdOutErrLevel.java │ │ ├── entity │ │ │ ├── CreateEntityDialog.java │ │ │ ├── EntityData.java │ │ │ ├── EntityListRender.java │ │ │ ├── EntityPane.java │ │ │ ├── NpcTblEditor.java │ │ │ └── SpritesheetOptimizer.java │ │ ├── gameinfo │ │ │ ├── CSExe.java │ │ │ ├── FileCaseDialog.java │ │ │ ├── GameExporter.java │ │ │ ├── GameInfo.java │ │ │ ├── HackDialog.java │ │ │ ├── HexDialog.java │ │ │ └── PEFile.java │ │ ├── mapdata │ │ │ ├── MapInfo.java │ │ │ ├── Mapdata.java │ │ │ ├── MapdataDialog.java │ │ │ └── MapdataPane.java │ │ ├── messages.properties │ │ ├── messages_jp.properties │ │ ├── rsrc │ │ │ ├── 0.pxa │ │ │ ├── AppIcon.png │ │ │ ├── BlSound.java │ │ │ ├── Brown.png │ │ │ ├── EntityCat.gif │ │ │ ├── License.txt │ │ │ ├── MapdataCat.gif │ │ │ ├── MyChar.png │ │ │ ├── Npc0.png │ │ │ ├── NpcRegu.png │ │ │ ├── NpcSym.png │ │ │ ├── Prt0.png │ │ │ ├── RainbowCat.gif │ │ │ ├── ResourceManager.java │ │ │ ├── ScriptCat.gif │ │ │ ├── TileCat.gif │ │ │ ├── aboutIcon.png │ │ │ ├── backdrop.png │ │ │ ├── bg2.png │ │ │ ├── bgblue.png │ │ │ ├── bgwhite.png │ │ │ ├── bgwhite2.png │ │ │ ├── bk0.png │ │ │ ├── corner.png │ │ │ ├── dr_dre-the_next_episode.mid │ │ │ ├── horn.wav │ │ │ ├── npc.tbl │ │ │ ├── splash_c1.png │ │ │ ├── splash_c2.png │ │ │ ├── splash_mid.png │ │ │ ├── tiles.png │ │ │ ├── weed_AppIcon.png │ │ │ ├── weed_Brown.png │ │ │ ├── weed_EntityCat.gif │ │ │ ├── weed_MapdataCat.gif │ │ │ ├── weed_ScriptCat.gif │ │ │ ├── weed_TileCat.gif │ │ │ ├── weed_aboutIcon.png │ │ │ ├── weed_backdrop.png │ │ │ ├── weed_bg2.png │ │ │ ├── weed_bgblue.png │ │ │ ├── weed_bgwhite.png │ │ │ ├── weed_bgwhite2.png │ │ │ ├── weed_corner.png │ │ │ ├── weed_cursor.png │ │ │ ├── weed_splash_c1.png │ │ │ ├── weed_splash_c2.png │ │ │ ├── weed_splash_mid.png │ │ │ ├── weed_tiles.png │ │ │ └── weew.wav │ │ ├── script │ │ │ ├── TscBuilder.java │ │ │ ├── TscCommand.java │ │ │ ├── TscDialog.java │ │ │ ├── TscLexer.java │ │ │ ├── TscPane.java │ │ │ └── TscToken.java │ │ └── tile │ │ │ ├── LINECLASS.java │ │ │ ├── LineSeg.java │ │ │ ├── MapPane.java │ │ │ ├── MapPoly.java │ │ │ ├── ResizeDialog.java │ │ │ ├── ShiftDialog.java │ │ │ ├── TilesetPane.java │ │ │ └── TypeConfig.java │ │ └── uiComponents │ │ ├── BgList.java │ │ ├── BgListRender.java │ │ ├── BgPanel.java │ │ ├── BgSlider.java │ │ ├── BgTextArea.java │ │ ├── BgTextPane.java │ │ ├── DragScrollAdapter.java │ │ ├── FormattedUpdateTextField.java │ │ ├── LenLimitDoc.java │ │ ├── LinkLabel.java │ │ ├── ScrollZoomAdapter.java │ │ ├── SplashTabPane.java │ │ └── UpdateTextField.java ├── com │ └── carrotlord │ │ └── string │ │ └── StrTools.java └── module-info.java ├── tsc_list.txt └── tsc_list_tsc+.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | BoostLab -------------------------------------------------------------------------------- /.idea/artifacts/classic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/artifacts/classic.xml -------------------------------------------------------------------------------- /.idea/artifacts/release.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/artifacts/release.xml -------------------------------------------------------------------------------- /.idea/codeStyleSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/codeStyleSettings.xml -------------------------------------------------------------------------------- /.idea/codeStyles/codeStyleConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/codeStyles/codeStyleConfig.xml -------------------------------------------------------------------------------- /.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/compiler.xml -------------------------------------------------------------------------------- /.idea/copyright/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/copyright/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/discord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/discord.xml -------------------------------------------------------------------------------- /.idea/encodings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/encodings.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/markdown-navigator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/markdown-navigator.xml -------------------------------------------------------------------------------- /.idea/markdown-navigator/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/markdown-navigator/profiles_settings.xml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/modules/ca.noxid.lab.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/modules/ca.noxid.lab.iml -------------------------------------------------------------------------------- /.idea/scopes/scope_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/scopes/scope_settings.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/License.txt -------------------------------------------------------------------------------- /MANIFEST.MF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/MANIFEST.MF -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/README.md -------------------------------------------------------------------------------- /boostlab.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/boostlab.iml -------------------------------------------------------------------------------- /changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/changelog.txt -------------------------------------------------------------------------------- /entityInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/entityInfo.txt -------------------------------------------------------------------------------- /equipList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/equipList.txt -------------------------------------------------------------------------------- /flagnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/flagnames.txt -------------------------------------------------------------------------------- /hacks/(hack_template).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/(hack_template).xml -------------------------------------------------------------------------------- /hacks/NPCs/boss_health.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/boss_health.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom/npc_blinkbeam.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom/npc_blinkbeam.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom/npc_contact_event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom/npc_contact_event.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom/npc_spawner_detectable.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom/npc_spawner_detectable.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom/npc_spawner_periodic.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom/npc_spawner_periodic.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom/npc_trolly.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom/npc_trolly.xml -------------------------------------------------------------------------------- /hacks/NPCs/custom_death_values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/custom_death_values.xml -------------------------------------------------------------------------------- /hacks/NPCs/misc_damage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/misc_damage.xml -------------------------------------------------------------------------------- /hacks/NPCs/recoded vanilla/balfrog_editing.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/recoded vanilla/balfrog_editing.xml -------------------------------------------------------------------------------- /hacks/NPCs/recoded vanilla/npc_improved_curlyai.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/recoded vanilla/npc_improved_curlyai.xml -------------------------------------------------------------------------------- /hacks/NPCs/recoded vanilla/npc_improved_lift.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/recoded vanilla/npc_improved_lift.xml -------------------------------------------------------------------------------- /hacks/NPCs/recoded vanilla/npc_improved_waterlevel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/recoded vanilla/npc_improved_waterlevel.xml -------------------------------------------------------------------------------- /hacks/NPCs/vanilla editing/balrog_hover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/vanilla editing/balrog_hover.xml -------------------------------------------------------------------------------- /hacks/NPCs/vanilla editing/balrog_missiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/vanilla editing/balrog_missiles.xml -------------------------------------------------------------------------------- /hacks/NPCs/vanilla editing/balrog_shoot.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/vanilla editing/balrog_shoot.xml -------------------------------------------------------------------------------- /hacks/NPCs/vanilla editing/missile_ammo_drops.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/NPCs/vanilla editing/missile_ammo_drops.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/TSC_noinvincibility_reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/TSC_noinvincibility_reset.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/anp_variant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/anp_variant.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/cmp_entity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/cmp_entity.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/hackinator_tsc+.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/hackinator_tsc+.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/large_face.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/large_face.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/ms4_invisiblebottom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/ms4_invisiblebottom.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/obsolete or buggy/IBF.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/obsolete or buggy/IBF.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/preservevelocity_inTSC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/preservevelocity_inTSC.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/text_speed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/text_speed.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/tsc+_phys.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/tsc+_phys.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/tsc+_timg.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/tsc+_timg.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/unobtrusive_infinite_mimigamask.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/unobtrusive_infinite_mimigamask.xml -------------------------------------------------------------------------------- /hacks/TSC modifications/unobtrusive_phys_hack.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/TSC modifications/unobtrusive_phys_hack.xml -------------------------------------------------------------------------------- /hacks/balrog_hover.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/balrog_hover.xml -------------------------------------------------------------------------------- /hacks/bitmap/alternatemenus_example.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bitmap/alternatemenus_example.bmp -------------------------------------------------------------------------------- /hacks/bitmap/foregroundwater_example.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bitmap/foregroundwater_example.bmp -------------------------------------------------------------------------------- /hacks/bitmap/shotgun_example.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bitmap/shotgun_example.bmp -------------------------------------------------------------------------------- /hacks/bullets/bullet_spawns.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/bullet_spawns.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/boomerang_blade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/boomerang_blade.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/fireball variants/invert_gravity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/fireball variants/invert_gravity.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/fireball variants/no_gravity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/fireball variants/no_gravity.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/fireball variants/velocity_dependant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/fireball variants/velocity_dependant.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_changing_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_changing_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_exploding_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_exploding_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_faster_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_faster_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_gravity_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_gravity_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_missing_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_missing_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_random_gravity_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_random_gravity_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_random_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_random_star.xml -------------------------------------------------------------------------------- /hacks/bullets/custom/polar star variants/psh_slower_star.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/custom/polar star variants/psh_slower_star.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/blade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/blade.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/bubbler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/bubbler.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/fireball.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/fireball.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/machinegun.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/machinegun.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/misc_bullets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/misc_bullets.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/misc_bullets_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/misc_bullets_2.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/missle_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/missle_launcher.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/missles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/missles.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/nemesis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/nemesis.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/polarstar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/polarstar.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/snake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/snake.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/spur.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/spur.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/spur_trail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/spur_trail.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/super_missles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/super_missles.xml -------------------------------------------------------------------------------- /hacks/bullets/properties/super_mssl_launch.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/properties/super_mssl_launch.xml -------------------------------------------------------------------------------- /hacks/bullets/vanilla editing/snake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/bullets/vanilla editing/snake.xml -------------------------------------------------------------------------------- /hacks/eventdamage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/eventdamage.xml -------------------------------------------------------------------------------- /hacks/intro/0_exe_properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/0_exe_properties.xml -------------------------------------------------------------------------------- /hacks/intro/1_intro_cutscene.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/1_intro_cutscene.xml -------------------------------------------------------------------------------- /hacks/intro/2_titlescreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/2_titlescreen.xml -------------------------------------------------------------------------------- /hacks/intro/3_starting_newgame.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/3_starting_newgame.xml -------------------------------------------------------------------------------- /hacks/intro/loadgame_properties.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/loadgame_properties.xml -------------------------------------------------------------------------------- /hacks/intro/surface_bitmap_sizes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/intro/surface_bitmap_sizes.xml -------------------------------------------------------------------------------- /hacks/misc editors/fps.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc editors/fps.xml -------------------------------------------------------------------------------- /hacks/misc editors/hud_ui_disabler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc editors/hud_ui_disabler.xml -------------------------------------------------------------------------------- /hacks/misc editors/text_colour.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc editors/text_colour.xml -------------------------------------------------------------------------------- /hacks/misc editors/weapon_effects.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc editors/weapon_effects.xml -------------------------------------------------------------------------------- /hacks/misc patches/booster_realsmoke.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/booster_realsmoke.xml -------------------------------------------------------------------------------- /hacks/misc patches/curly_weapon.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/curly_weapon.xml -------------------------------------------------------------------------------- /hacks/misc patches/easier_alternatemenus.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/easier_alternatemenus.xml -------------------------------------------------------------------------------- /hacks/misc patches/errors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/errors.xml -------------------------------------------------------------------------------- /hacks/misc patches/event_replaces_inventory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/event_replaces_inventory.xml -------------------------------------------------------------------------------- /hacks/misc patches/foreground_water_notbackground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/foreground_water_notbackground.xml -------------------------------------------------------------------------------- /hacks/misc patches/multisave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/multisave.xml -------------------------------------------------------------------------------- /hacks/misc patches/no_updown_direction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/no_updown_direction.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/bubbler_turbocharge.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/bubbler_turbocharge.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/camera_unlock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/camera_unlock.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/event_replaces_escmenu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/event_replaces_escmenu.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/oob_tile_collision.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/oob_tile_collision.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/snake_runs_event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/snake_runs_event.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/supmissile_runs_event.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/supmissile_runs_event.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/undo_multisave.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/undo_multisave.xml -------------------------------------------------------------------------------- /hacks/misc patches/obsolete, buggy, beta, or absurd/unused_roomname_rect.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/obsolete, buggy, beta, or absurd/unused_roomname_rect.xml -------------------------------------------------------------------------------- /hacks/misc patches/reverse_timer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/reverse_timer.xml -------------------------------------------------------------------------------- /hacks/misc patches/tsc_malloc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/misc patches/tsc_malloc.xml -------------------------------------------------------------------------------- /hacks/player properties/air.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/player properties/air.xml -------------------------------------------------------------------------------- /hacks/player properties/boost_fuel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/player properties/boost_fuel.xml -------------------------------------------------------------------------------- /hacks/player properties/boosteracceleration_and_maxspeed.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/player properties/boosteracceleration_and_maxspeed.xml -------------------------------------------------------------------------------- /hacks/player properties/physics.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/player properties/physics.xml -------------------------------------------------------------------------------- /hacks/player properties/player_rendersize_recoded.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/player properties/player_rendersize_recoded.xml -------------------------------------------------------------------------------- /hacks/weapons/custom/shotgun.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/custom/shotgun.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/blade.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/blade.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/bubbler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/bubbler.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/fireball.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/fireball.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/machinegun.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/machinegun.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/missiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/missiles.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/nemesis.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/nemesis.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/polarstar.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/polarstar.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/snake.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/snake.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/spur.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/spur.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla editing/supermissiles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla editing/supermissiles.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla patching/machinegun_recoil.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla patching/machinegun_recoil.xml -------------------------------------------------------------------------------- /hacks/weapons/vanilla patching/spur_ammo_usage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/hacks/weapons/vanilla patching/spur_ammo_usage.xml -------------------------------------------------------------------------------- /help/ANP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/ANP.txt -------------------------------------------------------------------------------- /help/TSC Essentials_files/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/Thumbs.db -------------------------------------------------------------------------------- /help/TSC Essentials_files/image001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/image001.gif -------------------------------------------------------------------------------- /help/TSC Essentials_files/image002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/image002.gif -------------------------------------------------------------------------------- /help/TSC Essentials_files/image003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/image003.gif -------------------------------------------------------------------------------- /help/TSC Essentials_files/image004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/image004.gif -------------------------------------------------------------------------------- /help/TSC Essentials_files/image005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/TSC Essentials_files/image005.gif -------------------------------------------------------------------------------- /help/anp.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/anp.htm -------------------------------------------------------------------------------- /help/ascii.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/ascii.htm -------------------------------------------------------------------------------- /help/credits.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/credits.htm -------------------------------------------------------------------------------- /help/doors.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/doors.htm -------------------------------------------------------------------------------- /help/flags.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/flags.htm -------------------------------------------------------------------------------- /help/illegal.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/illegal.htm -------------------------------------------------------------------------------- /help/img/Castsnumbered.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/Castsnumbered.jpg -------------------------------------------------------------------------------- /help/img/asciifull.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/asciifull.gif -------------------------------------------------------------------------------- /help/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/bg.png -------------------------------------------------------------------------------- /help/img/changeorg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/changeorg_1.png -------------------------------------------------------------------------------- /help/img/changeorg_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/changeorg_2.png -------------------------------------------------------------------------------- /help/img/changeorg_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/changeorg_3.png -------------------------------------------------------------------------------- /help/img/changeorg_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/changeorg_4.png -------------------------------------------------------------------------------- /help/img/door_steps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/door_steps.png -------------------------------------------------------------------------------- /help/img/moddingref1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/moddingref1.png -------------------------------------------------------------------------------- /help/img/moddingref2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/moddingref2.png -------------------------------------------------------------------------------- /help/img/moddingref3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/moddingref3.png -------------------------------------------------------------------------------- /help/img/redcat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/redcat.png -------------------------------------------------------------------------------- /help/img/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/splash.png -------------------------------------------------------------------------------- /help/img/states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/states.png -------------------------------------------------------------------------------- /help/img/textbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/textbox.png -------------------------------------------------------------------------------- /help/img/uBURL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/uBURL.jpg -------------------------------------------------------------------------------- /help/img/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/img/warning.png -------------------------------------------------------------------------------- /help/index.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/index.txt -------------------------------------------------------------------------------- /help/message_boxes.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/message_boxes.htm -------------------------------------------------------------------------------- /help/refs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/refs.htm -------------------------------------------------------------------------------- /help/scriptwindow.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/scriptwindow.htm -------------------------------------------------------------------------------- /help/songs.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/songs.htm -------------------------------------------------------------------------------- /help/splash.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/splash.htm -------------------------------------------------------------------------------- /help/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/style.css -------------------------------------------------------------------------------- /help/textbox.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/textbox.htm -------------------------------------------------------------------------------- /help/tilesets.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/tilesets.htm -------------------------------------------------------------------------------- /help/tsc+.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/tsc+.htm -------------------------------------------------------------------------------- /help/tsc_help.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/help/tsc_help.html -------------------------------------------------------------------------------- /linetypes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/linetypes.txt -------------------------------------------------------------------------------- /musiclist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/musiclist.txt -------------------------------------------------------------------------------- /sfxList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/sfxList.txt -------------------------------------------------------------------------------- /src/ca/noxid/lab/BlConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/BlConfig.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/BlIniDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/BlIniDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/Changeable.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/Changeable.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/EditorApp.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/EditorApp.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/FileSuffixFilter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/FileSuffixFilter.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/HelpDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/HelpDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/LoggingOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/LoggingOutputStream.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/Messages.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/Messages.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/OOBFlagDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/OOBFlagDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/StdOutErrLevel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/StdOutErrLevel.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/CreateEntityDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/CreateEntityDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/EntityData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/EntityData.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/EntityListRender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/EntityListRender.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/EntityPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/EntityPane.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/NpcTblEditor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/NpcTblEditor.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/entity/SpritesheetOptimizer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/entity/SpritesheetOptimizer.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/CSExe.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/CSExe.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/FileCaseDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/FileCaseDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/GameExporter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/GameExporter.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/GameInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/GameInfo.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/HackDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/HackDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/HexDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/HexDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/gameinfo/PEFile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/gameinfo/PEFile.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/mapdata/MapInfo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/mapdata/MapInfo.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/mapdata/Mapdata.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/mapdata/Mapdata.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/mapdata/MapdataDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/mapdata/MapdataDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/mapdata/MapdataPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/mapdata/MapdataPane.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/messages.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/messages.properties -------------------------------------------------------------------------------- /src/ca/noxid/lab/messages_jp.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/messages_jp.properties -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/0.pxa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/0.pxa -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/AppIcon.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/BlSound.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/BlSound.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/Brown.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/EntityCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/EntityCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/License.txt -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/MapdataCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/MapdataCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/MyChar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/MyChar.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/Npc0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/Npc0.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/NpcRegu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/NpcRegu.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/NpcSym.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/NpcSym.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/Prt0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/Prt0.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/RainbowCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/RainbowCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/ResourceManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/ResourceManager.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/ScriptCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/ScriptCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/TileCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/TileCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/aboutIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/aboutIcon.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/backdrop.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/bg2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/bgblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/bgblue.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/bgwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/bgwhite.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/bgwhite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/bgwhite2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/bk0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/bk0.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/corner.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/dr_dre-the_next_episode.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/dr_dre-the_next_episode.mid -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/horn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/horn.wav -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/npc.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/npc.tbl -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/splash_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/splash_c1.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/splash_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/splash_c2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/splash_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/splash_mid.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/tiles.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_AppIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_AppIcon.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_Brown.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_EntityCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_EntityCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_MapdataCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_MapdataCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_ScriptCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_ScriptCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_TileCat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_TileCat.gif -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_aboutIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_aboutIcon.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_backdrop.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_bg2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_bgblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_bgblue.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_bgwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_bgwhite.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_bgwhite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_bgwhite2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_corner.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_cursor.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_splash_c1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_splash_c1.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_splash_c2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_splash_c2.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_splash_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_splash_mid.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weed_tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weed_tiles.png -------------------------------------------------------------------------------- /src/ca/noxid/lab/rsrc/weew.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/rsrc/weew.wav -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscBuilder.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscBuilder.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscCommand.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscLexer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscLexer.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscPane.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/script/TscToken.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/script/TscToken.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/LINECLASS.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/LINECLASS.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/LineSeg.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/LineSeg.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/MapPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/MapPane.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/MapPoly.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/MapPoly.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/ResizeDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/ResizeDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/ShiftDialog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/ShiftDialog.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/TilesetPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/TilesetPane.java -------------------------------------------------------------------------------- /src/ca/noxid/lab/tile/TypeConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/lab/tile/TypeConfig.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgList.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgListRender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgListRender.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgPanel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgPanel.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgSlider.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgSlider.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgTextArea.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgTextArea.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/BgTextPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/BgTextPane.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/DragScrollAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/DragScrollAdapter.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/FormattedUpdateTextField.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/FormattedUpdateTextField.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/LenLimitDoc.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/LenLimitDoc.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/LinkLabel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/LinkLabel.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/ScrollZoomAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/ScrollZoomAdapter.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/SplashTabPane.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/SplashTabPane.java -------------------------------------------------------------------------------- /src/ca/noxid/uiComponents/UpdateTextField.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/ca/noxid/uiComponents/UpdateTextField.java -------------------------------------------------------------------------------- /src/com/carrotlord/string/StrTools.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/com/carrotlord/string/StrTools.java -------------------------------------------------------------------------------- /src/module-info.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/src/module-info.java -------------------------------------------------------------------------------- /tsc_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/tsc_list.txt -------------------------------------------------------------------------------- /tsc_list_tsc+.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/taedixon/boosters-lab/HEAD/tsc_list_tsc+.txt --------------------------------------------------------------------------------