Sam Hocevar
|
640735731a
|
Add preliminary support for sound samples. Implement click.
|
14年前 |
Sam Hocevar
|
290c8f40d7
|
Skeleton for sample entity and sampler manager classes.
|
14年前 |
Sam Hocevar
|
0ed566d3cc
|
Complete Lol Engine / Deus Hax / Monsterz split.
|
14年前 |
Sam Hocevar
|
93a4c23b23
|
Split test-map into deus-hax and monsterz.
|
14年前 |
Sam Hocevar
|
c73ee58065
|
The Tile size can now be specified upon TileSet load. Add a sample
with the Monsterz tiles.
|
14年前 |
Sam Hocevar
|
1f3226dc2f
|
Add a debugging sphere object to test transparency.
|
14年前 |
Sam Hocevar
|
6e4ad90a9f
|
Add a stats logger entity.
|
14年前 |
Sam Hocevar
|
83a82034ae
|
Start creating the World class.
|
14年前 |
Sam Hocevar
|
3e266b5dce
|
Proper detection of libcaca and libpipi.
|
14年前 |
Sam Hocevar
|
19170bcac4
|
Refactor editor to get the glarea object out of the main source file.
|
14年前 |
Sam Hocevar
|
2a5d90cc33
|
New MapViewer class and some GTK+ refactoring.
|
14年前 |
Sam Hocevar
|
3bb8c8aa2f
|
Factor Forge and Tiler using the new Dict class.
|
14年前 |
Sam Hocevar
|
988f7c2885
|
Replace mouse scrolling with a joystick simulated by the e/s/d/f keys.
|
14年前 |
Sam Hocevar
|
4d63ad6ada
|
Rename "asset" to "entity". It's way cooler.
|
14年前 |
Sam Hocevar
|
0fe723ee86
|
Implement video recording using libpipi.
|
14年前 |
Sam Hocevar
|
e16f8d7804
|
Add a debug sprite to the scene.
|
14年前 |
Sam Hocevar
|
e2596fa9fd
|
Implement the profiling system.
|
14年前 |
Sam Hocevar
|
8bfb98c160
|
Implement a better timing mechanism for fixed framerate. Accuracy is
sub-millisecond but can be improved if we get rid of SDL timers.
|
14年前 |
Sam Hocevar
|
6044e5bed1
|
Switch editor building scheme to GtkBuilder.
|
14年前 |
Sam Hocevar
|
7d382e549d
|
The frame counter is now an asset object.
|
14年前 |
Sam Hocevar
|
298ba806bb
|
Get rid of GtkVideo, it was pretty useless in the current shape.
|
14年前 |
Sam Hocevar
|
adf78d0334
|
Get rid of SdlVideo, it was pretty useless.
|
14年前 |
Sam Hocevar
|
9112d94d19
|
Create a helper class for easy scene setup. Highly reduces the number
of includes in a few source files.
|
14年前 |
Sam Hocevar
|
ccf95328cf
|
Reimplement the SDL input as a ticked asset object.
|
14年前 |
Sam Hocevar
|
0fc6a8487c
|
Slightly improve the documentation in a few files, add the missing
joystick class, and put a header in each source file.
|
14年前 |
Sam Hocevar
|
6840f5d301
|
Move all GTK stuff to a subdirectory.
|
14年前 |
Sam Hocevar
|
d20a306621
|
Implement a clean class for various assets that can be ticked both in
the game context and in the render context, and a ticker class that
takes care of the ticking.
|
14年前 |
Sam Hocevar
|
097baf0284
|
Convert everything to the autotools. Managing source dependencies will be
easier.
|
14年前 |