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.
пре 7 година
Sam Hocevar
6dd7a0cb39
Another lowercase switching frenzy, because why not.
пре 7 година
Sam Hocevar
44e39867b1
Fix approximately 80 billion compilation warnings.
пре 8 година
Sam Hocevar
cd988786b9
build: reorganise includes so that we can use precompiled headers later.
пре 11 година
Sam Hocevar
fe665f85b4
base: strip core.h from its contents and put it in public/private headers.
пре 11 година
Sam Hocevar
da6b3d5cd0
scenegraph: Entity::TickDraw() now provides a reference to the current
scene so that g_scene can be deprecated later.
пре 11 година
Sam Hocevar
32143b8bb4
scene: allow to rotate sprites around the Z axis.
пре 12 година
Sam Hocevar
ad8144f0e8
scene: use a global g_scene object instead of Scene::GetDefault().
пре 12 година
Benjamin ‘Touky’ Huet
c7219ff1dd
New year copyright update.
пре 13 година
Sam Hocevar
d6634da83f
build: fix the WTFPL site URL in all code comments.
пре 13 година
Sam Hocevar
28728814cc
core: replace usage of sin() or std::sin() with lol::sin() where appropriate.
пре 13 година
Sam Hocevar
90bfc79b22
core: tick methods now use seconds, like any sane system.
пре 14 година
Sam Hocevar
f35f4284b0
core: allow each blitted tile to be stretched differently.
пре 14 година
Sam Hocevar
f4841d64ec
emitter: fix wrong velocity value computation in the particles.
пре 14 година
Sam Hocevar
dc13c1f742
tiler: ensure AddTile() and BlitTile() accept vec3i arguments.
пре 14 година
Sam Hocevar
6266c289ee
tileset: replace the Tiler ID system with real TileSet objects. The only
thing that is still broken is the Layer <--> Map interface.
пре 14 година
Sam Hocevar
10b321b204
core: get rid of now useless <cstdio> includes.
пре 15 година
Sam Hocevar
8848cf53db
Put everything in the "lol" namespace. Better late than never.
пре 15 година
Sam Hocevar
6405ef32ea
Get rid of float3, float4, int3 etc. in favour of GLSL types.
пре 15 година
Sam Hocevar
346c90dde8
Allow more particles, just in case.
пре 15 година
Sam Hocevar
f76b95f200
Rename Float3 to float3, Int3 to int3 etc. and add the 4-member versions.
пре 15 година
Sam Hocevar
6c3b80be8f
Particle emitter test.
пре 15 година
Sam Hocevar
b7e01a1f90
Skeleton for the particle emitter class.
пре 15 година
Sam Hocevar
f84b659c62
Slightly change the ...Data initialisation in classes.
пре 15 година
Sam Hocevar
0ed566d3cc
Complete Lol Engine / Deus Hax / Monsterz split.
пре 15 година
Sam Hocevar
54a05e0c2c
Allow for different priorities in game and draw tick levels.
пре 15 година
Sam Hocevar
83a82034ae
Start creating the World class.
пре 15 година