]>
git.mxchange.org Git - quix0rs-blobwars.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Guus Sliepen [Wed, 7 Jul 2010 14:22:26 +0000 (16:22 +0200)]
Do not fill in comboString when we are not using it.
According to callgrind, blobwars was spending 4% of its time in
enemyBulletCollisions(), calling snprintf() to fill in comboString. However,
this string was only used when an enemy was killed to check against objectives.
So now snprintf() has been moved to where it actually is being used, dropping
time spent in that function by 3.8%.
Guus Sliepen [Sun, 4 Jul 2010 13:20:10 +0000 (15:20 +0200)]
Show music credits after some time in title screen, hub and credits.
Guus Sliepen [Sun, 4 Jul 2010 13:19:43 +0000 (15:19 +0200)]
Put a dark grey rectangle behind music credits to improve readability.
Guus Sliepen [Sat, 3 Jul 2010 21:39:06 +0000 (23:39 +0200)]
Remove unused source files.
Guus Sliepen [Sat, 3 Jul 2010 19:21:28 +0000 (21:21 +0200)]
Nicer wind particles in Arctic Wastes.
Guus Sliepen [Sat, 3 Jul 2010 18:28:29 +0000 (20:28 +0200)]
Various fixes for bugs valgrind found.
Guus Sliepen [Sat, 3 Jul 2010 18:28:14 +0000 (20:28 +0200)]
Remove a debug message.
Guus Sliepen [Sat, 3 Jul 2010 16:29:40 +0000 (18:29 +0200)]
Show music credits during start of a level and when showing the map.
The title, album and artist are shown briefly in the lower right corner of the
screen 5 seconds after a level has been started, along with an icon
representing the license under which the level music is available. The same
information is also shown when the level map is viewed.
Guus Sliepen [Sat, 3 Jul 2010 16:29:22 +0000 (18:29 +0200)]
Do not load music when we do not need to show a cutscene.
Guus Sliepen [Sat, 3 Jul 2010 13:48:21 +0000 (15:48 +0200)]
Add Creative Commons logos.
Guus Sliepen [Sat, 3 Jul 2010 13:15:19 +0000 (15:15 +0200)]
Replace music filenames with generic filenames.
Guus Sliepen [Fri, 2 Jul 2010 16:31:58 +0000 (18:31 +0200)]
Allow the game to run without sounds.
Reapplication of commit
d290ae9a9b526551f399580c294289be128a1039 .
Guus Sliepen [Mon, 28 Jun 2010 22:09:44 +0000 (00:09 +0200)]
Use UNIX line endings everywhere.
Reapplication of commit
927fcd8193a4d0c9365796f30f246bf519b2cce2 .
Guus Sliepen [Mon, 28 Jun 2010 22:08:24 +0000 (00:08 +0200)]
Make sure mapeditor can be linked.
Guus Sliepen [Mon, 28 Jun 2010 22:05:43 +0000 (00:05 +0200)]
Ensure the map editor can be compiled.
Reapplication of commit
c51320ee6a6c728224ee85a4d9fd6fe22044d48c .
Guus Sliepen [Mon, 28 Jun 2010 22:03:15 +0000 (00:03 +0200)]
Use DEBUG instead of USEPAK to enable debugging code.
eapplication of commit
bcd19efa602b9279399b17e7756b8212df0fa234 .
Guus Sliepen [Mon, 28 Jun 2010 21:56:40 +0000 (23:56 +0200)]
Building a pak file requires the pak utility to have been built.
Reapplication of commit
6e7bfbcc9203c6ff974190cdbd5e2b7401734fed .
Guus Sliepen [Mon, 28 Jun 2010 21:55:25 +0000 (23:55 +0200)]
Do not print a string into itself.
Guus Sliepen [Mon, 28 Jun 2010 21:41:06 +0000 (23:41 +0200)]
Use snprintf() and strncpy().
Guus Sliepen [Mon, 28 Jun 2010 21:11:28 +0000 (23:11 +0200)]
Use %zd when printing result of strlen().
Guus Sliepen [Sat, 1 May 2010 10:57:52 +0000 (12:57 +0200)]
Remove automatically generated compiled message catalogs.
Stephen Sweeney [Mon, 8 Mar 2010 08:31:49 +0000 (08:31 +0000)]
1.17 Medal Support
Stephen Sweeney [Mon, 8 Mar 2010 08:29:27 +0000 (08:29 +0000)]
1.17 Medal Support
Guus Sliepen [Thu, 24 Dec 2009 10:21:24 +0000 (11:21 +0100)]
Use UNIX line endings everywhere.
Guus Sliepen [Wed, 23 Dec 2009 22:21:31 +0000 (23:21 +0100)]
Ensure the map editor can be compiled.
Guus Sliepen [Wed, 23 Dec 2009 13:22:50 +0000 (14:22 +0100)]
Use DEBUG instead of USEPAK to enable debugging code.
Guus Sliepen [Wed, 23 Dec 2009 13:14:24 +0000 (14:14 +0100)]
Allow the game to run without sounds.
Guus Sliepen [Tue, 22 Dec 2009 18:37:37 +0000 (19:37 +0100)]
Perform a sanity check when loading keyboard.cfg.
Guus Sliepen [Tue, 22 Dec 2009 18:34:33 +0000 (19:34 +0100)]
Move desktop entry from Applications to ArcadeGame section.
Guus Sliepen [Tue, 22 Dec 2009 18:32:55 +0000 (19:32 +0100)]
Building a pak file requires the pak utility to have been built.
Guus Sliepen [Tue, 22 Dec 2009 18:31:48 +0000 (19:31 +0100)]
Fix spelling error: weaponary -> weaponry
Guus Sliepen [Tue, 22 Dec 2009 18:29:39 +0000 (19:29 +0100)]
Update Catalan and Dutch translations.
Guus Sliepen [Tue, 22 Dec 2009 16:00:04 +0000 (17:00 +0100)]
Import of version 1.14 minus music and sounds.