2D puzzle-adventure-RPG engine in C and SDL1.2
Find a file
2018-12-16 20:25:19 -08:00
assets working on fleshing out the spellbook -- starting setup for phase-shift/time-travel spells 2018-12-14 14:52:24 -08: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 derp, forgot to add all the actual lighning beam stuff 2018-11-13 13:08:21 -08:00
Engine.c spellKnowledge is an array of booleans instead of a product of primes; scrolling through spell list handles empty slots in spellKnowledge 2018-12-16 04:18:26 -08:00
Engine.h conditional compiling for sound support! 2018-11-13 13:30:59 -08: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 spellKnowledge is an array of booleans instead of a product of primes; scrolling through spell list handles empty slots in spellKnowledge 2018-12-16 04:18:26 -08:00
HyperKaos.c cleanHyperKaos() fixed (doesn't alter save state, sets head back to NULL) 2018-11-29 19:55:07 -08:00
HyperKaos.h derp, forgot to add all the actual lighning beam stuff 2018-11-13 13:08:21 -08:00
Kaos.c working on fleshing out the spellbook -- starting setup for phase-shift/time-travel spells 2018-12-14 14:52:24 -08:00
Kaos.h working on fleshing out the spellbook -- starting setup for phase-shift/time-travel spells 2018-12-14 14:52:24 -08:00
main.c spellKnowledge is an array of booleans instead of a product of primes; scrolling through spell list handles empty slots in spellKnowledge 2018-12-16 04:18:26 -08: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 conditional compiling for sound support! 2018-11-13 13:30:59 -08: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 conditional compiling for sound support! 2018-11-13 13:30:59 -08: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 conditional compiling for sound support! 2018-11-13 13:30:59 -08: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 synergies can have 'a' as a value for player direction (any direction) 2018-12-16 20:25:19 -08:00
Synergy.h derp, forgot to add all the actual lighning beam stuff 2018-11-13 13:08:21 -08:00
TextBox.c conditional compiling for sound support! 2018-11-13 13:30:59 -08: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
TODO more TODO 2018-12-16 08:29:31 -08:00
WorldData.c conditional compiling for sound support! 2018-11-13 13:30:59 -08:00
WorldData.h refactor in pure C, new Kaos: FaceEachother, PlaySound, Teleport 2018-09-19 18:27:47 -07:00