index
:
pke.git
master
Game Engine.
Jonathan Bradley
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ecs.cpp
Age
Commit message (
Expand
)
Author
2023-11-15
Expose method to get CompGrBinds by GrBindsHandle.
Jonathan Bradley
2023-11-15
default and instance-specific mass
Jonathan Bradley
2023-11-15
use model for collision + refactor physics init and rigidbody creation
Jonathan Bradley
2023-11-15
don't convert bullet to glm unless needed
Jonathan Bradley
2023-11-15
checkpoint - remove InstPos from CompInstance
Jonathan Bradley
2023-11-15
checkpoint - physics is working but messy
Jonathan Bradley
2023-11-15
set gravity on Y axis
Jonathan Bradley
2023-11-15
add bullet dependency first pass
Jonathan Bradley
2023-11-03
rebuild instance buffers as they become oversized
Jonathan Bradley
2023-10-13
DynArray can specify MemBucket in constructor
Jonathan Bradley
2023-10-09
bucket teardown
Jonathan Bradley
2023-10-06
Memory management - ctors and dtors
Jonathan Bradley
2023-10-04
get instance buckets from ECS
Jonathan Bradley
2023-10-02
instancing now works as intended
Jonathan Bradley
2023-09-28
more than the first entity is now selectable and properly get CompInstance fr...
Jonathan Bradley
2023-09-27
align render-time binding indexes with pipeline layout
Jonathan Bradley
2023-09-26
off by one for ECS counts
Jonathan Bradley
2023-09-26
update instance buffer & handle camera on window resize
Jonathan Bradley
2023-09-26
use placement new operator in ECS and better asserts
Jonathan Bradley
2023-09-26
check instance count before returning a pointer to an instance
Jonathan Bradley
2023-09-12
load gltf files - no shaders yet
Jonathan Bradley
2023-09-08
itemCounter needs >> 32 to return a valid count
Jonathan Bradley
2023-09-06
expose entities themselves
Jonathan Bradley
2023-09-06
first pass removing entities
Jonathan Bradley
2023-09-06
type-safe handle max value cleanup
Jonathan Bradley
2023-09-06
instancing checkpoint
Jonathan Bradley
2023-09-06
bucket cleanup
Jonathan Bradley
2023-09-06
add first graphics binding component
Jonathan Bradley
2023-09-06
cleanup naming conventions and header defs
Jonathan Bradley
2023-09-06
first pass add ecs
Jonathan Bradley
[prev]