]> git.localhorst.tv Git - l2e.git/log
l2e.git
11 years agoadded gitignore for eclipse project files
Daniel Karbach [Mon, 6 Aug 2012 11:19:02 +0000 (13:19 +0200)]
added gitignore for eclipse project files

11 years agoadded heroes' party layout to battle state
Daniel Karbach [Mon, 6 Aug 2012 11:18:00 +0000 (13:18 +0200)]
added heroes' party layout to battle state

11 years agoremoved debug output from battle state
Daniel Karbach [Mon, 6 Aug 2012 11:09:17 +0000 (13:09 +0200)]
removed debug output from battle state

11 years agomade application and battle state resizable
Daniel Karbach [Mon, 6 Aug 2012 11:03:20 +0000 (13:03 +0200)]
made application and battle state resizable

11 years agoset resizable flag for screen surface
Daniel Karbach [Mon, 6 Aug 2012 10:52:18 +0000 (12:52 +0200)]
set resizable flag for screen surface

11 years agobetter positioning of monsters
Daniel Karbach [Mon, 6 Aug 2012 10:26:15 +0000 (12:26 +0200)]
better positioning of monsters

11 years agoadded monster drawing routine in battle state
Daniel Karbach [Mon, 6 Aug 2012 10:12:09 +0000 (12:12 +0200)]
added monster drawing routine in battle state

also added some dummy monsters in main to test it

11 years agofix position calculation in PartyLayout
Daniel Karbach [Mon, 6 Aug 2012 10:11:10 +0000 (12:11 +0200)]
fix position calculation in PartyLayout

11 years agoadded battle party layout class
Daniel Karbach [Sun, 5 Aug 2012 16:37:39 +0000 (18:37 +0200)]
added battle party layout class

11 years agoadded Point class
Daniel Karbach [Sun, 5 Aug 2012 15:45:49 +0000 (17:45 +0200)]
added Point class

11 years agoadded simple sprite class
Daniel Karbach [Sun, 5 Aug 2012 15:09:26 +0000 (17:09 +0200)]
added simple sprite class

11 years agoadded empty battle state
Daniel Karbach [Sun, 5 Aug 2012 14:08:30 +0000 (16:08 +0200)]
added empty battle state

11 years agofixed SDL inclusion in application classes
Daniel Karbach [Sun, 5 Aug 2012 13:26:14 +0000 (15:26 +0200)]
fixed SDL inclusion in application classes

11 years agoadded basic application class
Daniel Karbach [Sun, 5 Aug 2012 13:19:11 +0000 (15:19 +0200)]
added basic application class

11 years agoadded battle/monster file structure
Daniel Karbach [Fri, 3 Aug 2012 17:31:35 +0000 (19:31 +0200)]
added battle/monster file structure

11 years agoadded SDL initialization classes
Daniel Karbach [Wed, 1 Aug 2012 20:58:08 +0000 (22:58 +0200)]
added SDL initialization classes

11 years agoadded main function
Daniel Karbach [Wed, 1 Aug 2012 19:39:30 +0000 (21:39 +0200)]
added main function