butaba-adventures.git
12 years agoCompleted scrolling in tile picker for level editor
Harishankar [Sat, 1 Oct 2011 17:03:21 +0000 (22:33 +0530)]
Completed scrolling in tile picker for level editor

Bit the bullet (phew!) and completed the logic for scrolling
through a tileset that is larger than the 480*480 view. This
logic is quite tricky so I documented it in readable English

12 years agoLevel editor completed somewhat
Harishankar [Sat, 1 Oct 2011 09:52:59 +0000 (15:22 +0530)]
Level editor completed somewhat

Level editor is finished, but lacking the ability to
scroll in the tileset. So if the tileset is greater
than the screen size, the code does not work.

12 years agoStarted on the level editor
Harishankar [Sat, 1 Oct 2011 08:21:57 +0000 (13:51 +0530)]
Started on the level editor

Began work on the level editor for the game

12 years agoAdded a different font
Harishankar [Sat, 1 Oct 2011 05:52:06 +0000 (11:22 +0530)]
Added a different font

Added a more suitable font for the game

12 years agoAdded a picture for a chest
Harishankar [Fri, 30 Sep 2011 14:25:02 +0000 (19:55 +0530)]
Added a picture for a chest

Added a picture for chest (missed in the earlier
commit)

12 years agoAdded object interaction - healthpotion, lock and key
Harishankar [Fri, 30 Sep 2011 14:23:25 +0000 (19:53 +0530)]
Added object interaction - healthpotion, lock and key

Added object interaction for health potion, keys and locked
items.

12 years agoAdded the inventory system (basic)
Harishankar [Fri, 30 Sep 2011 05:23:01 +0000 (10:53 +0530)]
Added the inventory system (basic)

Now implemented adding items to the character's inventory.
Not yet done object interactions yet

12 years agoObjects added to game rendering
Harishankar [Thu, 29 Sep 2011 10:46:21 +0000 (16:16 +0530)]
Objects added to game rendering

Added object class for representing in-game objects
Also added rendering for in-game objects, but not yet
added interaction with objects.

12 years agoInitial commit
Harishankar [Thu, 29 Sep 2011 07:31:57 +0000 (13:01 +0530)]
Initial commit

Initial commit for the game