Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
2 changes: 0 additions & 2 deletions .clang-complete

This file was deleted.

2 changes: 0 additions & 2 deletions .clangd

This file was deleted.

1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: CDevv
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
*.pdb
*.ilk

rpgpp
librpgpp.so
game-src/*/lib/
/editor
/game
build/
bin/
libs/
execs/**
*.bin
.cache/
Expand All @@ -49,6 +49,11 @@ execs/**
.kdev4/
*.sublime-project
*.sublime-workspace
.vs/
.idea/
docs/C++ API
site/
imgui.ini
clangd/
rlImGui/
game-src/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "libs/luajit"]
path = libs/luajit
url = https://luajit.org/git/luajit.git
[submodule "libs/raylib"]
path = libs/raylib
url = https://github.com/raysan5/raylib.git
244 changes: 244 additions & 0 deletions .idea/editor.xml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

229 changes: 187 additions & 42 deletions .idea/workspace.xml

Large diffs are not rendered by default.

104 changes: 0 additions & 104 deletions .kdev4/rpgpp.kdev4

This file was deleted.

Binary file removed .sconsign.dblite
Binary file not shown.
23 changes: 0 additions & 23 deletions .vscode/c_cpp_properties.json

This file was deleted.

Loading