From f9092efbbaf23fdb59aefbede7b17c698330f1cb Mon Sep 17 00:00:00 2001 From: n00b87 Date: Wed, 18 Dec 2024 16:29:21 -0500 Subject: [PATCH 1/3] Added windows project files with build targets --- rcbasic_build/rcbasic_build_win.cbp | 61 + rcbasic_build/rcbasic_build_win.depend | 524 +++ rcbasic_build/rcbasic_build_win.layout | 10 + rcbasic_runtime/icon/rcbasic.ico | Bin 0 -> 270398 bytes rcbasic_runtime/rc_gfx_core.h | 2 +- rcbasic_runtime/rcbasic_runtime_win.cbp | 179 + rcbasic_runtime/rcbasic_runtime_win.depend | 3642 ++++++++++++++++++++ rcbasic_runtime/rcbasic_runtime_win.layout | 5 + rcbasic_runtime/resource.rc | 2 +- 9 files changed, 4423 insertions(+), 2 deletions(-) create mode 100644 rcbasic_build/rcbasic_build_win.cbp create mode 100644 rcbasic_build/rcbasic_build_win.depend create mode 100644 rcbasic_build/rcbasic_build_win.layout create mode 100644 rcbasic_runtime/icon/rcbasic.ico create mode 100644 rcbasic_runtime/rcbasic_runtime_win.cbp create mode 100644 rcbasic_runtime/rcbasic_runtime_win.depend create mode 100644 rcbasic_runtime/rcbasic_runtime_win.layout diff --git a/rcbasic_build/rcbasic_build_win.cbp b/rcbasic_build/rcbasic_build_win.cbp new file mode 100644 index 0000000..c17a3d5 --- /dev/null +++ b/rcbasic_build/rcbasic_build_win.cbp @@ -0,0 +1,61 @@ + + + + + + diff --git a/rcbasic_build/rcbasic_build_win.depend b/rcbasic_build/rcbasic_build_win.depend new file mode 100644 index 0000000..a7c4f3b --- /dev/null +++ b/rcbasic_build/rcbasic_build_win.depend @@ -0,0 +1,524 @@ +# depslib dependency file v1.0 +1734515750 source:c:\dev\rcbasic4\rcbasic_build\main.cpp + + + + + + + "tokenizer.h" + "parser.h" + "rc_builtin.h" + "rc_vm_asm.h" + "file_directory.h" + "env_resolve.h" + "identifier.h" + +1734515750 c:\dev\rcbasic4\rcbasic_build\tokenizer.h + + + + + + "rc_utility.h" + "rc_debug.h" + "keywords.h" + "constants.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl.h + "SDL_main.h" + "SDL_stdinc.h" + "SDL_assert.h" + "SDL_atomic.h" + "SDL_audio.h" + "SDL_clipboard.h" + "SDL_cpuinfo.h" + "SDL_endian.h" + "SDL_error.h" + "SDL_events.h" + "SDL_filesystem.h" + "SDL_gamecontroller.h" + "SDL_guid.h" + "SDL_haptic.h" + "SDL_hidapi.h" + "SDL_hints.h" + "SDL_joystick.h" + "SDL_loadso.h" + "SDL_log.h" + "SDL_messagebox.h" + "SDL_metal.h" + "SDL_mutex.h" + "SDL_power.h" + "SDL_render.h" + "SDL_rwops.h" + "SDL_sensor.h" + "SDL_shape.h" + "SDL_system.h" + "SDL_thread.h" + "SDL_timer.h" + "SDL_version.h" + "SDL_video.h" + "SDL_locale.h" + "SDL_misc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_main.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_stdinc.h + "SDL_config.h" + + + + + + + + + + + + + + + + + + + + + + + + + "begin_code.h" + + + + "close_code.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config.h + "SDL_platform.h" + "SDL_config_windows.h" + "SDL_config_winrt.h" + "SDL_config_wingdk.h" + "SDL_config_xbox.h" + "SDL_config_macosx.h" + "SDL_config_iphoneos.h" + "SDL_config_android.h" + "SDL_config_os2.h" + "SDL_config_emscripten.h" + "SDL_config_ngage.h" + "SDL_config_minimal.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_platform.h + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\begin_code.h + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\close_code.h + +1716767039 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_windows.h + "SDL_platform.h" + + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_winrt.h + "SDL_platform.h" + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_wingdk.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_xbox.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_macosx.h + "SDL_platform.h" + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_iphoneos.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_android.h + "SDL_platform.h" + + +1716868864 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_os2.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_emscripten.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_ngage.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_minimal.h + "SDL_platform.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_assert.h + "SDL_stdinc.h" + "begin_code.h" + + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_atomic.h + "SDL_stdinc.h" + "SDL_platform.h" + "begin_code.h" + + + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_audio.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_endian.h" + "SDL_mutex.h" + "SDL_thread.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_error.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_endian.h + "SDL_stdinc.h" + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_mutex.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_thread.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_atomic.h" + "SDL_mutex.h" + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_rwops.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_clipboard.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_cpuinfo.h + "SDL_stdinc.h" + + + + + + + + + + + + + + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_events.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "SDL_keyboard.h" + "SDL_mouse.h" + "SDL_joystick.h" + "SDL_gamecontroller.h" + "SDL_quit.h" + "SDL_gesture.h" + "SDL_touch.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_video.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_surface.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_pixels.h + "SDL_stdinc.h" + "SDL_endian.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_rect.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_pixels.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_surface.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_blendmode.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_blendmode.h + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_keyboard.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_keycode.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_keycode.h + "SDL_stdinc.h" + "SDL_scancode.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_scancode.h + "SDL_stdinc.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_mouse.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_joystick.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_guid.h" + "SDL_mutex.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_guid.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_gamecontroller.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_rwops.h" + "SDL_sensor.h" + "SDL_joystick.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_sensor.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_quit.h + "SDL_stdinc.h" + "SDL_error.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_gesture.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "SDL_touch.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_touch.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_filesystem.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_haptic.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_joystick.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_hidapi.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_hints.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_loadso.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_log.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_messagebox.h + "SDL_stdinc.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_metal.h + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_power.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_render.h + "SDL_stdinc.h" + "SDL_rect.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_shape.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_surface.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_system.h + "SDL_stdinc.h" + "SDL_keyboard.h" + "SDL_render.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_timer.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_version.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_locale.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_misc.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1734515750 c:\dev\rcbasic4\rcbasic_build\rc_utility.h + + + + +1734515750 c:\dev\rcbasic4\rcbasic_build\rc_debug.h + +1734515750 c:\dev\rcbasic4\rcbasic_build\keywords.h + +1734515750 c:\dev\rcbasic4\rcbasic_build\constants.h + + +1734515750 c:\dev\rcbasic4\rcbasic_build\parser.h + "tokenizer.h" + "identifier.h" + "rc_global.h" + "constants.h" + + +1734515750 c:\dev\rcbasic4\rcbasic_build\identifier.h + + + "rc_global.h" + "rc_utility.h" + "rc_debug.h" + +1734515750 c:\dev\rcbasic4\rcbasic_build\rc_global.h + + +1734515750 c:\dev\rcbasic4\rcbasic_build\rc_builtin.h + "identifier.h" + +1734515750 c:\dev\rcbasic4\rcbasic_build\rc_vm_asm.h + + + + + + + + +1734515750 c:\dev\rcbasic4\rcbasic_build\file_directory.h + + + + + + + + + + +1734515750 c:\dev\rcbasic4\rcbasic_build\env_resolve.h + + + diff --git a/rcbasic_build/rcbasic_build_win.layout b/rcbasic_build/rcbasic_build_win.layout new file mode 100644 index 0000000..d6bfc16 --- /dev/null +++ b/rcbasic_build/rcbasic_build_win.layout @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/rcbasic_runtime/icon/rcbasic.ico b/rcbasic_runtime/icon/rcbasic.ico new file mode 100644 index 0000000000000000000000000000000000000000..8c08856f57df396d7840ff156a1e9b549cd1da81 GIT binary patch literal 270398 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

