2D puzzle-adventure-RPG engine in C and SDL1.2
Find a file
2018-10-30 19:11:53 -07:00
assets lightning beam spell implemented! 2018-10-30 19:11:53 -07:00
dev screens refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
.gitignore added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
config.h setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Engine.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Engine.h intro function in Engine.c as opposed to its own include file 2018-10-08 14:57:15 -07:00
enum.h added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
extern.h setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
HyperKaos.c added alpha blending for scene components, global pointer for scene data, include file for the intro scene, etc 2018-09-24 11:41:09 -07:00
HyperKaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Kaos.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Kaos.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
main.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Makefile setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Player.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Player.h setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Room.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Room.h setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Scene.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Scene.h Implemented input handling for scenes (skip, fullscreen, quit), and pulled input handling for textboxes out into its own function 2018-09-24 13:47:46 -07:00
sram refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00
Synergy.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
Synergy.h setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
TextBox.c setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
TextBox.h Implemented input handling for scenes (skip, fullscreen, quit), and pulled input handling for textboxes out into its own function 2018-09-24 13:47:46 -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 setting up for magic mechanics: Synergy structures, their interface, globals relating to them 2018-10-12 20:35:45 -07:00
WorldData.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00