Sam Hocevar
1186c08ad7
entity: add a flag system.
This lets us get rid of m_autorelease and m_destroy and we’ll be able
to implement init_game/init_draw later, for stuff that must happen
on the render thread.
vor 6 Jahren
Sam Hocevar
6dd7a0cb39
Another lowercase switching frenzy, because why not.
vor 6 Jahren
Sam Hocevar
37abf6193f
RIP lol::String ⚰️ LOL
vor 7 Jahren
Sam Hocevar
103f60d48b
misc: replace NULL with nullptr in most places.
vor 9 Jahren
Sam Hocevar
d72cb24bc0
build: move sample and tutorial files around.
vor 10 Jahren
Sam Hocevar
d373081b80
build: use #pragma once instead of header guards because 1) fuck the dinosaurs,
and 2) fuck the Visual Studio compiler that crashes when confused.
vor 10 Jahren
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
vor 10 Jahren
Sam Hocevar
cadc4d18b0
test: move the unit tests to the engine, and lolunit out of the engine.
vor 10 Jahren
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
vor 10 Jahren
Sam Hocevar
b45c1dc7fe
physics: always activate Bullet and remove dead code.
vor 11 Jahren
Lolbot
ad2ddbb715
build: convert source files to lowercase.
vor 12 Jahren
Benjamin ‘Touky’ Huet
c7219ff1dd
New year copyright update.
vor 12 Jahren
Sam Hocevar
d6634da83f
build: fix the WTFPL site URL in all code comments.
vor 12 Jahren
Lolbot
23807ea88e
fixed 23 files out of 277:
- fixed 1270 CR characters
- fixed 56 trailing spaces
- fixed 5085 tabs
vor 12 Jahren
Benjamin ‘Touky’ Huet
486029decd
Revert
vor 12 Jahren
Benjamin ‘Touky’ Huet
b887ac5355
Small refactor on the BulletCc.
vor 12 Jahren
Benjamin ‘Touky’ Huet
006c3c4649
BulletCharacterController is now readable by a human being.
BtPhysTest now implements it with the BtKineCC logic -just modify that now-.
vor 12 Jahren
Benjamin ‘Touky’ Huet
284891f200
Fixed Entity::TickGame log flood.
Added BulletCharacterController.cpp & BulletCharacterController.h stubs.
vor 12 Jahren
Benjamin ‘Touky’ Huet
8838ef06b6
Added InputTracker test initPhysTest
vor 12 Jahren
Benjamin ‘Touky’ Huet
5d10ec177c
Small physic refactor.
vor 12 Jahren
Benjamin ‘Touky’ Huet
11ddba1864
Added Attachment/base logic with working attachment with EasyCharacterController.
Added RayCastResult & a naïve integration for EasyCharacterController.
Enjoy !
vor 12 Jahren
Benjamin ‘Touky’ Huet
7334bb2ec1
Added Base/Attachment Logic, works with Kinematic & Ghost.
vor 12 Jahren
Benjamin ‘Touky’ Huet
735d3dace5
Reverted last CL
vor 12 Jahren
Benjamin ‘Touky’ Huet
50c2855d89
Small .h & .cpp refactor
vor 12 Jahren
Benjamin ‘Touky’ Huet
ca94a77974
BtPhysTest : Splitted Physics files
vor 12 Jahren