;Gkv^-o>M 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 II- + + + + + diff --git a/rcbasic_runtime/rcbasic_runtime_win.depend b/rcbasic_runtime/rcbasic_runtime_win.depend new file mode 100644 index 0000000..dbc506a --- /dev/null +++ b/rcbasic_runtime/rcbasic_runtime_win.depend @@ -0,0 +1,3642 @@ +# depslib dependency file v1.0 +1734553082 source:c:\dev\irrbullet\src\irrbulletboxshape.cpp + + "btBulletDynamicsCommon.h" + "btBulletCollisionCommon.h" + "irrBulletBoxShape.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenode.h + "IAttributeExchangingObject.h" + "ESceneNodeTypes.h" + "ESceneNodeUpdateAbs.h" + "ECullingTypes.h" + "EDebugSceneTypes.h" + "ISceneNodeAnimator.h" + "ITriangleSelector.h" + "SMaterial.h" + "irrString.h" + "aabbox3d.h" + "matrix4.h" + "irrList.h" + "IAttributes.h" + +1734553077 c:\dev\rcirrlicht\include\iattributeexchangingobject.h + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\ireferencecounted.h + "irrTypes.h" + "leakHunter.h" + +1734553077 c:\dev\rcirrlicht\include\irrtypes.h + "IrrCompileConfig.h" + + + + "assert.h" + + + +1734553077 c:\dev\rcirrlicht\include\irrcompileconfig.h + + + + +1734553077 c:\dev\rcirrlicht\include\leakhunter.h + "IrrCompileConfig.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\irrarray.h + "irrTypes.h" + "heapsort.h" + "irrAllocator.h" + "irrMath.h" + +1734553077 c:\dev\rcirrlicht\include\heapsort.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\irrallocator.h + "irrTypes.h" + + + +1734553077 c:\dev\rcirrlicht\include\irrmath.h + "IrrCompileConfig.h" + "irrTypes.h" + + + + + +1734553077 c:\dev\rcirrlicht\include\escenenodetypes.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\escenenodeupdateabs.h + +1734553077 c:\dev\rcirrlicht\include\ecullingtypes.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\edebugscenetypes.h + +1734553077 c:\dev\rcirrlicht\include\iscenenodeanimator.h + "ESceneNodeAnimatorTypes.h" + "IAttributeExchangingObject.h" + "IAttributes.h" + "IEventReceiver.h" + +1734553077 c:\dev\rcirrlicht\include\escenenodeanimatortypes.h + +1734553077 c:\dev\rcirrlicht\include\iattributes.h + "IReferenceCounted.h" + "SColor.h" + "vector3d.h" + "vector2d.h" + "line2d.h" + "line3d.h" + "triangle3d.h" + "position2d.h" + "rect.h" + "dimension2d.h" + "matrix4.h" + "quaternion.h" + "plane3d.h" + "triangle3d.h" + "line2d.h" + "line3d.h" + "irrString.h" + "irrArray.h" + "IXMLReader.h" + "IXMLWriter.h" + "EAttributes.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\scolor.h + "irrTypes.h" + "irrMath.h" + +1734553077 c:\dev\rcirrlicht\include\vector3d.h + "irrMath.h" + +1734553077 c:\dev\rcirrlicht\include\vector2d.h + "irrMath.h" + "dimension2d.h" + +1734553077 c:\dev\rcirrlicht\include\dimension2d.h + "irrTypes.h" + "irrMath.h" + +1734553077 c:\dev\rcirrlicht\include\line2d.h + "irrTypes.h" + "vector2d.h" + +1734553077 c:\dev\rcirrlicht\include\line3d.h + "irrTypes.h" + "vector3d.h" + +1734553077 c:\dev\rcirrlicht\include\triangle3d.h + "vector3d.h" + "line3d.h" + "plane3d.h" + "aabbox3d.h" + +1734553077 c:\dev\rcirrlicht\include\plane3d.h + "irrMath.h" + "vector3d.h" + +1734553077 c:\dev\rcirrlicht\include\aabbox3d.h + "irrMath.h" + "plane3d.h" + "line3d.h" + +1734553077 c:\dev\rcirrlicht\include\position2d.h + "vector2d.h" + +1734553077 c:\dev\rcirrlicht\include\rect.h + "irrTypes.h" + "dimension2d.h" + "position2d.h" + +1734553077 c:\dev\rcirrlicht\include\matrix4.h + "irrMath.h" + "vector3d.h" + "vector2d.h" + "plane3d.h" + "aabbox3d.h" + "rect.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\irrstring.h + "irrTypes.h" + "irrAllocator.h" + "irrMath.h" + + +1734553077 c:\dev\rcirrlicht\include\quaternion.h + "irrTypes.h" + "irrMath.h" + "matrix4.h" + "vector3d.h" + +1734553077 c:\dev\rcirrlicht\include\ixmlreader.h + "IReferenceCounted.h" + "irrXML.h" + +1734553077 c:\dev\rcirrlicht\include\irrxml.h + + "IrrCompileConfig.h" + "irrArray.h" + "irrString.h" + + + + + + +1734553077 c:\dev\rcirrlicht\include\ixmlwriter.h + "IReferenceCounted.h" + "irrXML.h" + +1734553077 c:\dev\rcirrlicht\include\eattributes.h + +1734553077 c:\dev\rcirrlicht\include\path.h + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\ieventreceiver.h + "ILogger.h" + "Keycodes.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\ilogger.h + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\keycodes.h + +1734553077 c:\dev\rcirrlicht\include\itriangleselector.h + "IReferenceCounted.h" + "triangle3d.h" + "aabbox3d.h" + "matrix4.h" + "line3d.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\smaterial.h + "SColor.h" + "matrix4.h" + "irrMath.h" + "EMaterialTypes.h" + "EMaterialFlags.h" + "SMaterialLayer.h" + +1734553077 c:\dev\rcirrlicht\include\ematerialtypes.h + +1734553077 c:\dev\rcirrlicht\include\ematerialflags.h + +1734553077 c:\dev\rcirrlicht\include\smateriallayer.h + "matrix4.h" + "irrAllocator.h" + +1734553077 c:\dev\rcirrlicht\include\irrlist.h + "irrTypes.h" + "irrAllocator.h" + "irrMath.h" + +1734553100 c:\dev\bullet3\src\btbulletdynamicscommon.h + "btBulletCollisionCommon.h" + "BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h" + "BulletDynamics/Dynamics/btSimpleDynamicsWorld.h" + "BulletDynamics/Dynamics/btRigidBody.h" + "BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h" + "BulletDynamics/ConstraintSolver/btHingeConstraint.h" + "BulletDynamics/ConstraintSolver/btConeTwistConstraint.h" + "BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h" + "BulletDynamics/ConstraintSolver/btSliderConstraint.h" + "BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h" + "BulletDynamics/ConstraintSolver/btUniversalConstraint.h" + "BulletDynamics/ConstraintSolver/btHinge2Constraint.h" + "BulletDynamics/ConstraintSolver/btGearConstraint.h" + "BulletDynamics/ConstraintSolver/btFixedConstraint.h" + "BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h" + "BulletDynamics/Vehicle/btRaycastVehicle.h" + +1734553100 c:\dev\bullet3\src\btbulletcollisioncommon.h + "BulletCollision/CollisionDispatch/btCollisionWorld.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + "BulletCollision/CollisionShapes/btBoxShape.h" + "BulletCollision/CollisionShapes/btSphereShape.h" + "BulletCollision/CollisionShapes/btCapsuleShape.h" + "BulletCollision/CollisionShapes/btCylinderShape.h" + "BulletCollision/CollisionShapes/btConeShape.h" + "BulletCollision/CollisionShapes/btStaticPlaneShape.h" + "BulletCollision/CollisionShapes/btConvexHullShape.h" + "BulletCollision/CollisionShapes/btTriangleMesh.h" + "BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h" + "BulletCollision/CollisionShapes/btCompoundShape.h" + "BulletCollision/CollisionShapes/btTetrahedronShape.h" + "BulletCollision/CollisionShapes/btEmptyShape.h" + "BulletCollision/CollisionShapes/btMultiSphereShape.h" + "BulletCollision/CollisionShapes/btUniformScalingShape.h" + "BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h" + "BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h" + "BulletCollision/CollisionDispatch/btCollisionDispatcher.h" + "BulletCollision/BroadphaseCollision/btSimpleBroadphase.h" + "BulletCollision/BroadphaseCollision/btAxisSweep3.h" + "BulletCollision/BroadphaseCollision/btDbvtBroadphase.h" + "LinearMath/btQuaternion.h" + "LinearMath/btTransform.h" + "LinearMath/btDefaultMotionState.h" + "LinearMath/btQuickprof.h" + "LinearMath/btIDebugDraw.h" + "LinearMath/btSerializer.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisionworld.h + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "btCollisionObject.h" + "btCollisionDispatcher.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\linearmath\btvector3.h + "btScalar.h" + "btMinMax.h" + "btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\linearmath\btscalar.h + + + + + + + + + + + + + + + + + + + + + +1734553100 c:\dev\bullet3\src\linearmath\btminmax.h + "btScalar.h" + +1734553100 c:\dev\bullet3\src\linearmath\btalignedallocator.h + "btScalar.h" + +1734553100 c:\dev\bullet3\src\linearmath\bttransform.h + "btMatrix3x3.h" + +1734553100 c:\dev\bullet3\src\linearmath\btmatrix3x3.h + "btVector3.h" + "btQuaternion.h" + + +1734553100 c:\dev\bullet3\src\linearmath\btquaternion.h + "btVector3.h" + "btQuadWord.h" + +1734553100 c:\dev\bullet3\src\linearmath\btquadword.h + "btScalar.h" + "btMinMax.h" + + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisionobject.h + "LinearMath/btTransform.h" + "LinearMath/btMotionState.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\linearmath\btmotionstate.h + "btTransform.h" + +1734553100 c:\dev\bullet3\src\linearmath\btalignedobjectarray.h + "btScalar.h" + "btAlignedAllocator.h" + + + + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisiondispatcher.h + "BulletCollision/BroadphaseCollision/btDispatcher.h" + "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" + "BulletCollision/CollisionDispatch/btManifoldResult.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + "btCollisionCreateFunc.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btdispatcher.h + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btpersistentmanifold.h + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "btManifoldPoint.h" + "LinearMath/btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btmanifoldpoint.h + "LinearMath/btVector3.h" + "LinearMath/btTransformUtil.h" + "physics_effects/base_level/solver/pfx_constraint_row.h" + +1734553100 c:\dev\bullet3\src\linearmath\bttransformutil.h + "btTransform.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btmanifoldresult.h + "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" + "BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h" + "LinearMath/btTransform.h" + "BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btdiscretecollisiondetectorinterface.h + "LinearMath/btTransform.h" + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisionobjectwrapper.h + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btbroadphaseproxy.h + "LinearMath/btScalar.h" + "LinearMath/btVector3.h" + "LinearMath/btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisioncreatefunc.h + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btoverlappingpaircache.h + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btbroadphaseinterface.h + "btBroadphaseProxy.h" + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btoverlappingpaircallback.h + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btboxshape.h + "btPolyhedralConvexShape.h" + "btCollisionMargin.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btVector3.h" + "LinearMath/btMinMax.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btpolyhedralconvexshape.h + "LinearMath/btMatrix3x3.h" + "btConvexInternalShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconvexinternalshape.h + "btConvexShape.h" + "LinearMath/btAabbUtil2.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconvexshape.h + "btCollisionShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + "LinearMath/btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btcollisionshape.h + "LinearMath/btTransform.h" + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btcollisionmargin.h + +1734553100 c:\dev\bullet3\src\linearmath\btaabbutil2.h + "btTransform.h" + "btVector3.h" + "btMinMax.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btsphereshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btcapsuleshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btcylindershape.h + "btBoxShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconeshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btstaticplaneshape.h + "btConcaveShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconcaveshape.h + "btCollisionShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "btTriangleCallback.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttrianglecallback.h + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconvexhullshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttrianglemesh.h + "btTriangleIndexVertexArray.h" + "LinearMath/btVector3.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttriangleindexvertexarray.h + "btStridingMeshInterface.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btstridingmeshinterface.h + "LinearMath/btVector3.h" + "btTriangleCallback.h" + "btConcaveShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btconvextrianglemeshshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btbvhtrianglemeshshape.h + "btTriangleMeshShape.h" + "btOptimizedBvh.h" + "LinearMath/btAlignedAllocator.h" + "btTriangleInfoMap.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttrianglemeshshape.h + "btConcaveShape.h" + "btStridingMeshInterface.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btoptimizedbvh.h + "BulletCollision/BroadphaseCollision/btQuantizedBvh.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btquantizedbvh.h + + + "LinearMath/btVector3.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttriangleinfomap.h + "LinearMath/btHashMap.h" + "LinearMath/btSerializer.h" + +1734553100 c:\dev\bullet3\src\linearmath\bthashmap.h + + "btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\linearmath\btserializer.h + "btScalar.h" + "btHashMap.h" + + + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btscaledbvhtrianglemeshshape.h + "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btcompoundshape.h + "btCollisionShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttetrahedronshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btemptyshape.h + "btConcaveShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btmultisphereshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btAabbUtil2.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\btuniformscalingshape.h + "btConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btspherespherecollisionalgorithm.h + "btActivatingCollisionAlgorithm.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" + "btCollisionDispatcher.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btactivatingcollisionalgorithm.h + "BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btcollisionalgorithm.h + "LinearMath/btScalar.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btdefaultcollisionconfiguration.h + "btCollisionConfiguration.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btcollisionconfiguration.h + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btsimplebroadphase.h + "btOverlappingPairCache.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btaxissweep3.h + "LinearMath/btVector3.h" + "btOverlappingPairCache.h" + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "btDbvtBroadphase.h" + "btAxisSweep3Internal.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btdbvtbroadphase.h + "BulletCollision/BroadphaseCollision/btDbvt.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "LinearMath/btQuickprof.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btdbvt.h + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btAabbUtil2.h" + + + + +1734553100 c:\dev\bullet3\src\linearmath\btquickprof.h + "btScalar.h" + + "btAlignedAllocator.h" + + +1734553100 c:\dev\bullet3\src\bulletcollision\broadphasecollision\btaxissweep3internal.h + "LinearMath/btVector3.h" + "btOverlappingPairCache.h" + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "btDbvtBroadphase.h" + + +1734553100 c:\dev\bullet3\src\linearmath\btdefaultmotionstate.h + "btMotionState.h" + +1734553100 c:\dev\bullet3\src\linearmath\btidebugdraw.h + "btVector3.h" + "btTransform.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\dynamics\btdiscretedynamicsworld.h + "btDynamicsWorld.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btThreads.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\dynamics\btdynamicsworld.h + "BulletCollision/CollisionDispatch/btCollisionWorld.h" + "BulletDynamics/ConstraintSolver/btContactSolverInfo.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btcontactsolverinfo.h + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\linearmath\btthreads.h + "btScalar.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\dynamics\btsimpledynamicsworld.h + "btDynamicsWorld.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\dynamics\btrigidbody.h + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btTransform.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btpoint2pointconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btjacobianentry.h + "LinearMath/btMatrix3x3.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\bttypedconstraint.h + "LinearMath/btScalar.h" + "btSolverConstraint.h" + "BulletDynamics/Dynamics/btRigidBody.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btsolverconstraint.h + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "btJacobianEntry.h" + "LinearMath/btAlignedObjectArray.h" + "btSolverBody.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btsolverbody.h + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btTransformUtil.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\bthingeconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btconetwistconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btgeneric6dofconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btsliderconstraint.h + "LinearMath/btScalar.h" + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btgeneric6dofspringconstraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btuniversalconstraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\bthinge2constraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofSpring2Constraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btgeneric6dofspring2constraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btgearconstraint.h + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btfixedconstraint.h + "btGeneric6DofSpring2Constraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btsequentialimpulseconstraintsolver.h + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + "BulletDynamics/ConstraintSolver/btContactSolverInfo.h" + "BulletDynamics/ConstraintSolver/btSolverBody.h" + "BulletDynamics/ConstraintSolver/btSolverConstraint.h" + "BulletCollision/NarrowPhaseCollision/btManifoldPoint.h" + "BulletDynamics/ConstraintSolver/btConstraintSolver.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\constraintsolver\btconstraintsolver.h + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\vehicle\btraycastvehicle.h + "BulletDynamics/Dynamics/btRigidBody.h" + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + "btVehicleRaycaster.h" + "LinearMath/btAlignedObjectArray.h" + "btWheelInfo.h" + "BulletDynamics/Dynamics/btActionInterface.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\vehicle\btvehicleraycaster.h + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\vehicle\btwheelinfo.h + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\dynamics\btactioninterface.h + "LinearMath/btScalar.h" + "btRigidBody.h" + +1734553082 c:\dev\irrbullet\include\irrbulletboxshape.h + "irrBulletCollisionShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcollisionshape.h + + + + + + "irrBulletCommon.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcommon.h + + + + "irrBulletCompileConfig.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcompileconfig.h + +1734553082 source:c:\dev\irrbullet\src\irrbulletbvhtrianglemeshshape.cpp + + + "irrBulletBvhTriangleMeshShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletbvhtrianglemeshshape.h + "irrBulletTriangleMeshShape.h" + +1734553082 c:\dev\irrbullet\include\irrbullettrianglemeshshape.h + "irrBulletCollisionShape.h" + + "irrBulletCommon.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcapsuleshape.cpp + + "btBulletDynamicsCommon.h" + "btBulletCollisionCommon.h" + "irrBulletCapsuleShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcapsuleshape.h + "irrBulletCollisionShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisionobjectaffector.cpp + + "irrBulletCollisionObjectAffector.h" + "irrBulletCompileConfig.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcollisionobjectaffector.h + + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisionshape.cpp + + + + "irrBulletCollisionShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactcollisionalgorithm.h + "BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h" + "BulletCollision/BroadphaseCollision/btDispatcher.h" + "BulletCollision/BroadphaseCollision/btBroadphaseInterface.h" + "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" + "BulletCollision/CollisionDispatch/btCollisionDispatcher.h" + "LinearMath/btAlignedObjectArray.h" + "btGImpactShape.h" + "BulletCollision/CollisionShapes/btStaticPlaneShape.h" + "BulletCollision/CollisionShapes/btCompoundShape.h" + "BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h" + "LinearMath/btIDebugDraw.h" + "BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactshape.h + "BulletCollision/CollisionShapes/btCollisionShape.h" + "BulletCollision/CollisionShapes/btTriangleShape.h" + "BulletCollision/CollisionShapes/btStridingMeshInterface.h" + "BulletCollision/CollisionShapes/btCollisionMargin.h" + "BulletCollision/CollisionDispatch/btCollisionWorld.h" + "BulletCollision/CollisionShapes/btConcaveShape.h" + "BulletCollision/CollisionShapes/btTetrahedronShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "LinearMath/btAlignedObjectArray.h" + "btGImpactQuantizedBvh.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisionshapes\bttriangleshape.h + "btConvexShape.h" + "btBoxShape.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactquantizedbvh.h + "btGImpactBvh.h" + "btQuantization.h" + "btGImpactQuantizedBvhStructs.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactbvh.h + "LinearMath/btAlignedObjectArray.h" + "btBoxCollision.h" + "btTriangleShapeEx.h" + "btGImpactBvhStructs.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btboxcollision.h + "LinearMath/btTransform.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\bttriangleshapeex.h + "BulletCollision/CollisionShapes/btCollisionShape.h" + "BulletCollision/CollisionShapes/btTriangleShape.h" + "btBoxCollision.h" + "btClipPolygon.h" + "btGeometryOperations.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btclippolygon.h + "LinearMath/btTransform.h" + "LinearMath/btGeometryUtil.h" + +1734553100 c:\dev\bullet3\src\linearmath\btgeometryutil.h + "btVector3.h" + "btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgeometryoperations.h + "btBoxCollision.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactbvhstructs.h + "LinearMath/btAlignedObjectArray.h" + "btBoxCollision.h" + "btTriangleShapeEx.h" + "gim_pair.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\gim_pair.h + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btquantization.h + "LinearMath/btTransform.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\gimpact\btgimpactquantizedbvhstructs.h + "btGImpactBvh.h" + "btQuantization.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btconvexconvexalgorithm.h + "btActivatingCollisionAlgorithm.h" + "BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h" + "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h" + "btCollisionCreateFunc.h" + "btCollisionDispatcher.h" + "LinearMath/btTransformUtil.h" + "BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btgjkpairdetector.h + "btDiscreteCollisionDetectorInterface.h" + "BulletCollision/CollisionShapes/btCollisionMargin.h" + "btSimplexSolverInterface.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btsimplexsolverinterface.h + "LinearMath/btVector3.h" + "btVoronoiSimplexSolver.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btvoronoisimplexsolver.h + "btSimplexSolverInterface.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btpolyhedralcontactclipping.h + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btTransform.h" + "btDiscreteCollisionDetectorInterface.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcommon.cpp + + + "irrBulletRayCastVehicle.h" + "irrBulletCollisionObject.h" + "irrBulletCommon.h" + +1734553082 c:\dev\irrbullet\include\irrbulletraycastvehicle.h + "irrBulletCommon.h" + "IrrCompileConfig.h" + + + +1734553082 c:\dev\irrbullet\include\irrbulletcollisionobject.h + "irrBulletCommon.h" + "irrBulletCollisionShape.h" + + "irrBulletCollisionObjectAffector.h" + + + +1734553082 source:c:\dev\irrbullet\src\irrbulletconeshape.cpp + + "btBulletDynamicsCommon.h" + "btBulletCollisionCommon.h" + "irrBulletConeShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletconeshape.h + "irrBulletCollisionShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletconvexhullshape.cpp + + + + + "irrBulletCollisionShape.h" + "irrBulletConvexHullShape.h" + +1734553077 c:\dev\rcirrlicht\include\imesh.h + "IReferenceCounted.h" + "SMaterial.h" + "EHardwareBufferFlags.h" + +1734553077 c:\dev\rcirrlicht\include\ehardwarebufferflags.h + +1734553077 c:\dev\rcirrlicht\include\imeshbuffer.h + "IReferenceCounted.h" + "SMaterial.h" + "aabbox3d.h" + "S3DVertex.h" + "SVertexIndex.h" + "EHardwareBufferFlags.h" + "EPrimitiveTypes.h" + "EMeshBufferTypes.h" + +1734553077 c:\dev\rcirrlicht\include\s3dvertex.h + "vector3d.h" + "vector2d.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\svertexindex.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\eprimitivetypes.h + +1734553077 c:\dev\rcirrlicht\include\emeshbuffertypes.h + "irrTypes.h" + +1734553082 c:\dev\irrbullet\include\irrbulletconvexhullshape.h + "irrBulletCommon.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcylindershape.cpp + + "btBulletDynamicsCommon.h" + "btBulletCollisionCommon.h" + "irrBulletCylinderShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcylindershape.h + "irrBulletCollisionShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletgimpactmeshshape.cpp + + + + "irrBulletGImpactMeshShape.h" + +1734553082 c:\dev\irrbullet\include\irrbulletgimpactmeshshape.h + "irrBulletCommon.h" + + "irrBulletTriangleMeshShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbullet.cpp + "irrBullet.h" + +1734553082 c:\dev\irrbullet\include\irrbullet.h + "irrBulletCompileConfig.h" + + + + "irrBulletCommon.h" + "irrBulletWorld.h" + "irrBulletBoxShape.h" + "irrBulletSphereShape.h" + "irrBulletConeShape.h" + "irrBulletCylinderShape.h" + "irrBulletCapsuleShape.h" + "irrBulletGImpactMeshShape.h" + "irrBulletBvhTriangleMeshShape.h" + "irrBulletConvexHullShape.h" + "irrBulletMotionState.h" + "irrBulletRayCastVehicle.h" + "irrBulletCollisionObjectAffector.h" + "irrBulletCollisionObjectAffectorDelete.h" + "irrBulletCollisionObjectAffectorAttract.h" + "irrBulletCollisionCallBackInformation.h" + "irrBulletLiquidBody.h" + "irrBulletKinematicCharacterController.h" + +1734553082 c:\dev\irrbullet\include\irrbulletworld.h + "irrBulletCommon.h" + "irrBulletRigidBody.h" + "irrBulletSoftBody.h" + "irrBulletGhostObject.h" + "irrBulletPhysicsDebug.h" + + "irrBulletCollisionCallBackInformation.h" + "irrBulletCompileConfig.h" + + + +1734553082 c:\dev\irrbullet\include\irrbulletrigidbody.h + "irrBulletCommon.h" + "irrBulletCompileConfig.h" + "irrBulletCollisionObject.h" + + "irrBulletRayCastVehicle.h" + + +1734553082 c:\dev\irrbullet\include\irrbulletsoftbody.h + "irrBulletCollisionObject.h" + + + + + + + + + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsoftbodyhelpers.h + "btSoftBody.h" + + + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsoftbody.h + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btTransform.h" + "LinearMath/btIDebugDraw.h" + "LinearMath/btVector3.h" + "BulletDynamics/Dynamics/btRigidBody.h" + "BulletCollision/CollisionShapes/btConcaveShape.h" + "BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" + "btSparseSDF.h" + "BulletCollision/BroadphaseCollision/btDbvt.h" + "BulletDynamics/Featherstone/btMultiBodyLinkCollider.h" + "BulletDynamics/Featherstone/btMultiBodyConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsparsesdf.h + "BulletCollision/CollisionDispatch/btCollisionObject.h" + "BulletCollision/NarrowPhaseCollision/btGjkEpa2.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btgjkepa2.h + "BulletCollision/CollisionShapes/btConvexShape.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\featherstone\btmultibodylinkcollider.h + "BulletCollision/CollisionDispatch/btCollisionObject.h" + "btMultiBody.h" + "LinearMath/btSerializer.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\featherstone\btmultibody.h + "LinearMath/btScalar.h" + "LinearMath/btVector3.h" + "LinearMath/btQuaternion.h" + "LinearMath/btMatrix3x3.h" + "LinearMath/btAlignedObjectArray.h" + "btMultiBodyLink.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\featherstone\btmultibodylink.h + "LinearMath/btQuaternion.h" + "LinearMath/btVector3.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + "LinearMath/btSpatialAlgebra.h" + +1734553100 c:\dev\bullet3\src\linearmath\btspatialalgebra.h + "btMatrix3x3.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\featherstone\btmultibodyconstraint.h + "LinearMath/btScalar.h" + "LinearMath/btAlignedObjectArray.h" + "btMultiBody.h" + "btMultiBodySolverConstraint.h" + +1734553100 c:\dev\bullet3\src\bulletdynamics\featherstone\btmultibodysolverconstraint.h + "LinearMath/btVector3.h" + "LinearMath/btAlignedObjectArray.h" + "BulletDynamics/ConstraintSolver/btSolverBody.h" + "BulletDynamics/ConstraintSolver/btContactSolverInfo.h" + +1734553082 c:\dev\irrbullet\include\irrbulletghostobject.h + "irrBulletCommon.h" + "irrBulletCompileConfig.h" + "irrBulletCollisionObject.h" + + "irrBulletRayCastVehicle.h" + + + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btghostobject.h + "btCollisionObject.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h" + "LinearMath/btAlignedAllocator.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "btCollisionWorld.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btcollisionobject.h + "LinearMath/btTransform.h" + "LinearMath/btMotionState.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btcollisionworld.h + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "btCollisionObject.h" + "btCollisionDispatcher.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btcollisiondispatcher.h + "BulletCollision/BroadphaseCollision/btDispatcher.h" + "BulletCollision/NarrowPhaseCollision/btPersistentManifold.h" + "BulletCollision/CollisionDispatch/btManifoldResult.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + "btCollisionCreateFunc.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btcollisioncreatefunc.h + "LinearMath/btAlignedObjectArray.h" + +1734553082 c:\dev\irrbullet\include\irrbulletphysicsdebug.h + + "irrBulletCommon.h" + + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsoftrigiddynamicsworld.h + "BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h" + "btSoftBody.h" + +1734553082 c:\dev\irrbullet\include\irrbulletcollisioncallbackinformation.h + + + "irrBulletCommon.h" + + +1734553077 c:\dev\rcirrlicht\include\irrlicht.h + "IrrCompileConfig.h" + "aabbox3d.h" + "CDynamicMeshBuffer.h" + "CIndexBuffer.h" + "CMeshBuffer.h" + "coreutil.h" + "CVertexBuffer.h" + "IProfiler.h" + "dimension2d.h" + "ECullingTypes.h" + "EDebugSceneTypes.h" + "EDriverFeatures.h" + "EDriverTypes.h" + "EGUIAlignment.h" + "EGUIElementTypes.h" + "EHardwareBufferFlags.h" + "EMaterialFlags.h" + "EMaterialTypes.h" + "EMeshWriterEnums.h" + "EMessageBoxFlags.h" + "ESceneNodeAnimatorTypes.h" + "ESceneNodeTypes.h" + "ETerrainElements.h" + "fast_atof.h" + "heapsort.h" + "IAnimatedMesh.h" + "IAnimatedMeshMD2.h" + "IAnimatedMeshMD3.h" + "IAnimatedMeshSceneNode.h" + "IAttributeExchangingObject.h" + "IAttributes.h" + "IBillboardSceneNode.h" + "IBillboardTextSceneNode.h" + "IBoneSceneNode.h" + "ICameraSceneNode.h" + "IContextManager.h" + "ICursorControl.h" + "IDummyTransformationSceneNode.h" + "IDynamicMeshBuffer.h" + "IEventReceiver.h" + "IFileList.h" + "IFileSystem.h" + "IGeometryCreator.h" + "IGPUProgrammingServices.h" + "IGUIButton.h" + "IGUICheckBox.h" + "IGUIColorSelectDialog.h" + "IGUIComboBox.h" + "IGUIContextMenu.h" + "IGUIEditBox.h" + "IGUIElement.h" + "IGUIElementFactory.h" + "IGUIEnvironment.h" + "IGUIFileOpenDialog.h" + "IGUIFont.h" + "IGUIFontBitmap.h" + "IGUIImage.h" + "IGUIInOutFader.h" + "IGUIListBox.h" + "IGUIMeshViewer.h" + "IGUIScrollBar.h" + "IGUISkin.h" + "IGUISpinBox.h" + "IGUISpriteBank.h" + "IGUIStaticText.h" + "IGUITabControl.h" + "IGUITable.h" + "IGUIToolbar.h" + "IGUIWindow.h" + "IGUITreeView.h" + "IGUIProfiler.h" + "IImage.h" + "IImageLoader.h" + "IImageWriter.h" + "IIndexBuffer.h" + "ILightSceneNode.h" + "ILogger.h" + "IMaterialRenderer.h" + "IMaterialRendererServices.h" + "IMesh.h" + "IMeshBuffer.h" + "IMeshCache.h" + "IMeshLoader.h" + "IMeshManipulator.h" + "IMeshSceneNode.h" + "IMeshWriter.h" + "IOctreeSceneNode.h" + "IColladaMeshWriter.h" + "IMetaTriangleSelector.h" + "IOSOperator.h" + "IParticleSystemSceneNode.h" + "IQ3LevelMesh.h" + "IQ3Shader.h" + "IReadFile.h" + "IReferenceCounted.h" + "irrArray.h" + "IRandomizer.h" + "IRenderTarget.h" + "IrrlichtDevice.h" + "irrList.h" + "irrMap.h" + "irrMath.h" + "irrString.h" + "irrTypes.h" + "path.h" + "irrXML.h" + "ISceneCollisionManager.h" + "ISceneLoader.h" + "ISceneManager.h" + "ISceneNode.h" + "ISceneNodeAnimator.h" + "ISceneNodeAnimatorCameraFPS.h" + "ISceneNodeAnimatorCameraMaya.h" + "ISceneNodeAnimatorCollisionResponse.h" + "ISceneNodeAnimatorFactory.h" + "ISceneNodeFactory.h" + "ISceneUserDataSerializer.h" + "IShaderConstantSetCallBack.h" + "IShadowVolumeSceneNode.h" + "ISkinnedMesh.h" + "ITerrainSceneNode.h" + "ITextSceneNode.h" + "ITexture.h" + "ITimer.h" + "ITriangleSelector.h" + "IVertexBuffer.h" + "IVideoDriver.h" + "IVideoModeList.h" + "IVolumeLightSceneNode.h" + "IWriteFile.h" + "IXMLReader.h" + "IXMLWriter.h" + "ILightManager.h" + "Keycodes.h" + "line2d.h" + "line3d.h" + "matrix4.h" + "plane3d.h" + "position2d.h" + "quaternion.h" + "rect.h" + "S3DVertex.h" + "SAnimatedMesh.h" + "SceneParameters.h" + "SColor.h" + "SExposedVideoData.h" + "SIrrCreationParameters.h" + "SKeyMap.h" + "SLight.h" + "SMaterial.h" + "SOverrideMaterial.h" + "SMesh.h" + "SMeshBuffer.h" + "SMeshBufferLightMap.h" + "SMeshBufferTangents.h" + "SParticle.h" + "SSharedMeshBuffer.h" + "SSkinMeshBuffer.h" + "SVertexIndex.h" + "SViewFrustum.h" + "triangle3d.h" + "vector2d.h" + "vector3d.h" + "SIrrCreationParameters.h" + +1734553077 c:\dev\rcirrlicht\include\cdynamicmeshbuffer.h + "IDynamicMeshBuffer.h" + "CVertexBuffer.h" + "CIndexBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\idynamicmeshbuffer.h + "IMeshBuffer.h" + "IVertexBuffer.h" + "IIndexBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\ivertexbuffer.h + "IReferenceCounted.h" + "irrArray.h" + "EHardwareBufferFlags.h" + "S3DVertex.h" + +1734553077 c:\dev\rcirrlicht\include\iindexbuffer.h + "IReferenceCounted.h" + "EHardwareBufferFlags.h" + "SVertexIndex.h" + +1734553077 c:\dev\rcirrlicht\include\cvertexbuffer.h + "IVertexBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\cindexbuffer.h + "IIndexBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\cmeshbuffer.h + "irrArray.h" + "IMeshBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\coreutil.h + "irrString.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\iprofiler.h + "IrrCompileConfig.h" + "irrString.h" + "irrArray.h" + "ITimer.h" + + +1734553077 c:\dev\rcirrlicht\include\itimer.h + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\edriverfeatures.h + +1734553077 c:\dev\rcirrlicht\include\edrivertypes.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\eguialignment.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\eguielementtypes.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\emeshwriterenums.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\emessageboxflags.h + +1734553077 c:\dev\rcirrlicht\include\eterrainelements.h + +1734553077 c:\dev\rcirrlicht\include\fast_atof.h + "irrMath.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\ianimatedmesh.h + "IMesh.h" + +1734553077 c:\dev\rcirrlicht\include\ianimatedmeshmd2.h + "IAnimatedMesh.h" + +1734553077 c:\dev\rcirrlicht\include\ianimatedmeshmd3.h + "IAnimatedMesh.h" + "IQ3Shader.h" + "quaternion.h" + "irrpack.h" + "irrunpack.h" + +1734553077 c:\dev\rcirrlicht\include\iq3shader.h + "irrArray.h" + "fast_atof.h" + "IFileSystem.h" + "IVideoDriver.h" + "coreutil.h" + +1734553077 c:\dev\rcirrlicht\include\ifilesystem.h + "IReferenceCounted.h" + "IXMLReader.h" + "IXMLWriter.h" + "IFileArchive.h" + +1734553077 c:\dev\rcirrlicht\include\ifilearchive.h + "IReadFile.h" + "IFileList.h" + +1734553077 c:\dev\rcirrlicht\include\ireadfile.h + "IReferenceCounted.h" + "coreutil.h" + "EReadFileType.h" + +1734553077 c:\dev\rcirrlicht\include\ereadfiletype.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\ifilelist.h + "IReferenceCounted.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\ivideodriver.h + "rect.h" + "SColor.h" + "ITexture.h" + "irrArray.h" + "matrix4.h" + "plane3d.h" + "dimension2d.h" + "position2d.h" + "triangle3d.h" + "EDriverTypes.h" + "EDriverFeatures.h" + "EPrimitiveTypes.h" + "SExposedVideoData.h" + "S3DVertex.h" + "SVertexIndex.h" + +1734553077 c:\dev\rcirrlicht\include\itexture.h + "IReferenceCounted.h" + "IImage.h" + "dimension2d.h" + "EDriverTypes.h" + "path.h" + "matrix4.h" + +1734553077 c:\dev\rcirrlicht\include\iimage.h + "IReferenceCounted.h" + "position2d.h" + "rect.h" + "SColor.h" + "irrAllocator.h" + +1734553077 c:\dev\rcirrlicht\include\sexposedvideodata.h + +1734553077 c:\dev\rcirrlicht\include\irrpack.h + +1734553077 c:\dev\rcirrlicht\include\irrunpack.h + +1734553077 c:\dev\rcirrlicht\include\ianimatedmeshscenenode.h + "ISceneNode.h" + "IBoneSceneNode.h" + "IAnimatedMeshMD2.h" + "IAnimatedMeshMD3.h" + +1734553077 c:\dev\rcirrlicht\include\ibonescenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\ibillboardscenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\ibillboardtextscenenode.h + "IBillboardSceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\icamerascenenode.h + "ISceneNode.h" + "IEventReceiver.h" + +1734553077 c:\dev\rcirrlicht\include\icontextmanager.h + "SExposedVideoData.h" + "SIrrCreationParameters.h" + +1734553077 c:\dev\rcirrlicht\include\sirrcreationparameters.h + "EDriverTypes.h" + "EDeviceTypes.h" + "dimension2d.h" + "ILogger.h" + "position2d.h" + "path.h" + "IrrCompileConfig.h" + +1734553077 c:\dev\rcirrlicht\include\edevicetypes.h + +1734553077 c:\dev\rcirrlicht\include\icursorcontrol.h + "IReferenceCounted.h" + "position2d.h" + "rect.h" + +1734553077 c:\dev\rcirrlicht\include\idummytransformationscenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\igeometrycreator.h + "IReferenceCounted.h" + "IMesh.h" + "IImage.h" + +1734553077 c:\dev\rcirrlicht\include\igpuprogrammingservices.h + "EShaderTypes.h" + "EMaterialTypes.h" + "EPrimitiveTypes.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\eshadertypes.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\iguibutton.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguielement.h + "IAttributeExchangingObject.h" + "irrList.h" + "rect.h" + "irrString.h" + "IEventReceiver.h" + "EGUIElementTypes.h" + "EGUIAlignment.h" + "IAttributes.h" + "IGUIEnvironment.h" + +1734553077 c:\dev\rcirrlicht\include\iguienvironment.h + "IReferenceCounted.h" + "IGUISkin.h" + "rect.h" + "EMessageBoxFlags.h" + "EFocusFlags.h" + "IEventReceiver.h" + "IXMLReader.h" + "IXMLWriter.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\iguiskin.h + "IAttributeExchangingObject.h" + "EGUIAlignment.h" + "SColor.h" + "rect.h" + +1734553077 c:\dev\rcirrlicht\include\efocusflags.h + +1734553077 c:\dev\rcirrlicht\include\iguicheckbox.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguicolorselectdialog.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguicombobox.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguicontextmenu.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguieditbox.h + "IGUIElement.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iguielementfactory.h + "IReferenceCounted.h" + "EGUIElementTypes.h" + +1734553077 c:\dev\rcirrlicht\include\iguifileopendialog.h + "IGUIElement.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\iguifont.h + "IReferenceCounted.h" + "SColor.h" + "rect.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\iguifontbitmap.h + "IGUIFont.h" + +1734553077 c:\dev\rcirrlicht\include\iguiimage.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguiinoutfader.h + "IGUIElement.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iguilistbox.h + "IGUIElement.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iguimeshviewer.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguiscrollbar.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguispinbox.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguispritebank.h + "IReferenceCounted.h" + "irrArray.h" + "SColor.h" + "rect.h" + +1734553077 c:\dev\rcirrlicht\include\iguistatictext.h + "IGUIElement.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iguitabcontrol.h + "IGUIElement.h" + "SColor.h" + "IGUISkin.h" + +1734553077 c:\dev\rcirrlicht\include\iguitable.h + "IGUIElement.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iguitoolbar.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguiwindow.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iguitreeview.h + "IGUIElement.h" + "IGUIImageList.h" + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\iguiimagelist.h + "rect.h" + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\iguiprofiler.h + "IGUIElement.h" + +1734553077 c:\dev\rcirrlicht\include\iimageloader.h + "IReferenceCounted.h" + "IImage.h" + "ITexture.h" + "path.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\iimagewriter.h + "IReferenceCounted.h" + "coreutil.h" + +1734553077 c:\dev\rcirrlicht\include\ilightscenenode.h + "ISceneNode.h" + "SLight.h" + +1734553077 c:\dev\rcirrlicht\include\slight.h + "SColor.h" + "vector3d.h" + +1734553077 c:\dev\rcirrlicht\include\imaterialrenderer.h + "IReferenceCounted.h" + "SMaterial.h" + "S3DVertex.h" + +1734553077 c:\dev\rcirrlicht\include\imaterialrendererservices.h + "SMaterial.h" + "S3DVertex.h" + +1734553077 c:\dev\rcirrlicht\include\imeshcache.h + "IReferenceCounted.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\imeshloader.h + "IReferenceCounted.h" + "path.h" + "IMeshTextureLoader.h" + +1734553077 c:\dev\rcirrlicht\include\imeshtextureloader.h + "path.h" + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\imeshmanipulator.h + "IReferenceCounted.h" + "vector3d.h" + "aabbox3d.h" + "matrix4.h" + "IAnimatedMesh.h" + "IMeshBuffer.h" + "SVertexManipulator.h" + +1734553077 c:\dev\rcirrlicht\include\svertexmanipulator.h + "matrix4.h" + "S3DVertex.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\imeshscenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\imeshwriter.h + "IReferenceCounted.h" + "EMeshWriterEnums.h" + +1734553077 c:\dev\rcirrlicht\include\ioctreescenenode.h + "IMeshSceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\icolladameshwriter.h + "IMeshWriter.h" + "ISceneNode.h" + "SMaterial.h" + +1734553077 c:\dev\rcirrlicht\include\imetatriangleselector.h + "ITriangleSelector.h" + +1734553077 c:\dev\rcirrlicht\include\iosoperator.h + "IReferenceCounted.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlesystemscenenode.h + "ISceneNode.h" + "IParticleAnimatedMeshSceneNodeEmitter.h" + "IParticleBoxEmitter.h" + "IParticleCylinderEmitter.h" + "IParticleMeshEmitter.h" + "IParticleRingEmitter.h" + "IParticleSphereEmitter.h" + "IParticleAttractionAffector.h" + "IParticleFadeOutAffector.h" + "IParticleGravityAffector.h" + "IParticleRotationAffector.h" + "dimension2d.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleanimatedmeshscenenodeemitter.h + "IParticleEmitter.h" + "IAnimatedMeshSceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleemitter.h + "IAttributeExchangingObject.h" + "SParticle.h" + +1734553077 c:\dev\rcirrlicht\include\sparticle.h + "vector3d.h" + "dimension2d.h" + "SColor.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleboxemitter.h + "IParticleEmitter.h" + "aabbox3d.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlecylinderemitter.h + "IParticleEmitter.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlemeshemitter.h + "IParticleEmitter.h" + "IMesh.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleringemitter.h + "IParticleEmitter.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlesphereemitter.h + "IParticleEmitter.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleattractionaffector.h + "IParticleAffector.h" + +1734553077 c:\dev\rcirrlicht\include\iparticleaffector.h + "IAttributeExchangingObject.h" + "SParticle.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlefadeoutaffector.h + "IParticleAffector.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlegravityaffector.h + "IParticleAffector.h" + +1734553077 c:\dev\rcirrlicht\include\iparticlerotationaffector.h + "IParticleAffector.h" + +1734553077 c:\dev\rcirrlicht\include\iq3levelmesh.h + "IAnimatedMesh.h" + "IQ3Shader.h" + +1734553077 c:\dev\rcirrlicht\include\irandomizer.h + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\irendertarget.h + "IReferenceCounted.h" + "EDriverTypes.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\irrlichtdevice.h + "IReferenceCounted.h" + "dimension2d.h" + "IVideoDriver.h" + "EDriverTypes.h" + "EDeviceTypes.h" + "IEventReceiver.h" + "ICursorControl.h" + "IVideoModeList.h" + "ITimer.h" + "IOSOperator.h" + +1734553077 c:\dev\rcirrlicht\include\ivideomodelist.h + "IReferenceCounted.h" + "dimension2d.h" + +1734553077 c:\dev\rcirrlicht\include\irrmap.h + "irrTypes.h" + "irrMath.h" + +1734553077 c:\dev\rcirrlicht\include\iscenecollisionmanager.h + "IReferenceCounted.h" + "vector3d.h" + "triangle3d.h" + "position2d.h" + "line3d.h" + +1734553077 c:\dev\rcirrlicht\include\isceneloader.h + "IReferenceCounted.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\iscenemanager.h + "IReferenceCounted.h" + "irrArray.h" + "path.h" + "vector3d.h" + "dimension2d.h" + "SColor.h" + "ETerrainElements.h" + "ESceneNodeTypes.h" + "ESceneNodeAnimatorTypes.h" + "EMeshWriterEnums.h" + "SceneParameters.h" + "IGeometryCreator.h" + "ISkinnedMesh.h" + "IXMLWriter.h" + +1734553077 c:\dev\rcirrlicht\include\sceneparameters.h + "irrTypes.h" + +1734553077 c:\dev\rcirrlicht\include\iskinnedmesh.h + "irrArray.h" + "IAnimatedMesh.h" + "SSkinMeshBuffer.h" + "quaternion.h" + "irrString.h" + +1734553077 c:\dev\rcirrlicht\include\sskinmeshbuffer.h + "IMeshBuffer.h" + "S3DVertex.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenodeanimatorcamerafps.h + "ISceneNodeAnimator.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenodeanimatorcameramaya.h + "ISceneNodeAnimator.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenodeanimatorcollisionresponse.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenodeanimatorfactory.h + "IReferenceCounted.h" + "ESceneNodeAnimatorTypes.h" + +1734553077 c:\dev\rcirrlicht\include\iscenenodefactory.h + "IReferenceCounted.h" + "ESceneNodeTypes.h" + +1734553077 c:\dev\rcirrlicht\include\isceneuserdataserializer.h + +1734553077 c:\dev\rcirrlicht\include\ishaderconstantsetcallback.h + "IReferenceCounted.h" + +1734553077 c:\dev\rcirrlicht\include\ishadowvolumescenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\iterrainscenenode.h + "ETerrainElements.h" + "ISceneNode.h" + "IDynamicMeshBuffer.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\itextscenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\ivolumelightscenenode.h + "ISceneNode.h" + +1734553077 c:\dev\rcirrlicht\include\iwritefile.h + "IReferenceCounted.h" + "path.h" + +1734553077 c:\dev\rcirrlicht\include\ilightmanager.h + "IReferenceCounted.h" + "irrArray.h" + "ISceneManager.h" + +1734553077 c:\dev\rcirrlicht\include\sanimatedmesh.h + "IAnimatedMesh.h" + "IMesh.h" + "aabbox3d.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\skeymap.h + "Keycodes.h" + +1734553077 c:\dev\rcirrlicht\include\soverridematerial.h + "SMaterial.h" + +1734553077 c:\dev\rcirrlicht\include\smesh.h + "IMesh.h" + "IMeshBuffer.h" + "aabbox3d.h" + "irrArray.h" + +1734553077 c:\dev\rcirrlicht\include\smeshbuffer.h + "CMeshBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\smeshbufferlightmap.h + "CMeshBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\smeshbuffertangents.h + "CMeshBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\ssharedmeshbuffer.h + "irrArray.h" + "IMeshBuffer.h" + +1734553077 c:\dev\rcirrlicht\include\sviewfrustum.h + "plane3d.h" + "vector3d.h" + "line3d.h" + "aabbox3d.h" + "matrix4.h" + "IVideoDriver.h" + +1734553082 c:\dev\irrbullet\include\irrbulletsphereshape.h + "irrBulletCollisionShape.h" + + +1734553082 c:\dev\irrbullet\include\irrbulletmotionstate.h + + "irrBulletCommon.h" + "irrBulletRigidBody.h" + + +1734553082 c:\dev\irrbullet\include\irrbulletcollisionobjectaffectordelete.h + "irrBulletCollisionObjectAffector.h" + + +1734553082 c:\dev\irrbullet\include\irrbulletcollisionobjectaffectorattract.h + "irrBulletCollisionObjectAffector.h" + + + + +1734553082 c:\dev\irrbullet\include\irrbulletliquidbody.h + + + + + + "IrrCompileConfig.h" + +1734553082 c:\dev\irrbullet\include\irrbulletkinematiccharactercontroller.h + + + + + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisioncallbackinformation.cpp + "irrBulletCollisionCallBackInformation.h" + + "irrBulletCollisionObject.h" + "irrBulletWorld.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisionobject.cpp + + + + + + "irrBulletWorld.h" + "irrBulletCollisionObject.h" + "irrBulletCompileConfig.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisionobjectaffectorattract.cpp + "irrBulletCollisionObjectAffectorAttract.h" + "irrBulletWorld.h" + "irrBulletCollisionObject.h" + + + + + + +1734553082 source:c:\dev\irrbullet\src\irrbulletcollisionobjectaffectordelete.cpp + "irrBulletCollisionObjectAffectorDelete.h" + "irrBulletWorld.h" + "irrBulletCollisionObject.h" + + +1734553082 source:c:\dev\irrbullet\src\irrbulletghostobject.cpp + + + + + + + "irrBulletGhostObject.h" + "irrBulletCollisionShape.h" + "irrBulletMotionState.h" + "irrBulletCompileConfig.h" + "irrBulletWorld.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletliquidbody.cpp + "irrBulletLiquidBody.h" + "irrBulletWorld.h" + + + +1734553082 source:c:\dev\irrbullet\src\irrbulletmotionstate.cpp + + + "irrBulletMotionState.h" + "irrBulletWorld.h" + + +1734553082 source:c:\dev\irrbullet\src\irrbulletphysicsdebug.cpp + "irrBulletPhysicsDebug.h" + + +1734553082 source:c:\dev\irrbullet\src\irrbulletraycastvehicle.cpp + + + + + "irrBulletRayCastVehicle.h" + "irrBulletWorld.h" + "irrBulletRigidBody.h" + "irrBulletCompileConfig.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletrigidbody.cpp + + + + + + "irrBulletRigidBody.h" + "irrBulletCollisionShape.h" + "irrBulletMotionState.h" + "irrBulletCompileConfig.h" + "irrBulletWorld.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletsoftbody.cpp + "irrBulletSoftBody.h" + + + + + + + + "irrBulletWorld.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletsphereshape.cpp + + + "irrBulletSphereShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbullettrianglemeshshape.cpp + + + "btBulletDynamicsCommon.h" + "btBulletCollisionCommon.h" + "irrBulletTriangleMeshShape.h" + +1734553082 source:c:\dev\irrbullet\src\irrbulletworld.cpp + + + + + + + + + + "irrBulletLiquidBody.h" + "irrBulletWorld.h" + "irrBulletRayCastVehicle.h" + "irrBulletCompileConfig.h" + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsoftsoftcollisionalgorithm.h + "BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/BroadphaseCollision/btDispatcher.h" + "BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" + +1734553100 c:\dev\bullet3\src\bulletcollision\collisiondispatch\btghostobject.h + "btCollisionObject.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h" + "LinearMath/btAlignedAllocator.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "btCollisionWorld.h" + +1734553100 c:\dev\bullet3\src\bulletsoftbody\btsoftbodyrigidbodycollisionconfiguration.h + "BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h" + +1734515750 source:c:\dev\rcbasic4\rcbasic_runtime\gui_freetype_font.cpp + "gui_freetype_font.h" + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\gui_freetype_font.h + "rc_os_defines.h" + "ft2build.h" + "freetype/freetype.h" + + + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_os_defines.h + + +1734553084 c:\dev\freetype\include\ft2build.h + + +1734553084 c:\dev\freetype\include\freetype\config\ftheader.h + +1734553084 c:\dev\freetype\include\freetype\freetype.h + + + + +1734553084 c:\dev\freetype\include\freetype\fttypes.h + + + + + +1734553084 c:\dev\freetype\include\freetype\ftsystem.h + +1734553084 c:\dev\freetype\include\freetype\ftimage.h + +1734553084 c:\dev\freetype\include\freetype\fterrors.h + + + +1734553084 c:\dev\freetype\include\freetype\ftmoderr.h + +1734553084 c:\dev\freetype\include\freetype\fterrdef.h + +1734553084 c:\dev\freetype\include\freetype2\ft2build.h + + +1734515750 source:c:\dev\rcbasic4\rcbasic_runtime\theoraplay.c + "rc_os_defines.h" + + + + + "SDL.h" + "SDL2/SDL.h" + + + + "theoraplay.h" + "theora/theoradec.h" + "vorbis/codec.h" + "theoraplay_cvtrgb.h" + "theoraplay_cvtrgb.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl.h + "SDL_main.h" + "SDL_stdinc.h" + "SDL_assert.h" + "SDL_atomic.h" + "SDL_audio.h" + "SDL_clipboard.h" + "SDL_cpuinfo.h" + "SDL_endian.h" + "SDL_error.h" + "SDL_events.h" + "SDL_filesystem.h" + "SDL_gamecontroller.h" + "SDL_guid.h" + "SDL_haptic.h" + "SDL_hidapi.h" + "SDL_hints.h" + "SDL_joystick.h" + "SDL_loadso.h" + "SDL_log.h" + "SDL_messagebox.h" + "SDL_metal.h" + "SDL_mutex.h" + "SDL_power.h" + "SDL_render.h" + "SDL_rwops.h" + "SDL_sensor.h" + "SDL_shape.h" + "SDL_system.h" + "SDL_thread.h" + "SDL_timer.h" + "SDL_version.h" + "SDL_video.h" + "SDL_locale.h" + "SDL_misc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_main.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_stdinc.h + "SDL_config.h" + + + + + + + + + + + + + + + + + + + + + + + + + "begin_code.h" + + + + "close_code.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config.h + "SDL_platform.h" + "SDL_config_windows.h" + "SDL_config_winrt.h" + "SDL_config_wingdk.h" + "SDL_config_xbox.h" + "SDL_config_macosx.h" + "SDL_config_iphoneos.h" + "SDL_config_android.h" + "SDL_config_os2.h" + "SDL_config_emscripten.h" + "SDL_config_ngage.h" + "SDL_config_minimal.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_platform.h + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\begin_code.h + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\close_code.h + +1716767039 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_windows.h + "SDL_platform.h" + + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_winrt.h + "SDL_platform.h" + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_wingdk.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_xbox.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_macosx.h + "SDL_platform.h" + + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_iphoneos.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_android.h + "SDL_platform.h" + + +1716868864 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_os2.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_emscripten.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_ngage.h + "SDL_platform.h" + +1704143989 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_config_minimal.h + "SDL_platform.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_assert.h + "SDL_stdinc.h" + "begin_code.h" + + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_atomic.h + "SDL_stdinc.h" + "SDL_platform.h" + "begin_code.h" + + + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_audio.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_endian.h" + "SDL_mutex.h" + "SDL_thread.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_error.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_endian.h + "SDL_stdinc.h" + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_mutex.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_thread.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_atomic.h" + "SDL_mutex.h" + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_rwops.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_clipboard.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_cpuinfo.h + "SDL_stdinc.h" + + + + + + + + + + + + + + + + + + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_events.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "SDL_keyboard.h" + "SDL_mouse.h" + "SDL_joystick.h" + "SDL_gamecontroller.h" + "SDL_quit.h" + "SDL_gesture.h" + "SDL_touch.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_video.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_surface.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_pixels.h + "SDL_stdinc.h" + "SDL_endian.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_rect.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_pixels.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_surface.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_blendmode.h" + "SDL_rwops.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_blendmode.h + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_keyboard.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_keycode.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_keycode.h + "SDL_stdinc.h" + "SDL_scancode.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_scancode.h + "SDL_stdinc.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_mouse.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_joystick.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_guid.h" + "SDL_mutex.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_guid.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_gamecontroller.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_rwops.h" + "SDL_sensor.h" + "SDL_joystick.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_sensor.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_quit.h + "SDL_stdinc.h" + "SDL_error.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_gesture.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "SDL_touch.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_touch.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_filesystem.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_haptic.h + "SDL_stdinc.h" + "SDL_error.h" + "SDL_joystick.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_hidapi.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_hints.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_loadso.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_log.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_messagebox.h + "SDL_stdinc.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_metal.h + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_power.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_render.h + "SDL_stdinc.h" + "SDL_rect.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_shape.h + "SDL_stdinc.h" + "SDL_pixels.h" + "SDL_rect.h" + "SDL_surface.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_system.h + "SDL_stdinc.h" + "SDL_keyboard.h" + "SDL_render.h" + "SDL_video.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_timer.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_version.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_locale.h + "SDL_stdinc.h" + "SDL_error.h" + "begin_code.h" + "close_code.h" + +1733538930 c:\dev\sdl2-dev\i686-w64-mingw32\include\sdl2\sdl_misc.h + "SDL_stdinc.h" + "begin_code.h" + "close_code.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\theoraplay.h + +1734553087 c:\dev\theora\include\theora\theoradec.h + + + "codec.h" + +1734553090 c:\dev\ogg\include\ogg\ogg.h + + + +1734553090 c:\dev\ogg\include\ogg\os_types.h + + + + + + + + +1734553087 c:\dev\theora\include\theora\codec.h + + +1734553090 c:\dev\vorbis\include\vorbis\codec.h + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\theoraplay_cvtrgb.h + +1734555295 source:c:\dev\rcbasic4\rcbasic_runtime\resource.rc + +1734515750 source:c:\dev\rcbasic4\rcbasic_runtime\main.cpp + "rc_os_defines.h" + + + + + + + + + + + + "SDL.h" + + + + + + + "rc_defines.h" + "rc_stdlib.h" + "rc_gfx.h" + "rc_gfx3D.h" + "rc_matrix.h" + "rc_geometry.h" + "rc_audio.h" + "rc_net.h" + "rc_video.h" + "rc_windowclose.h" + "rc_test.h" + + "rc_func130_cases.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_defines.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_stdlib.h + "rc_os_defines.h" + + + + + + + + + + + + + + + + + + + + "SDL.h" + + + + + + + "rcbasic_ios_native.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_gfx.h + "SDL.h" + + + + + + + + + + + + + "rc_gfx_core.h" + "gui_freetype_font.h" + "rc_utf8.h" + + "rc_sprite2D.h" + "rc_spritelib.h" + "rc_tilelib.h" + "rc_joints.h" + + +1734553100 c:\dev\bullet3\src\bullet\btbulletdynamicscommon.h + "btBulletCollisionCommon.h" + "BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h" + "BulletDynamics/Dynamics/btSimpleDynamicsWorld.h" + "BulletDynamics/Dynamics/btRigidBody.h" + "BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h" + "BulletDynamics/ConstraintSolver/btHingeConstraint.h" + "BulletDynamics/ConstraintSolver/btConeTwistConstraint.h" + "BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h" + "BulletDynamics/ConstraintSolver/btSliderConstraint.h" + "BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h" + "BulletDynamics/ConstraintSolver/btUniversalConstraint.h" + "BulletDynamics/ConstraintSolver/btHinge2Constraint.h" + "BulletDynamics/ConstraintSolver/btGearConstraint.h" + "BulletDynamics/ConstraintSolver/btFixedConstraint.h" + "BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h" + "BulletDynamics/Vehicle/btRaycastVehicle.h" + +1734553100 c:\dev\bullet3\src\bullet\btbulletcollisioncommon.h + "BulletCollision/CollisionDispatch/btCollisionWorld.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + "BulletCollision/CollisionShapes/btBoxShape.h" + "BulletCollision/CollisionShapes/btSphereShape.h" + "BulletCollision/CollisionShapes/btCapsuleShape.h" + "BulletCollision/CollisionShapes/btCylinderShape.h" + "BulletCollision/CollisionShapes/btConeShape.h" + "BulletCollision/CollisionShapes/btStaticPlaneShape.h" + "BulletCollision/CollisionShapes/btConvexHullShape.h" + "BulletCollision/CollisionShapes/btTriangleMesh.h" + "BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btTriangleMeshShape.h" + "BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h" + "BulletCollision/CollisionShapes/btCompoundShape.h" + "BulletCollision/CollisionShapes/btTetrahedronShape.h" + "BulletCollision/CollisionShapes/btEmptyShape.h" + "BulletCollision/CollisionShapes/btMultiSphereShape.h" + "BulletCollision/CollisionShapes/btUniformScalingShape.h" + "BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h" + "BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h" + "BulletCollision/CollisionDispatch/btCollisionDispatcher.h" + "BulletCollision/BroadphaseCollision/btSimpleBroadphase.h" + "BulletCollision/BroadphaseCollision/btAxisSweep3.h" + "BulletCollision/BroadphaseCollision/btDbvtBroadphase.h" + "LinearMath/btQuaternion.h" + "LinearMath/btTransform.h" + "LinearMath/btDefaultMotionState.h" + "LinearMath/btQuickprof.h" + "LinearMath/btIDebugDraw.h" + "LinearMath/btSerializer.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btboxshape.h + "btPolyhedralConvexShape.h" + "btCollisionMargin.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btVector3.h" + "LinearMath/btMinMax.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btpolyhedralconvexshape.h + "LinearMath/btMatrix3x3.h" + "btConvexInternalShape.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconvexinternalshape.h + "btConvexShape.h" + "LinearMath/btAabbUtil2.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconvexshape.h + "btCollisionShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + "LinearMath/btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btcollisionshape.h + "LinearMath/btTransform.h" + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btcollisionmargin.h + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btsphereshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btcapsuleshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btcylindershape.h + "btBoxShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconeshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btstaticplaneshape.h + "btConcaveShape.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconcaveshape.h + "btCollisionShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "btTriangleCallback.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttrianglecallback.h + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconvexhullshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttrianglemesh.h + "btTriangleIndexVertexArray.h" + "LinearMath/btVector3.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttriangleindexvertexarray.h + "btStridingMeshInterface.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btScalar.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btstridingmeshinterface.h + "LinearMath/btVector3.h" + "btTriangleCallback.h" + "btConcaveShape.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btconvextrianglemeshshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btbvhtrianglemeshshape.h + "btTriangleMeshShape.h" + "btOptimizedBvh.h" + "LinearMath/btAlignedAllocator.h" + "btTriangleInfoMap.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttrianglemeshshape.h + "btConcaveShape.h" + "btStridingMeshInterface.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btoptimizedbvh.h + "BulletCollision/BroadphaseCollision/btQuantizedBvh.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttriangleinfomap.h + "LinearMath/btHashMap.h" + "LinearMath/btSerializer.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btscaledbvhtrianglemeshshape.h + "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btcompoundshape.h + "btCollisionShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\bttetrahedronshape.h + "btPolyhedralConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btemptyshape.h + "btConcaveShape.h" + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + "LinearMath/btMatrix3x3.h" + "btCollisionMargin.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btmultisphereshape.h + "btConvexInternalShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btAabbUtil2.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisionshapes\btuniformscalingshape.h + "btConvexShape.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btspherespherecollisionalgorithm.h + "btActivatingCollisionAlgorithm.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/CollisionDispatch/btCollisionCreateFunc.h" + "btCollisionDispatcher.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btactivatingcollisionalgorithm.h + "BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btdefaultcollisionconfiguration.h + "btCollisionConfiguration.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\collisiondispatch\btcollisionconfiguration.h + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btsimplebroadphase.h + "btOverlappingPairCache.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btoverlappingpaircache.h + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "LinearMath/btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btbroadphaseinterface.h + "btBroadphaseProxy.h" + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btbroadphaseproxy.h + "LinearMath/btScalar.h" + "LinearMath/btVector3.h" + "LinearMath/btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btoverlappingpaircallback.h + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btaxissweep3.h + "LinearMath/btVector3.h" + "btOverlappingPairCache.h" + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "btDbvtBroadphase.h" + "btAxisSweep3Internal.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btdbvtbroadphase.h + "BulletCollision/BroadphaseCollision/btDbvt.h" + "BulletCollision/BroadphaseCollision/btOverlappingPairCache.h" + "LinearMath/btQuickprof.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\broadphasecollision\btaxissweep3internal.h + "LinearMath/btVector3.h" + "btOverlappingPairCache.h" + "btBroadphaseInterface.h" + "btBroadphaseProxy.h" + "btOverlappingPairCallback.h" + "btDbvtBroadphase.h" + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btquaternion.h + "btVector3.h" + "btQuadWord.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btvector3.h + "btScalar.h" + "btMinMax.h" + "btAlignedAllocator.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btscalar.h + + + + + + + + + + + + + + + + + + + + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btminmax.h + "btScalar.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btalignedallocator.h + "btScalar.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btquadword.h + "btScalar.h" + "btMinMax.h" + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\bttransform.h + "btMatrix3x3.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btmatrix3x3.h + "btVector3.h" + "btQuaternion.h" + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btdefaultmotionstate.h + "btMotionState.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btmotionstate.h + "btTransform.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btquickprof.h + "btScalar.h" + + "btAlignedAllocator.h" + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btidebugdraw.h + "btVector3.h" + "btTransform.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btserializer.h + "btScalar.h" + "btHashMap.h" + + + +1734553100 c:\dev\bullet3\src\bullet\linearmath\bthashmap.h + + "btAlignedObjectArray.h" + +1734553100 c:\dev\bullet3\src\bullet\linearmath\btalignedobjectarray.h + "btScalar.h" + "btAlignedAllocator.h" + + + + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\dynamics\btdiscretedynamicsworld.h + "btDynamicsWorld.h" + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btThreads.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\dynamics\btdynamicsworld.h + "BulletCollision/CollisionDispatch/btCollisionWorld.h" + "BulletDynamics/ConstraintSolver/btContactSolverInfo.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\dynamics\btsimpledynamicsworld.h + "btDynamicsWorld.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\dynamics\btrigidbody.h + "LinearMath/btAlignedObjectArray.h" + "LinearMath/btTransform.h" + "BulletCollision/BroadphaseCollision/btBroadphaseProxy.h" + "BulletCollision/CollisionDispatch/btCollisionObject.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btpoint2pointconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btjacobianentry.h + "LinearMath/btMatrix3x3.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\bttypedconstraint.h + "LinearMath/btScalar.h" + "btSolverConstraint.h" + "BulletDynamics/Dynamics/btRigidBody.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btsolverconstraint.h + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "btJacobianEntry.h" + "LinearMath/btAlignedObjectArray.h" + "btSolverBody.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btsolverbody.h + "LinearMath/btVector3.h" + "LinearMath/btMatrix3x3.h" + "LinearMath/btAlignedAllocator.h" + "LinearMath/btTransformUtil.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\bthingeconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btconetwistconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btgeneric6dofconstraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btsliderconstraint.h + "LinearMath/btScalar.h" + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btgeneric6dofspringconstraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btuniversalconstraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\bthinge2constraint.h + "LinearMath/btVector3.h" + "btTypedConstraint.h" + "btGeneric6DofSpring2Constraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btgeneric6dofspring2constraint.h + "LinearMath/btVector3.h" + "btJacobianEntry.h" + "btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btgearconstraint.h + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btfixedconstraint.h + "btGeneric6DofSpring2Constraint.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\constraintsolver\btsequentialimpulseconstraintsolver.h + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + "BulletDynamics/ConstraintSolver/btContactSolverInfo.h" + "BulletDynamics/ConstraintSolver/btSolverBody.h" + "BulletDynamics/ConstraintSolver/btSolverConstraint.h" + "BulletCollision/NarrowPhaseCollision/btManifoldPoint.h" + "BulletDynamics/ConstraintSolver/btConstraintSolver.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\vehicle\btraycastvehicle.h + "BulletDynamics/Dynamics/btRigidBody.h" + "BulletDynamics/ConstraintSolver/btTypedConstraint.h" + "btVehicleRaycaster.h" + "LinearMath/btAlignedObjectArray.h" + "btWheelInfo.h" + "BulletDynamics/Dynamics/btActionInterface.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\vehicle\btvehicleraycaster.h + "LinearMath/btVector3.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletdynamics\vehicle\btwheelinfo.h + "LinearMath/btVector3.h" + "LinearMath/btTransform.h" + +1734555334 c:\dev\rcbasic4\rcbasic_runtime\rc_gfx_core.h + "SDL.h" + "btBulletDynamicsCommon.h" + "BulletSoftBody/btSoftRigidDynamicsWorld.h" + "BulletCollision/NarrowPhaseCollision/btRaycastCallback.h" + + + + + + + + + + + + + "gui_freetype_font.h" + "rc_utf8.h" + "camera.h" + + "rc_sprite2D.h" + + "an8parser.h" + + +1734553100 c:\dev\bullet3\src\bulletcollision\narrowphasecollision\btraycastcallback.h + "BulletCollision/CollisionShapes/btTriangleCallback.h" + "LinearMath/btTransform.h" + +1734553100 c:\dev\bullet3\src\bullet\bulletcollision\narrowphasecollision\btraycastcallback.h + "BulletCollision/CollisionShapes/btTriangleCallback.h" + "LinearMath/btTransform.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_utf8.h + + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\camera.h + + + +1734553091 c:\dev\box2d\include\box2d\box2d.h + "b2_settings.h" + "b2_draw.h" + "b2_timer.h" + "b2_chain_shape.h" + "b2_circle_shape.h" + "b2_edge_shape.h" + "b2_polygon_shape.h" + "b2_broad_phase.h" + "b2_dynamic_tree.h" + "b2_body.h" + "b2_contact.h" + "b2_fixture.h" + "b2_time_step.h" + "b2_world.h" + "b2_world_callbacks.h" + "b2_distance_joint.h" + "b2_friction_joint.h" + "b2_gear_joint.h" + "b2_motor_joint.h" + "b2_mouse_joint.h" + "b2_prismatic_joint.h" + "b2_pulley_joint.h" + "b2_revolute_joint.h" + "b2_weld_joint.h" + "b2_wheel_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_settings.h + "b2_types.h" + "b2_api.h" + "b2_user_settings.h" + + + "b2_common.h" + +1734553091 c:\dev\box2d\include\box2d\b2_types.h + +1734553091 c:\dev\box2d\include\box2d\b2_api.h + +1734553091 c:\dev\box2d\include\box2d\b2_common.h + "b2_settings.h" + + + + +1734553091 c:\dev\box2d\include\box2d\b2_draw.h + "b2_api.h" + "b2_math.h" + +1734553091 c:\dev\box2d\include\box2d\b2_math.h + + "b2_api.h" + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_timer.h + "b2_api.h" + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_chain_shape.h + "b2_api.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_shape.h + "b2_api.h" + "b2_math.h" + "b2_collision.h" + +1734553091 c:\dev\box2d\include\box2d\b2_collision.h + + "b2_api.h" + "b2_math.h" + +1734553091 c:\dev\box2d\include\box2d\b2_circle_shape.h + "b2_api.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_edge_shape.h + "b2_api.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_polygon_shape.h + "b2_api.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_broad_phase.h + "b2_api.h" + "b2_settings.h" + "b2_collision.h" + "b2_dynamic_tree.h" + +1734553091 c:\dev\box2d\include\box2d\b2_dynamic_tree.h + "b2_api.h" + "b2_collision.h" + "b2_growable_stack.h" + +1734553091 c:\dev\box2d\include\box2d\b2_growable_stack.h + + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_body.h + "b2_api.h" + "b2_math.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_contact.h + "b2_api.h" + "b2_collision.h" + "b2_fixture.h" + "b2_math.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_fixture.h + "b2_api.h" + "b2_body.h" + "b2_collision.h" + "b2_shape.h" + +1734553091 c:\dev\box2d\include\box2d\b2_time_step.h + "b2_api.h" + "b2_math.h" + +1734553091 c:\dev\box2d\include\box2d\b2_world.h + "b2_api.h" + "b2_block_allocator.h" + "b2_contact_manager.h" + "b2_math.h" + "b2_stack_allocator.h" + "b2_time_step.h" + "b2_world_callbacks.h" + +1734553091 c:\dev\box2d\include\box2d\b2_block_allocator.h + "b2_api.h" + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_contact_manager.h + "b2_api.h" + "b2_broad_phase.h" + +1734553091 c:\dev\box2d\include\box2d\b2_stack_allocator.h + "b2_api.h" + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_world_callbacks.h + "b2_api.h" + "b2_settings.h" + +1734553091 c:\dev\box2d\include\box2d\b2_distance_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_joint.h + "b2_api.h" + "b2_math.h" + +1734553091 c:\dev\box2d\include\box2d\b2_friction_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_gear_joint.h + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_motor_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_mouse_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_prismatic_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_pulley_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_revolute_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_weld_joint.h + "b2_api.h" + "b2_joint.h" + +1734553091 c:\dev\box2d\include\box2d\b2_wheel_joint.h + "b2_api.h" + "b2_joint.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_sprite2d.h + + + +1734553079 c:\dev\an8-parser\an8parser.h + + + + + + + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_spritelib.h + "SDL.h" + + "rc_sprite2D.h" + "rc_gfx_core.h" + "rc_sprite_physics.h" + "rc_joints.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_sprite_physics.h + "rc_sprite2D.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_joints.h + "SDL.h" + + "rc_sprite2D.h" + "rc_gfx_core.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_tilelib.h + "SDL.h" + + "rc_tilemap.h" + "rc_gfx_core.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_tilemap.h + + + +1734555650 c:\dev\irrtheora\irrtheora.h + + + + "theoraplay.h" + +1705857742 c:\dev\sdl2_mixer-dev\i686-w64-mingw32\include\sdl2\sdl_mixer.h + "SDL_stdinc.h" + "SDL_rwops.h" + "SDL_audio.h" + "SDL_endian.h" + "SDL_version.h" + "begin_code.h" + "close_code.h" + +1734553080 c:\dev\irrtheora\theoraplay.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_gfx3d.h + "SDL.h" + + + + + + + + + + + + + + "camera.h" + "rc_gfx_core.h" + "rc_matrix.h" + "rc_physics3D_base.h" + "rc_base_actor.h" + "rc_actor_material.h" + "rc_actor_animation.h" + "rc_actor_physics.h" + "rc_constraint.h" + "rc_mesh.h" + "rc_particles.h" + "rc_scene.h" + "rc_camera.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_matrix.h + + + + + + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_physics3d_base.h + "rc_gfx_core.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_base_actor.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_actor_material.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_actor_animation.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_actor_physics.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_constraint.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_mesh.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_particles.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_scene.h + "rc_gfx_core.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_camera.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_geometry.h + "rc_matrix.h" + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_audio.h + + "rc_os_defines.h" + + + + + "SDL.h" + "SDL_mixer.h" + + + + "SDL2/SDL.h" + "SDL2/SDL_mixer.h" + + + + + + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_net.h + "rc_os_defines.h" + + "SDL.h" + + + + + "SDL_net.h" + + + "SDL2/SDL.h" + + + + + + "SDL2/SDL_net.h" + + + + + + + + + + +1660924818 c:\dev\sdl2_net-dev\i686-w64-mingw32\include\sdl2\sdl_net.h + + "SDL.h" + "SDL_endian.h" + "SDL_version.h" + "begin_code.h" + "close_code.h" + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_video.h + "rc_gfx_core.h" + + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_windowclose.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_test.h + +1734515750 c:\dev\rcbasic4\rcbasic_runtime\rc_func130_cases.h + diff --git a/rcbasic_runtime/rcbasic_runtime_win.layout b/rcbasic_runtime/rcbasic_runtime_win.layout new file mode 100644 index 0000000..593c06e --- /dev/null +++ b/rcbasic_runtime/rcbasic_runtime_win.layout @@ -0,0 +1,5 @@ + + + + + diff --git a/rcbasic_runtime/resource.rc b/rcbasic_runtime/resource.rc index e047385..32cf90c 100755 --- a/rcbasic_runtime/resource.rc +++ b/rcbasic_runtime/resource.rc @@ -1 +1 @@ -MAINICON ICON "rcbasic.ico" +MAINICON ICON "icon/rcbasic.ico" From 80435becff3dc9e2356705e0a35dad6feb22a9c7 Mon Sep 17 00:00:00 2001 From: n00b87 Date: Wed, 18 Dec 2024 16:32:59 -0500 Subject: [PATCH 2/3] Added setup script for windows --- RCBasic_Dev_Setup.bat | 190 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 RCBasic_Dev_Setup.bat diff --git a/RCBasic_Dev_Setup.bat b/RCBasic_Dev_Setup.bat new file mode 100644 index 0000000..951c73f --- /dev/null +++ b/RCBasic_Dev_Setup.bat @@ -0,0 +1,190 @@ +cd .. + +set DEV_BASE_DIR=%CD% + +git clone --branch sdl2_device https://github.com/n00b87/RCIrrlicht.git + +git clone --branch irrlicht_loader https://github.com/n00b87/an8-parser.git + +git clone https://github.com/n00b87/RCDocs.git +git clone https://github.com/n00b87/IrrTheora.git +git clone https://github.com/n00b87/irrBullet.git + +git clone --branch "VER-2-13-3" https://github.com/freetype/freetype.git + +curl -Lo SDL2-devel-2.30.10-mingw.zip "https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-devel-2.30.10-mingw.zip" +tar -xf SDL2-devel-2.30.10-mingw.zip +rename SDL2-2.30.10 SDL2-dev + +curl -Lo SDL2_image-devel-2.8.3-mingw.zip "https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.3/SDL2_image-devel-2.8.3-mingw.zip" +tar -xf SDL2_image-devel-2.8.3-mingw.zip +rename SDL2_image-2.8.3 SDL2_image-dev + +curl -Lo SDL2_mixer-devel-2.8.0-mingw.zip "https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0/SDL2_mixer-devel-2.8.0-mingw.zip" +tar -xf SDL2_mixer-devel-2.8.0-mingw.zip +rename SDL2_mixer-2.8.0 SDL2_mixer-dev + +curl -Lo SDL2_net-devel-2.2.0-mingw.zip "https://github.com/libsdl-org/SDL_net/releases/download/release-2.2.0/SDL2_net-devel-2.2.0-mingw.zip" +tar -xf SDL2_net-devel-2.2.0-mingw.zip +rename SDL2_net-2.2.0 SDL2_net-dev + +git clone --branch "v1.1.1" https://github.com/xiph/theora.git +git clone --branch "v1.1.1" https://github.com/xiph/theora.git theora64 +git clone --branch "v1.3.7" https://github.com/xiph/vorbis.git +git clone --branch "v1.3.5" https://github.com/xiph/ogg.git + +git clone --branch "v2.4.2" https://github.com/erincatto/box2d.git +git clone --branch "3.25" https://github.com/bulletphysics/bullet3.git + +cd ogg + +set TMP_PATH=%PATH% + +set PATH=%MINGW32%\bin;%PATH% +mkdir build +cd build +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd .. + +set PATH=%MINGW64%\bin;%PATH% +mkdir build64 +cd build64 +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + +cd vorbis + +set PATH=%MINGW32%\bin;%PATH% +mkdir build +cd build +cmake -G "MinGW Makefiles" .. -DOGG_INCLUDE_DIR=%DEV_BASE_DIR%\ogg\include -DOGG_LIBRARY=%DEV_BASE_DIR%\ogg\build\libogg.a +mingw32-make +set PATH=%TMP_PATH% + +cd .. + +set PATH=%MINGW64%\bin;%PATH% +mkdir build64 +cd build64 +cmake -G "MinGW Makefiles" .. -DOGG_INCLUDE_DIR=%DEV_BASE_DIR%\ogg\include -DOGG_LIBRARY=%DEV_BASE_DIR%\ogg\build64\libogg.a +mingw32-make +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + +set PATH=%MINGW32%\bin;%PATH% +cd theora\win32\xmingw32 +set bash="C:\Program Files\Git\bin\sh.exe" +%bash% --login -i -c "export dev_dir=$PWD/../../.. && export C_INCLUDE_PATH=$dev_dir/ogg/include && export C_INCLUDE_PATH=$dev_dir/vorbis/include:$C_INCLUDE_PATH && export LIBRARY_PATH=$dev_dir/ogg/build:$LIBRARY_PATH && export LIBRARY_PATH=$dev_dir/vorbis/build/lib:$LIBRARY_PATH && mingw32-make libtheoradec.dll" +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + +set PATH=%MINGW64%\bin;%PATH% +cd theora64\win32\xmingw32 +set bash="C:\Program Files\Git\bin\sh.exe" +%bash% --login -i -c "export dev_dir=$PWD/../../.. && export C_INCLUDE_PATH=$dev_dir/ogg/include && export C_INCLUDE_PATH=$dev_dir/vorbis/include:$C_INCLUDE_PATH && export LIBRARY_PATH=$dev_dir/ogg/build64:$LIBRARY_PATH && export LIBRARY_PATH=$dev_dir/vorbis/build64/lib:$LIBRARY_PATH && mingw32-make libtheoradec.dll" +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + + +cd box2d + +set PATH=%MINGW32%\bin;%PATH% +mkdir build +cd build +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd .. + +set PATH=%MINGW64%\bin;%PATH% +mkdir build64 +cd build64 +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + + + +cd bullet3 + +cd src +mklink /J bullet %CD% +cd .. + +set PATH=%MINGW32%\bin;%PATH% +mkdir build +cd build +cmake -G "MinGW Makefiles" .. -DBUILD_OPENGL3_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF -DBUILD_UNIT_TESTS=OFF -DUSE_GRAPHICAL_BENCHMARK=OFF +mingw32-make +set PATH=%TMP_PATH% + +cd .. + +set PATH=%MINGW64%\bin;%PATH% +mkdir build64 +cd build64 +cmake -G "MinGW Makefiles" .. -DBUILD_OPENGL3_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF -DBUILD_UNIT_TESTS=OFF -DUSE_GRAPHICAL_BENCHMARK=OFF +mingw32-make +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + + +cd freetype + +cd include +mklink /J freetype2 %CD% +cd .. + +set PATH=%MINGW32%\bin;%PATH% +mkdir build +cd build +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd .. + +set PATH=%MINGW64%\bin;%PATH% +mkdir build64 +cd build64 +cmake -G "MinGW Makefiles" .. +mingw32-make +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + + +cd RCIrrlicht\include +del IrrCompileConfig.h +rename IrrCompileConfig_win.h IrrCompileConfig.h +cd %DEV_BASE_DIR% + +cd RCIrrlicht\source\Irrlicht + +set PATH=%CODEBLOCKS_DIR%;%PATH% + +codeblocks --clean --target="Win32 - Release - accurate math - dll" Irrlicht-gcc.cbp +codeblocks --clean --target="Release64 - accurate math - dll" Irrlicht-gcc.cbp + +codeblocks --build --target="Win32 - Release - accurate math - dll" Irrlicht-gcc.cbp +codeblocks --build --target="Release64 - accurate math - dll" Irrlicht-gcc.cbp + +set PATH=%TMP_PATH% + +cd %DEV_BASE_DIR% + +echo ------------------------ +echo Setup Complete \ No newline at end of file From 2381c84fe5b82d25af08dca74ef26916b5d3bcf4 Mon Sep 17 00:00:00 2001 From: n00b87 Date: Wed, 18 Dec 2024 16:40:25 -0500 Subject: [PATCH 3/3] Update the README with build instructions for windows --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e5171e4..30ff9eb 100755 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # RCBASIC4 Version 4 of the RCBasic Programming Language Compiler and Runtime + +## Setup Build Environment + +### On Windows +1. Install the following software: Codeblocks, MinGW32, MinGW64, Git, and CMake +2. Set MINGW32 and MINGW64 environment variables to the root of each tool +3. Set CODEBLOCKS_DIR to Codeblocks root +4. Run RCBasic_Dev_Setup.bat + +