|
d2322a7caf
|
Made some adjustments to the game's ranging
|
2011-06-28 22:27:33 -04:00 |
|
|
6a4b1c4cf2
|
Refactored a wee bit of code in the GameStack... stack, and started building the title screen code
|
2011-06-28 21:38:18 -04:00 |
|
|
9961d177fd
|
removed now unnecessary class, renamed project
|
2011-06-28 21:21:31 -04:00 |
|
|
2bddf92001
|
Folded sdlrenderer code into Game(), since we'll be doing rendering on a per-state basis
|
2011-06-27 22:35:52 -04:00 |
|
|
5522cbc64c
|
Refactored code heavily to be able to use a state stack - main function now does the basic init, looping, and shutdown, and each state is a pointer to an object that has its own event handling, rendering, etc
|
2011-06-27 22:07:52 -04:00 |
|