├── .gitignore ├── DoodleChum ├── CMakeLists.txt ├── DoodleChum.vcxproj ├── DoodleChum.vcxproj.filters ├── assets │ ├── background.xym │ ├── fonts │ │ ├── Clock.ttf │ │ ├── FallahnHand.ttf │ │ ├── Printer.ttf │ │ └── charset_transparent.png │ ├── haus.xym │ ├── images │ │ ├── minigames │ │ │ ├── darts │ │ │ │ ├── board.png │ │ │ │ ├── dart.png │ │ │ │ ├── wheel_back.png │ │ │ │ └── wheel_front.png │ │ │ ├── pachinko │ │ │ │ ├── powerbar.png │ │ │ │ └── table.png │ │ │ └── roulette │ │ │ │ ├── ball.png │ │ │ │ ├── chance_selector.png │ │ │ │ ├── credit_selector.png │ │ │ │ ├── powerbar.png │ │ │ │ └── wheel.png │ │ ├── particles │ │ │ ├── music.png │ │ │ ├── puff01.png │ │ │ └── zz.png │ │ ├── sprites │ │ │ ├── bob.png │ │ │ ├── bob.xya │ │ │ ├── bud.psd │ │ │ ├── clock.png │ │ │ ├── clock.xya │ │ │ ├── pussy.png │ │ │ ├── pussy.xya │ │ │ ├── resources.txt │ │ │ ├── vacuum.png │ │ │ └── vacuum_mask.png │ │ ├── startup.png │ │ ├── textures │ │ │ ├── background.png │ │ │ ├── background_diffuse.png │ │ │ ├── db_diffuse.png │ │ │ ├── furniture2_diffuse.png │ │ │ ├── furniture2_normal.png │ │ │ ├── furniture3_diffuse.png │ │ │ ├── furniture3_normal.png │ │ │ ├── furniture_diffuse.png │ │ │ ├── furniture_normal.png │ │ │ ├── haus_diffuse.png │ │ │ ├── haus_mask.png │ │ │ ├── haus_normal.png │ │ │ ├── houselights_diffuse.png │ │ │ ├── rain.png │ │ │ ├── shower_diffuse.png │ │ │ └── walls_diffuse.png │ │ └── ui │ │ │ ├── add_button.png │ │ │ ├── bob_screen.png │ │ │ ├── calendar.png │ │ │ ├── checkbox.png │ │ │ ├── current_task.png │ │ │ ├── game_over_tab.png │ │ │ ├── large_tab.png │ │ │ ├── menu_background.png │ │ │ ├── menu_button.png │ │ │ ├── menu_pic.png │ │ │ ├── menu_tabs.png │ │ │ ├── minigame.png │ │ │ ├── new_game_button.png │ │ │ ├── pen_border.png │ │ │ ├── pen_border_small.png │ │ │ ├── price_tag.png │ │ │ ├── printer.png │ │ │ ├── quit_tip.png │ │ │ ├── scroll_arrow.png │ │ │ ├── slider_handle.png │ │ │ ├── small_button.png │ │ │ ├── start_button.png │ │ │ ├── think_bubble.png │ │ │ ├── top_tab.png │ │ │ ├── value_bar.png │ │ │ └── window.png │ ├── mapdata │ │ ├── map.tmx │ │ └── tileset.png │ ├── models │ │ ├── background.iqm │ │ ├── furniture.iqm │ │ ├── furniture_the_third.iqm │ │ ├── haus.iqm │ │ ├── house_lights.iqm │ │ ├── lights.iqm │ │ ├── more_furniture.iqm │ │ ├── tree.iqm │ │ └── walls.iqm │ ├── particles │ │ ├── music.xyp │ │ ├── steam.xyp │ │ ├── zz.xyp │ │ └── zz_small.xyp │ └── sound │ │ ├── credits.txt │ │ ├── fx │ │ ├── bella_eat.ogg │ │ ├── bella_snore.ogg │ │ ├── call_of_doody.wav │ │ ├── clock.wav │ │ ├── day_ambience.ogg │ │ ├── drink.wav │ │ ├── eat.wav │ │ ├── feed_bella.wav │ │ ├── flush.wav │ │ ├── night_ambience.ogg │ │ ├── rain.ogg │ │ ├── remote.wav │ │ ├── scratch.wav │ │ ├── shower.ogg │ │ ├── snoring.ogg │ │ ├── tv │ │ │ ├── 01.ogg │ │ │ ├── 02.ogg │ │ │ ├── 03.ogg │ │ │ ├── 04.ogg │ │ │ └── 05.ogg │ │ ├── vacuum_end.wav │ │ ├── vacuum_loop.wav │ │ ├── vacuum_start.wav │ │ ├── walk.wav │ │ ├── wash_hands.wav │ │ └── water_plant.wav │ │ ├── minigame │ │ ├── ball.wav │ │ ├── dart_land.wav │ │ ├── sounds.txt │ │ └── wheel_click.wav │ │ ├── music │ │ ├── Hey_Bar.ogg │ │ ├── WobbleHop.ogg │ │ ├── electro.ogg │ │ ├── inspiration.ogg │ │ ├── music.txt │ │ ├── none_inna_million.ogg │ │ ├── on_a_page_of_the_night.ogg │ │ ├── the_death_of_izanami.ogg │ │ ├── the_flight_of_taka-okami.ogg │ │ └── turntable_song.ogg │ │ ├── piano │ │ ├── bergmuelller_awaking_in_the_woods.ogg │ │ ├── bergmuelller_separation.ogg │ │ ├── borodin_reverie.ogg │ │ ├── chopin_opus10_05.ogg │ │ ├── chopin_opus7_01.ogg │ │ ├── greig_puck.ogg │ │ ├── haydn_XVI8_01.ogg │ │ ├── mendelssohn_morning_song.ogg │ │ ├── mozart_sonata_16_03.ogg │ │ ├── piano.txt │ │ └── schumann_hobgoblin.ogg │ │ ├── startup.wav │ │ └── ui │ │ ├── button_click.wav │ │ ├── button_select.wav │ │ ├── menu_close.wav │ │ ├── menu_open.wav │ │ ├── no_money.wav │ │ ├── payday.wav │ │ ├── printer.wav │ │ ├── printer_scroll.wav │ │ └── tab_open.wav ├── cmake │ └── modules │ │ ├── FindBOX2D.cmake │ │ ├── FindSFML.cmake │ │ └── FindXYGINE.cmake ├── include │ ├── AttributeManager.hpp │ ├── Background.hpp │ ├── BudController.hpp │ ├── CatAnimationTask.hpp │ ├── CatController.hpp │ ├── CatTravelTask.hpp │ ├── ComputerTask.hpp │ ├── CurrentActivity.hpp │ ├── DayNightCycle.hpp │ ├── DrinkTask.hpp │ ├── EatTask.hpp │ ├── Game.hpp │ ├── GameOverTab.hpp │ ├── HouseholdTab.hpp │ ├── IdleTask.hpp │ ├── IntroState.hpp │ ├── MGDartboard.hpp │ ├── MGDarts.hpp │ ├── MGDisplayController.hpp │ ├── MGPachinko.hpp │ ├── MGPowerbar.hpp │ ├── MGRoulette.hpp │ ├── MGSelector.hpp │ ├── MGWheel.hpp │ ├── MenuState.hpp │ ├── MeshIDs.hpp │ ├── MessageIDs.hpp │ ├── MiniGameIDs.hpp │ ├── MusicTask.hpp │ ├── PathFinder.hpp │ ├── PersonalTab.hpp │ ├── PianoTask.hpp │ ├── PoopTask.hpp │ ├── PriceTag.hpp │ ├── Printout.hpp │ ├── Rain.hpp │ ├── RoomLightController.hpp │ ├── ShowerTask.hpp │ ├── SleepTask.hpp │ ├── StateIDs.hpp │ ├── TVAnimator.hpp │ ├── TVTask.hpp │ ├── TabComponent.hpp │ ├── Task.hpp │ ├── ThinkBubble.hpp │ ├── ThinkTask.hpp │ ├── TimeTab.hpp │ ├── TravelTask.hpp │ ├── TreeLightController.hpp │ ├── Vacuum.hpp │ ├── VacuumTask.hpp │ ├── ValueBar.hpp │ ├── WallClock.hpp │ ├── WashTask.hpp │ └── WorldClientState.hpp ├── readme.md ├── resources │ ├── DoodleChum.aps │ ├── DoodleChum.rc │ ├── ico.ico │ └── resource.h └── src │ ├── AttributeManager.cpp │ ├── Background.cpp │ ├── BobStrings.inl │ ├── BudController.cpp │ ├── CMakeLists.txt │ ├── CatAnimationTask.cpp │ ├── CatController.cpp │ ├── CatTravelTask.cpp │ ├── ComputerTask.cpp │ ├── CurrentActivity.cpp │ ├── DayNightCycle.cpp │ ├── DrinkTask.cpp │ ├── EatTask.cpp │ ├── Game.cpp │ ├── GameOverTab.cpp │ ├── HouseholdTab.cpp │ ├── IdleTask.cpp │ ├── IntroState.cpp │ ├── MGDart.cpp │ ├── MGDartGame.cpp │ ├── MGDartboard.cpp │ ├── MGDisplayController.cpp │ ├── MGPachinkoGame.cpp │ ├── MGPowerbar.cpp │ ├── MGRouletteGame.cpp │ ├── MGSelector.cpp │ ├── MGWheel.cpp │ ├── MenuState.cpp │ ├── MiniGames.cpp │ ├── MusicTask.cpp │ ├── PathFinder.cpp │ ├── PersonalTab.cpp │ ├── PianoTask.cpp │ ├── PoopTask.cpp │ ├── PriceTag.cpp │ ├── Printout.cpp │ ├── Rain.cpp │ ├── RoomLightController.cpp │ ├── ShowerTask.cpp │ ├── SleepTask.cpp │ ├── StringConsts.inl │ ├── TVAnimator.cpp │ ├── TVTask.cpp │ ├── TabComponent.cpp │ ├── ThinkBubble.cpp │ ├── ThinkTask.cpp │ ├── TimeTab.cpp │ ├── TravelTask.cpp │ ├── TreeLightController.cpp │ ├── Vacuum.cpp │ ├── VacuumTask.cpp │ ├── ValueBar.cpp │ ├── WallClock.cpp │ ├── WashTask.cpp │ ├── WorldClientState.cpp │ └── main.cpp ├── PhysicsSandbox ├── CMakeLists.txt ├── PhysicsSandbox.vcxproj ├── PhysicsSandbox.vcxproj.filters ├── assets │ ├── bike_diffuse.png │ ├── buggy_diffuse.png │ └── ship_diffuse.png ├── cmake │ └── modules │ │ ├── FindBOX2D.cmake │ │ ├── FindSFML.cmake │ │ └── FindXYGINE.cmake ├── default.car ├── include │ ├── Game.hpp │ ├── Sandbox.hpp │ ├── UserInterface.hpp │ └── VehicleControllerB2D.hpp ├── src │ ├── CMakeLists.txt │ ├── Game.cpp │ ├── Sandbox.cpp │ ├── UserInterface.cpp │ ├── VehicleControllerB2D.cpp │ └── main.cpp └── vehicledefs │ ├── bike01.car │ ├── car01.car │ └── ship01.car ├── SuperTerrain ├── CMakeLists.txt ├── SuperTerrain.vcxproj ├── SuperTerrain.vcxproj.filters ├── assets │ └── images │ │ ├── palettes │ │ ├── boreal_forest.png │ │ ├── cold_desert.png │ │ ├── savanna_forest.png │ │ ├── seasonal_forest.png │ │ ├── shrubland.png │ │ ├── subtropical_desert.png │ │ ├── temperate_rainforest.png │ │ ├── tropical_rainforest.png │ │ └── tundra.png │ │ └── tiles │ │ ├── 0.png │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── test_set.png │ │ ├── test_set02.png │ │ └── water_tile.png ├── cmake │ └── modules │ │ ├── FindBOX2D.cmake │ │ ├── FindSFML.cmake │ │ └── FindXYGINE.cmake ├── include │ ├── CameraController.hpp │ ├── Chunk.hpp │ ├── ClientEntityController.hpp │ ├── FastNoiseSIMD.h │ ├── Game.hpp │ ├── PacketIDs.hpp │ ├── PlayerController.hpp │ ├── PlayerInput.hpp │ ├── Server.hpp │ ├── StateIDs.hpp │ ├── TerrainComponent.hpp │ └── WorldClientState.hpp ├── readme.md ├── src │ ├── CMakeLists.txt │ ├── CameraController.cpp │ ├── Chunk.cpp │ ├── ClientEntityController.cpp │ ├── GLExtensions.cpp │ ├── Game.cpp │ ├── PacketOperators.cpp │ ├── PlayerController.cpp │ ├── Server.cpp │ ├── TerrainComponent.cpp │ ├── WorldClientState.cpp │ ├── fastnoise │ │ ├── FastNoiseSIMD.cpp │ │ ├── FastNoiseSIMD_avx2.cpp │ │ ├── FastNoiseSIMD_internal.cpp │ │ ├── FastNoiseSIMD_internal.h │ │ ├── FastNoiseSIMD_sse2.cpp │ │ ├── FastNoiseSIMD_sse41.cpp │ │ └── LICENSE │ └── main.cpp └── tile_projects │ ├── cold_desert.pyxel │ ├── savanna_forest.pyxel │ ├── small.pyxel │ ├── subtropical_desert.pyxel │ ├── test_set.psd │ └── tundra.pyxel ├── TrackGenerator ├── CMakeLists.txt ├── TrackGenerator.vcxproj ├── TrackGenerator.vcxproj.filters ├── assets │ ├── gta │ │ ├── car01.car │ │ └── gtaish.tmx │ ├── metal_diffuse.png │ ├── metal_mask.png │ ├── metal_normal.png │ ├── tarmac_diffuse.png │ ├── tarmac_mask.png │ └── tarmac_normal.png ├── cmake │ └── modules │ │ ├── FindBOX2D.cmake │ │ ├── FindSFML.cmake │ │ └── FindXYGINE.cmake ├── include │ ├── Game.hpp │ ├── GameIDs.hpp │ ├── RacingState.hpp │ ├── Sandbox.hpp │ ├── SectionController.hpp │ ├── TrackConsts.inl │ ├── TrackData.hpp │ ├── TrackGenerator.hpp │ ├── TrackMeshBuilder.hpp │ ├── TrackRenderer.hpp │ ├── TrackSection.hpp │ ├── UserInterface.hpp │ └── VehicleControllerB2D.hpp └── src │ ├── CMakeLists.txt │ ├── Game.cpp │ ├── RacingState.cpp │ ├── Sandbox.cpp │ ├── SectionController.cpp │ ├── TrackData.cpp │ ├── TrackGenerator.cpp │ ├── TrackMeshBuilder.cpp │ ├── TrackRenderer.cpp │ ├── TrackSection.cpp │ ├── UserInterface.cpp │ ├── VehicleControllerB2D.cpp │ └── main.cpp ├── b2breakout ├── CMakeLists.txt ├── b2breakout.vcxproj ├── b2breakout.vcxproj.filters ├── cmake │ └── modules │ │ ├── FindBOX2D.cmake │ │ ├── FindSFML.cmake │ │ └── FindXYGINE.cmake ├── include │ ├── Game.hpp │ └── Sandbox.hpp ├── readme.md └── src │ ├── CMakeLists.txt │ ├── Game.cpp │ ├── Sandbox.cpp │ └── main.cpp ├── extlib ├── include │ ├── Box2D │ │ ├── Box2D.h │ │ ├── Collision │ │ │ ├── Shapes │ │ │ │ ├── b2ChainShape.h │ │ │ │ ├── b2CircleShape.h │ │ │ │ ├── b2EdgeShape.h │ │ │ │ ├── b2PolygonShape.h │ │ │ │ └── b2Shape.h │ │ │ ├── b2BroadPhase.h │ │ │ ├── b2Collision.h │ │ │ ├── b2Distance.h │ │ │ ├── b2DynamicTree.h │ │ │ └── b2TimeOfImpact.h │ │ ├── Common │ │ │ ├── b2BlockAllocator.h │ │ │ ├── b2Draw.h │ │ │ ├── b2GrowableStack.h │ │ │ ├── b2Math.h │ │ │ ├── b2Settings.h │ │ │ ├── b2StackAllocator.h │ │ │ └── b2Timer.h │ │ ├── Dynamics │ │ │ ├── Contacts │ │ │ │ ├── b2ChainAndCircleContact.h │ │ │ │ ├── b2ChainAndPolygonContact.h │ │ │ │ ├── b2CircleContact.h │ │ │ │ ├── b2Contact.h │ │ │ │ ├── b2ContactSolver.h │ │ │ │ ├── b2EdgeAndCircleContact.h │ │ │ │ ├── b2EdgeAndPolygonContact.h │ │ │ │ ├── b2PolygonAndCircleContact.h │ │ │ │ └── b2PolygonContact.h │ │ │ ├── Joints │ │ │ │ ├── b2DistanceJoint.h │ │ │ │ ├── b2FrictionJoint.h │ │ │ │ ├── b2GearJoint.h │ │ │ │ ├── b2Joint.h │ │ │ │ ├── b2MotorJoint.h │ │ │ │ ├── b2MouseJoint.h │ │ │ │ ├── b2PrismaticJoint.h │ │ │ │ ├── b2PulleyJoint.h │ │ │ │ ├── b2RevoluteJoint.h │ │ │ │ ├── b2RopeJoint.h │ │ │ │ ├── b2WeldJoint.h │ │ │ │ └── b2WheelJoint.h │ │ │ ├── b2Body.h │ │ │ ├── b2ContactManager.h │ │ │ ├── b2Fixture.h │ │ │ ├── b2Island.h │ │ │ ├── b2TimeStep.h │ │ │ ├── b2World.h │ │ │ └── b2WorldCallbacks.h │ │ └── Rope │ │ │ └── b2Rope.h │ ├── SFML │ │ ├── Audio.hpp │ │ ├── Audio │ │ │ ├── AlResource.hpp │ │ │ ├── Export.hpp │ │ │ ├── InputSoundFile.hpp │ │ │ ├── Listener.hpp │ │ │ ├── Music.hpp │ │ │ ├── OutputSoundFile.hpp │ │ │ ├── Sound.hpp │ │ │ ├── SoundBuffer.hpp │ │ │ ├── SoundBufferRecorder.hpp │ │ │ ├── SoundFileFactory.hpp │ │ │ ├── SoundFileFactory.inl │ │ │ ├── SoundFileReader.hpp │ │ │ ├── SoundFileWriter.hpp │ │ │ ├── SoundRecorder.hpp │ │ │ ├── SoundSource.hpp │ │ │ └── SoundStream.hpp │ │ ├── Config.hpp │ │ ├── Graphics.hpp │ │ ├── Graphics │ │ │ ├── BlendMode.hpp │ │ │ ├── CircleShape.hpp │ │ │ ├── Color.hpp │ │ │ ├── ConvexShape.hpp │ │ │ ├── Drawable.hpp │ │ │ ├── Export.hpp │ │ │ ├── Font.hpp │ │ │ ├── Glsl.hpp │ │ │ ├── Glsl.inl │ │ │ ├── Glyph.hpp │ │ │ ├── Image.hpp │ │ │ ├── PrimitiveType.hpp │ │ │ ├── Rect.hpp │ │ │ ├── Rect.inl │ │ │ ├── RectangleShape.hpp │ │ │ ├── RenderStates.hpp │ │ │ ├── RenderTarget.hpp │ │ │ ├── RenderTexture.hpp │ │ │ ├── RenderWindow.hpp │ │ │ ├── Shader.hpp │ │ │ ├── Shape.hpp │ │ │ ├── Sprite.hpp │ │ │ ├── Text.hpp │ │ │ ├── Texture.hpp │ │ │ ├── Transform.hpp │ │ │ ├── Transformable.hpp │ │ │ ├── Vertex.hpp │ │ │ ├── VertexArray.hpp │ │ │ └── View.hpp │ │ ├── Main.hpp │ │ ├── Network.hpp │ │ ├── Network │ │ │ ├── Export.hpp │ │ │ ├── Ftp.hpp │ │ │ ├── Http.hpp │ │ │ ├── IpAddress.hpp │ │ │ ├── Packet.hpp │ │ │ ├── Socket.hpp │ │ │ ├── SocketHandle.hpp │ │ │ ├── SocketSelector.hpp │ │ │ ├── TcpListener.hpp │ │ │ ├── TcpSocket.hpp │ │ │ └── UdpSocket.hpp │ │ ├── OpenGL.hpp │ │ ├── System.hpp │ │ ├── System │ │ │ ├── Clock.hpp │ │ │ ├── Err.hpp │ │ │ ├── Export.hpp │ │ │ ├── FileInputStream.hpp │ │ │ ├── InputStream.hpp │ │ │ ├── Lock.hpp │ │ │ ├── MemoryInputStream.hpp │ │ │ ├── Mutex.hpp │ │ │ ├── NativeActivity.hpp │ │ │ ├── NonCopyable.hpp │ │ │ ├── Sleep.hpp │ │ │ ├── String.hpp │ │ │ ├── String.inl │ │ │ ├── Thread.hpp │ │ │ ├── Thread.inl │ │ │ ├── ThreadLocal.hpp │ │ │ ├── ThreadLocalPtr.hpp │ │ │ ├── ThreadLocalPtr.inl │ │ │ ├── Time.hpp │ │ │ ├── Utf.hpp │ │ │ ├── Utf.inl │ │ │ ├── Vector2.hpp │ │ │ ├── Vector2.inl │ │ │ ├── Vector3.hpp │ │ │ └── Vector3.inl │ │ ├── Window.hpp │ │ └── Window │ │ │ ├── Context.hpp │ │ │ ├── ContextSettings.hpp │ │ │ ├── Event.hpp │ │ │ ├── Export.hpp │ │ │ ├── GlResource.hpp │ │ │ ├── Joystick.hpp │ │ │ ├── Keyboard.hpp │ │ │ ├── Mouse.hpp │ │ │ ├── Sensor.hpp │ │ │ ├── Touch.hpp │ │ │ ├── VideoMode.hpp │ │ │ ├── Window.hpp │ │ │ ├── WindowHandle.hpp │ │ │ └── WindowStyle.hpp │ ├── glm │ │ ├── common.hpp │ │ ├── detail │ │ │ ├── _features.hpp │ │ │ ├── _fixes.hpp │ │ │ ├── _noise.hpp │ │ │ ├── _swizzle.hpp │ │ │ ├── _swizzle_func.hpp │ │ │ ├── _vectorize.hpp │ │ │ ├── dummy.cpp │ │ │ ├── func_common.hpp │ │ │ ├── func_common.inl │ │ │ ├── func_exponential.hpp │ │ │ ├── func_exponential.inl │ │ │ ├── func_geometric.hpp │ │ │ ├── func_geometric.inl │ │ │ ├── func_integer.hpp │ │ │ ├── func_integer.inl │ │ │ ├── func_matrix.hpp │ │ │ ├── func_matrix.inl │ │ │ ├── func_packing.hpp │ │ │ ├── func_packing.inl │ │ │ ├── func_trigonometric.hpp │ │ │ ├── func_trigonometric.inl │ │ │ ├── func_vector_relational.hpp │ │ │ ├── func_vector_relational.inl │ │ │ ├── glm.cpp │ │ │ ├── intrinsic_common.hpp │ │ │ ├── intrinsic_common.inl │ │ │ ├── intrinsic_exponential.hpp │ │ │ ├── intrinsic_exponential.inl │ │ │ ├── intrinsic_geometric.hpp │ │ │ ├── intrinsic_geometric.inl │ │ │ ├── intrinsic_integer.hpp │ │ │ ├── intrinsic_integer.inl │ │ │ ├── intrinsic_matrix.hpp │ │ │ ├── intrinsic_matrix.inl │ │ │ ├── intrinsic_trigonometric.hpp │ │ │ ├── intrinsic_trigonometric.inl │ │ │ ├── intrinsic_vector_relational.hpp │ │ │ ├── intrinsic_vector_relational.inl │ │ │ ├── precision.hpp │ │ │ ├── setup.hpp │ │ │ ├── type_float.hpp │ │ │ ├── type_gentype.hpp │ │ │ ├── type_gentype.inl │ │ │ ├── type_half.hpp │ │ │ ├── type_half.inl │ │ │ ├── type_int.hpp │ │ │ ├── type_mat.hpp │ │ │ ├── type_mat.inl │ │ │ ├── type_mat2x2.hpp │ │ │ ├── type_mat2x2.inl │ │ │ ├── type_mat2x3.hpp │ │ │ ├── type_mat2x3.inl │ │ │ ├── type_mat2x4.hpp │ │ │ ├── type_mat2x4.inl │ │ │ ├── type_mat3x2.hpp │ │ │ ├── type_mat3x2.inl │ │ │ ├── type_mat3x3.hpp │ │ │ ├── type_mat3x3.inl │ │ │ ├── type_mat3x4.hpp │ │ │ ├── type_mat3x4.inl │ │ │ ├── type_mat4x2.hpp │ │ │ ├── type_mat4x2.inl │ │ │ ├── type_mat4x3.hpp │ │ │ ├── type_mat4x3.inl │ │ │ ├── type_mat4x4.hpp │ │ │ ├── type_mat4x4.inl │ │ │ ├── type_vec.hpp │ │ │ ├── type_vec.inl │ │ │ ├── type_vec1.hpp │ │ │ ├── type_vec1.inl │ │ │ ├── type_vec2.hpp │ │ │ ├── type_vec2.inl │ │ │ ├── type_vec3.hpp │ │ │ ├── type_vec3.inl │ │ │ ├── type_vec4.hpp │ │ │ ├── type_vec4.inl │ │ │ ├── type_vec4_avx.inl │ │ │ ├── type_vec4_avx2.inl │ │ │ └── type_vec4_sse2.inl │ │ ├── exponential.hpp │ │ ├── ext.hpp │ │ ├── fwd.hpp │ │ ├── geometric.hpp │ │ ├── glm.hpp │ │ ├── gtc │ │ │ ├── bitfield.hpp │ │ │ ├── bitfield.inl │ │ │ ├── color_space.hpp │ │ │ ├── color_space.inl │ │ │ ├── constants.hpp │ │ │ ├── constants.inl │ │ │ ├── epsilon.hpp │ │ │ ├── epsilon.inl │ │ │ ├── integer.hpp │ │ │ ├── integer.inl │ │ │ ├── matrix_access.hpp │ │ │ ├── matrix_access.inl │ │ │ ├── matrix_integer.hpp │ │ │ ├── matrix_inverse.hpp │ │ │ ├── matrix_inverse.inl │ │ │ ├── matrix_transform.hpp │ │ │ ├── matrix_transform.inl │ │ │ ├── noise.hpp │ │ │ ├── noise.inl │ │ │ ├── packing.hpp │ │ │ ├── packing.inl │ │ │ ├── quaternion.hpp │ │ │ ├── quaternion.inl │ │ │ ├── random.hpp │ │ │ ├── random.inl │ │ │ ├── reciprocal.hpp │ │ │ ├── reciprocal.inl │ │ │ ├── round.hpp │ │ │ ├── round.inl │ │ │ ├── type_precision.hpp │ │ │ ├── type_precision.inl │ │ │ ├── type_ptr.hpp │ │ │ ├── type_ptr.inl │ │ │ ├── ulp.hpp │ │ │ ├── ulp.inl │ │ │ ├── vec1.hpp │ │ │ └── vec1.inl │ │ ├── gtx │ │ │ ├── associated_min_max.hpp │ │ │ ├── associated_min_max.inl │ │ │ ├── bit.hpp │ │ │ ├── bit.inl │ │ │ ├── closest_point.hpp │ │ │ ├── closest_point.inl │ │ │ ├── color_space.hpp │ │ │ ├── color_space.inl │ │ │ ├── color_space_YCoCg.hpp │ │ │ ├── color_space_YCoCg.inl │ │ │ ├── common.hpp │ │ │ ├── common.inl │ │ │ ├── compatibility.hpp │ │ │ ├── compatibility.inl │ │ │ ├── component_wise.hpp │ │ │ ├── component_wise.inl │ │ │ ├── dual_quaternion.hpp │ │ │ ├── dual_quaternion.inl │ │ │ ├── euler_angles.hpp │ │ │ ├── euler_angles.inl │ │ │ ├── extend.hpp │ │ │ ├── extend.inl │ │ │ ├── extented_min_max.hpp │ │ │ ├── extented_min_max.inl │ │ │ ├── fast_exponential.hpp │ │ │ ├── fast_exponential.inl │ │ │ ├── fast_square_root.hpp │ │ │ ├── fast_square_root.inl │ │ │ ├── fast_trigonometry.hpp │ │ │ ├── fast_trigonometry.inl │ │ │ ├── gradient_paint.hpp │ │ │ ├── gradient_paint.inl │ │ │ ├── handed_coordinate_space.hpp │ │ │ ├── handed_coordinate_space.inl │ │ │ ├── hash.hpp │ │ │ ├── hash.inl │ │ │ ├── integer.hpp │ │ │ ├── integer.inl │ │ │ ├── intersect.hpp │ │ │ ├── intersect.inl │ │ │ ├── io.hpp │ │ │ ├── io.inl │ │ │ ├── log_base.hpp │ │ │ ├── log_base.inl │ │ │ ├── matrix_cross_product.hpp │ │ │ ├── matrix_cross_product.inl │ │ │ ├── matrix_decompose.hpp │ │ │ ├── matrix_decompose.inl │ │ │ ├── matrix_interpolation.hpp │ │ │ ├── matrix_interpolation.inl │ │ │ ├── matrix_major_storage.hpp │ │ │ ├── matrix_major_storage.inl │ │ │ ├── matrix_operation.hpp │ │ │ ├── matrix_operation.inl │ │ │ ├── matrix_query.hpp │ │ │ ├── matrix_query.inl │ │ │ ├── matrix_transform_2d.hpp │ │ │ ├── matrix_transform_2d.inl │ │ │ ├── mixed_product.hpp │ │ │ ├── mixed_product.inl │ │ │ ├── norm.hpp │ │ │ ├── norm.inl │ │ │ ├── normal.hpp │ │ │ ├── normal.inl │ │ │ ├── normalize_dot.hpp │ │ │ ├── normalize_dot.inl │ │ │ ├── number_precision.hpp │ │ │ ├── number_precision.inl │ │ │ ├── optimum_pow.hpp │ │ │ ├── optimum_pow.inl │ │ │ ├── orthonormalize.hpp │ │ │ ├── orthonormalize.inl │ │ │ ├── perpendicular.hpp │ │ │ ├── perpendicular.inl │ │ │ ├── polar_coordinates.hpp │ │ │ ├── polar_coordinates.inl │ │ │ ├── projection.hpp │ │ │ ├── projection.inl │ │ │ ├── quaternion.hpp │ │ │ ├── quaternion.inl │ │ │ ├── range.hpp │ │ │ ├── raw_data.hpp │ │ │ ├── raw_data.inl │ │ │ ├── rotate_normalized_axis.hpp │ │ │ ├── rotate_normalized_axis.inl │ │ │ ├── rotate_vector.hpp │ │ │ ├── rotate_vector.inl │ │ │ ├── scalar_multiplication.hpp │ │ │ ├── scalar_relational.hpp │ │ │ ├── scalar_relational.inl │ │ │ ├── simd_mat4.hpp │ │ │ ├── simd_mat4.inl │ │ │ ├── simd_quat.hpp │ │ │ ├── simd_quat.inl │ │ │ ├── simd_vec4.hpp │ │ │ ├── simd_vec4.inl │ │ │ ├── spline.hpp │ │ │ ├── spline.inl │ │ │ ├── std_based_type.hpp │ │ │ ├── std_based_type.inl │ │ │ ├── string_cast.hpp │ │ │ ├── string_cast.inl │ │ │ ├── transform.hpp │ │ │ ├── transform.inl │ │ │ ├── transform2.hpp │ │ │ ├── transform2.inl │ │ │ ├── type_aligned.hpp │ │ │ ├── type_aligned.inl │ │ │ ├── vector_angle.hpp │ │ │ ├── vector_angle.inl │ │ │ ├── vector_query.hpp │ │ │ ├── vector_query.inl │ │ │ ├── wrap.hpp │ │ │ └── wrap.inl │ │ ├── integer.hpp │ │ ├── mat2x2.hpp │ │ ├── mat2x3.hpp │ │ ├── mat2x4.hpp │ │ ├── mat3x2.hpp │ │ ├── mat3x3.hpp │ │ ├── mat3x4.hpp │ │ ├── mat4x2.hpp │ │ ├── mat4x3.hpp │ │ ├── mat4x4.hpp │ │ ├── matrix.hpp │ │ ├── packing.hpp │ │ ├── trigonometric.hpp │ │ ├── vec2.hpp │ │ ├── vec3.hpp │ │ ├── vec4.hpp │ │ └── vector_relational.hpp │ └── xygine │ │ ├── App.hpp │ │ ├── Assert.hpp │ │ ├── BitmapFont.hpp │ │ ├── BitmapText.hpp │ │ ├── Command.hpp │ │ ├── Config.hpp │ │ ├── Console.hpp │ │ ├── Difficulty.hpp │ │ ├── Entity.hpp │ │ ├── FileSystem.hpp │ │ ├── KeyBinds.hpp │ │ ├── Log.hpp │ │ ├── MessageBus.hpp │ │ ├── MultiRenderTexture.hpp │ │ ├── Music.hpp │ │ ├── Particle.hpp │ │ ├── ParticleAffectors.hpp │ │ ├── PolyBatch.hpp │ │ ├── QuadTree.hpp │ │ ├── QuadTreeNode.hpp │ │ ├── Reports.hpp │ │ ├── Resource.hpp │ │ ├── Scene.hpp │ │ ├── Score.hpp │ │ ├── ShaderProperty.hpp │ │ ├── ShaderResource.hpp │ │ ├── State.hpp │ │ ├── StateStack.hpp │ │ ├── SysTime.hpp │ │ ├── components │ │ ├── AnimatedDrawable.hpp │ │ ├── AnimationController.hpp │ │ ├── AudioListener.hpp │ │ ├── AudioSource.hpp │ │ ├── CallbackProvider.hpp │ │ ├── Camera.hpp │ │ ├── Component.hpp │ │ ├── MeshDrawable.hpp │ │ ├── Model.hpp │ │ ├── ParticleController.hpp │ │ ├── ParticleSystem.hpp │ │ ├── PointLight.hpp │ │ ├── QuadTreeComponent.hpp │ │ ├── SfDrawableComponent.hpp │ │ ├── SoundPlayer.hpp │ │ ├── SpriteBatch.hpp │ │ └── TileMapLayer.hpp │ │ ├── detail │ │ ├── Aliases.hpp │ │ ├── GLCheck.hpp │ │ ├── GLExtensions.hpp │ │ └── ObjectPool.hpp │ │ ├── imgui │ │ ├── CommonDialogues.hpp │ │ ├── LICENSE │ │ ├── imconfig.h │ │ ├── imgui.h │ │ ├── imgui_internal.h │ │ ├── imgui_sfml.h │ │ ├── stb_rect_pack.h │ │ ├── stb_textedit.h │ │ └── stb_truetype.h │ │ ├── mesh │ │ ├── BoundingBox.hpp │ │ ├── CubeBuilder.hpp │ │ ├── DepthRenderTexture.hpp │ │ ├── IQMBuilder.hpp │ │ ├── Material.hpp │ │ ├── MaterialDefinition.hpp │ │ ├── MaterialProperty.hpp │ │ ├── MaterialResource.hpp │ │ ├── Mesh.hpp │ │ ├── MeshRenderer.hpp │ │ ├── MeshResource.hpp │ │ ├── ModelBuilder.hpp │ │ ├── QuadBuilder.hpp │ │ ├── RenderPass.hpp │ │ ├── RenderQuad.hpp │ │ ├── Skeleton.hpp │ │ ├── SphereBuilder.hpp │ │ ├── StaticConsts.hpp │ │ ├── SubMesh.hpp │ │ ├── UniformBuffer.hpp │ │ ├── VertexAttribBinding.hpp │ │ ├── VertexLayout.hpp │ │ └── shaders │ │ │ ├── Default.hpp │ │ │ ├── DeferredLighting.hpp │ │ │ ├── DeferredRenderer.hpp │ │ │ ├── ForwardLighting.hpp │ │ │ ├── GeomVis.hpp │ │ │ ├── LightBlur.hpp │ │ │ ├── SSAO.hpp │ │ │ └── SSWater.hpp │ │ ├── network │ │ ├── AckSystem.hpp │ │ ├── ClientConnection.hpp │ │ ├── Config.hpp │ │ ├── FlowControl.hpp │ │ ├── PacketQueue.hpp │ │ └── ServerConnection.hpp │ │ ├── parsers │ │ ├── picojson.LICENSE │ │ ├── picojson.h │ │ ├── pugiconfig.hpp │ │ ├── pugixml.LICENSE │ │ └── pugixml.hpp │ │ ├── physics │ │ ├── Affector.hpp │ │ ├── AffectorAreaForce.hpp │ │ ├── AffectorConstantForce.hpp │ │ ├── AffectorPointForce.hpp │ │ ├── CollisionCircleShape.hpp │ │ ├── CollisionEdgeShape.hpp │ │ ├── CollisionFilter.hpp │ │ ├── CollisionPolygonShape.hpp │ │ ├── CollisionRectangleShape.hpp │ │ ├── CollisionShape.hpp │ │ ├── Contact.hpp │ │ ├── DebugDrawer.hpp │ │ ├── Joint.hpp │ │ ├── JointDistance.hpp │ │ ├── JointFriction.hpp │ │ ├── JointHinge.hpp │ │ ├── JointMotor.hpp │ │ ├── JointRope.hpp │ │ ├── JointSlider.hpp │ │ ├── JointWeld.hpp │ │ ├── JointWheel.hpp │ │ ├── RigidBody.hpp │ │ └── World.hpp │ │ ├── postprocess │ │ ├── Antique.hpp │ │ ├── Bloom.hpp │ │ ├── Blur.hpp │ │ ├── ChromeAb.hpp │ │ ├── OldSchool.hpp │ │ └── PostProcess.hpp │ │ ├── shaders │ │ ├── Default.hpp │ │ ├── Misc.hpp │ │ ├── NormalMapped.hpp │ │ ├── PostAdditiveBlend.hpp │ │ ├── PostBrightness.hpp │ │ ├── PostChromeAb.hpp │ │ ├── PostDownSample.hpp │ │ ├── PostGaussianBlur.hpp │ │ ├── PostOldSchool.hpp │ │ └── Tilemap.hpp │ │ ├── tilemap │ │ ├── FreeFuncs.hpp │ │ ├── ImageLayer.hpp │ │ ├── Layer.hpp │ │ ├── Map.hpp │ │ ├── Object.hpp │ │ ├── ObjectGroup.hpp │ │ ├── Property.hpp │ │ ├── TileLayer.hpp │ │ └── Tileset.hpp │ │ ├── ui │ │ ├── Button.hpp │ │ ├── CheckBox.hpp │ │ ├── ComboBox.hpp │ │ ├── Container.hpp │ │ ├── Control.hpp │ │ ├── KeyBinds.hpp │ │ ├── Label.hpp │ │ ├── Marquee.hpp │ │ ├── ScoreList.hpp │ │ ├── Selection.hpp │ │ ├── Slider.hpp │ │ ├── TextBox.hpp │ │ └── Window.hpp │ │ └── util │ │ ├── ConfigFile.hpp │ │ ├── Const.hpp │ │ ├── Json.hpp │ │ ├── Math.hpp │ │ ├── Position.hpp │ │ ├── Random.hpp │ │ ├── Rectangle.hpp │ │ ├── String.hpp │ │ ├── Vector.hpp │ │ └── Wavetable.hpp └── lib │ ├── box2d-2.3.2 │ ├── Box2D-d.lib │ ├── Box2D.lib │ ├── Box2D.pdb │ └── This is actually 2.3.1.txt │ ├── sfml │ ├── openal32.dll │ ├── sfml-audio-2.dll │ ├── sfml-audio-d-2.dll │ ├── sfml-audio-d.lib │ ├── sfml-audio.lib │ ├── sfml-graphics-2.dll │ ├── sfml-graphics-d-2.dll │ ├── sfml-graphics-d.lib │ ├── sfml-graphics.lib │ ├── sfml-main-d.lib │ ├── sfml-main.lib │ ├── sfml-network-2.dll │ ├── sfml-network-d-2.dll │ ├── sfml-network-d.lib │ ├── sfml-network.lib │ ├── sfml-system-2.dll │ ├── sfml-system-d-2.dll │ ├── sfml-system-d.lib │ ├── sfml-system.lib │ ├── sfml-window-2.dll │ ├── sfml-window-d-2.dll │ ├── sfml-window-d.lib │ └── sfml-window.lib │ └── xygine │ ├── xygine-d.dll │ ├── xygine-d.lib │ ├── xygine.dll │ └── xygine.lib ├── readme.md └── xyExperimental.sln /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/.gitignore -------------------------------------------------------------------------------- /DoodleChum/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/CMakeLists.txt -------------------------------------------------------------------------------- /DoodleChum/DoodleChum.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/DoodleChum.vcxproj -------------------------------------------------------------------------------- /DoodleChum/DoodleChum.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/DoodleChum.vcxproj.filters -------------------------------------------------------------------------------- /DoodleChum/assets/background.xym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/background.xym -------------------------------------------------------------------------------- /DoodleChum/assets/fonts/Clock.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/fonts/Clock.ttf -------------------------------------------------------------------------------- /DoodleChum/assets/fonts/FallahnHand.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/fonts/FallahnHand.ttf -------------------------------------------------------------------------------- /DoodleChum/assets/fonts/Printer.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/fonts/Printer.ttf -------------------------------------------------------------------------------- /DoodleChum/assets/haus.xym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/haus.xym -------------------------------------------------------------------------------- /DoodleChum/assets/images/particles/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/particles/music.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/particles/puff01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/particles/puff01.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/particles/zz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/particles/zz.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/bob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/bob.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/bob.xya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/bob.xya -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/bud.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/bud.psd -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/clock.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/clock.xya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/clock.xya -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/pussy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/pussy.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/pussy.xya: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/pussy.xya -------------------------------------------------------------------------------- /DoodleChum/assets/images/sprites/vacuum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/sprites/vacuum.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/startup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/startup.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/textures/rain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/textures/rain.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/add_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/add_button.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/bob_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/bob_screen.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/calendar.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/checkbox.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/current_task.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/current_task.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/game_over_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/game_over_tab.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/large_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/large_tab.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/menu_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/menu_button.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/menu_pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/menu_pic.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/menu_tabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/menu_tabs.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/minigame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/minigame.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/pen_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/pen_border.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/price_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/price_tag.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/printer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/printer.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/quit_tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/quit_tip.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/scroll_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/scroll_arrow.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/slider_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/slider_handle.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/small_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/small_button.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/start_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/start_button.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/think_bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/think_bubble.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/top_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/top_tab.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/value_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/value_bar.png -------------------------------------------------------------------------------- /DoodleChum/assets/images/ui/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/images/ui/window.png -------------------------------------------------------------------------------- /DoodleChum/assets/mapdata/map.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/mapdata/map.tmx -------------------------------------------------------------------------------- /DoodleChum/assets/mapdata/tileset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/mapdata/tileset.png -------------------------------------------------------------------------------- /DoodleChum/assets/models/background.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/background.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/furniture.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/furniture.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/haus.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/haus.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/house_lights.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/house_lights.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/lights.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/lights.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/more_furniture.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/more_furniture.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/tree.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/tree.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/models/walls.iqm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/models/walls.iqm -------------------------------------------------------------------------------- /DoodleChum/assets/particles/music.xyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/particles/music.xyp -------------------------------------------------------------------------------- /DoodleChum/assets/particles/steam.xyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/particles/steam.xyp -------------------------------------------------------------------------------- /DoodleChum/assets/particles/zz.xyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/particles/zz.xyp -------------------------------------------------------------------------------- /DoodleChum/assets/particles/zz_small.xyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/particles/zz_small.xyp -------------------------------------------------------------------------------- /DoodleChum/assets/sound/credits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/credits.txt -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/bella_eat.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/bella_eat.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/bella_snore.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/bella_snore.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/call_of_doody.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/call_of_doody.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/clock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/clock.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/day_ambience.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/day_ambience.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/drink.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/drink.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/eat.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/eat.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/feed_bella.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/feed_bella.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/flush.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/flush.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/night_ambience.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/night_ambience.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/rain.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/remote.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/remote.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/scratch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/scratch.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/shower.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/shower.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/snoring.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/snoring.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/tv/01.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/tv/01.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/tv/02.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/tv/02.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/tv/03.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/tv/03.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/tv/04.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/tv/04.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/tv/05.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/tv/05.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/vacuum_end.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/vacuum_end.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/vacuum_loop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/vacuum_loop.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/vacuum_start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/vacuum_start.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/walk.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/walk.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/wash_hands.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/wash_hands.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/fx/water_plant.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/fx/water_plant.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/minigame/ball.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/minigame/ball.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/minigame/sounds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/minigame/sounds.txt -------------------------------------------------------------------------------- /DoodleChum/assets/sound/music/Hey_Bar.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/music/Hey_Bar.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/music/WobbleHop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/music/WobbleHop.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/music/electro.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/music/electro.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/music/inspiration.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/music/inspiration.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/music/music.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/music/music.txt -------------------------------------------------------------------------------- /DoodleChum/assets/sound/piano/greig_puck.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/piano/greig_puck.ogg -------------------------------------------------------------------------------- /DoodleChum/assets/sound/piano/piano.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/piano/piano.txt -------------------------------------------------------------------------------- /DoodleChum/assets/sound/startup.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/startup.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/button_click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/button_click.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/button_select.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/button_select.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/menu_close.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/menu_close.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/menu_open.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/menu_open.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/no_money.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/no_money.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/payday.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/payday.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/printer.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/printer.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/printer_scroll.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/printer_scroll.wav -------------------------------------------------------------------------------- /DoodleChum/assets/sound/ui/tab_open.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/assets/sound/ui/tab_open.wav -------------------------------------------------------------------------------- /DoodleChum/cmake/modules/FindBOX2D.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/cmake/modules/FindBOX2D.cmake -------------------------------------------------------------------------------- /DoodleChum/cmake/modules/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/cmake/modules/FindSFML.cmake -------------------------------------------------------------------------------- /DoodleChum/cmake/modules/FindXYGINE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/cmake/modules/FindXYGINE.cmake -------------------------------------------------------------------------------- /DoodleChum/include/AttributeManager.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/AttributeManager.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Background.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Background.hpp -------------------------------------------------------------------------------- /DoodleChum/include/BudController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/BudController.hpp -------------------------------------------------------------------------------- /DoodleChum/include/CatAnimationTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/CatAnimationTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/CatController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/CatController.hpp -------------------------------------------------------------------------------- /DoodleChum/include/CatTravelTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/CatTravelTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/ComputerTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/ComputerTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/CurrentActivity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/CurrentActivity.hpp -------------------------------------------------------------------------------- /DoodleChum/include/DayNightCycle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/DayNightCycle.hpp -------------------------------------------------------------------------------- /DoodleChum/include/DrinkTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/DrinkTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/EatTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/EatTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Game.hpp -------------------------------------------------------------------------------- /DoodleChum/include/GameOverTab.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/GameOverTab.hpp -------------------------------------------------------------------------------- /DoodleChum/include/HouseholdTab.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/HouseholdTab.hpp -------------------------------------------------------------------------------- /DoodleChum/include/IdleTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/IdleTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/IntroState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/IntroState.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGDartboard.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGDartboard.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGDarts.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGDarts.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGDisplayController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGDisplayController.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGPachinko.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGPachinko.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGPowerbar.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGPowerbar.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGRoulette.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGRoulette.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGSelector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGSelector.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MGWheel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MGWheel.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MenuState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MenuState.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MeshIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MeshIDs.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MessageIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MessageIDs.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MiniGameIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MiniGameIDs.hpp -------------------------------------------------------------------------------- /DoodleChum/include/MusicTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/MusicTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/PathFinder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/PathFinder.hpp -------------------------------------------------------------------------------- /DoodleChum/include/PersonalTab.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/PersonalTab.hpp -------------------------------------------------------------------------------- /DoodleChum/include/PianoTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/PianoTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/PoopTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/PoopTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/PriceTag.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/PriceTag.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Printout.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Printout.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Rain.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Rain.hpp -------------------------------------------------------------------------------- /DoodleChum/include/RoomLightController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/RoomLightController.hpp -------------------------------------------------------------------------------- /DoodleChum/include/ShowerTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/ShowerTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/SleepTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/SleepTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/StateIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/StateIDs.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TVAnimator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TVAnimator.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TVTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TVTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TabComponent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TabComponent.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Task.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Task.hpp -------------------------------------------------------------------------------- /DoodleChum/include/ThinkBubble.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/ThinkBubble.hpp -------------------------------------------------------------------------------- /DoodleChum/include/ThinkTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/ThinkTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TimeTab.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TimeTab.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TravelTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TravelTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/TreeLightController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/TreeLightController.hpp -------------------------------------------------------------------------------- /DoodleChum/include/Vacuum.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/Vacuum.hpp -------------------------------------------------------------------------------- /DoodleChum/include/VacuumTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/VacuumTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/ValueBar.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/ValueBar.hpp -------------------------------------------------------------------------------- /DoodleChum/include/WallClock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/WallClock.hpp -------------------------------------------------------------------------------- /DoodleChum/include/WashTask.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/WashTask.hpp -------------------------------------------------------------------------------- /DoodleChum/include/WorldClientState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/include/WorldClientState.hpp -------------------------------------------------------------------------------- /DoodleChum/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/readme.md -------------------------------------------------------------------------------- /DoodleChum/resources/DoodleChum.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/resources/DoodleChum.aps -------------------------------------------------------------------------------- /DoodleChum/resources/DoodleChum.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/resources/DoodleChum.rc -------------------------------------------------------------------------------- /DoodleChum/resources/ico.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/resources/ico.ico -------------------------------------------------------------------------------- /DoodleChum/resources/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/resources/resource.h -------------------------------------------------------------------------------- /DoodleChum/src/AttributeManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/AttributeManager.cpp -------------------------------------------------------------------------------- /DoodleChum/src/Background.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/Background.cpp -------------------------------------------------------------------------------- /DoodleChum/src/BobStrings.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/BobStrings.inl -------------------------------------------------------------------------------- /DoodleChum/src/BudController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/BudController.cpp -------------------------------------------------------------------------------- /DoodleChum/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/CMakeLists.txt -------------------------------------------------------------------------------- /DoodleChum/src/CatAnimationTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/CatAnimationTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/CatController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/CatController.cpp -------------------------------------------------------------------------------- /DoodleChum/src/CatTravelTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/CatTravelTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/ComputerTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/ComputerTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/CurrentActivity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/CurrentActivity.cpp -------------------------------------------------------------------------------- /DoodleChum/src/DayNightCycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/DayNightCycle.cpp -------------------------------------------------------------------------------- /DoodleChum/src/DrinkTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/DrinkTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/EatTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/EatTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/Game.cpp -------------------------------------------------------------------------------- /DoodleChum/src/GameOverTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/GameOverTab.cpp -------------------------------------------------------------------------------- /DoodleChum/src/HouseholdTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/HouseholdTab.cpp -------------------------------------------------------------------------------- /DoodleChum/src/IdleTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/IdleTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/IntroState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/IntroState.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGDart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGDart.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGDartGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGDartGame.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGDartboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGDartboard.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGDisplayController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGDisplayController.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGPachinkoGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGPachinkoGame.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGPowerbar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGPowerbar.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGRouletteGame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGRouletteGame.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGSelector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGSelector.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MGWheel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MGWheel.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MenuState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MenuState.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MiniGames.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MiniGames.cpp -------------------------------------------------------------------------------- /DoodleChum/src/MusicTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/MusicTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/PathFinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/PathFinder.cpp -------------------------------------------------------------------------------- /DoodleChum/src/PersonalTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/PersonalTab.cpp -------------------------------------------------------------------------------- /DoodleChum/src/PianoTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/PianoTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/PoopTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/PoopTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/PriceTag.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/PriceTag.cpp -------------------------------------------------------------------------------- /DoodleChum/src/Printout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/Printout.cpp -------------------------------------------------------------------------------- /DoodleChum/src/Rain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/Rain.cpp -------------------------------------------------------------------------------- /DoodleChum/src/RoomLightController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/RoomLightController.cpp -------------------------------------------------------------------------------- /DoodleChum/src/ShowerTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/ShowerTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/SleepTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/SleepTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/StringConsts.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/StringConsts.inl -------------------------------------------------------------------------------- /DoodleChum/src/TVAnimator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TVAnimator.cpp -------------------------------------------------------------------------------- /DoodleChum/src/TVTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TVTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/TabComponent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TabComponent.cpp -------------------------------------------------------------------------------- /DoodleChum/src/ThinkBubble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/ThinkBubble.cpp -------------------------------------------------------------------------------- /DoodleChum/src/ThinkTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/ThinkTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/TimeTab.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TimeTab.cpp -------------------------------------------------------------------------------- /DoodleChum/src/TravelTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TravelTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/TreeLightController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/TreeLightController.cpp -------------------------------------------------------------------------------- /DoodleChum/src/Vacuum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/Vacuum.cpp -------------------------------------------------------------------------------- /DoodleChum/src/VacuumTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/VacuumTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/ValueBar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/ValueBar.cpp -------------------------------------------------------------------------------- /DoodleChum/src/WallClock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/WallClock.cpp -------------------------------------------------------------------------------- /DoodleChum/src/WashTask.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/WashTask.cpp -------------------------------------------------------------------------------- /DoodleChum/src/WorldClientState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/WorldClientState.cpp -------------------------------------------------------------------------------- /DoodleChum/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/DoodleChum/src/main.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/CMakeLists.txt -------------------------------------------------------------------------------- /PhysicsSandbox/PhysicsSandbox.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/PhysicsSandbox.vcxproj -------------------------------------------------------------------------------- /PhysicsSandbox/PhysicsSandbox.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/PhysicsSandbox.vcxproj.filters -------------------------------------------------------------------------------- /PhysicsSandbox/assets/bike_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/assets/bike_diffuse.png -------------------------------------------------------------------------------- /PhysicsSandbox/assets/buggy_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/assets/buggy_diffuse.png -------------------------------------------------------------------------------- /PhysicsSandbox/assets/ship_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/assets/ship_diffuse.png -------------------------------------------------------------------------------- /PhysicsSandbox/cmake/modules/FindBOX2D.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/cmake/modules/FindBOX2D.cmake -------------------------------------------------------------------------------- /PhysicsSandbox/cmake/modules/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/cmake/modules/FindSFML.cmake -------------------------------------------------------------------------------- /PhysicsSandbox/cmake/modules/FindXYGINE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/cmake/modules/FindXYGINE.cmake -------------------------------------------------------------------------------- /PhysicsSandbox/default.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/default.car -------------------------------------------------------------------------------- /PhysicsSandbox/include/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/include/Game.hpp -------------------------------------------------------------------------------- /PhysicsSandbox/include/Sandbox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/include/Sandbox.hpp -------------------------------------------------------------------------------- /PhysicsSandbox/include/UserInterface.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/include/UserInterface.hpp -------------------------------------------------------------------------------- /PhysicsSandbox/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/CMakeLists.txt -------------------------------------------------------------------------------- /PhysicsSandbox/src/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/Game.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/src/Sandbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/Sandbox.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/src/UserInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/UserInterface.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/src/VehicleControllerB2D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/VehicleControllerB2D.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/src/main.cpp -------------------------------------------------------------------------------- /PhysicsSandbox/vehicledefs/bike01.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/vehicledefs/bike01.car -------------------------------------------------------------------------------- /PhysicsSandbox/vehicledefs/car01.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/vehicledefs/car01.car -------------------------------------------------------------------------------- /PhysicsSandbox/vehicledefs/ship01.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/PhysicsSandbox/vehicledefs/ship01.car -------------------------------------------------------------------------------- /SuperTerrain/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/CMakeLists.txt -------------------------------------------------------------------------------- /SuperTerrain/SuperTerrain.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/SuperTerrain.vcxproj -------------------------------------------------------------------------------- /SuperTerrain/SuperTerrain.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/SuperTerrain.vcxproj.filters -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/0.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/1.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/2.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/3.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/4.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/5.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/6.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/7.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/8.png -------------------------------------------------------------------------------- /SuperTerrain/assets/images/tiles/test_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/assets/images/tiles/test_set.png -------------------------------------------------------------------------------- /SuperTerrain/cmake/modules/FindBOX2D.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/cmake/modules/FindBOX2D.cmake -------------------------------------------------------------------------------- /SuperTerrain/cmake/modules/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/cmake/modules/FindSFML.cmake -------------------------------------------------------------------------------- /SuperTerrain/cmake/modules/FindXYGINE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/cmake/modules/FindXYGINE.cmake -------------------------------------------------------------------------------- /SuperTerrain/include/CameraController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/CameraController.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/Chunk.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/Chunk.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/FastNoiseSIMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/FastNoiseSIMD.h -------------------------------------------------------------------------------- /SuperTerrain/include/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/Game.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/PacketIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/PacketIDs.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/PlayerController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/PlayerController.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/PlayerInput.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/PlayerInput.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/Server.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/Server.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/StateIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/StateIDs.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/TerrainComponent.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/TerrainComponent.hpp -------------------------------------------------------------------------------- /SuperTerrain/include/WorldClientState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/include/WorldClientState.hpp -------------------------------------------------------------------------------- /SuperTerrain/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/readme.md -------------------------------------------------------------------------------- /SuperTerrain/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/CMakeLists.txt -------------------------------------------------------------------------------- /SuperTerrain/src/CameraController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/CameraController.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/Chunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/Chunk.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/ClientEntityController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/ClientEntityController.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/GLExtensions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/GLExtensions.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/Game.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/PacketOperators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/PacketOperators.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/PlayerController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/PlayerController.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/Server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/Server.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/TerrainComponent.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/TerrainComponent.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/WorldClientState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/WorldClientState.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/fastnoise/FastNoiseSIMD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/fastnoise/FastNoiseSIMD.cpp -------------------------------------------------------------------------------- /SuperTerrain/src/fastnoise/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/fastnoise/LICENSE -------------------------------------------------------------------------------- /SuperTerrain/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/src/main.cpp -------------------------------------------------------------------------------- /SuperTerrain/tile_projects/cold_desert.pyxel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/tile_projects/cold_desert.pyxel -------------------------------------------------------------------------------- /SuperTerrain/tile_projects/small.pyxel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/tile_projects/small.pyxel -------------------------------------------------------------------------------- /SuperTerrain/tile_projects/test_set.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/tile_projects/test_set.psd -------------------------------------------------------------------------------- /SuperTerrain/tile_projects/tundra.pyxel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/SuperTerrain/tile_projects/tundra.pyxel -------------------------------------------------------------------------------- /TrackGenerator/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/CMakeLists.txt -------------------------------------------------------------------------------- /TrackGenerator/TrackGenerator.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/TrackGenerator.vcxproj -------------------------------------------------------------------------------- /TrackGenerator/TrackGenerator.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/TrackGenerator.vcxproj.filters -------------------------------------------------------------------------------- /TrackGenerator/assets/gta/car01.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/gta/car01.car -------------------------------------------------------------------------------- /TrackGenerator/assets/gta/gtaish.tmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/gta/gtaish.tmx -------------------------------------------------------------------------------- /TrackGenerator/assets/metal_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/metal_diffuse.png -------------------------------------------------------------------------------- /TrackGenerator/assets/metal_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/metal_mask.png -------------------------------------------------------------------------------- /TrackGenerator/assets/metal_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/metal_normal.png -------------------------------------------------------------------------------- /TrackGenerator/assets/tarmac_diffuse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/tarmac_diffuse.png -------------------------------------------------------------------------------- /TrackGenerator/assets/tarmac_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/tarmac_mask.png -------------------------------------------------------------------------------- /TrackGenerator/assets/tarmac_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/assets/tarmac_normal.png -------------------------------------------------------------------------------- /TrackGenerator/cmake/modules/FindBOX2D.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/cmake/modules/FindBOX2D.cmake -------------------------------------------------------------------------------- /TrackGenerator/cmake/modules/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/cmake/modules/FindSFML.cmake -------------------------------------------------------------------------------- /TrackGenerator/cmake/modules/FindXYGINE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/cmake/modules/FindXYGINE.cmake -------------------------------------------------------------------------------- /TrackGenerator/include/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/Game.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/GameIDs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/GameIDs.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/RacingState.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/RacingState.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/Sandbox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/Sandbox.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/SectionController.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/SectionController.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/TrackConsts.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackConsts.inl -------------------------------------------------------------------------------- /TrackGenerator/include/TrackData.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackData.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/TrackGenerator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackGenerator.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/TrackMeshBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackMeshBuilder.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/TrackRenderer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackRenderer.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/TrackSection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/TrackSection.hpp -------------------------------------------------------------------------------- /TrackGenerator/include/UserInterface.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/include/UserInterface.hpp -------------------------------------------------------------------------------- /TrackGenerator/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/CMakeLists.txt -------------------------------------------------------------------------------- /TrackGenerator/src/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/Game.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/RacingState.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/RacingState.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/Sandbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/Sandbox.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/SectionController.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/SectionController.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/TrackData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/TrackData.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/TrackGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/TrackGenerator.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/TrackMeshBuilder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/TrackMeshBuilder.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/TrackRenderer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/TrackRenderer.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/TrackSection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/TrackSection.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/UserInterface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/UserInterface.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/VehicleControllerB2D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/VehicleControllerB2D.cpp -------------------------------------------------------------------------------- /TrackGenerator/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/TrackGenerator/src/main.cpp -------------------------------------------------------------------------------- /b2breakout/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/CMakeLists.txt -------------------------------------------------------------------------------- /b2breakout/b2breakout.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/b2breakout.vcxproj -------------------------------------------------------------------------------- /b2breakout/b2breakout.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/b2breakout.vcxproj.filters -------------------------------------------------------------------------------- /b2breakout/cmake/modules/FindBOX2D.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/cmake/modules/FindBOX2D.cmake -------------------------------------------------------------------------------- /b2breakout/cmake/modules/FindSFML.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/cmake/modules/FindSFML.cmake -------------------------------------------------------------------------------- /b2breakout/cmake/modules/FindXYGINE.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/cmake/modules/FindXYGINE.cmake -------------------------------------------------------------------------------- /b2breakout/include/Game.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/include/Game.hpp -------------------------------------------------------------------------------- /b2breakout/include/Sandbox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/include/Sandbox.hpp -------------------------------------------------------------------------------- /b2breakout/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/readme.md -------------------------------------------------------------------------------- /b2breakout/src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/src/CMakeLists.txt -------------------------------------------------------------------------------- /b2breakout/src/Game.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/src/Game.cpp -------------------------------------------------------------------------------- /b2breakout/src/Sandbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/src/Sandbox.cpp -------------------------------------------------------------------------------- /b2breakout/src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/b2breakout/src/main.cpp -------------------------------------------------------------------------------- /extlib/include/Box2D/Box2D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Box2D.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Collision/b2BroadPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Collision/b2BroadPhase.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Collision/b2Collision.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Collision/b2Collision.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Collision/b2Distance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Collision/b2Distance.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Common/b2Draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Common/b2Draw.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Common/b2GrowableStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Common/b2GrowableStack.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Common/b2Math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Common/b2Math.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Common/b2Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Common/b2Settings.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Common/b2Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Common/b2Timer.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Dynamics/b2Body.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Dynamics/b2Body.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Dynamics/b2Fixture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Dynamics/b2Fixture.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Dynamics/b2Island.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Dynamics/b2Island.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Dynamics/b2TimeStep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Dynamics/b2TimeStep.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Dynamics/b2World.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Dynamics/b2World.h -------------------------------------------------------------------------------- /extlib/include/Box2D/Rope/b2Rope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/Box2D/Rope/b2Rope.h -------------------------------------------------------------------------------- /extlib/include/SFML/Audio.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/AlResource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/AlResource.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/Export.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/Export.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/InputSoundFile.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/InputSoundFile.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/Listener.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/Listener.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/Music.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/Music.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/OutputSoundFile.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/OutputSoundFile.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/Sound.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/Sound.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundBuffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundBuffer.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundFileReader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundFileReader.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundFileWriter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundFileWriter.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundRecorder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundRecorder.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundSource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundSource.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Audio/SoundStream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Audio/SoundStream.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Config.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/BlendMode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/BlendMode.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/CircleShape.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/CircleShape.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Color.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Color.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/ConvexShape.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/ConvexShape.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Drawable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Drawable.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Export.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Export.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Font.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Font.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Glsl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Glsl.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Glsl.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Glsl.inl -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Glyph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Glyph.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Image.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Image.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Rect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Rect.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Rect.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Rect.inl -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/RenderStates.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/RenderStates.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/RenderTarget.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/RenderTarget.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/RenderWindow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/RenderWindow.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Shader.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Shader.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Shape.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Shape.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Sprite.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Sprite.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Text.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Text.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Texture.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Texture.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Transform.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/Vertex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/Vertex.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/VertexArray.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/VertexArray.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Graphics/View.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Graphics/View.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Main.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Main.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/Export.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/Export.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/Ftp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/Ftp.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/Http.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/Http.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/IpAddress.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/IpAddress.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/Packet.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/Packet.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/Socket.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/Socket.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/SocketHandle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/SocketHandle.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/TcpListener.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/TcpListener.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/TcpSocket.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/TcpSocket.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Network/UdpSocket.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Network/UdpSocket.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/OpenGL.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/OpenGL.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Clock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Clock.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Err.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Err.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Export.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Export.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/InputStream.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/InputStream.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Lock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Lock.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Mutex.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Mutex.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/NativeActivity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/NativeActivity.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/NonCopyable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/NonCopyable.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Sleep.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Sleep.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/String.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/String.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/String.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/String.inl -------------------------------------------------------------------------------- /extlib/include/SFML/System/Thread.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Thread.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Thread.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Thread.inl -------------------------------------------------------------------------------- /extlib/include/SFML/System/ThreadLocal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/ThreadLocal.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/ThreadLocalPtr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/ThreadLocalPtr.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/ThreadLocalPtr.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/ThreadLocalPtr.inl -------------------------------------------------------------------------------- /extlib/include/SFML/System/Time.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Time.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Utf.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Utf.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Utf.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Utf.inl -------------------------------------------------------------------------------- /extlib/include/SFML/System/Vector2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Vector2.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Vector2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Vector2.inl -------------------------------------------------------------------------------- /extlib/include/SFML/System/Vector3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Vector3.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/System/Vector3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/System/Vector3.inl -------------------------------------------------------------------------------- /extlib/include/SFML/Window.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Context.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Context.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Event.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Event.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Export.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Export.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/GlResource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/GlResource.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Joystick.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Joystick.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Keyboard.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Keyboard.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Mouse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Mouse.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Sensor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Sensor.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Touch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Touch.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/VideoMode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/VideoMode.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/Window.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/Window.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/WindowHandle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/WindowHandle.hpp -------------------------------------------------------------------------------- /extlib/include/SFML/Window/WindowStyle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/SFML/Window/WindowStyle.hpp -------------------------------------------------------------------------------- /extlib/include/glm/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/common.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_features.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_features.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_fixes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_fixes.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_noise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_noise.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_swizzle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_swizzle.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_swizzle_func.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_swizzle_func.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/_vectorize.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/_vectorize.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/dummy.cpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_common.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_common.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_common.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_geometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_geometric.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_geometric.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_geometric.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_integer.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_integer.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_matrix.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_matrix.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_matrix.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_packing.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/func_packing.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/func_packing.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/glm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/glm.cpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/precision.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/setup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/setup.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_float.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_float.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_gentype.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_gentype.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_gentype.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_gentype.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_half.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_half.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_half.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_half.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_int.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_int.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x2.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x3.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat2x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat2x4.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x2.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x3.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat3x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat3x4.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x2.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x3.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_mat4x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_mat4x4.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec1.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec1.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec1.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec2.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec3.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec4.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec4_avx.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec4_avx.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec4_avx2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec4_avx2.inl -------------------------------------------------------------------------------- /extlib/include/glm/detail/type_vec4_sse2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/detail/type_vec4_sse2.inl -------------------------------------------------------------------------------- /extlib/include/glm/exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/exponential.hpp -------------------------------------------------------------------------------- /extlib/include/glm/ext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/ext.hpp -------------------------------------------------------------------------------- /extlib/include/glm/fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/fwd.hpp -------------------------------------------------------------------------------- /extlib/include/glm/geometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/geometric.hpp -------------------------------------------------------------------------------- /extlib/include/glm/glm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/glm.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/bitfield.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/bitfield.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/bitfield.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/bitfield.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/color_space.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/color_space.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/color_space.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/color_space.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/constants.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/constants.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/constants.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/constants.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/epsilon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/epsilon.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/epsilon.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/epsilon.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/integer.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/integer.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_access.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_access.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_access.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_access.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_integer.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_inverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_inverse.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_inverse.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_inverse.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_transform.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/matrix_transform.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/matrix_transform.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/noise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/noise.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/noise.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/noise.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/packing.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/packing.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/packing.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/quaternion.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/quaternion.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/random.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/random.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/random.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/reciprocal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/reciprocal.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/reciprocal.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/reciprocal.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/round.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/round.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/round.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/round.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/type_precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/type_precision.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/type_precision.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/type_precision.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/type_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/type_ptr.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/type_ptr.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/type_ptr.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/ulp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/ulp.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/ulp.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/ulp.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtc/vec1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/vec1.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtc/vec1.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtc/vec1.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/associated_min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/associated_min_max.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/associated_min_max.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/associated_min_max.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/bit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/bit.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/bit.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/bit.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/closest_point.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/closest_point.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/closest_point.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/closest_point.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/color_space.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/color_space.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/color_space.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/color_space.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/color_space_YCoCg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/color_space_YCoCg.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/color_space_YCoCg.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/color_space_YCoCg.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/common.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/common.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/common.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/compatibility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/compatibility.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/compatibility.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/compatibility.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/component_wise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/component_wise.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/component_wise.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/component_wise.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/dual_quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/dual_quaternion.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/dual_quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/dual_quaternion.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/euler_angles.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/euler_angles.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/euler_angles.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/euler_angles.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/extend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/extend.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/extend.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/extend.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/extented_min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/extented_min_max.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/extented_min_max.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/extented_min_max.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_exponential.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_exponential.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_exponential.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_square_root.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_square_root.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_square_root.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_square_root.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_trigonometry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_trigonometry.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/fast_trigonometry.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/fast_trigonometry.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/gradient_paint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/gradient_paint.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/gradient_paint.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/gradient_paint.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/hash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/hash.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/hash.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/hash.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/integer.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/integer.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/intersect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/intersect.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/intersect.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/intersect.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/io.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/io.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/io.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/log_base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/log_base.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/log_base.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/log_base.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_decompose.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_decompose.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_decompose.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_decompose.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_operation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_operation.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_operation.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_operation.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_query.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_query.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/matrix_query.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/matrix_query.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/mixed_product.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/mixed_product.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/mixed_product.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/mixed_product.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/norm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/norm.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/norm.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/norm.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/normal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/normal.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/normal.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/normal.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/normalize_dot.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/normalize_dot.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/normalize_dot.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/normalize_dot.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/number_precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/number_precision.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/number_precision.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/number_precision.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/optimum_pow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/optimum_pow.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/optimum_pow.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/optimum_pow.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/orthonormalize.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/orthonormalize.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/orthonormalize.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/orthonormalize.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/perpendicular.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/perpendicular.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/perpendicular.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/perpendicular.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/polar_coordinates.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/polar_coordinates.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/polar_coordinates.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/polar_coordinates.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/projection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/projection.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/projection.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/projection.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/quaternion.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/quaternion.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/range.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/range.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/raw_data.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/raw_data.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/raw_data.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/raw_data.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/rotate_vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/rotate_vector.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/rotate_vector.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/rotate_vector.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/scalar_relational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/scalar_relational.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/scalar_relational.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/scalar_relational.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_mat4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_mat4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_mat4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_mat4.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_quat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_quat.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_quat.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_quat.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_vec4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/simd_vec4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/simd_vec4.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/spline.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/spline.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/spline.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/spline.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/std_based_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/std_based_type.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/std_based_type.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/std_based_type.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/string_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/string_cast.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/string_cast.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/string_cast.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/transform.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/transform.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/transform.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/transform2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/transform2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/transform2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/transform2.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/type_aligned.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/type_aligned.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/type_aligned.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/type_aligned.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/vector_angle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/vector_angle.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/vector_angle.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/vector_angle.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/vector_query.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/vector_query.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/vector_query.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/vector_query.inl -------------------------------------------------------------------------------- /extlib/include/glm/gtx/wrap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/wrap.hpp -------------------------------------------------------------------------------- /extlib/include/glm/gtx/wrap.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/gtx/wrap.inl -------------------------------------------------------------------------------- /extlib/include/glm/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/integer.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat2x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat2x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat2x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat2x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat2x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat2x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat3x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat3x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat3x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat3x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat3x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat3x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat4x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat4x2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat4x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat4x3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/mat4x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/mat4x4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/matrix.hpp -------------------------------------------------------------------------------- /extlib/include/glm/packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/packing.hpp -------------------------------------------------------------------------------- /extlib/include/glm/trigonometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/trigonometric.hpp -------------------------------------------------------------------------------- /extlib/include/glm/vec2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/vec2.hpp -------------------------------------------------------------------------------- /extlib/include/glm/vec3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/vec3.hpp -------------------------------------------------------------------------------- /extlib/include/glm/vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/vec4.hpp -------------------------------------------------------------------------------- /extlib/include/glm/vector_relational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/glm/vector_relational.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/App.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/App.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Assert.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Assert.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/BitmapFont.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/BitmapFont.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/BitmapText.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/BitmapText.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Command.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Command.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Config.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Console.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Console.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Difficulty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Difficulty.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Entity.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Entity.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/FileSystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/FileSystem.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/KeyBinds.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/KeyBinds.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Log.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Log.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/MessageBus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/MessageBus.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/MultiRenderTexture.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/MultiRenderTexture.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Music.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Music.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Particle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Particle.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ParticleAffectors.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ParticleAffectors.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/PolyBatch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/PolyBatch.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/QuadTree.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/QuadTree.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/QuadTreeNode.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/QuadTreeNode.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Reports.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Reports.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Resource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Resource.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Scene.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Scene.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/Score.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/Score.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ShaderProperty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ShaderProperty.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ShaderResource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ShaderResource.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/State.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/State.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/StateStack.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/StateStack.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/SysTime.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/SysTime.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/components/Camera.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/components/Camera.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/components/Model.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/components/Model.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/detail/Aliases.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/detail/Aliases.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/detail/GLCheck.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/detail/GLCheck.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/detail/GLExtensions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/detail/GLExtensions.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/detail/ObjectPool.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/detail/ObjectPool.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/LICENSE -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/imconfig.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/imgui.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/imgui_internal.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/imgui_sfml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/imgui_sfml.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/stb_rect_pack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/stb_rect_pack.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/stb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/stb_textedit.h -------------------------------------------------------------------------------- /extlib/include/xygine/imgui/stb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/imgui/stb_truetype.h -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/BoundingBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/BoundingBox.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/CubeBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/CubeBuilder.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/IQMBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/IQMBuilder.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/Material.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/Material.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/Mesh.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/Mesh.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/MeshRenderer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/MeshRenderer.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/MeshResource.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/MeshResource.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/ModelBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/ModelBuilder.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/QuadBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/QuadBuilder.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/RenderPass.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/RenderPass.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/RenderQuad.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/RenderQuad.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/Skeleton.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/Skeleton.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/SphereBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/SphereBuilder.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/StaticConsts.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/StaticConsts.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/SubMesh.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/SubMesh.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/UniformBuffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/UniformBuffer.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/VertexLayout.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/VertexLayout.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/mesh/shaders/SSAO.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/mesh/shaders/SSAO.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/network/AckSystem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/network/AckSystem.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/network/Config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/network/Config.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/network/FlowControl.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/network/FlowControl.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/network/PacketQueue.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/network/PacketQueue.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/parsers/picojson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/parsers/picojson.h -------------------------------------------------------------------------------- /extlib/include/xygine/parsers/pugiconfig.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/parsers/pugiconfig.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/parsers/pugixml.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/parsers/pugixml.LICENSE -------------------------------------------------------------------------------- /extlib/include/xygine/parsers/pugixml.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/parsers/pugixml.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/Affector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/Affector.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/Contact.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/Contact.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/DebugDrawer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/DebugDrawer.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/Joint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/Joint.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointHinge.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointHinge.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointMotor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointMotor.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointRope.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointRope.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointSlider.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointSlider.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointWeld.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointWeld.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/JointWheel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/JointWheel.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/RigidBody.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/RigidBody.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/physics/World.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/physics/World.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/postprocess/Antique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/postprocess/Antique.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/postprocess/Bloom.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/postprocess/Bloom.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/postprocess/Blur.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/postprocess/Blur.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/shaders/Default.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/shaders/Default.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/shaders/Misc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/shaders/Misc.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/shaders/Tilemap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/shaders/Tilemap.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/tilemap/Layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/tilemap/Layer.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/tilemap/Map.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/tilemap/Map.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/tilemap/Object.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/tilemap/Object.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/tilemap/Property.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/tilemap/Property.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/tilemap/Tileset.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/tilemap/Tileset.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Button.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Button.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/CheckBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/CheckBox.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/ComboBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/ComboBox.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Container.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Container.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Control.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Control.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/KeyBinds.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/KeyBinds.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Label.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Label.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Marquee.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Marquee.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/ScoreList.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/ScoreList.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Selection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Selection.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Slider.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Slider.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/TextBox.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/TextBox.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/ui/Window.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/ui/Window.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/ConfigFile.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/ConfigFile.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Const.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Const.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Json.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Math.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Position.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Position.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Random.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Rectangle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Rectangle.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/String.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/String.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Vector.hpp -------------------------------------------------------------------------------- /extlib/include/xygine/util/Wavetable.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/include/xygine/util/Wavetable.hpp -------------------------------------------------------------------------------- /extlib/lib/box2d-2.3.2/Box2D-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/box2d-2.3.2/Box2D-d.lib -------------------------------------------------------------------------------- /extlib/lib/box2d-2.3.2/Box2D.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/box2d-2.3.2/Box2D.lib -------------------------------------------------------------------------------- /extlib/lib/box2d-2.3.2/Box2D.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/box2d-2.3.2/Box2D.pdb -------------------------------------------------------------------------------- /extlib/lib/box2d-2.3.2/This is actually 2.3.1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /extlib/lib/sfml/openal32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/openal32.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-audio-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-audio-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-audio-d-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-audio-d-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-audio-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-audio-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-audio.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-audio.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-graphics-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-graphics-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-graphics-d-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-graphics-d-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-graphics-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-graphics-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-graphics.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-graphics.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-main-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-main-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-main.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-main.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-network-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-network-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-network-d-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-network-d-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-network-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-network-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-network.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-network.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-system-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-system-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-system-d-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-system-d-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-system-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-system-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-system.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-system.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-window-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-window-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-window-d-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-window-d-2.dll -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-window-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-window-d.lib -------------------------------------------------------------------------------- /extlib/lib/sfml/sfml-window.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/sfml/sfml-window.lib -------------------------------------------------------------------------------- /extlib/lib/xygine/xygine-d.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/xygine/xygine-d.dll -------------------------------------------------------------------------------- /extlib/lib/xygine/xygine-d.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/xygine/xygine-d.lib -------------------------------------------------------------------------------- /extlib/lib/xygine/xygine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/xygine/xygine.dll -------------------------------------------------------------------------------- /extlib/lib/xygine/xygine.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/extlib/lib/xygine/xygine.lib -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/readme.md -------------------------------------------------------------------------------- /xyExperimental.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fallahn/xyExperimental/HEAD/xyExperimental.sln --------------------------------------------------------------------------------