Commit Graph

  • 14a9dace7e Let Kline switch weapons on Venus (except in Classic difficulty). onpon4 2016-01-08 18:09:35 -0500
  • 66faa897a5 Permit Kline to drop mines in all of his appearances. onpon4 2016-01-08 17:37:18 -0500
  • 54eb5230fe Fixed failure to use left-pointing images for a couple ships. onpon4 2016-01-08 17:09:42 -0500
  • 6c52a63bc3 Removed the code that caused you to briefly stop when you finished Ellesh. onpon4 2016-01-08 16:56:07 -0500
  • 0fb6e85eb6 Changed the target in the Poswic mission to Sid. onpon4 2016-01-08 16:43:41 -0500
  • 75029e45ee Fixed being able to get hurt after the mission is over. onpon4 2016-01-08 16:36:20 -0500
  • 8897012030 Added transparent centers to the friend arrows. onpon4 2016-01-08 13:02:22 -0500
  • a889d43296 Fixed drones and small asteroids being given special alien slots. onpon4 2016-01-08 12:10:50 -0500
  • 8de37af9cd A little cleanup. onpon4 2016-01-08 11:27:28 -0500
  • 0f6807d4ad Adjusted the price of plasma and rocket ammo. onpon4 2016-01-08 11:13:56 -0500
  • 62d14c57f0 Added special target text for Kline. onpon4 2016-01-08 11:09:13 -0500
  • f8e23ab061 Added special target text when Sid or Phoebe is the target. onpon4 2016-01-08 10:52:34 -0500
  • e557d9920a Removed the suggestion from the Comms screen that Phoebe's name is unknown. onpon4 2016-01-08 10:37:19 -0500
  • efc2311f7a Added special indicators for Sid, Phoebe, and Ursula. onpon4 2016-01-08 10:31:01 -0500
  • 401a306793 Added green versions of arrows for friendly ships. onpon4 2016-01-08 09:39:12 -0500
  • 79bbe56849 Replaced the previous arrow positioning with a more simplistic one. onpon4 2016-01-08 09:12:07 -0500
  • 33a92b2294 Removed the code that actively prevented the "Target" text from showing. onpon4 2016-01-07 23:15:01 -0500
  • 409a2efe07 Updated copyright notices. onpon4 2016-01-07 21:32:40 -0500
  • e71e3b8a96 Moved the "brief" data files to C code. onpon4 2016-01-07 21:18:14 -0500
  • e7abfe30a6 Fixed the bug that caused mobile rays to shoot bullets. onpon4 2016-01-07 19:01:25 -0500
  • 6dad38bd20 Made powerups in Classic difficulty behave the same as the original. onpon4 2016-01-07 06:44:03 -0500
  • f7aab48a56 Revert "Added usage of plasma ammo by the charger cannon." onpon4 2016-01-07 05:36:49 -0500
  • e405b6eb0f Bumped version to 1.5. onpon4 2016-01-06 22:00:55 -0500
  • 05e645aeff Added usage of plasma ammo by the charger cannon. onpon4 2016-01-06 21:47:17 -0500
  • cac29f72a2 Fixed positioning of mine explosions. onpon4 2016-01-06 20:49:02 -0500
  • 822ff849e4 Removed the very last of the image-related magic numbers (in source code). onpon4 2016-01-06 20:35:37 -0500
  • 4be080225b Fixed more magic numbers. onpon4 2016-01-05 22:12:29 -0500
  • 4a921947c1 NONE -> M_NONE onpon4 2016-01-05 07:07:04 -0500
  • 6189a66866 Added CHANCE macro to replace difficult-to-read special rand() uses. onpon4 2016-01-05 06:59:37 -0500
  • 97f1f441c2 Removed more magic numbers. onpon4 2016-01-05 06:44:26 -0500
  • 73af622c54 Started getting rid of magic numbers on the intermission screen. onpon4 2016-01-04 22:25:00 -0500
  • 5acc9f37f3 Moved cutscenes to C. onpon4 2016-01-04 20:17:06 -0500
  • 0da184f424 Moved the ship image definitions to C code. onpon4 2016-01-04 16:34:29 -0500
  • c07f5678aa Fixed a memory leak, more cleanup. onpon4 2016-01-04 12:41:19 -0500
  • aad7b550a9 Renamed "FACE_" enum values to "FS_". onpon4 2016-01-04 09:07:30 -0500
  • ab53fac4a8 Moved face sprites to their own array. onpon4 2016-01-04 09:01:54 -0500
  • 697a302fc6 Some cleanup I forgot to do in gfx.cpp. onpon4 2016-01-03 22:39:16 -0500
  • e4633652f9 Fixed the compile option names. onpon4 2016-01-03 21:36:34 -0500
  • 4f02865256 Added SCREEN_W and SCREEN_H definitions. onpon4 2016-01-03 20:41:48 -0500
  • 05323ed1fb Added code to handle different resolutions during missions. onpon4 2016-01-03 20:30:54 -0500
  • 26add18109 Repositioned the Starfighter logo and the menu. onpon4 2016-01-03 18:19:20 -0500
  • a2cb637507 Added in my copyright notice to the title screen. onpon4 2016-01-03 18:00:22 -0500
  • 228671a560 Updated copyright notices, marked starfighter.desktop as trusted. onpon4 2016-01-03 17:49:32 -0500
  • ac7a524588 Fixed wrong event index in the Jupiter mission. onpon4 2016-01-03 17:18:24 -0500
  • 6af4e67874 Added back in the annoying ships for Urusor in Classic difficulty. onpon4 2016-01-03 16:41:26 -0500
  • 56240606e9 Changed all the magic number ship indexes to named ship indexes. onpon4 2016-01-03 16:20:22 -0500
  • 5400ce6205 Fixed displaying blank messages with non-message events. onpon4 2016-01-03 15:59:17 -0500
  • 7677aa24f1 Reduced the amount of extra money classic difficulty gives. onpon4 2016-01-03 15:54:26 -0500
  • 02d0263f56 Renamed "original" difficulty to "classic" difficulty. onpon4 2016-01-03 15:03:30 -0500
  • e5e7d6b9c4 Some cleanup. onpon4 2016-01-03 14:31:39 -0500
  • 16473a715f Moved alien definitions from ".dat" files to alien.cpp. onpon4 2016-01-03 14:14:31 -0500
  • e258921987 Moved all "script" files to C code. onpon4 2016-01-02 22:37:44 -0500
  • bdf1b49d44 Removed a broken failure condition from the "script" of mission 13. onpon4 2016-01-02 19:31:38 -0500
  • d911426c06 More cleanup. onpon4 2016-01-02 17:37:19 -0500
  • 85de61e2cd Changed struct definitions to use typedef (C style) onpon4 2016-01-02 17:15:50 -0500
  • ce94477b70 More cleanup. onpon4 2016-01-02 16:59:48 -0500
  • 651a7f55fb Did some more cleanup, removing more "shape" magic numbers. onpon4 2015-12-31 10:47:27 -0500
  • 1d02b3c71e More cleanup. onpon4 2015-11-20 14:11:12 -0500
  • 17b5f60958 More cleanup. Also rewrote the method of frame delaying a bit. onpon4 2015-11-06 21:35:07 -0500
  • 7694d668ff More cleanup. onpon4 2015-11-06 19:43:34 -0500
  • 4bdf871e66 drawString -> screen_renderString onpon4 2015-11-06 19:36:20 -0500
  • 67d464433d Removed the second "drawString" function. onpon4 2015-11-06 10:12:57 -0500
  • 7c67112a8b Some more cleanup. onpon4 2015-11-03 20:26:56 -0500
  • cce6d11510 More cleanup. onpon4 2015-11-02 17:53:05 -0500
  • 9e6ff10c57 More cleanup. onpon4 2015-10-26 20:07:31 -0400
  • 988091d635 Fixed incorrect documentation. onpon4 2015-10-25 07:43:05 -0400
  • 134a52e5f0 Some more cleanup. onpon4 2015-10-11 12:04:52 -0400
  • c68cb3f920 More cleanup. onpon4 2015-09-26 08:49:21 -0400
  • 0f10c6d5c7 Converted the three "collision" functions to four differently-named ones. onpon4 2015-09-25 16:28:09 -0400
  • a07b2bc576 Changed symbolic links in docs to copies of the images. onpon4 2015-07-17 21:43:50 -0400
  • 8375c36433 Added a patch by Guus Sliepen fixing mouse cursor position. onpon4 2015-07-05 00:31:36 -0400
  • 7f59c1f4ee Added .desktop file (from the openSUSE Starfighter package maintainer). onpon4 2015-06-28 08:44:04 -0400
  • 50b048b33b Replaced doc symlinks with file duplications. onpon4 2015-06-28 08:10:26 -0400
  • 6f7d5c0215 Removed preservation of data permissions. onpon4 2015-06-24 20:32:47 -0400
  • 9a211d773c More reorganization. onpon4 2015-06-20 11:58:37 -0400
  • 1c833b1818 More reorganization. onpon4 2015-06-20 11:31:41 -0400
  • 14dceac750 1.4 release onpon4 2015-06-17 19:19:00 -0400
  • 3850f8e946 Removed "asteroid collision damage" message. onpon4 2015-06-16 10:36:42 -0400
  • 54d8086ee3 Removed Chris's line about being surprised that Krass Tyler is attacking him. onpon4 2015-06-16 10:29:28 -0400
  • e95f55565c Improvements to text display. onpon4 2015-06-15 23:56:20 -0400
  • 049ba0f1db Text fixes. onpon4 2015-06-15 22:49:13 -0400
  • ff0202f289 More dialog tweaks onpon4 2015-06-14 00:14:36 -0400
  • 19f20bf7e4 More tweaks onpon4 2015-06-12 00:04:43 -0400
  • 4043af5d19 Fix onpon4 2015-06-11 23:25:59 -0400
  • e3d6ab1a81 More dialog tweaks. onpon4 2015-06-11 23:14:46 -0400
  • 79c49356a6 Fixed a mistake in editing through_space.ogg. onpon4 2015-06-11 22:55:04 -0400
  • 6fa0321d31 Edited dialog. onpon4 2015-06-11 12:51:57 -0400
  • 3b105dc966 Added the rest of the face updates by Lachlan Cartland. onpon4 2015-06-11 08:10:44 -0400
  • b71a99fbe5 Added improvements to Sid by Lachlan Cartland. onpon4 2015-06-10 11:02:13 -0400
  • 30ace4d67b Returned the obscene power of the original charger to origial difficulty. onpon4 2015-06-09 01:06:26 -0400
  • 5964066969 Sell for only half price in original difficulty. onpon4 2015-06-07 22:51:16 -0400
  • 9be21cbd3a Made it possible to hit the Uranus boss via its wings. onpon4 2015-06-02 12:43:06 -0400
  • 51ae0dc659 Made *all* enemies face forward in Ellesh mission. onpon4 2015-06-01 20:09:33 -0400
  • c6735cd88b More cleanup onpon4 2015-05-28 06:51:45 -0400
  • 533d74447f Made auto-pausing an option. onpon4 2015-05-21 18:49:04 -0400
  • e4664b9b1a Revert "Removed the game's automatic pausing when window focus is lost." onpon4 2015-05-21 18:30:23 -0400
  • 46a80eb30b More reorganization. onpon4 2015-05-20 19:49:37 -0400
  • f306825636 Removed the "nomove" and "nofire" cheats. onpon4 2015-05-20 19:41:43 -0400
  • 6d26236290 Release 1.3.3 onpon4 2015-05-20 10:55:11 -0400
  • 3559106ff5 Allow skipping the credits with the fire and alt fire buttons. onpon4 2015-05-20 10:53:10 -0400