Commit Graph

18 Commits

Author SHA1 Message Date
Tamir Atias
277111a678 [FIX] Fixed warnings. 2011-12-30 03:16:32 +02:00
Rtch90
3ee91c42ac [Remove] Removed test health stuff to make way for real implementation. 2011-12-29 22:00:49 +00:00
Tamir Atias
5befe97969 [FIX] Map drawing based on camera offset.
[FIX] Speech bubble not following camera.
2011-12-29 22:10:31 +02:00
Rtch90
3533f5c607 [Change] SetCamera() is called once again. 2011-12-28 22:41:39 +00:00
Rtch90
4990e2e1a5 [Add] Added basic player health system. 2011-12-28 00:56:07 +00:00
Rtch90
34d1b8f9e9 [Add] Making a start adding character health. Testing branches more than anything.. 2011-12-24 22:45:21 +00:00
Rtch90
639b59da7e Speach bubbles now work. Going to create an experimental branch. 2011-12-24 16:02:10 +00:00
Rtch90
17b03fdb16 [Change] Clamped boundaries to the window width and height. 2011-12-23 19:51:24 +00:00
Rtch90
854c820140 [Change] Simply changed naming convention of private members to _member; rather than m_member; 2011-12-17 23:41:22 +00:00
Rtch90
3c10632e78 Fixed Segmentation fault caused by Tile collision being out of bounds. 2011-12-17 14:05:50 +00:00
Rtch90
e7bfbc3966 Refactored the map class to hell. Should be easy add animated tiles and interactive entities now. 2011-12-16 01:45:39 +00:00
Rtch90
6fc252a692 Moved Map Loader to XML. Changed const int return values to enumerators.
I need sleep. Night.
2011-12-14 03:39:27 +00:00
Rtch90
04ac0e839b Added basic save file loading. Time to move this bitching map stuff to XML.
- Also added some speach bubble stuff, it is a little messy however.
2011-12-14 01:10:27 +00:00
Rtch90
5e51ef0fd1 Refactored the maps a little so we do not render the part of the map that is off-screen. 2011-12-13 23:27:34 +00:00
Rtch90
02f038752b Using pointers propperly when handling texture loading. 2011-12-12 21:12:23 +00:00
Rtch90
fd4ebca425 Added SDL_Coor options to ButtonToggle. Major changes coming. 2011-12-12 20:00:49 +00:00
Rtch90
055f3fcc50 Added option to use (rgb) or SDL_Color..
Also added options for handling x y coords to drawing code.
2011-12-11 16:43:50 +00:00
Rtch90
74f504a5b6 -- [Add] Added character class.
-- [Add] Added NPC dirivative.
2011-11-20 17:55:33 +00:00