Sam Hocevar
8c81b07465
input: start replacing controller functions with standard input functions.
Controller::WasKeyReleasedThisFrame() is now keyboard->key_released() so
there is usually no need for a controller. They will completely disappear
when joystick axis binding has been ported to InputDevice.
преди 5 години
Sam Hocevar
a57cecaf98
input: remove a lot of unnecessarily convoluted code.
In particular, get rid of the enum magic; we can use map<string,int> if we
really need some named enums. Which we usually don’t.
преди 5 години
Sam Hocevar
1f9be92a66
Use smart pointers in a lot of the rendering code.
преди 5 години
Sam Hocevar
6dd7a0cb39
Another lowercase switching frenzy, because why not.
преди 6 години
Sam Hocevar
37abf6193f
RIP lol::String ⚰️ LOL
преди 6 години
Sam Hocevar
cfeaeabf2d
Get rid of lol::map because std::map is obviously superior.
преди 7 години
Sam Hocevar
980ff37a58
Get rid of numerous uses of lol::String.
преди 7 години
Benjamin ‘Touky’ Huet
6ab67e8f86
btPhysTest is working again, but it still has 7 Ticker::Unref(Shader) that should be there ......
преди 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
cadc4d18b0
test: move the unit tests to the engine, and lolunit out of the engine.
преди 10 години
Sam Hocevar
398ee1b4d5
base: use lol::array in most places.
преди 10 години
Sam Hocevar
da6b3d5cd0
scenegraph: Entity::TickDraw() now provides a reference to the current
scene so that g_scene can be deprecated later.
преди 10 години
Sam Hocevar
c9b8ff54a1
misc: some refactoring in texture handling.
преди 10 години
Benjamin ‘Touky’ Huet
83cfb79f8e
btphystest : InitApp delay
преди 11 години
Benjamin ‘Touky’ Huet
fb7d8a25e2
btphystest tweak to delay app init.
преди 11 години
Benjamin ‘Touky’ Huet
5f3b0157e6
btphystest : small damp tweak.
преди 11 години
Benjamin ‘Touky’ Huet
876f62228c
btphystest : added new camera functions. Added funny camera stuff for cat simulation.
преди 11 години
Benjamin ‘Touky’ Huet
40a1a18758
btphystest : cat movement update
преди 11 години
Benjamin ‘Touky’ Huet
a03c38872d
btPhysTest : Added a new test mode called "CAT_MODE". Try it out at your own risks.
преди 11 години
Sam Hocevar
7481fac29a
test: port the btphystest and meshviewer tests to the new input API.
преди 11 години
Lolbot
ad2ddbb715
build: convert source files to lowercase.
преди 11 години
Benjamin ‘Touky’ Huet
c759348569
BtPhysTest : at last, a CIS FAIL !
преди 11 години
Benjamin ‘Touky’ Huet
c7219ff1dd
New year copyright update.
преди 12 години
Lolbot
23807ea88e
fixed 23 files out of 277:
- fixed 1270 CR characters
- fixed 56 trailing spaces
- fixed 5085 tabs
преди 12 години
Benjamin ‘Touky’ Huet
c0d15f170a
преди 12 години
Benjamin ‘Touky’ Huet
7334bb2ec1
Added Base/Attachment Logic, works with Kinematic & Ghost.
преди 12 години
Benjamin ‘Touky’ Huet
1ca08dd0d7
LocalInertia error FIX.
Character integration better but still not working.
преди 12 години
Benjamin ‘Touky’ Huet
f514756a2d
Lazy WE :
Small tweaks in the BtPhysTest demo.
Added Ghost Object skeleton (not tested)
преди 12 години
Benjamin ‘Touky’ Huet
4a31a63b77
Correct integration of EasyConstraint + TestDemo.
преди 12 години
Benjamin ‘Touky’ Huet
e82c65aa18
Added walls and better context to the physics.
преди 12 години
Benjamin ‘Touky’ Huet
6cb8bb99ca
Behold the power of LolPhysics !
Added lol::phys::Simulation, lol::phys::EasyPhysics for easy physic uses.
Added PhysicsObject, wich hold EasyMesh & EasyPhysics components so it is easy to use. Easy seems to be the consensus.
BtPhysTest now works with new physics classes.
Known problem for this commit:
Physics is not properly setup.
There might be memory leaks, I don't think I've parsed all new/delete.
A LOT of primitives are not taken into account.
преди 12 години
Sam Hocevar
16f16d5882
test: minor tweaks to the Bullet demo.
преди 12 години
Sam Hocevar
fe05e5e11a
test: activate the Bullet Physics test on all Unix platforms.
преди 12 години
Benjamin ‘Touky’ Huet
6c4d4bdf5f
Added Location modifier in URO.
Added BtPhystest for Bullet Physics test project.
преди 12 години