summary | 
shortlog | log | 
commit | 
commitdiff | 
tree
first ⋅ prev ⋅ next
 
mathnerd314 [Sat, 14 Nov 2009 15:19:31 +0000 (15:19 +0000)]
 
* Comment out resizable flag because it blue-screens on Windows
* Editor images are shown in debug builds
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5937 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Sat, 14 Nov 2009 14:16:41 +0000 (14:16 +0000)]
 
Use implicit_depends for generating the wrapper, which is only a 2.6 feature so bumping the minimum version as well (CMake is up to 2.8 now, too...)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5936 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Sat, 14 Nov 2009 13:49:09 +0000 (13:49 +0000)]
 
Use run_dead_script wherever possible and make kill_* operations only do stuff once
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5935 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Sat, 14 Nov 2009 04:02:51 +0000 (04:02 +0000)]
 
* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music courtesy remaxim @ OpenGameArt
* Add music files for some files; feel free to fix or reset to 0,-1
* Change some warnings to errors and vice-versa and only print errors for a quieter experience in non-debug mode
* Misc. code cleanup
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5934 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Thu, 29 Oct 2009 19:24:41 +0000 (19:24 +0000)]
 
* Finish work on Path through the Clouds
* Remove upgrade.wav until license is clarified
* Tux can buttjump bonus blocks
* Minor code duplication removal
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5931 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
sik0fewl [Wed, 16 Sep 2009 02:42:42 +0000 (02:42 +0000)]
 
Set 'licence' attribute on sound files
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5929 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Thu, 3 Sep 2009 19:49:52 +0000 (19:49 +0000)]
 
Option --renderer to select video renderer
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5913 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Sun, 30 Aug 2009 19:45:19 +0000 (19:45 +0000)]
 
* Update squirrel to 2.2.3
* Fix some script problems and improve some error messages
* Minor cleanups in camera and sector
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5912 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Sun, 30 Aug 2009 15:41:51 +0000 (15:41 +0000)]
 
Patchs by Matt McCutche to fix Treeboss related Bugs 469 and 504.
* Tree willowisps should start at tree boss, not (0, 0)
* Crash if tree boss creates root while player is dying
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5911 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Sun, 30 Aug 2009 12:10:24 +0000 (12:10 +0000)]
 
Patch by Matt McCutchen to prevent division by zero when Tux spawns exactly at a willowisp. (Bug 490)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5910 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Sun, 30 Aug 2009 10:55:54 +0000 (10:55 +0000)]
 
Patch by Matt McCutchen to find levels in current directory when selected from command line. (Bug 485)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5909 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Wed, 26 Aug 2009 21:39:05 +0000 (21:39 +0000)]
 
Patch by Matt McCutchen to fix active waiting in main loop. (Bug 480)
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5908 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Mon, 24 Aug 2009 19:38:40 +0000 (19:38 +0000)]
 
Stack rocks without shanking.
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5907 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mmlosh [Wed, 29 Jul 2009 17:29:31 +0000 (17:29 +0000)]
 
Fix for #453 (Menu frame lingers)
* moved "Menu::set_current(NULL);" before fadeout, so it closes during it
* added main_loop->has_no_pending_fadeout() to avoid reopening main menu during fadeouts.
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5906 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
mathnerd314 [Sun, 26 Jul 2009 14:24:09 +0000 (14:24 +0000)]
 
*include stdio.h in a couple files for MinGW GCC 4.4.0
*OpenAL should be included as #include <al.h>
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5905 
837edb03-e0f3-0310-88ca-
d4d4e8b29345
 
wolfgangb [Sat, 27 Jun 2009 16:13:55 +0000 (16:13 +0000)]
 
Do not apply friction if Tux's x-velocity is zero.
git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@5904 
837edb03-e0f3-0310-88ca-
d4d4e8b29345