Commit graph

1048 commits

Author SHA1 Message Date
Sebastian Krzyszkowiak
62c7a3cd98 detect colisions, remove obstracles from queue 2012-05-03 02:49:08 +02:00
Sebastian Krzyszkowiak
b6d8136609 implement obstracles callbacks 2012-05-03 02:19:55 +02:00
Sebastian Krzyszkowiak
d4c5028216 workaround for allegro bug in tilde handling on Mac OS X 2012-05-01 23:36:11 +02:00
Sebastian Krzyszkowiak
6f7b7d3a9b cancel last two commits (xD) and add -lallegro_main to linking options 2012-05-01 23:29:54 +02:00
Sebastian Krzyszkowiak
25610c2a59 enable nested functions
some versions of gcc require that
2012-05-01 23:25:05 +02:00
Sebastian Krzyszkowiak
a940a61345 disable C ANSI mode
it was fun, but it's now enough :D
2012-05-01 23:23:39 +02:00
Sebastian Krzyszkowiak
81e13b8d34 debug keycode mode 2012-05-01 23:19:34 +02:00
Sebastian Krzyszkowiak
b57f20ac7d fix compilation on Mac OS X 2012-05-01 23:13:45 +02:00
Sebastian Krzyszkowiak
07ac5294d5 some work on levels 2012-05-01 22:52:30 +02:00
Sebastian Krzyszkowiak
a5e0be5434 add book frame to intro story 2012-05-01 16:55:39 +02:00
Sebastian Krzyszkowiak
01b293073b update TODO 2012-05-01 00:09:27 +02:00
Sebastian Krzyszkowiak
fd247030ff darken a bit table and map bitmaps 2012-05-01 00:00:56 +02:00
Sebastian Krzyszkowiak
1ffe2f8ce5 update map and other graphics 2012-04-30 22:52:46 +02:00
Sebastian Krzyszkowiak
928735faab respect voice volume settings 2012-04-30 20:39:40 +02:00
Sebastian Krzyszkowiak
cb371b9dbe update docs 2012-04-30 00:58:15 +02:00
Sebastian Krzyszkowiak
0ed5b9495c cleaning up mess in data directory 2012-04-30 00:55:27 +02:00
Sebastian Krzyszkowiak
9f8b3a3acd add Fluttershy lines recored by Meredith Sims 2012-04-28 22:04:44 +02:00
Sebastian Krzyszkowiak
68a14b943f fix tilde key being handled by gamestate keydown function 2012-04-21 00:18:42 +02:00
Sebastian Krzyszkowiak
d252e87092 replace intro lines with Princess Celestia voice recorded by MEMJ0123 2012-04-21 00:06:56 +02:00
Sebastian Krzyszkowiak
555cc0b9e0 use ANSI C gcc mode 2012-04-14 22:26:33 +02:00
Sebastian Krzyszkowiak
35a6a328bf tweaks in Derpy animation speed 2012-04-10 14:07:36 +02:00
Sebastian Krzyszkowiak
3eef9495d4 fix compilation on windows 2012-04-09 18:41:46 +02:00
Sebastian Krzyszkowiak
502e9a8ea2 fix end of the sky :D 2012-04-09 18:11:09 +02:00
Sebastian Krzyszkowiak
9d747a459c prefix name of all actions provided by TM with "TM_" 2012-04-09 17:18:41 +02:00
Sebastian Krzyszkowiak
cd6e5a0ff9 support action names in timeline manager 2012-04-09 17:17:16 +02:00
Sebastian Krzyszkowiak
6e27c1e3b5 implement frame skipping as debug feature 2012-04-09 16:49:47 +02:00
Sebastian Krzyszkowiak
1db3134175 support "-l NR" commandline argument 2012-04-09 16:41:10 +02:00
Sebastian Krzyszkowiak
3c3fc64d80 level 1: add action for letter from Twilight Sparkle 2012-04-09 16:21:45 +02:00
Sebastian Krzyszkowiak
e9ffdf5465 limit derpy moves in Y axis 2012-04-09 16:14:10 +02:00
Sebastian Krzyszkowiak
61b862b858 better keyboard handling in level 2012-04-09 15:58:01 +02:00
Sebastian Krzyszkowiak
73edf91b6d fix sound in moonwalk 2012-04-09 15:35:06 +02:00
Sebastian Krzyszkowiak
7ac12920bb add music to level 1 2012-04-09 15:25:56 +02:00
Sebastian Krzyszkowiak
754f88facf some work on spritesheed speed 2012-04-09 13:31:14 +02:00
Sebastian Krzyszkowiak
cf2bc20b68 implement and use TM_AddQueuedBackgroundAction 2012-04-09 12:55:04 +02:00
Sebastian Krzyszkowiak
270e137ee5 level: fix animation when sheet_speed==1 2012-04-08 23:56:13 +02:00
Sebastian Krzyszkowiak
cceecdfd54 add some very basic keyboard handling in level 2012-04-08 23:41:22 +02:00
Sebastian Krzyszkowiak
4c039847a0 more work on first level 2012-04-08 23:25:14 +02:00
Sebastian Krzyszkowiak
676d2d8900 some first demo sidescrolling level 2012-04-08 19:01:30 +02:00
Sebastian Krzyszkowiak
8eab7da8f1 fix segfault when ini file does not exist 2012-04-08 11:39:27 +02:00
Sebastian Krzyszkowiak
efaa1803ea implement delays in timeline manager 2012-04-07 23:03:34 +02:00
Sebastian Krzyszkowiak
db056c3a2a implement TM_AddToArgs 2012-04-07 20:32:47 +02:00
Sebastian Krzyszkowiak
314429a2fe moar destroyin! 2012-04-07 18:41:39 +02:00
Sebastian Krzyszkowiak
cff6de73c3 implement timeline destroying 2012-04-07 18:32:47 +02:00
Sebastian Krzyszkowiak
4674c298bb implement fadein and fadeout actions 2012-04-07 13:33:04 +02:00
Sebastian Krzyszkowiak
27ddfaafc9 revamp argument handling of timeline actions 2012-04-07 13:04:55 +02:00
Sebastian Krzyszkowiak
f1e26219c4 moar work on timeline 2012-04-06 23:32:15 +02:00
Sebastian Krzyszkowiak
3e17070298 better structure of level-moonwalk relationship 2012-04-06 18:25:04 +02:00
Sebastian Krzyszkowiak
90c20b0c1c introduce timeline manager, split moonwalk code from level code 2012-04-06 17:28:38 +02:00
Sebastian Krzyszkowiak
c4ca72d875 implement continuity of levels 2012-04-05 12:57:11 +02:00
Sebastian Krzyszkowiak
1c825fbd14 fix segfaults with FLAC decoder in intro 2012-04-05 12:56:58 +02:00