2D puzzle-adventure-RPG engine in C and SDL1.2
Find a file
2018-09-22 16:08:53 -07:00
assets basics of the cutscene engine are fleshed out, working intro sequence 2018-09-22 16:08:53 -07:00
dev screens refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Engine.c refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Engine.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
enum.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
extern.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
HyperKaos.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
HyperKaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Kaos.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
Kaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
main.c basics of the cutscene engine are fleshed out, working intro sequence 2018-09-22 16:08:53 -07:00
Makefile refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Player.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
Player.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Room.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
Room.h remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
Scene.c basics of the cutscene engine are fleshed out, working intro sequence 2018-09-22 16:08:53 -07:00
Scene.h basics of the cutscene engine are fleshed out, working intro sequence 2018-09-22 16:08:53 -07:00
sram refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
TextBox.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
TextBox.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Timer.c refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Timer.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
WorldData.c remove unnecessary casts from void, fix removePlayer() in Room.c, add alpha setting for FgObjects 2018-09-21 13:00:01 -07:00
WorldData.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00