├── demo.sln ├── demo ├── FreeImage.dll ├── Makefile ├── data │ ├── clown.oam │ ├── clown.tileset.pal │ ├── clown.tileset.raw │ ├── cubegrid.pal │ ├── cubegrid.tex │ ├── cubegrid.xpal │ ├── data.S │ ├── data_macros.S │ ├── dist_persp1.raw │ ├── dot_overlay.oam │ ├── dot_overlay.tileset.pal │ ├── dot_overlay.tileset.raw │ ├── faceplant.act │ ├── flextextiles.pal │ ├── flextextiles.tex │ ├── glow.pal │ ├── glow.pali │ ├── glow.spr │ ├── glow_overlay.oam │ ├── glow_overlay.tileset.pal │ ├── glow_overlay.tileset.raw │ ├── greeble2k.pal │ ├── greeble2k.xpal │ ├── klown.mask │ ├── kvast.tex │ ├── lattice.pal │ ├── lattice_32f.tex │ ├── lattice_64f.tex │ ├── lopolycompletemap.tex │ ├── mirror.act │ ├── objectcompletemap.tex │ ├── p_env.tex │ ├── pal.pal │ ├── pal.xpal │ ├── part_growy.pal │ ├── poelse.pal │ ├── poelse.st │ ├── redenv.tex │ ├── room_completemap.tex │ ├── scroll.pal │ ├── scroll0.map │ ├── scroll0.tileset.raw │ ├── scroll1.tileset.raw │ ├── scroll2.pal │ ├── scroll2_0.tileset.raw │ ├── scroll2_1.tileset.raw │ ├── scroll2_2.tileset.raw │ ├── scroll2_3.tileset.raw │ ├── scroll2_tile_delta_offsets.bin │ ├── scroll2_tile_deltas.bin │ ├── scroll_tile_delta_offsets.bin │ ├── scroll_tile_deltas.bin │ ├── scroller.pal │ ├── sfc7.mask │ ├── sfc7_1.oam │ ├── sfc7_1.tileset.pal │ ├── sfc7_1.tileset.raw │ ├── sfc_bp_end.raw │ ├── sfc_bp_wait4part2.raw │ ├── sfc_logo.oam │ ├── sfc_logo.tileset.pal │ ├── sfc_logo.tileset.raw │ ├── skate0.act │ ├── skate1.act │ ├── skybox.tex │ ├── skybox2.tex │ ├── speaker01.mask │ ├── speaker01.oam │ ├── speaker01.ss.png │ ├── speaker01.tileset.pal │ ├── speaker01.tileset.png │ ├── speaker01.tileset.raw │ ├── speaker01_01.oam │ ├── speaker01_01.tileset.pal │ ├── speaker01_01.tileset.raw │ ├── speaker01_02.oam │ ├── speaker01_02.tileset.pal │ ├── speaker01_02.tileset.raw │ ├── speaker02.oam │ ├── speaker02.ss.png │ ├── speaker02.tileset.pal │ ├── speaker02.tileset.png │ ├── speaker02.tileset.raw │ ├── speaker03.oam │ ├── speaker03.ss.png │ ├── speaker03.tileset.pal │ ├── speaker03.tileset.png │ ├── speaker03.tileset.raw │ ├── speaker04.oam │ ├── speaker04.ss.png │ ├── speaker04.tileset.pal │ ├── speaker04.tileset.png │ ├── speaker04.tileset.raw │ ├── speaker1_01.oam │ ├── speaker1_01.tileset.pal │ ├── speaker1_01.tileset.raw │ ├── speaker1_02.oam │ ├── speaker1_02.tileset.pal │ ├── speaker1_02.tileset.raw │ ├── sphere │ │ ├── offsets.raw │ │ ├── sphere.pal │ │ ├── sphere.tex │ │ ├── sphere0.raw │ │ ├── sphere1.raw │ │ ├── sphere10.raw │ │ ├── sphere11.raw │ │ ├── sphere12.raw │ │ ├── sphere13.raw │ │ ├── sphere14.raw │ │ ├── sphere15.raw │ │ ├── sphere16.raw │ │ ├── sphere17.raw │ │ ├── sphere18.raw │ │ ├── sphere19.raw │ │ ├── sphere2.raw │ │ ├── sphere20.raw │ │ ├── sphere21.raw │ │ ├── sphere22.raw │ │ ├── sphere23.raw │ │ ├── sphere24.raw │ │ ├── sphere25.raw │ │ ├── sphere26.raw │ │ ├── sphere27.raw │ │ ├── sphere28.raw │ │ ├── sphere29.raw │ │ ├── sphere3.raw │ │ ├── sphere30.raw │ │ ├── sphere31.raw │ │ ├── sphere32.raw │ │ ├── sphere33.raw │ │ ├── sphere34.raw │ │ ├── sphere35.raw │ │ ├── sphere36.raw │ │ ├── sphere37.raw │ │ ├── sphere38.raw │ │ ├── sphere39.raw │ │ ├── sphere4.raw │ │ ├── sphere40.raw │ │ ├── sphere41.raw │ │ ├── sphere42.raw │ │ ├── sphere43.raw │ │ ├── sphere44.raw │ │ ├── sphere45.raw │ │ ├── sphere46.raw │ │ ├── sphere47.raw │ │ ├── sphere48.raw │ │ ├── sphere49.raw │ │ ├── sphere5.raw │ │ ├── sphere50.raw │ │ ├── sphere51.raw │ │ ├── sphere52.raw │ │ ├── sphere53.raw │ │ ├── sphere54.raw │ │ ├── sphere55.raw │ │ ├── sphere56.raw │ │ ├── sphere57.raw │ │ ├── sphere58.raw │ │ ├── sphere59.raw │ │ ├── sphere6.raw │ │ ├── sphere60.raw │ │ ├── sphere61.raw │ │ ├── sphere62.raw │ │ ├── sphere63.raw │ │ ├── sphere64.raw │ │ ├── sphere7.raw │ │ ├── sphere8.raw │ │ └── sphere9.raw │ ├── spheregrid_overlay1.raw │ ├── spheregrid_overlay2.raw │ ├── spheregrid_overlay3.raw │ ├── spike_langs.tex │ ├── spike_tvers.tex │ ├── spikebones.xpal │ ├── spikebones2_shadow.flikk │ ├── spikebones_shadow.flikk │ ├── sprite.pal │ ├── sprite.raw │ ├── testmask.mask │ ├── zoom_map.pal │ ├── zoom_map.raw │ └── zoom_table.bin ├── data_rules.mak ├── datasrc │ ├── alley_env.png │ ├── alley_env_sb.jpg │ ├── berlin.png │ ├── city_env.png │ ├── city_env_orig.hdr │ ├── city_sb.png │ ├── city_sb_orig.hdr │ ├── disco_bg.png │ ├── disco_env.png │ ├── dist_persp01.gif │ ├── dist_persp01.png │ ├── distance_perspective.png │ ├── glowpal_yellow.png │ ├── lattice_tex.png │ ├── lockedloaded.png │ ├── normalmap.png │ ├── p_env.png │ ├── p_env_pal.png │ ├── p_env_pal.png.raw │ ├── parallax_glow.AVI │ ├── radial.png │ ├── room_completemap.png │ ├── room_completemap_pal.png │ ├── room_completemap_pal.png.raw │ ├── sfc_bp_bkah_01.png │ ├── sfc_bp_bkah_02.png │ ├── sfc_bp_bkah_03.png │ ├── sfc_bp_bkah_04.png │ ├── sfc_bp_end.png │ ├── sfc_bp_wait4part2.png │ ├── skate0.gif │ ├── skate_optimize │ │ ├── faceplant01.gif │ │ ├── skate0.gif │ │ ├── skate0.psd │ │ └── skate1.gif │ ├── skene_filer │ │ ├── crack │ │ │ ├── crack.png │ │ │ ├── crack2.png │ │ │ └── crack_fade2.png │ │ ├── mirror │ │ │ ├── nm_corner.png │ │ │ ├── nm_middle.png │ │ │ ├── textures1.png │ │ │ ├── textures2.png │ │ │ ├── textures3.png │ │ │ └── textures4.png │ │ ├── poelse │ │ │ ├── p_env.png │ │ │ └── room_completemap.png │ │ ├── slide │ │ │ ├── Box10CompleteMap.png │ │ │ ├── Box11CompleteMap.png │ │ │ ├── Plane06CompleteMap.png │ │ │ └── env4.JPG │ │ └── telos │ │ │ ├── 01.png │ │ │ ├── 02.png │ │ │ ├── 03.png │ │ │ ├── 04.png │ │ │ ├── ned.png │ │ │ ├── opp.png │ │ │ └── ref6.png │ ├── speaker_mask.bmp │ ├── speaker_mask.gif │ ├── speaker_mask.png │ ├── speakerhead_0.png │ ├── speakerhead_1.png │ ├── sphere.bmp │ ├── start01.png │ ├── start02.png │ ├── start03.png │ ├── start04.png │ ├── telos_glow.AVI │ ├── test.gif │ ├── test.png │ ├── testmask.png │ ├── tune.wav │ ├── tune2.wav │ ├── wall.png │ ├── zoom_map.png │ ├── zoom_map_8bpp.png │ └── zoomer_full.png ├── demo.vcproj ├── demo_71.vcproj ├── include │ └── pimpmobile.h ├── lib │ └── libpimpmobile.a ├── readme.txt ├── rules.mak ├── script.txt ├── source │ ├── 3dthen.cpp │ ├── 3dthen.h │ ├── 3dthen_arm.cpp │ ├── adpcm.c │ ├── adpcm.h │ ├── adpcm_gba.c │ ├── antialias_arm.cpp │ ├── base.h │ ├── beatcounter.h │ ├── decomp.h │ ├── decomp_arm.cpp │ ├── exposure.cpp │ ├── exposure.h │ ├── exposure_arm.cpp │ ├── exstructs.h │ ├── fb.cpp │ ├── fb.h │ ├── fixed.h │ ├── fjalloc.cpp │ ├── fjalloc.h │ ├── flikk.cpp │ ├── flikk.h │ ├── flikkfx.h │ ├── flikkfx_arm.cpp │ ├── gba_assert.c │ ├── glow.cpp │ ├── glow.h │ ├── glow_arm.cpp │ ├── grid.h │ ├── grid_arm.cpp │ ├── grideffects.cpp │ ├── grideffects.h │ ├── grideffects_arm.cpp │ ├── infzoom.cpp │ ├── infzoom.h │ ├── infzoom_asm.S │ ├── linearcurve.h │ ├── main.cpp │ ├── math.cpp │ ├── math.h │ ├── matrix4x4.cpp │ ├── matrix4x4.h │ ├── noise.cpp │ ├── noise.h │ ├── palette.cpp │ ├── palette.h │ ├── parallax_grid_arm.cpp │ ├── part.cpp │ ├── part.h │ ├── parts.h │ ├── parts │ │ ├── anim.cpp │ │ ├── bboy.cpp │ │ ├── bonespike.cpp │ │ ├── clownogroup.cpp │ │ ├── cube2.cpp │ │ ├── cube3.cpp │ │ ├── cubegrid.cpp │ │ ├── djdoc.cpp │ │ ├── end.cpp │ │ ├── glow.cpp │ │ ├── greeble.cpp │ │ ├── greeble2k.cpp │ │ ├── greeble_skybox.cpp │ │ ├── grid_deform.cpp │ │ ├── gridglow.cpp │ │ ├── growy.cpp │ │ ├── hdr_city.cpp │ │ ├── hdr_fargedisco.cpp │ │ ├── hdr_wall.cpp │ │ ├── intro.cpp │ │ ├── lattice.cpp │ │ ├── lockedloaded.cpp │ │ ├── mercury.cpp │ │ ├── message.cpp │ │ ├── mirror.cpp │ │ ├── parallax.cpp │ │ ├── parallax_scroll.cpp │ │ ├── plane.cpp │ │ ├── poelse.cpp │ │ ├── projector.cpp │ │ ├── radial.cpp │ │ ├── rasterizer_test.cpp │ │ ├── skate.cpp │ │ ├── skyboxting_fucked.cpp │ │ ├── skygge.cpp │ │ ├── skyting.cpp │ │ ├── sphere.cpp │ │ ├── sphere2k.cpp │ │ ├── spheregrid.cpp │ │ ├── spheregrid_arm.cpp │ │ ├── spike.cpp │ │ ├── sylinder.cpp │ │ ├── telos.cpp │ │ ├── test2.cpp │ │ ├── tunnel.cpp │ │ ├── twister.cpp │ │ ├── waver.cpp │ │ └── zoomer.cpp │ ├── plane.h │ ├── plant.cpp │ ├── plant.h │ ├── poly.h │ ├── poly_arm.cpp │ ├── poly_subpixel_arm.cpp │ ├── ray3.h │ ├── renderer.cpp │ ├── renderer.h │ ├── scenes │ │ ├── growy.h │ │ ├── growy_growing.h │ │ ├── growy_plane.h │ │ ├── lattice.h │ │ ├── lattice_buildup.h │ │ ├── mercury.h │ │ ├── mirror.h │ │ ├── poelse.h │ │ ├── scene_bonespike.h │ │ ├── scene_bonespike2.h │ │ ├── scene_cube.h │ │ ├── scene_cube2.h │ │ ├── scene_cubegrid.h │ │ ├── scene_cubegrid2.h │ │ ├── scene_dots.h │ │ ├── scene_flower.h │ │ ├── scene_greeble.h │ │ ├── scene_greeble2k.h │ │ ├── scene_greeble_skybox.h │ │ ├── scene_growy.h │ │ ├── scene_hdr_city_no_obj.h │ │ ├── scene_hdr_city_obj.h │ │ ├── scene_hdr_fargedisco.h │ │ ├── scene_hdr_fargedisco2.h │ │ ├── scene_projector.h │ │ ├── scene_projector2.h │ │ ├── scene_projector_spike.h │ │ ├── scene_rubber.h │ │ ├── scene_turntable.h │ │ ├── scene_turntable2.h │ │ └── telos.h │ ├── shc.h │ ├── shtypes.h │ ├── skybox_rc.h │ ├── skybox_rc_arm.cpp │ ├── sphere.h │ ├── support.h │ ├── tilepool.cpp │ ├── tilepool.h │ ├── timer.cpp │ ├── timer.h │ ├── tunnel.cpp │ ├── tunnel.h │ ├── vcount.cpp │ ├── vcount.h │ ├── vector3.h │ ├── vector4.h │ ├── vertexcache.h │ └── vertextransformer.h └── tools │ ├── FreeImage.dll │ ├── adpcm.exe │ ├── converter.exe │ ├── gba_overlay.exe │ ├── gfx2gba.exe │ ├── mapflip.exe │ ├── sfccon.exe │ ├── sfccond.exe │ └── sox.exe └── tools ├── adpcm ├── Makefile ├── adpcm.c ├── adpcm.h ├── adpcm.sln ├── adpcm.vcproj ├── adpcm_gba.c ├── adpcm_ref.c ├── data.S ├── encoder.c ├── example.c ├── lame.exe ├── output.raw ├── sox.exe └── test.c ├── gba_overlay ├── gba_overlay.sln └── gba_overlay │ ├── FreeImage.dll │ ├── Makefile │ ├── gba_overlay.cpp │ ├── gba_overlay.vcproj │ ├── gdi.c │ ├── image.cpp │ ├── image.h │ ├── image.jpg │ ├── include │ └── FreeImage.h │ ├── lib │ └── FreeImage.lib │ ├── skull.png │ ├── stdafx.cpp │ ├── stdafx.h │ ├── tile.cpp │ ├── tile.h │ ├── tilefield.h │ ├── tinyptc.c │ ├── tinyptc.h │ └── wrap_cimage.h ├── hscroll_tiler ├── FreeImage.dll ├── bitmap.h ├── hscroll_tiler.cpp ├── hscroll_tiler.sln ├── hscroll_tiler.vcproj ├── image.h ├── in_layer0.bmp ├── in_layer1.bmp ├── in_layer2.bmp ├── in_layer3.bmp ├── include │ ├── FreeImage.h │ ├── SDL.h │ ├── SDL_active.h │ ├── SDL_audio.h │ ├── SDL_byteorder.h │ ├── SDL_cdrom.h │ ├── SDL_config.h │ ├── SDL_config.h.default │ ├── SDL_config.h.in │ ├── SDL_config_amiga.h │ ├── SDL_config_dreamcast.h │ ├── SDL_config_macos.h │ ├── SDL_config_macosx.h │ ├── SDL_config_minimal.h │ ├── SDL_config_os2.h │ ├── SDL_config_win32.h │ ├── SDL_copying.h │ ├── SDL_cpuinfo.h │ ├── SDL_endian.h │ ├── SDL_error.h │ ├── SDL_events.h │ ├── SDL_getenv.h │ ├── SDL_joystick.h │ ├── SDL_keyboard.h │ ├── SDL_keysym.h │ ├── SDL_loadso.h │ ├── SDL_main.h │ ├── SDL_mouse.h │ ├── SDL_mutex.h │ ├── SDL_name.h │ ├── SDL_opengl.h │ ├── SDL_platform.h │ ├── SDL_quit.h │ ├── SDL_rwops.h │ ├── SDL_stdinc.h │ ├── SDL_syswm.h │ ├── SDL_thread.h │ ├── SDL_timer.h │ ├── SDL_types.h │ ├── SDL_version.h │ ├── SDL_video.h │ ├── begin_code.h │ └── close_code.h ├── input.png ├── lib │ ├── FreeImage.lib │ ├── SDL.lib │ └── SDLmain.lib ├── pixelcache.h ├── stdafx.cpp ├── stdafx.h ├── tile.h ├── tilemap.h └── tileset.h ├── infzoom ├── build │ ├── FreeImage.dll │ ├── demo.sln │ └── demo.vcproj ├── include │ ├── FreeImage.h │ └── tinyptc.h ├── lib │ └── FreeImage.lib ├── src │ ├── base.h │ ├── fixed.h │ ├── grid.h │ ├── grid_arm.cpp │ ├── grideffects.cpp │ ├── grideffects.h │ ├── grideffects_arm.cpp │ ├── image.h │ ├── main.cpp │ ├── math.cpp │ ├── math.h │ ├── matrix.cpp │ ├── matrix.h │ ├── plane.h │ ├── ray3.h │ ├── sphere.h │ ├── vector3.h │ └── vector4.h └── tinyptc │ ├── convert.c │ ├── convert.h │ ├── ddraw.c │ ├── gdi.c │ ├── mmx.asm │ ├── mmx.h │ ├── tinyptc.c │ └── vfw.c ├── mapflip ├── mapflip.sln └── mapflip │ ├── mapflip.cpp │ ├── mapflip.vcproj │ ├── stdafx.cpp │ └── stdafx.h ├── maxplug ├── GBAExporterBackend │ ├── Backend.cpp │ ├── Backend.rc │ ├── GBAExporterBackend.def │ ├── GBAExporterBackend.vcproj │ ├── exstructs.h │ ├── resource.h │ ├── settings.cpp │ └── settings.h └── GBAPlugin │ ├── GBAPlugin.def │ ├── GBAPlugin.vcproj │ ├── GbaSceneMtl.cpp │ ├── GbaSceneMtl.h │ ├── diverse.rc │ ├── exporterdesc.cpp │ ├── resource.h │ ├── saker.h │ └── wrapper.cpp ├── sfccon ├── Color.h ├── DHUFF.C ├── Dhuff.cpp ├── FreeImage.dll ├── FreeImage.h ├── FreeImage.lib ├── HUFF1.C ├── Huff1.cpp ├── Vector3.h ├── bump.cpp ├── compress.cpp ├── compress.h ├── convert.sln ├── convert.vcproj ├── flikk.cpp ├── gangflc.cpp ├── gbapal.cpp ├── glow_lut.cpp ├── glow_precalc.cpp ├── load_anim.cpp ├── load_anim.h ├── loadsave.cpp ├── loadsave.h ├── luts.cpp ├── main.cpp ├── main.h ├── notes.txt ├── pic2mask.cpp ├── pic2tex.cpp ├── quantisize.cpp ├── raster_cover.cpp ├── reduce.cpp ├── shadowpal.cpp ├── shc.cpp ├── shc.h ├── shcodec.c ├── shtypes.h ├── spal_reorganiser.cpp ├── spal_reorganiser.h ├── support.h ├── tablefx.cpp ├── tasks.cpp └── tasks.h ├── strcon_wtf ├── Color.h ├── FreeImage.dll ├── FreeImage.h ├── FreeImage.lib ├── Vector3.h ├── bump.cpp ├── compress.cpp ├── compress.h ├── convert.sln ├── convert.vcproj ├── flikk.cpp ├── gbapal.cpp ├── glow.cpp ├── loadsave.cpp ├── loadsave.h ├── luts.cpp ├── main.cpp ├── main.h ├── pic2mask.cpp ├── pic2tex.cpp ├── quantisize.cpp ├── reduce.cpp ├── shadowpal.cpp ├── spal_reorganiser.cpp ├── spal_reorganiser.h ├── support.h ├── tasks.cpp ├── tasks.h └── topflc │ ├── TFANIMAT.c │ ├── TFBUFFER.c │ ├── TFFRAME.c │ ├── TFLIB.c │ ├── TOPFLC.TXT │ ├── flclib.dsp │ ├── flclib.vcproj │ ├── tfanimat.h │ ├── tflib.h │ └── topflc.h └── tablesphere ├── build ├── FreeImage.dll ├── demo.sln ├── demo.vcproj └── image.png ├── include ├── FreeImage.h └── tinyptc.h ├── lib └── FreeImage.lib ├── src ├── base.h ├── fixed.h ├── grid.h ├── grid_arm.cpp ├── grideffects.cpp ├── grideffects.h ├── grideffects_arm.cpp ├── image.h ├── main.cpp ├── math.cpp ├── math.h ├── matrix.cpp ├── matrix.h ├── plane.h ├── ray3.h ├── sphere.h ├── vector3.h └── vector4.h └── tinyptc ├── convert.c ├── convert.h ├── ddraw.c ├── gdi.c ├── mmx.asm ├── mmx.h ├── tinyptc.c └── vfw.c /demo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo.sln -------------------------------------------------------------------------------- /demo/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/FreeImage.dll -------------------------------------------------------------------------------- /demo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/Makefile -------------------------------------------------------------------------------- /demo/data/clown.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/clown.oam -------------------------------------------------------------------------------- /demo/data/clown.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/clown.tileset.pal -------------------------------------------------------------------------------- /demo/data/clown.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/clown.tileset.raw -------------------------------------------------------------------------------- /demo/data/cubegrid.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/cubegrid.pal -------------------------------------------------------------------------------- /demo/data/cubegrid.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/cubegrid.tex -------------------------------------------------------------------------------- /demo/data/cubegrid.xpal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/cubegrid.xpal -------------------------------------------------------------------------------- /demo/data/data.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/data.S -------------------------------------------------------------------------------- /demo/data/data_macros.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/data_macros.S -------------------------------------------------------------------------------- /demo/data/dist_persp1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/dist_persp1.raw -------------------------------------------------------------------------------- /demo/data/dot_overlay.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/dot_overlay.oam -------------------------------------------------------------------------------- /demo/data/dot_overlay.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/dot_overlay.tileset.pal -------------------------------------------------------------------------------- /demo/data/dot_overlay.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/dot_overlay.tileset.raw -------------------------------------------------------------------------------- /demo/data/faceplant.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/faceplant.act -------------------------------------------------------------------------------- /demo/data/flextextiles.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/flextextiles.pal -------------------------------------------------------------------------------- /demo/data/flextextiles.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/flextextiles.tex -------------------------------------------------------------------------------- /demo/data/glow.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow.pal -------------------------------------------------------------------------------- /demo/data/glow.pali: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow.pali -------------------------------------------------------------------------------- /demo/data/glow.spr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow.spr -------------------------------------------------------------------------------- /demo/data/glow_overlay.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow_overlay.oam -------------------------------------------------------------------------------- /demo/data/glow_overlay.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow_overlay.tileset.pal -------------------------------------------------------------------------------- /demo/data/glow_overlay.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/glow_overlay.tileset.raw -------------------------------------------------------------------------------- /demo/data/greeble2k.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/greeble2k.pal -------------------------------------------------------------------------------- /demo/data/greeble2k.xpal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/greeble2k.xpal -------------------------------------------------------------------------------- /demo/data/klown.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/klown.mask -------------------------------------------------------------------------------- /demo/data/kvast.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/kvast.tex -------------------------------------------------------------------------------- /demo/data/lattice.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/lattice.pal -------------------------------------------------------------------------------- /demo/data/lattice_32f.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/lattice_32f.tex -------------------------------------------------------------------------------- /demo/data/lattice_64f.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/lattice_64f.tex -------------------------------------------------------------------------------- /demo/data/lopolycompletemap.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/lopolycompletemap.tex -------------------------------------------------------------------------------- /demo/data/mirror.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/mirror.act -------------------------------------------------------------------------------- /demo/data/objectcompletemap.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/objectcompletemap.tex -------------------------------------------------------------------------------- /demo/data/p_env.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/p_env.tex -------------------------------------------------------------------------------- /demo/data/pal.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/pal.pal -------------------------------------------------------------------------------- /demo/data/pal.xpal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/pal.xpal -------------------------------------------------------------------------------- /demo/data/part_growy.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/part_growy.pal -------------------------------------------------------------------------------- /demo/data/poelse.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/poelse.pal -------------------------------------------------------------------------------- /demo/data/poelse.st: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/poelse.st -------------------------------------------------------------------------------- /demo/data/redenv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/redenv.tex -------------------------------------------------------------------------------- /demo/data/room_completemap.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/room_completemap.tex -------------------------------------------------------------------------------- /demo/data/scroll.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll.pal -------------------------------------------------------------------------------- /demo/data/scroll0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll0.map -------------------------------------------------------------------------------- /demo/data/scroll0.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll0.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll1.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll1.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll2.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2.pal -------------------------------------------------------------------------------- /demo/data/scroll2_0.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_0.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll2_1.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_1.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll2_2.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_2.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll2_3.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_3.tileset.raw -------------------------------------------------------------------------------- /demo/data/scroll2_tile_delta_offsets.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_tile_delta_offsets.bin -------------------------------------------------------------------------------- /demo/data/scroll2_tile_deltas.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll2_tile_deltas.bin -------------------------------------------------------------------------------- /demo/data/scroll_tile_delta_offsets.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll_tile_delta_offsets.bin -------------------------------------------------------------------------------- /demo/data/scroll_tile_deltas.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroll_tile_deltas.bin -------------------------------------------------------------------------------- /demo/data/scroller.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/scroller.pal -------------------------------------------------------------------------------- /demo/data/sfc7.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc7.mask -------------------------------------------------------------------------------- /demo/data/sfc7_1.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc7_1.oam -------------------------------------------------------------------------------- /demo/data/sfc7_1.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc7_1.tileset.pal -------------------------------------------------------------------------------- /demo/data/sfc7_1.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc7_1.tileset.raw -------------------------------------------------------------------------------- /demo/data/sfc_bp_end.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc_bp_end.raw -------------------------------------------------------------------------------- /demo/data/sfc_bp_wait4part2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc_bp_wait4part2.raw -------------------------------------------------------------------------------- /demo/data/sfc_logo.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc_logo.oam -------------------------------------------------------------------------------- /demo/data/sfc_logo.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc_logo.tileset.pal -------------------------------------------------------------------------------- /demo/data/sfc_logo.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sfc_logo.tileset.raw -------------------------------------------------------------------------------- /demo/data/skate0.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/skate0.act -------------------------------------------------------------------------------- /demo/data/skate1.act: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/skate1.act -------------------------------------------------------------------------------- /demo/data/skybox.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/skybox.tex -------------------------------------------------------------------------------- /demo/data/skybox2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/skybox2.tex -------------------------------------------------------------------------------- /demo/data/speaker01.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.mask -------------------------------------------------------------------------------- /demo/data/speaker01.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.oam -------------------------------------------------------------------------------- /demo/data/speaker01.ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.ss.png -------------------------------------------------------------------------------- /demo/data/speaker01.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker01.tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.tileset.png -------------------------------------------------------------------------------- /demo/data/speaker01.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker01_01.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_01.oam -------------------------------------------------------------------------------- /demo/data/speaker01_01.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_01.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker01_01.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_01.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker01_02.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_02.oam -------------------------------------------------------------------------------- /demo/data/speaker01_02.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_02.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker01_02.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker01_02.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker02.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker02.oam -------------------------------------------------------------------------------- /demo/data/speaker02.ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker02.ss.png -------------------------------------------------------------------------------- /demo/data/speaker02.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker02.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker02.tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker02.tileset.png -------------------------------------------------------------------------------- /demo/data/speaker02.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker02.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker03.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker03.oam -------------------------------------------------------------------------------- /demo/data/speaker03.ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker03.ss.png -------------------------------------------------------------------------------- /demo/data/speaker03.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker03.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker03.tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker03.tileset.png -------------------------------------------------------------------------------- /demo/data/speaker03.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker03.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker04.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker04.oam -------------------------------------------------------------------------------- /demo/data/speaker04.ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker04.ss.png -------------------------------------------------------------------------------- /demo/data/speaker04.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker04.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker04.tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker04.tileset.png -------------------------------------------------------------------------------- /demo/data/speaker04.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker04.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker1_01.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_01.oam -------------------------------------------------------------------------------- /demo/data/speaker1_01.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_01.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker1_01.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_01.tileset.raw -------------------------------------------------------------------------------- /demo/data/speaker1_02.oam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_02.oam -------------------------------------------------------------------------------- /demo/data/speaker1_02.tileset.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_02.tileset.pal -------------------------------------------------------------------------------- /demo/data/speaker1_02.tileset.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/speaker1_02.tileset.raw -------------------------------------------------------------------------------- /demo/data/sphere/offsets.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/offsets.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere.pal -------------------------------------------------------------------------------- /demo/data/sphere/sphere.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere.tex -------------------------------------------------------------------------------- /demo/data/sphere/sphere0.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere0.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere1.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere10.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere10.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere11.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere11.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere12.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere12.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere13.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere13.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere14.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere14.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere15.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere15.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere16.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere16.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere17.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere17.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere18.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere18.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere19.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere19.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere2.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere20.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere20.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere21.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere21.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere22.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere22.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere23.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere23.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere24.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere24.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere25.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere25.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere26.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere26.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere27.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere27.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere28.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere28.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere29.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere29.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere3.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere3.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere30.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere30.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere31.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere31.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere32.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere32.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere33.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere33.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere34.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere34.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere35.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere35.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere36.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere36.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere37.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere37.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere38.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere38.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere39.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere39.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere4.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere4.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere40.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere40.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere41.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere41.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere42.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere42.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere43.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere43.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere44.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere44.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere45.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere45.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere46.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere46.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere47.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere47.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere48.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere48.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere49.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere49.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere5.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere5.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere50.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere50.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere51.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere51.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere52.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere52.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere53.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere53.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere54.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere54.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere55.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere55.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere56.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere56.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere57.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere57.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere58.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere58.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere59.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere59.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere6.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere6.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere60.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere60.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere61.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere61.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere62.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere62.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere63.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere63.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere64.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere64.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere7.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere7.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere8.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere8.raw -------------------------------------------------------------------------------- /demo/data/sphere/sphere9.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sphere/sphere9.raw -------------------------------------------------------------------------------- /demo/data/spheregrid_overlay1.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spheregrid_overlay1.raw -------------------------------------------------------------------------------- /demo/data/spheregrid_overlay2.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spheregrid_overlay2.raw -------------------------------------------------------------------------------- /demo/data/spheregrid_overlay3.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spheregrid_overlay3.raw -------------------------------------------------------------------------------- /demo/data/spike_langs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spike_langs.tex -------------------------------------------------------------------------------- /demo/data/spike_tvers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spike_tvers.tex -------------------------------------------------------------------------------- /demo/data/spikebones.xpal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spikebones.xpal -------------------------------------------------------------------------------- /demo/data/spikebones2_shadow.flikk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spikebones2_shadow.flikk -------------------------------------------------------------------------------- /demo/data/spikebones_shadow.flikk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/spikebones_shadow.flikk -------------------------------------------------------------------------------- /demo/data/sprite.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sprite.pal -------------------------------------------------------------------------------- /demo/data/sprite.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/sprite.raw -------------------------------------------------------------------------------- /demo/data/testmask.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/testmask.mask -------------------------------------------------------------------------------- /demo/data/zoom_map.pal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/zoom_map.pal -------------------------------------------------------------------------------- /demo/data/zoom_map.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/zoom_map.raw -------------------------------------------------------------------------------- /demo/data/zoom_table.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data/zoom_table.bin -------------------------------------------------------------------------------- /demo/data_rules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/data_rules.mak -------------------------------------------------------------------------------- /demo/datasrc/alley_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/alley_env.png -------------------------------------------------------------------------------- /demo/datasrc/alley_env_sb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/alley_env_sb.jpg -------------------------------------------------------------------------------- /demo/datasrc/berlin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/berlin.png -------------------------------------------------------------------------------- /demo/datasrc/city_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/city_env.png -------------------------------------------------------------------------------- /demo/datasrc/city_env_orig.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/city_env_orig.hdr -------------------------------------------------------------------------------- /demo/datasrc/city_sb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/city_sb.png -------------------------------------------------------------------------------- /demo/datasrc/city_sb_orig.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/city_sb_orig.hdr -------------------------------------------------------------------------------- /demo/datasrc/disco_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/disco_bg.png -------------------------------------------------------------------------------- /demo/datasrc/disco_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/disco_env.png -------------------------------------------------------------------------------- /demo/datasrc/dist_persp01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/dist_persp01.gif -------------------------------------------------------------------------------- /demo/datasrc/dist_persp01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/dist_persp01.png -------------------------------------------------------------------------------- /demo/datasrc/distance_perspective.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/distance_perspective.png -------------------------------------------------------------------------------- /demo/datasrc/glowpal_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/glowpal_yellow.png -------------------------------------------------------------------------------- /demo/datasrc/lattice_tex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/lattice_tex.png -------------------------------------------------------------------------------- /demo/datasrc/lockedloaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/lockedloaded.png -------------------------------------------------------------------------------- /demo/datasrc/normalmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/normalmap.png -------------------------------------------------------------------------------- /demo/datasrc/p_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/p_env.png -------------------------------------------------------------------------------- /demo/datasrc/p_env_pal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/p_env_pal.png -------------------------------------------------------------------------------- /demo/datasrc/p_env_pal.png.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/p_env_pal.png.raw -------------------------------------------------------------------------------- /demo/datasrc/parallax_glow.AVI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/parallax_glow.AVI -------------------------------------------------------------------------------- /demo/datasrc/radial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/radial.png -------------------------------------------------------------------------------- /demo/datasrc/room_completemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/room_completemap.png -------------------------------------------------------------------------------- /demo/datasrc/room_completemap_pal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/room_completemap_pal.png -------------------------------------------------------------------------------- /demo/datasrc/room_completemap_pal.png.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/room_completemap_pal.png.raw -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_bkah_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_bkah_01.png -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_bkah_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_bkah_02.png -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_bkah_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_bkah_03.png -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_bkah_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_bkah_04.png -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_end.png -------------------------------------------------------------------------------- /demo/datasrc/sfc_bp_wait4part2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sfc_bp_wait4part2.png -------------------------------------------------------------------------------- /demo/datasrc/skate0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skate0.gif -------------------------------------------------------------------------------- /demo/datasrc/skate_optimize/faceplant01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skate_optimize/faceplant01.gif -------------------------------------------------------------------------------- /demo/datasrc/skate_optimize/skate0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skate_optimize/skate0.gif -------------------------------------------------------------------------------- /demo/datasrc/skate_optimize/skate0.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skate_optimize/skate0.psd -------------------------------------------------------------------------------- /demo/datasrc/skate_optimize/skate1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skate_optimize/skate1.gif -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/crack/crack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/crack/crack.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/crack/crack2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/crack/crack2.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/crack/crack_fade2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/crack/crack_fade2.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/nm_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/nm_corner.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/nm_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/nm_middle.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/textures1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/textures1.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/textures2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/textures2.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/textures3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/textures3.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/mirror/textures4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/mirror/textures4.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/poelse/p_env.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/poelse/p_env.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/poelse/room_completemap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/poelse/room_completemap.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/slide/Box10CompleteMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/slide/Box10CompleteMap.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/slide/Box11CompleteMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/slide/Box11CompleteMap.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/slide/Plane06CompleteMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/slide/Plane06CompleteMap.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/slide/env4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/slide/env4.JPG -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/01.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/02.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/03.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/04.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/ned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/ned.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/opp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/opp.png -------------------------------------------------------------------------------- /demo/datasrc/skene_filer/telos/ref6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/skene_filer/telos/ref6.png -------------------------------------------------------------------------------- /demo/datasrc/speaker_mask.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/speaker_mask.bmp -------------------------------------------------------------------------------- /demo/datasrc/speaker_mask.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/speaker_mask.gif -------------------------------------------------------------------------------- /demo/datasrc/speaker_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/speaker_mask.png -------------------------------------------------------------------------------- /demo/datasrc/speakerhead_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/speakerhead_0.png -------------------------------------------------------------------------------- /demo/datasrc/speakerhead_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/speakerhead_1.png -------------------------------------------------------------------------------- /demo/datasrc/sphere.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/sphere.bmp -------------------------------------------------------------------------------- /demo/datasrc/start01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/start01.png -------------------------------------------------------------------------------- /demo/datasrc/start02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/start02.png -------------------------------------------------------------------------------- /demo/datasrc/start03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/start03.png -------------------------------------------------------------------------------- /demo/datasrc/start04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/start04.png -------------------------------------------------------------------------------- /demo/datasrc/telos_glow.AVI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/telos_glow.AVI -------------------------------------------------------------------------------- /demo/datasrc/test.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/test.gif -------------------------------------------------------------------------------- /demo/datasrc/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/test.png -------------------------------------------------------------------------------- /demo/datasrc/testmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/testmask.png -------------------------------------------------------------------------------- /demo/datasrc/tune.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/tune.wav -------------------------------------------------------------------------------- /demo/datasrc/tune2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/tune2.wav -------------------------------------------------------------------------------- /demo/datasrc/wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/wall.png -------------------------------------------------------------------------------- /demo/datasrc/zoom_map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/zoom_map.png -------------------------------------------------------------------------------- /demo/datasrc/zoom_map_8bpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/zoom_map_8bpp.png -------------------------------------------------------------------------------- /demo/datasrc/zoomer_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/datasrc/zoomer_full.png -------------------------------------------------------------------------------- /demo/demo.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/demo.vcproj -------------------------------------------------------------------------------- /demo/demo_71.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/demo_71.vcproj -------------------------------------------------------------------------------- /demo/include/pimpmobile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/include/pimpmobile.h -------------------------------------------------------------------------------- /demo/lib/libpimpmobile.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/lib/libpimpmobile.a -------------------------------------------------------------------------------- /demo/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/readme.txt -------------------------------------------------------------------------------- /demo/rules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/rules.mak -------------------------------------------------------------------------------- /demo/script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/script.txt -------------------------------------------------------------------------------- /demo/source/3dthen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/3dthen.cpp -------------------------------------------------------------------------------- /demo/source/3dthen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/3dthen.h -------------------------------------------------------------------------------- /demo/source/3dthen_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/3dthen_arm.cpp -------------------------------------------------------------------------------- /demo/source/adpcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/adpcm.c -------------------------------------------------------------------------------- /demo/source/adpcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/adpcm.h -------------------------------------------------------------------------------- /demo/source/adpcm_gba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/adpcm_gba.c -------------------------------------------------------------------------------- /demo/source/antialias_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/antialias_arm.cpp -------------------------------------------------------------------------------- /demo/source/base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/base.h -------------------------------------------------------------------------------- /demo/source/beatcounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/beatcounter.h -------------------------------------------------------------------------------- /demo/source/decomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/decomp.h -------------------------------------------------------------------------------- /demo/source/decomp_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/decomp_arm.cpp -------------------------------------------------------------------------------- /demo/source/exposure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/exposure.cpp -------------------------------------------------------------------------------- /demo/source/exposure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/exposure.h -------------------------------------------------------------------------------- /demo/source/exposure_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/exposure_arm.cpp -------------------------------------------------------------------------------- /demo/source/exstructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/exstructs.h -------------------------------------------------------------------------------- /demo/source/fb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/fb.cpp -------------------------------------------------------------------------------- /demo/source/fb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/fb.h -------------------------------------------------------------------------------- /demo/source/fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/fixed.h -------------------------------------------------------------------------------- /demo/source/fjalloc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/fjalloc.cpp -------------------------------------------------------------------------------- /demo/source/fjalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/fjalloc.h -------------------------------------------------------------------------------- /demo/source/flikk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/flikk.cpp -------------------------------------------------------------------------------- /demo/source/flikk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/flikk.h -------------------------------------------------------------------------------- /demo/source/flikkfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/flikkfx.h -------------------------------------------------------------------------------- /demo/source/flikkfx_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/flikkfx_arm.cpp -------------------------------------------------------------------------------- /demo/source/gba_assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/gba_assert.c -------------------------------------------------------------------------------- /demo/source/glow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/glow.cpp -------------------------------------------------------------------------------- /demo/source/glow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/glow.h -------------------------------------------------------------------------------- /demo/source/glow_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/glow_arm.cpp -------------------------------------------------------------------------------- /demo/source/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/grid.h -------------------------------------------------------------------------------- /demo/source/grid_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/grid_arm.cpp -------------------------------------------------------------------------------- /demo/source/grideffects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/grideffects.cpp -------------------------------------------------------------------------------- /demo/source/grideffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/grideffects.h -------------------------------------------------------------------------------- /demo/source/grideffects_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/grideffects_arm.cpp -------------------------------------------------------------------------------- /demo/source/infzoom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/infzoom.cpp -------------------------------------------------------------------------------- /demo/source/infzoom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/infzoom.h -------------------------------------------------------------------------------- /demo/source/infzoom_asm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/infzoom_asm.S -------------------------------------------------------------------------------- /demo/source/linearcurve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/linearcurve.h -------------------------------------------------------------------------------- /demo/source/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/main.cpp -------------------------------------------------------------------------------- /demo/source/math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/math.cpp -------------------------------------------------------------------------------- /demo/source/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/math.h -------------------------------------------------------------------------------- /demo/source/matrix4x4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/matrix4x4.cpp -------------------------------------------------------------------------------- /demo/source/matrix4x4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/matrix4x4.h -------------------------------------------------------------------------------- /demo/source/noise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/noise.cpp -------------------------------------------------------------------------------- /demo/source/noise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/noise.h -------------------------------------------------------------------------------- /demo/source/palette.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/palette.cpp -------------------------------------------------------------------------------- /demo/source/palette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/palette.h -------------------------------------------------------------------------------- /demo/source/parallax_grid_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parallax_grid_arm.cpp -------------------------------------------------------------------------------- /demo/source/part.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/part.cpp -------------------------------------------------------------------------------- /demo/source/part.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/part.h -------------------------------------------------------------------------------- /demo/source/parts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts.h -------------------------------------------------------------------------------- /demo/source/parts/anim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/anim.cpp -------------------------------------------------------------------------------- /demo/source/parts/bboy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/bboy.cpp -------------------------------------------------------------------------------- /demo/source/parts/bonespike.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/bonespike.cpp -------------------------------------------------------------------------------- /demo/source/parts/clownogroup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/clownogroup.cpp -------------------------------------------------------------------------------- /demo/source/parts/cube2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/cube2.cpp -------------------------------------------------------------------------------- /demo/source/parts/cube3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/cube3.cpp -------------------------------------------------------------------------------- /demo/source/parts/cubegrid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/cubegrid.cpp -------------------------------------------------------------------------------- /demo/source/parts/djdoc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/djdoc.cpp -------------------------------------------------------------------------------- /demo/source/parts/end.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/end.cpp -------------------------------------------------------------------------------- /demo/source/parts/glow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/glow.cpp -------------------------------------------------------------------------------- /demo/source/parts/greeble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/greeble.cpp -------------------------------------------------------------------------------- /demo/source/parts/greeble2k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/greeble2k.cpp -------------------------------------------------------------------------------- /demo/source/parts/greeble_skybox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/greeble_skybox.cpp -------------------------------------------------------------------------------- /demo/source/parts/grid_deform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/grid_deform.cpp -------------------------------------------------------------------------------- /demo/source/parts/gridglow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/gridglow.cpp -------------------------------------------------------------------------------- /demo/source/parts/growy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/growy.cpp -------------------------------------------------------------------------------- /demo/source/parts/hdr_city.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/hdr_city.cpp -------------------------------------------------------------------------------- /demo/source/parts/hdr_fargedisco.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/hdr_fargedisco.cpp -------------------------------------------------------------------------------- /demo/source/parts/hdr_wall.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/hdr_wall.cpp -------------------------------------------------------------------------------- /demo/source/parts/intro.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/intro.cpp -------------------------------------------------------------------------------- /demo/source/parts/lattice.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/lattice.cpp -------------------------------------------------------------------------------- /demo/source/parts/lockedloaded.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/lockedloaded.cpp -------------------------------------------------------------------------------- /demo/source/parts/mercury.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/mercury.cpp -------------------------------------------------------------------------------- /demo/source/parts/message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/message.cpp -------------------------------------------------------------------------------- /demo/source/parts/mirror.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/mirror.cpp -------------------------------------------------------------------------------- /demo/source/parts/parallax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/parallax.cpp -------------------------------------------------------------------------------- /demo/source/parts/parallax_scroll.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/parallax_scroll.cpp -------------------------------------------------------------------------------- /demo/source/parts/plane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/plane.cpp -------------------------------------------------------------------------------- /demo/source/parts/poelse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/poelse.cpp -------------------------------------------------------------------------------- /demo/source/parts/projector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/projector.cpp -------------------------------------------------------------------------------- /demo/source/parts/radial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/radial.cpp -------------------------------------------------------------------------------- /demo/source/parts/rasterizer_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/rasterizer_test.cpp -------------------------------------------------------------------------------- /demo/source/parts/skate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/skate.cpp -------------------------------------------------------------------------------- /demo/source/parts/skyboxting_fucked.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/skyboxting_fucked.cpp -------------------------------------------------------------------------------- /demo/source/parts/skygge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/skygge.cpp -------------------------------------------------------------------------------- /demo/source/parts/skyting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/skyting.cpp -------------------------------------------------------------------------------- /demo/source/parts/sphere.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/sphere.cpp -------------------------------------------------------------------------------- /demo/source/parts/sphere2k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/sphere2k.cpp -------------------------------------------------------------------------------- /demo/source/parts/spheregrid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/spheregrid.cpp -------------------------------------------------------------------------------- /demo/source/parts/spheregrid_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/spheregrid_arm.cpp -------------------------------------------------------------------------------- /demo/source/parts/spike.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/spike.cpp -------------------------------------------------------------------------------- /demo/source/parts/sylinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/sylinder.cpp -------------------------------------------------------------------------------- /demo/source/parts/telos.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/telos.cpp -------------------------------------------------------------------------------- /demo/source/parts/test2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/test2.cpp -------------------------------------------------------------------------------- /demo/source/parts/tunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/tunnel.cpp -------------------------------------------------------------------------------- /demo/source/parts/twister.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/twister.cpp -------------------------------------------------------------------------------- /demo/source/parts/waver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/waver.cpp -------------------------------------------------------------------------------- /demo/source/parts/zoomer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/parts/zoomer.cpp -------------------------------------------------------------------------------- /demo/source/plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/plane.h -------------------------------------------------------------------------------- /demo/source/plant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/plant.cpp -------------------------------------------------------------------------------- /demo/source/plant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/plant.h -------------------------------------------------------------------------------- /demo/source/poly.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/poly.h -------------------------------------------------------------------------------- /demo/source/poly_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/poly_arm.cpp -------------------------------------------------------------------------------- /demo/source/poly_subpixel_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/poly_subpixel_arm.cpp -------------------------------------------------------------------------------- /demo/source/ray3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/ray3.h -------------------------------------------------------------------------------- /demo/source/renderer.cpp: -------------------------------------------------------------------------------- 1 | #include "renderer.h" 2 | 3 | 4 | -------------------------------------------------------------------------------- /demo/source/renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/renderer.h -------------------------------------------------------------------------------- /demo/source/scenes/growy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/growy.h -------------------------------------------------------------------------------- /demo/source/scenes/growy_growing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/growy_growing.h -------------------------------------------------------------------------------- /demo/source/scenes/growy_plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/growy_plane.h -------------------------------------------------------------------------------- /demo/source/scenes/lattice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/lattice.h -------------------------------------------------------------------------------- /demo/source/scenes/lattice_buildup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/lattice_buildup.h -------------------------------------------------------------------------------- /demo/source/scenes/mercury.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/mercury.h -------------------------------------------------------------------------------- /demo/source/scenes/mirror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/mirror.h -------------------------------------------------------------------------------- /demo/source/scenes/poelse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/poelse.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_bonespike.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_bonespike.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_bonespike2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_bonespike2.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_cube.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_cube.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_cube2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_cube2.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_cubegrid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_cubegrid.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_cubegrid2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_cubegrid2.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_dots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_dots.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_flower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_flower.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_greeble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_greeble.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_greeble2k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_greeble2k.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_greeble_skybox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_greeble_skybox.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_growy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_growy.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_hdr_city_no_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_hdr_city_no_obj.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_hdr_city_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_hdr_city_obj.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_hdr_fargedisco.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_hdr_fargedisco.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_hdr_fargedisco2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_hdr_fargedisco2.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_projector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_projector.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_projector2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_projector2.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_projector_spike.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_projector_spike.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_rubber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_rubber.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_turntable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_turntable.h -------------------------------------------------------------------------------- /demo/source/scenes/scene_turntable2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/scene_turntable2.h -------------------------------------------------------------------------------- /demo/source/scenes/telos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/scenes/telos.h -------------------------------------------------------------------------------- /demo/source/shc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/shc.h -------------------------------------------------------------------------------- /demo/source/shtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/shtypes.h -------------------------------------------------------------------------------- /demo/source/skybox_rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/skybox_rc.h -------------------------------------------------------------------------------- /demo/source/skybox_rc_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/skybox_rc_arm.cpp -------------------------------------------------------------------------------- /demo/source/sphere.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/sphere.h -------------------------------------------------------------------------------- /demo/source/support.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/support.h -------------------------------------------------------------------------------- /demo/source/tilepool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/tilepool.cpp -------------------------------------------------------------------------------- /demo/source/tilepool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/tilepool.h -------------------------------------------------------------------------------- /demo/source/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/timer.cpp -------------------------------------------------------------------------------- /demo/source/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/timer.h -------------------------------------------------------------------------------- /demo/source/tunnel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/tunnel.cpp -------------------------------------------------------------------------------- /demo/source/tunnel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/tunnel.h -------------------------------------------------------------------------------- /demo/source/vcount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vcount.cpp -------------------------------------------------------------------------------- /demo/source/vcount.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vcount.h -------------------------------------------------------------------------------- /demo/source/vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vector3.h -------------------------------------------------------------------------------- /demo/source/vector4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vector4.h -------------------------------------------------------------------------------- /demo/source/vertexcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vertexcache.h -------------------------------------------------------------------------------- /demo/source/vertextransformer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/source/vertextransformer.h -------------------------------------------------------------------------------- /demo/tools/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/FreeImage.dll -------------------------------------------------------------------------------- /demo/tools/adpcm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/adpcm.exe -------------------------------------------------------------------------------- /demo/tools/converter.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/converter.exe -------------------------------------------------------------------------------- /demo/tools/gba_overlay.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/gba_overlay.exe -------------------------------------------------------------------------------- /demo/tools/gfx2gba.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/gfx2gba.exe -------------------------------------------------------------------------------- /demo/tools/mapflip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/mapflip.exe -------------------------------------------------------------------------------- /demo/tools/sfccon.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/sfccon.exe -------------------------------------------------------------------------------- /demo/tools/sfccond.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/sfccond.exe -------------------------------------------------------------------------------- /demo/tools/sox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/demo/tools/sox.exe -------------------------------------------------------------------------------- /tools/adpcm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/Makefile -------------------------------------------------------------------------------- /tools/adpcm/adpcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm.c -------------------------------------------------------------------------------- /tools/adpcm/adpcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm.h -------------------------------------------------------------------------------- /tools/adpcm/adpcm.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm.sln -------------------------------------------------------------------------------- /tools/adpcm/adpcm.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm.vcproj -------------------------------------------------------------------------------- /tools/adpcm/adpcm_gba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm_gba.c -------------------------------------------------------------------------------- /tools/adpcm/adpcm_ref.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/adpcm_ref.c -------------------------------------------------------------------------------- /tools/adpcm/data.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/data.S -------------------------------------------------------------------------------- /tools/adpcm/encoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/encoder.c -------------------------------------------------------------------------------- /tools/adpcm/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/example.c -------------------------------------------------------------------------------- /tools/adpcm/lame.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/lame.exe -------------------------------------------------------------------------------- /tools/adpcm/output.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/output.raw -------------------------------------------------------------------------------- /tools/adpcm/sox.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/sox.exe -------------------------------------------------------------------------------- /tools/adpcm/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/adpcm/test.c -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay.sln -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/FreeImage.dll -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/Makefile -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/gba_overlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/gba_overlay.cpp -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/gba_overlay.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/gba_overlay.vcproj -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/gdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/gdi.c -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/image.cpp -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/image.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/image.jpg -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/include/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/include/FreeImage.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/lib/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/lib/FreeImage.lib -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/skull.png -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/stdafx.cpp -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/stdafx.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/tile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/tile.cpp -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/tile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/tile.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/tilefield.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/tilefield.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/tinyptc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/tinyptc.c -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/tinyptc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/tinyptc.h -------------------------------------------------------------------------------- /tools/gba_overlay/gba_overlay/wrap_cimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/gba_overlay/gba_overlay/wrap_cimage.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/FreeImage.dll -------------------------------------------------------------------------------- /tools/hscroll_tiler/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/bitmap.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/hscroll_tiler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/hscroll_tiler.cpp -------------------------------------------------------------------------------- /tools/hscroll_tiler/hscroll_tiler.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/hscroll_tiler.sln -------------------------------------------------------------------------------- /tools/hscroll_tiler/hscroll_tiler.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/hscroll_tiler.vcproj -------------------------------------------------------------------------------- /tools/hscroll_tiler/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/image.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/in_layer0.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/in_layer0.bmp -------------------------------------------------------------------------------- /tools/hscroll_tiler/in_layer1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/in_layer1.bmp -------------------------------------------------------------------------------- /tools/hscroll_tiler/in_layer2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/in_layer2.bmp -------------------------------------------------------------------------------- /tools/hscroll_tiler/in_layer3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/in_layer3.bmp -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/FreeImage.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_active.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_active.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_audio.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_byteorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_byteorder.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_cdrom.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config.h.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config.h.default -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config.h.in -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_amiga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_amiga.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_dreamcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_dreamcast.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_macos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_macos.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_macosx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_macosx.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_minimal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_minimal.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_os2.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_config_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_config_win32.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_copying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_copying.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_cpuinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_cpuinfo.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_endian.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_error.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_events.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_getenv.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_joystick.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_keyboard.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_keysym.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_keysym.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_loadso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_loadso.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_main.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_mouse.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_mutex.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_name.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_name.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_opengl.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_platform.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_quit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_quit.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_rwops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_rwops.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_stdinc.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_syswm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_syswm.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_thread.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_timer.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_types.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_version.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/SDL_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/SDL_video.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/begin_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/begin_code.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/include/close_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/include/close_code.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/input.png -------------------------------------------------------------------------------- /tools/hscroll_tiler/lib/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/lib/FreeImage.lib -------------------------------------------------------------------------------- /tools/hscroll_tiler/lib/SDL.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/lib/SDL.lib -------------------------------------------------------------------------------- /tools/hscroll_tiler/lib/SDLmain.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/lib/SDLmain.lib -------------------------------------------------------------------------------- /tools/hscroll_tiler/pixelcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/pixelcache.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/stdafx.cpp -------------------------------------------------------------------------------- /tools/hscroll_tiler/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/stdafx.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/tile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/tile.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/tilemap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/tilemap.h -------------------------------------------------------------------------------- /tools/hscroll_tiler/tileset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/hscroll_tiler/tileset.h -------------------------------------------------------------------------------- /tools/infzoom/build/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/build/FreeImage.dll -------------------------------------------------------------------------------- /tools/infzoom/build/demo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/build/demo.sln -------------------------------------------------------------------------------- /tools/infzoom/build/demo.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/build/demo.vcproj -------------------------------------------------------------------------------- /tools/infzoom/include/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/include/FreeImage.h -------------------------------------------------------------------------------- /tools/infzoom/include/tinyptc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/include/tinyptc.h -------------------------------------------------------------------------------- /tools/infzoom/lib/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/lib/FreeImage.lib -------------------------------------------------------------------------------- /tools/infzoom/src/base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/base.h -------------------------------------------------------------------------------- /tools/infzoom/src/fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/fixed.h -------------------------------------------------------------------------------- /tools/infzoom/src/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/grid.h -------------------------------------------------------------------------------- /tools/infzoom/src/grid_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/grid_arm.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/grideffects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/grideffects.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/grideffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/grideffects.h -------------------------------------------------------------------------------- /tools/infzoom/src/grideffects_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/grideffects_arm.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/image.h -------------------------------------------------------------------------------- /tools/infzoom/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/main.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/math.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/math.h -------------------------------------------------------------------------------- /tools/infzoom/src/matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/matrix.cpp -------------------------------------------------------------------------------- /tools/infzoom/src/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/matrix.h -------------------------------------------------------------------------------- /tools/infzoom/src/plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/plane.h -------------------------------------------------------------------------------- /tools/infzoom/src/ray3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/ray3.h -------------------------------------------------------------------------------- /tools/infzoom/src/sphere.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/sphere.h -------------------------------------------------------------------------------- /tools/infzoom/src/vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/vector3.h -------------------------------------------------------------------------------- /tools/infzoom/src/vector4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/src/vector4.h -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/convert.c -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/convert.h -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/ddraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/ddraw.c -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/gdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/gdi.c -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/mmx.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/mmx.asm -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/mmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/mmx.h -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/tinyptc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/tinyptc.c -------------------------------------------------------------------------------- /tools/infzoom/tinyptc/vfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/infzoom/tinyptc/vfw.c -------------------------------------------------------------------------------- /tools/mapflip/mapflip.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/mapflip/mapflip.sln -------------------------------------------------------------------------------- /tools/mapflip/mapflip/mapflip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/mapflip/mapflip/mapflip.cpp -------------------------------------------------------------------------------- /tools/mapflip/mapflip/mapflip.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/mapflip/mapflip/mapflip.vcproj -------------------------------------------------------------------------------- /tools/mapflip/mapflip/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/mapflip/mapflip/stdafx.cpp -------------------------------------------------------------------------------- /tools/mapflip/mapflip/stdafx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/mapflip/mapflip/stdafx.h -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/Backend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/Backend.cpp -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/Backend.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/Backend.rc -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/GBAExporterBackend.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/GBAExporterBackend.def -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/GBAExporterBackend.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/GBAExporterBackend.vcproj -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/exstructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/exstructs.h -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/resource.h -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/settings.cpp -------------------------------------------------------------------------------- /tools/maxplug/GBAExporterBackend/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAExporterBackend/settings.h -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/GBAPlugin.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/GBAPlugin.def -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/GBAPlugin.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/GBAPlugin.vcproj -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/GbaSceneMtl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/GbaSceneMtl.cpp -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/GbaSceneMtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/GbaSceneMtl.h -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/diverse.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/diverse.rc -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/exporterdesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/exporterdesc.cpp -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/resource.h -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/saker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/saker.h -------------------------------------------------------------------------------- /tools/maxplug/GBAPlugin/wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/maxplug/GBAPlugin/wrapper.cpp -------------------------------------------------------------------------------- /tools/sfccon/Color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/Color.h -------------------------------------------------------------------------------- /tools/sfccon/DHUFF.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/DHUFF.C -------------------------------------------------------------------------------- /tools/sfccon/Dhuff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/Dhuff.cpp -------------------------------------------------------------------------------- /tools/sfccon/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/FreeImage.dll -------------------------------------------------------------------------------- /tools/sfccon/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/FreeImage.h -------------------------------------------------------------------------------- /tools/sfccon/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/FreeImage.lib -------------------------------------------------------------------------------- /tools/sfccon/HUFF1.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/HUFF1.C -------------------------------------------------------------------------------- /tools/sfccon/Huff1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/Huff1.cpp -------------------------------------------------------------------------------- /tools/sfccon/Vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/Vector3.h -------------------------------------------------------------------------------- /tools/sfccon/bump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/bump.cpp -------------------------------------------------------------------------------- /tools/sfccon/compress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/compress.cpp -------------------------------------------------------------------------------- /tools/sfccon/compress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/compress.h -------------------------------------------------------------------------------- /tools/sfccon/convert.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/convert.sln -------------------------------------------------------------------------------- /tools/sfccon/convert.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/convert.vcproj -------------------------------------------------------------------------------- /tools/sfccon/flikk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/flikk.cpp -------------------------------------------------------------------------------- /tools/sfccon/gangflc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/gangflc.cpp -------------------------------------------------------------------------------- /tools/sfccon/gbapal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/gbapal.cpp -------------------------------------------------------------------------------- /tools/sfccon/glow_lut.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/glow_lut.cpp -------------------------------------------------------------------------------- /tools/sfccon/glow_precalc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/glow_precalc.cpp -------------------------------------------------------------------------------- /tools/sfccon/load_anim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/load_anim.cpp -------------------------------------------------------------------------------- /tools/sfccon/load_anim.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "FreeImage.h" 3 | 4 | 5 | FIMULTIBITMAP* LoadAnim(const char* filename); 6 | 7 | 8 | -------------------------------------------------------------------------------- /tools/sfccon/loadsave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/loadsave.cpp -------------------------------------------------------------------------------- /tools/sfccon/loadsave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/loadsave.h -------------------------------------------------------------------------------- /tools/sfccon/luts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/luts.cpp -------------------------------------------------------------------------------- /tools/sfccon/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/main.cpp -------------------------------------------------------------------------------- /tools/sfccon/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/main.h -------------------------------------------------------------------------------- /tools/sfccon/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/notes.txt -------------------------------------------------------------------------------- /tools/sfccon/pic2mask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/pic2mask.cpp -------------------------------------------------------------------------------- /tools/sfccon/pic2tex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/pic2tex.cpp -------------------------------------------------------------------------------- /tools/sfccon/quantisize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/quantisize.cpp -------------------------------------------------------------------------------- /tools/sfccon/raster_cover.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/raster_cover.cpp -------------------------------------------------------------------------------- /tools/sfccon/reduce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/reduce.cpp -------------------------------------------------------------------------------- /tools/sfccon/shadowpal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/shadowpal.cpp -------------------------------------------------------------------------------- /tools/sfccon/shc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/shc.cpp -------------------------------------------------------------------------------- /tools/sfccon/shc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/shc.h -------------------------------------------------------------------------------- /tools/sfccon/shcodec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/shcodec.c -------------------------------------------------------------------------------- /tools/sfccon/shtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/shtypes.h -------------------------------------------------------------------------------- /tools/sfccon/spal_reorganiser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/spal_reorganiser.cpp -------------------------------------------------------------------------------- /tools/sfccon/spal_reorganiser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/spal_reorganiser.h -------------------------------------------------------------------------------- /tools/sfccon/support.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/sfccon/tablefx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/tablefx.cpp -------------------------------------------------------------------------------- /tools/sfccon/tasks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/tasks.cpp -------------------------------------------------------------------------------- /tools/sfccon/tasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/sfccon/tasks.h -------------------------------------------------------------------------------- /tools/strcon_wtf/Color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/Color.h -------------------------------------------------------------------------------- /tools/strcon_wtf/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/FreeImage.dll -------------------------------------------------------------------------------- /tools/strcon_wtf/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/FreeImage.h -------------------------------------------------------------------------------- /tools/strcon_wtf/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/FreeImage.lib -------------------------------------------------------------------------------- /tools/strcon_wtf/Vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/Vector3.h -------------------------------------------------------------------------------- /tools/strcon_wtf/bump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/bump.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/compress.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/compress.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/compress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/compress.h -------------------------------------------------------------------------------- /tools/strcon_wtf/convert.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/convert.sln -------------------------------------------------------------------------------- /tools/strcon_wtf/convert.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/convert.vcproj -------------------------------------------------------------------------------- /tools/strcon_wtf/flikk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/flikk.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/gbapal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/gbapal.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/glow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/glow.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/loadsave.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/loadsave.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/loadsave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/loadsave.h -------------------------------------------------------------------------------- /tools/strcon_wtf/luts.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/luts.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/main.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/main.h -------------------------------------------------------------------------------- /tools/strcon_wtf/pic2mask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/pic2mask.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/pic2tex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/pic2tex.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/quantisize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/quantisize.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/reduce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/reduce.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/shadowpal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/shadowpal.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/spal_reorganiser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/spal_reorganiser.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/spal_reorganiser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/spal_reorganiser.h -------------------------------------------------------------------------------- /tools/strcon_wtf/support.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/strcon_wtf/tasks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/tasks.cpp -------------------------------------------------------------------------------- /tools/strcon_wtf/tasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/tasks.h -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/TFANIMAT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/TFANIMAT.c -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/TFBUFFER.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/TFBUFFER.c -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/TFFRAME.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/TFFRAME.c -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/TFLIB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/TFLIB.c -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/TOPFLC.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/TOPFLC.TXT -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/flclib.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/flclib.dsp -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/flclib.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/flclib.vcproj -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/tfanimat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/tfanimat.h -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/tflib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/tflib.h -------------------------------------------------------------------------------- /tools/strcon_wtf/topflc/topflc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/strcon_wtf/topflc/topflc.h -------------------------------------------------------------------------------- /tools/tablesphere/build/FreeImage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/build/FreeImage.dll -------------------------------------------------------------------------------- /tools/tablesphere/build/demo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/build/demo.sln -------------------------------------------------------------------------------- /tools/tablesphere/build/demo.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/build/demo.vcproj -------------------------------------------------------------------------------- /tools/tablesphere/build/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/build/image.png -------------------------------------------------------------------------------- /tools/tablesphere/include/FreeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/include/FreeImage.h -------------------------------------------------------------------------------- /tools/tablesphere/include/tinyptc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/include/tinyptc.h -------------------------------------------------------------------------------- /tools/tablesphere/lib/FreeImage.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/lib/FreeImage.lib -------------------------------------------------------------------------------- /tools/tablesphere/src/base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/base.h -------------------------------------------------------------------------------- /tools/tablesphere/src/fixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/fixed.h -------------------------------------------------------------------------------- /tools/tablesphere/src/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/grid.h -------------------------------------------------------------------------------- /tools/tablesphere/src/grid_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/grid_arm.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/grideffects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/grideffects.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/grideffects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/grideffects.h -------------------------------------------------------------------------------- /tools/tablesphere/src/grideffects_arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/grideffects_arm.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/image.h -------------------------------------------------------------------------------- /tools/tablesphere/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/main.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/math.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/math.h -------------------------------------------------------------------------------- /tools/tablesphere/src/matrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/matrix.cpp -------------------------------------------------------------------------------- /tools/tablesphere/src/matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/matrix.h -------------------------------------------------------------------------------- /tools/tablesphere/src/plane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/plane.h -------------------------------------------------------------------------------- /tools/tablesphere/src/ray3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/ray3.h -------------------------------------------------------------------------------- /tools/tablesphere/src/sphere.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/sphere.h -------------------------------------------------------------------------------- /tools/tablesphere/src/vector3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/vector3.h -------------------------------------------------------------------------------- /tools/tablesphere/src/vector4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/src/vector4.h -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/convert.c -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/convert.h -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/ddraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/ddraw.c -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/gdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/gdi.c -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/mmx.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/mmx.asm -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/mmx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/mmx.h -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/tinyptc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/tinyptc.c -------------------------------------------------------------------------------- /tools/tablesphere/tinyptc/vfw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kusma/newton/HEAD/tools/tablesphere/tinyptc/vfw.c --------------------------------------------------------------------------------