Commit graph

1048 commits

Author SHA1 Message Date
Sebastian Krzyszkowiak
6583662d9f implement animations in intro state 2012-04-04 00:06:47 +02:00
Sebastian Krzyszkowiak
89c4d4096d fix sudden fadeout in about screen when it wasn't faded in yet 2012-04-03 23:17:18 +02:00
Sebastian Krzyszkowiak
26ecdcb532 update about screen 2012-04-03 21:17:56 +02:00
Sebastian Krzyszkowiak
37f879c297 little cleanup in menu handling code 2012-03-13 12:52:57 +01:00
Sebastian Krzyszkowiak
13aa555481 sound volume settings 2012-03-13 12:42:28 +01:00
Sebastian Krzyszkowiak
9b33a0af12 display "Loading" when switching to new resolution 2012-03-10 16:32:45 +01:00
Sebastian Krzyszkowiak
00f4c409e6 implement fullscreen setting from pause menu 2012-03-08 22:21:02 +01:00
Sebastian Krzyszkowiak
7f4c4f9fb5 replace "Critical Error" with "Not implemented yet" 2012-03-08 21:09:50 +01:00
Sebastian Krzyszkowiak
8e2e55e416 link to release version of allegro 2012-03-08 20:55:18 +01:00
Sebastian Krzyszkowiak
185ac75bbe inhibit screensaver 2012-03-08 20:55:11 +01:00
Sebastian Krzyszkowiak
662dbf3c89 play missing click sounds in pause menu 2012-03-08 19:26:30 +01:00
Sebastian Krzyszkowiak
2a16055a6b don't restart the game if video settings are changed during game 2012-03-08 17:38:40 +01:00
Sebastian Krzyszkowiak
e874678081 use mixer gain to enable/disable music/fx 2012-03-08 12:49:58 +01:00
Sebastian Krzyszkowiak
d8a6106157 add video options, implement fullscreen switching 2012-03-08 12:34:47 +01:00
Sebastian Krzyszkowiak
1f43af56f0 clean up of menu keydown handling (pause now shares code with menu) 2012-03-07 23:23:39 +01:00
Sebastian Krzyszkowiak
b0a4369678 introduce menustates 2012-03-07 22:06:19 +01:00
Sebastian Krzyszkowiak
f6e4b0625c update click sound, play it in few more places 2012-03-07 15:20:16 +01:00
Sebastian Krzyszkowiak
572d147e0c fix loading menu when starting with other gamestate 2012-03-07 15:03:56 +01:00
Sebastian Krzyszkowiak
e4e848b175 use mixers for audio 2012-03-05 21:07:42 +01:00
Sebastian Krzyszkowiak
2f118db351 create separate mixers for music and fx 2012-03-05 11:13:08 +01:00
Sebastian Krzyszkowiak
5627ddecaf rewrite config handling using allegro routines 2012-03-05 10:35:25 +01:00
Sebastian Krzyszkowiak
e5a9f12358 implement voice reading intro 2012-03-04 22:02:23 +01:00
Sebastian Krzyszkowiak
4b8bd024d7 better moonwalk synchronization :D 2012-03-04 17:37:44 +01:00
Sebastian Krzyszkowiak
cb33ac763d fix segfaults in pause 2012-03-04 16:52:05 +01:00
Sebastian Krzyszkowiak
87dbd1f04b remove image cache, cleanup 2012-03-04 15:57:23 +01:00
Sebastian Krzyszkowiak
b0b3fbc59e fix cutted text in about screen 2012-03-04 14:20:04 +01:00
Sebastian Krzyszkowiak
5b5bd21ffe add license information 2012-03-04 13:32:42 +01:00
Sebastian Krzyszkowiak
0d7edb94e3 add Derpy to pause screen :D 2012-03-04 13:24:35 +01:00
Sebastian Krzyszkowiak
9dcab1af04 check if fonts were actually loaded 2012-03-03 23:20:47 +01:00
Sebastian Krzyszkowiak
bf83ae80a0 fix memory leak in pause state 2012-03-03 23:13:35 +01:00
Sebastian Krzyszkowiak
0bc45ea1af implement menu while paused 2012-03-03 21:58:14 +01:00
Sebastian Krzyszkowiak
163efc05e8 little cleanup 2012-03-03 21:23:25 +01:00
Sebastian Krzyszkowiak
35e3ad3738 fix fade outs from menu... again :p 2012-03-03 21:12:11 +01:00
Sebastian Krzyszkowiak
5ac48ffc08 fix fade outs from menu 2012-03-03 21:10:08 +01:00
Sebastian Krzyszkowiak
3828f4136b use proper linear filtering for image scaling 2012-03-03 21:09:49 +01:00
Sebastian Krzyszkowiak
d9dd10d063 fix intro on some resolutions 2012-03-03 00:02:34 +01:00
Sebastian Krzyszkowiak
44c5c06ff4 attempt to fix uninitialized level number happening sometimes... 2012-03-02 23:08:22 +01:00
Sebastian Krzyszkowiak
bad5c07f7f pause music on pause :D 2012-03-02 17:47:02 +01:00
Sebastian Krzyszkowiak
cc82a7d9d7 parallel building :D 2012-03-02 16:55:02 +01:00
Sebastian Krzyszkowiak
78172b6c32 implement pause 2012-03-02 16:52:13 +01:00
Sebastian Krzyszkowiak
4cba98f8bc fix map drawing 2012-03-02 00:22:14 +01:00
Sebastian Krzyszkowiak
b96edbfbce performance fixes on menu fades 2012-03-02 00:00:31 +01:00
Sebastian Krzyszkowiak
329e867714 map: don't load background twice 2012-03-01 23:52:35 +01:00
Sebastian Krzyszkowiak
3d2b60b6a6 cache derpy spritesheet 2012-03-01 23:03:07 +01:00
Sebastian Krzyszkowiak
5fd6b4b912 fix infinite loop with config handling 2012-03-01 22:46:54 +01:00
Sebastian Krzyszkowiak
334adcf9c0 fixes for scaling performance 2012-03-01 22:34:19 +01:00
Sebastian Krzyszkowiak
535f5abc94 fix bitmap leakage in intro view 2012-03-01 22:07:48 +01:00
Sebastian Krzyszkowiak
075934337d :o 2012-03-01 13:32:44 +01:00
Sebastian Krzyszkowiak
3752bc948d don't force opengl on windows 2012-03-01 13:18:56 +01:00
Sebastian Krzyszkowiak
256c21c0f2 fill bitmaps as needed in intro view, as opposed to filling big bitmap at loading time 2012-03-01 13:15:20 +01:00