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.
6 лет назад
Sam Hocevar
6dd7a0cb39
Another lowercase switching frenzy, because why not.
6 лет назад
Sam Hocevar
37abf6193f
RIP lol::String ⚰️ LOL
7 лет назад
Sam Hocevar
103f60d48b
misc: replace NULL with nullptr in most places.
9 лет назад
Sam Hocevar
d72cb24bc0
build: move sample and tutorial files around.
10 лет назад
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.
10 лет назад
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
10 лет назад
Sam Hocevar
cadc4d18b0
test: move the unit tests to the engine, and lolunit out of the engine.
10 лет назад
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
10 лет назад
Sam Hocevar
b45c1dc7fe
physics: always activate Bullet and remove dead code.
11 лет назад
Lolbot
ad2ddbb715
build: convert source files to lowercase.
12 лет назад
Benjamin ‘Touky’ Huet
c7219ff1dd
New year copyright update.
12 лет назад
Sam Hocevar
d6634da83f
build: fix the WTFPL site URL in all code comments.
12 лет назад
Lolbot
23807ea88e
fixed 23 files out of 277:
- fixed 1270 CR characters
- fixed 56 trailing spaces
- fixed 5085 tabs
12 лет назад
Benjamin ‘Touky’ Huet
486029decd
Revert
12 лет назад
Benjamin ‘Touky’ Huet
b887ac5355
Small refactor on the BulletCc.
12 лет назад
Benjamin ‘Touky’ Huet
006c3c4649
BulletCharacterController is now readable by a human being.
BtPhysTest now implements it with the BtKineCC logic -just modify that now-.
12 лет назад
Benjamin ‘Touky’ Huet
284891f200
Fixed Entity::TickGame log flood.
Added BulletCharacterController.cpp & BulletCharacterController.h stubs.
12 лет назад
Benjamin ‘Touky’ Huet
8838ef06b6
Added InputTracker test initPhysTest
12 лет назад
Benjamin ‘Touky’ Huet
5d10ec177c
Small physic refactor.
12 лет назад
Benjamin ‘Touky’ Huet
11ddba1864
Added Attachment/base logic with working attachment with EasyCharacterController.
Added RayCastResult & a naïve integration for EasyCharacterController.
Enjoy !
12 лет назад
Benjamin ‘Touky’ Huet
7334bb2ec1
Added Base/Attachment Logic, works with Kinematic & Ghost.
12 лет назад
Benjamin ‘Touky’ Huet
735d3dace5
Reverted last CL
12 лет назад
Benjamin ‘Touky’ Huet
50c2855d89
Small .h & .cpp refactor
12 лет назад
Benjamin ‘Touky’ Huet
ca94a77974
BtPhysTest : Splitted Physics files
12 лет назад