Commit Graph

1319 Commits

Author SHA1 Message Date
Allanis
06e32a0d4e [Fix] Typo's making mission unbeatable. 2013-08-09 16:04:38 +01:00
Allanis
3d2483e2db [Fix] Mission requirements. 2013-08-09 16:00:04 +01:00
Allanis
aa8408022d [Fix] Clear player lockons when running space_init(). 2013-08-09 13:49:11 +01:00
Allanis
b8b98e10ad [Add] Forgot the graphic. :/ 2013-08-08 21:47:51 +01:00
Allanis
6e0c3cd2d0 [Add] New outfit: Military specific jammers. 2013-08-08 21:45:31 +01:00
Allanis
ea484174e0 [Fix] Missile resist should not be 100 times stronger. :/ 2013-08-08 18:37:43 +01:00
Allanis
115fa94cb8 [Add] Missiles can resist jamming. 2013-08-08 18:31:06 +01:00
Allanis
21ca77d439 [Change] Updated TODO. 2013-08-08 16:35:45 +01:00
Allanis
da83f105e0 [Add] Jammers are now implemented fully. 2013-08-08 16:31:08 +01:00
Allanis
fe1ab6ea0f [Add] Forgot to change energy units of jammer. 2013-08-07 21:07:57 +01:00
Allanis
59fd6922f8 [Add] Woops, forgot the graphic. 2013-08-07 21:06:17 +01:00
Allanis
9590fc9342 [Add] New outfit: Missile jammer. 2013-08-07 21:04:56 +01:00
Allanis
0db99107e0 [Add] Jammers now loaded (not used yet). 2013-08-07 20:16:45 +01:00
Allanis
136289bac5 [Change] Rendered cargo.png with same style as the rest of the ships. 2013-08-07 14:50:47 +01:00
Allanis
9bd191ddfe [Fix] Prevent menu_small from opening when dead. 2013-08-07 14:43:09 +01:00
Allanis
790bd9b472 [Change] Tweaked faction hits from combat a bit. 2013-08-07 14:30:03 +01:00
Allanis
30aaa7852d [Fix] You can no longer buy extra outfits. 2013-08-07 14:26:45 +01:00
Allanis
48353d7c79 [Fix] Missiles are working quite nicely now. 2013-08-07 14:20:02 +01:00
Allanis
6dbfe22d90 [Change] Missiles now hack the physics subsystem, Needs fixing. 2013-08-07 13:30:55 +01:00
Allanis
0bcc2c3135 [Add] vect_reflect() - Mirror a vector off another. 2013-08-07 12:14:47 +01:00
Allanis
4dbc934722 [Add] Another define: FABS. 2013-08-07 12:10:11 +01:00
Allanis
17fba238d1 [Add] Innitial attempt at a proper facing system, primarily for missiles. 2013-08-07 12:07:58 +01:00
Allanis
26099de520 [Fix] misn_condLibs() was missing space lib. 2013-08-06 19:46:15 +01:00
Allanis
e5d050c22d [Fix] Another memleak. :/ 2013-08-06 19:44:53 +01:00
Allanis
c9a9eea55e [Fix] Small memleak. 2013-08-06 19:41:32 +01:00
Allanis
2ec37b673e [Fix] var.push(). 2013-08-06 19:37:17 +01:00
Allanis
f2702222d4 [Fix] Sanitize player faction standing. 2013-08-05 19:56:57 +01:00
Allanis
71e0803b1a [Change] Order files with lfile_readDir by newest first. 2013-08-05 17:10:53 +01:00
Allanis
3baf8ae134 [Change] Simplifying some faction stuff. 2013-08-05 16:52:14 +01:00
Allanis
dc019b6d24 [Change] Lowered Hawkings turn. 2013-08-05 15:59:59 +01:00
Allanis
63bd506da0 [Change] New faction model (Great Houses). 2013-08-05 15:51:19 +01:00
Allanis
66fcbb920f [Add] Properly created House Goddard. Also filled in all faction data. 2013-08-05 15:27:01 +01:00
Allanis
c9d5235b0b [Add] Oveview of the intended beginning campaign. 2013-08-04 12:05:38 +01:00
Allanis
d5fda6267a [Add] Final faction name: Draktharr - For the primitive warlike folk. 2013-08-03 19:42:00 +01:00
Allanis
66d9b0db9c [Add] VLack gave me another faction name. I need one more faction name now. 2013-08-03 19:29:19 +01:00
Allanis
84ef800f6b [Add] Some more faction names. 2013-08-03 19:25:16 +01:00
Allanis
7c723db96b [Change] Adjust text height to faction name length. 2013-08-03 18:53:18 +01:00
Allanis
f26101197e [Fix] Removed extra offset added to gl_printHeight. 2013-08-03 18:40:47 +01:00
Allanis
a9c57f2cab [Add] Factions are now able to have long names. 2013-08-03 18:38:23 +01:00
Allanis
9d43435d4a [Change] Afterburn now breaks when you run out of energy. 2013-08-03 17:57:35 +01:00
Allanis
846f12cd65 [Add] You can now target unknown system nodes to fly to them. 2013-08-03 16:35:09 +01:00
Allanis
6ebb90dc23 [Change] You can no longer buy a star map if you already know the area. 2013-08-03 16:31:20 +01:00
Allanis
82b210e6cc [Change] Sanitized the pilot_get* a bit. 2013-08-03 15:45:56 +01:00
Allanis
c58e73ade2 [Fix] FPS limiting. 2013-08-03 15:00:26 +01:00
Allanis
7f2119e705 [Add] Outfit: Ripper MK2, applied it as default primary weapon to Lancers. 2013-08-03 14:57:03 +01:00
Allanis
070f422ae9 [Add] New ship. 2013-08-03 14:48:32 +01:00
Allanis
bb2edc9868 [Add] fleet of pirates come in packs. 2013-08-03 14:37:54 +01:00
Allanis
44a37c0a2c [Change] Small cosmetic change in fps_control. 2013-08-03 14:30:16 +01:00
Allanis
489b972879 [Change] Render player ontop of target graphics. 2013-08-03 14:28:08 +01:00
Allanis
266f502e49 [Add] If you want to become a pirate, you can by the Pirate Admonisher now. 2013-08-03 14:21:11 +01:00