Commit Graph

1065 Commits

Author SHA1 Message Date
Allanis
12e6a2b87b [Fix] NCG is wrong.. Should be NGC (New General Catalogue). 2013-08-20 22:47:19 +01:00
Allanis
64e9e2e674 [Change] Some default key bindings to avoid problems with some SDL versions. 2013-08-19 23:32:26 +01:00
Allanis
a234593091 [Change] WARN and ERR now generate asserts in debug mode. 2013-08-19 23:27:47 +01:00
Allanis
028f77f78a [Fix] Stopped AI merchants from popping tasks like crazy! 2013-08-18 14:45:15 +01:00
Allanis
a4d1ed9f6d [Change] Weakened the rumble effect. 2013-08-17 15:40:49 +01:00
Allanis
ce15505f7e [Change] Added punctuation to player_message()s 2013-08-17 15:37:05 +01:00
Allanis
a60c84465f [Change] Now using normal distibution for accuracy for weapons (clamped). 2013-08-16 13:45:42 +01:00
Allanis
80bab44b8b [Change] Gave some ships factor default jammers. 2013-08-15 16:43:40 +01:00
Allanis
07afc19727 [Change] Minor balancing. 2013-08-15 16:30:25 +01:00
Allanis
f3ce7cfb34 [Fix] Faction comparison should be >0 not != 0. 2013-08-15 16:17:26 +01:00
Allanis
17b4e1d44b [Change] Swapped DEBUG's out for WARN's, it makes more sense.. 2013-08-15 16:15:03 +01:00
Allanis
aade673567 [Fix] Segfault when popping a task without a next task. 2013-08-15 13:36:25 +01:00
Allanis
aafeaa43cd [Fix] No longer seg fault if can't find a known system in a save file. 2013-08-15 13:26:07 +01:00
Allanis
972189e567 [Change] Updated TODO 2013-08-15 13:20:32 +01:00
Allanis
719bb753a2 [Change] Improved enemy and turret ai, they hit a lot now!
-- also improved the global attack() ai.
2013-08-14 16:48:32 +01:00
Allanis
76d7e811b5 [Change] Increased merchant and pirate credits. 2013-08-14 10:53:20 +01:00
Allanis
d4fe47f184 [Fix] ai.brake. 2013-08-14 10:50:50 +01:00
Allanis
4711033ff4 [Change] Tweaked bolt accuracies a little. 2013-08-13 16:18:56 +01:00
Allanis
0277fcc750 [Fix] Turrets causing seg fault when there is no target. 2013-08-12 09:39:10 +01:00
Allanis
284823ce25 [Add] Minor sanity checks. 2013-08-12 09:26:59 +01:00
Allanis
153b519d6b [Change] Compare enemy against nil. 2013-08-12 09:20:45 +01:00
Allanis
9532e9fdf0 [Change] Pirate Admonishers have Missiles instead of headhunters (cheaper). 2013-08-11 19:43:58 +01:00
Allanis
7b79d4972b [Fix] typo. 2013-08-11 19:01:40 +01:00
Allanis
520ce4a9d6 [Change] Moved commodity text a little lower. 2013-08-11 18:40:52 +01:00
Allanis
86e4bb10e9 [Add] Utility to help with indentation. <XML> 2013-08-11 16:32:11 +01:00
Allanis
35969bab38 [Add] Can now override pilot AI in a fleet.
[Change] Made fleet_parse() more up to date with xml.h
2013-08-10 20:23:06 +01:00
Allanis
b9c1f021b2 [Change] ai.exists() is more lenient with bad parameters. ;) 2013-08-10 18:04:39 +01:00
Allanis
51db82aa25 [Add] Some error checking in nebulae subsystem to avoid infinite loop. 2013-08-10 17:36:08 +01:00
Allanis
430fe0bb1f [Change] Thrust is per ton, makes more sense. 2013-08-10 17:11:49 +01:00
Allanis
e10841653d [Fix] Improved sanity on some AI functions. 2013-08-10 16:11:54 +01:00
Allanis
869a6d7dbe [Change] Pilots now try to aim somewhat with missiles. 2013-08-10 12:58:59 +01:00
Allanis
91d37766fd [Change] Nerfed missiles speeds. 2013-08-10 12:52:37 +01:00
Allanis
562ba56aab [Change] ai.exists() should return false if pilot is dead. 2013-08-10 12:42:23 +01:00
Allanis
4e7f7c73e5 [Remove] Forgot to take out debug message. 2013-08-10 12:33:28 +01:00
Allanis
cd1565a6d5 [Change] Tweaked faction hits to be more useful. 2013-08-10 12:32:06 +01:00
Allanis
03972e305a [Fix] Map fix for multiple faction bug. 2013-08-10 12:23:06 +01:00
Allanis
515c951078 [Change] It should be easiar to lose a faction than it is to gain it. 2013-08-10 12:21:15 +01:00
Allanis
afa05f0ff8 [Change] Moved hyperspace() to scripts/ai/include/basic.lua 2013-08-10 12:18:05 +01:00
Allanis
79411d240e [Change] Unified colouring schemes. 2013-08-09 20:45:17 +01:00
Allanis
47f132a467 [Change] Made rating/faction gain not linear. 2013-08-09 20:19:47 +01:00
Allanis
c58223606b [Change] faction_modPlayer() now affects allies and enemies.
[Remove] Alliance references.
2013-08-09 18:11:43 +01:00
Allanis
c792e75240 [Change] Make map check if faction is -1. 2013-08-09 16:37:40 +01:00
Allanis
dc9332dc08 [Change] Made RNG() more robust. 2013-08-09 16:35:31 +01:00
Allanis
95d8eff1c5 [Add] Messages now fade away all sexy like. 2013-08-09 16:24:48 +01:00
Allanis
cc9ee5bf1a [Change] Lowered requirements on collective missions. 2013-08-09 16:17:13 +01:00
Allanis
4d53076677 [Add] Uninhabited planets now show up as so on the radar. 2013-08-09 16:14:49 +01:00
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