Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
8bee093
feat prophunt: Player animation
Arcod7 Nov 5, 2024
a991b32
fixed libdev(Collisions): wrong param caused wrong scale calculation
Popochounet Nov 5, 2024
92fdf42
Merge pull request #75 from YGNI-RType/hotfix/collisions
Popochounet Nov 5, 2024
c2975a7
feat prophunt: Player animation
Arcod7 Nov 5, 2024
1a90b1f
fix: resize window macos
Nov 5, 2024
a8d5277
fix: publish event resized
Nov 5, 2024
5faa566
remove: useless cout
Nov 5, 2024
1ab8620
Merge pull request #76 from YGNI-RType/fix/resize-macos
Popochounet Nov 5, 2024
e1c5e37
fix network: test fix
Popochounet Nov 5, 2024
76ba83d
fix network: TPS 60 -> 30
Popochounet Nov 5, 2024
85fc9e4
fix libdev: motion is adapted to TPS
Popochounet Nov 5, 2024
d97fa63
added GEngine: exit stop binari
b3ww Nov 5, 2024
6d55a61
feat prophunt: lights with shaders
Arcod7 Nov 5, 2024
0180b80
fix libdev: remove std::cout
Popochounet Nov 5, 2024
de79b80
Delete source/GEngine/libdev/systems/driver/output/SoundManager.cpp
Arcod7 Nov 6, 2024
c19fd22
fix libdev: changed NetQueue size
Popochounet Nov 6, 2024
16f875c
fix prophunt: useless comments
Arcod7 Nov 6, 2024
c595e3f
fix porphunt: soundmanager is dead
Arcod7 Nov 6, 2024
e5f3459
Merge branch 'dev' into feat/prophunt
Arcod7 Nov 6, 2024
4625f6f
fix libdev: changed some MainLoop to RenderLoop
Popochounet Nov 6, 2024
d526ee1
fix porphunt: windows compilation
Arcod7 Nov 6, 2024
9863977
Merge branch 'feat/prophunt' of github.com:YGNI-RType/GameEngine into…
Arcod7 Nov 6, 2024
23a8eb6
fix libdev: removed constant for motion
Popochounet Nov 6, 2024
35ff7bf
Merge pull request #77 from YGNI-RType/feat/prophunt
b3ww Nov 6, 2024
f804692
feat prophunt: Player animation
Arcod7 Nov 5, 2024
cc464bc
added GEngine: exit stop binari
b3ww Nov 5, 2024
3314835
added GEngine: exit stop binari
b3ww Nov 6, 2024
836e950
removed rtype: unudes
b3ww Nov 6, 2024
690e883
fix libdev: motion to Gameloop + reapplied constant
Popochounet Nov 6, 2024
10c7e3c
fix libdev: 40TPS
Popochounet Nov 6, 2024
b275b30
fix libdev: compilation
Popochounet Nov 6, 2024
ac0a596
removed rtype: unudes
b3ww Nov 6, 2024
eb89df9
fix porphunt: crosshair position
Arcod7 Nov 6, 2024
026de63
added GEngine: magic number for TPS ratio
Popochounet Nov 6, 2024
32fab94
Merge pull request #78 from YGNI-RType/feat/voice-chat-proximity
Arcod7 Nov 6, 2024
7051775
beautify
Arcod7 Nov 6, 2024
34f431b
debug GEngine: network snapshots
Popochounet Nov 6, 2024
6c076ce
removed network: debug cout
Popochounet Nov 6, 2024
dd3f61d
style libdev: clang format
Popochounet Nov 6, 2024
61fb0fd
removed rtype: unudes
b3ww Nov 6, 2024
d3ba129
updated Snapshots: removed try catch
Popochounet Nov 6, 2024
69de615
updated VoIP: now on MainLoop
Popochounet Nov 6, 2024
d7e956b
style GEngine: clang format
Popochounet Nov 6, 2024
fb0e493
removed rtype: unudes
b3ww Nov 6, 2024
ba5bd8b
removed rtype: unudes
b3ww Nov 6, 2024
1a22df4
removed rtype: unudes
b3ww Nov 6, 2024
be8321b
Merge pull request #79 from YGNI-RType/network-panic-mode
Popochounet Nov 6, 2024
fda1be1
Merge branch 'dev' into feat/voice-chat-proximity
Popochounet Nov 6, 2024
b5e26bc
style GEngine: clang format
Popochounet Nov 6, 2024
0be76a8
Merge pull request #80 from YGNI-RType/feat/voice-chat-proximity
Popochounet Nov 6, 2024
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
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Rtype
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ set_target_properties(GEngine_static PROPERTIES
)

find_package(raylib CONFIG REQUIRED)
find_package(glfw3 CONFIG REQUIRED) #TODO a supp
find_package(glfw3 CONFIG REQUIRED)
find_package(portaudio CONFIG REQUIRED)
find_package(Opus REQUIRED)
find_package(BZip2 REQUIRED)
Expand Down
24 changes: 24 additions & 0 deletions examples/POC_3D/assets/animations/player.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"idle": {
"frames": [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49
],
"looping": true
},
"walk": {
"frames": [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24
],
"looping": true
},
"run": {
"frames": [
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
21, 22, 23, 24
],
"looping": true
}
}
13 changes: 13 additions & 0 deletions examples/POC_3D/assets/models/player/idle/01.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Blender 4.1.1 MTL File: 'None'
# www.blender.org

newmtl Material_0
Ns 0.000000
Ka 1.000000 1.000000 1.000000
Kd 0.800000 0.800000 0.800000
Ks 0.500000 0.500000 0.500000
Ke 0.000000 0.000000 0.000000
Ni 1.500000
d 1.000000
illum 2
map_Kd ../../../textures/player_female.png
Loading