Skip to content

Commit

Permalink
Start converting collision/physics handling into ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Nov 3, 2022
1 parent 7e7103a commit 6a0350d
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 635 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ set(source_files #All SeriousProton's objects to compile
src/audio/sound.cpp
src/audio/music.cpp
src/clipboard.cpp
src/collisionable.cpp
src/engine.cpp
src/event.cpp
src/graphics/font.cpp
Expand Down Expand Up @@ -197,7 +196,6 @@ set(source_files #All SeriousProton's objects to compile
src/audio/sound.h
src/audio/music.h
src/clipboard.h
src/collisionable.h
src/dynamicLibrary.h
src/engine.h
src/event.h
Expand Down Expand Up @@ -270,6 +268,10 @@ set(source_files #All SeriousProton's objects to compile
src/ecs/query.h
src/ecs/multiplayer.h

src/components/collision.h
src/systems/collision.h
src/systems/collision.cpp

cmake/glDebug.inl.in
"${glDebug_inl}"
)
Expand Down
Loading

2 comments on commit 6a0350d

@daid-tinyci
Copy link

@daid-tinyci daid-tinyci bot commented on 6a0350d Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TinyCI build failure:

[cmake .. -DWARNING_IS_ERROR=1] returned [1]:


-- opus version used: BUNDLED

-- Freetype 2 version used: SYSTEM

-- Not using steam SDK

-- Configuring done

CMake Error at CMakeLists.txt:374 (add_library):

  Cannot find source file:



    src/components/collision.h



  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm

  .hpp .hxx .in .txx





CMake Error at CMakeLists.txt:374 (add_library):

  No SOURCES given to target: seriousproton_objects





-- Build files have been written to: /data/tinyci_build/daid/SeriousProton/_build_native

@daid-tinyci
Copy link

@daid-tinyci daid-tinyci bot commented on 6a0350d Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TinyCI build failure:

[/home/tinyci/builds/daid/SeriousProton/_build_native:cmake .. -DWARNING_IS_ERROR=1] returned [1]:


-- opus version used: BUNDLED

-- Freetype 2 version used: BUNDLED

-- Not using steam SDK

-- Configuring done

CMake Error at CMakeLists.txt:374 (add_library):

  Cannot find source file:



    src/components/collision.h



  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h

  .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc





CMake Error at CMakeLists.txt:374 (add_library):

  No SOURCES given to target: seriousproton_objects





CMake Generate step failed.  Build files cannot be regenerated correctly.

Please sign in to comment.