Commit Graph

1826 Commits

Author SHA1 Message Date
Allanis
a867e1184e [Add] Mark enemies as hostile in patrol missions. 2014-07-21 17:51:37 +01:00
Allanis
57dc9832fa [Add] Added more Lua API functions.
[Change] DV patrol missions now actually force you to kill hostiles.
2014-07-21 17:45:58 +01:00
Allanis
792e05e40a [Add] More Lua API functions.
[Add] New patrol missions.
2014-07-21 15:59:51 +01:00
Allanis
526bdd578f [Fix] Fixed segfault on GUI and fixed incorrect pilot target position. 2014-07-20 22:27:25 +01:00
Allanis
62f31aa8c4 [Change] Cleaned up some code. 2014-07-20 21:49:39 +01:00
Allanis
b4edcb5f27 [Fix] Make sure player can accept the active mission from C side code. 2014-07-20 21:26:48 +01:00
Allanis
b2a621bbbe [Add] Goaddard systems should get missions too. 2014-07-20 21:23:57 +01:00
Allanis
39435c6330 [Change] Special effects are no longer hardcoded. 2014-07-20 21:18:53 +01:00
Allanis
405cf65b83 [Change] Forgot a sprintf=>snprintf a while back. 2014-07-20 20:54:38 +01:00
Allanis
d3408e38b0 [Change] Changed vsprintf to vsnprintf to be safe. 2014-07-20 20:53:14 +01:00
Allanis
0573336e27 [Change] Ripped out all the GUI code and gave it, its own file. 2014-07-20 20:48:13 +01:00
Allanis
e37d373214 [Change] Just some code cleanup. 2014-06-06 16:52:35 +01:00
Allanis
d61c61f66a [Add] Nebulae battles deserve their own kickass music track. 2014-06-05 21:07:37 +01:00
Allanis
6133a45210 [Add] Use landing_sinister when landing on Eiroik for missions. 2014-06-05 20:53:37 +01:00
Allanis
756aac2bac [Change] Cleaned up a refuel checks. Missed them a long time ago. 2014-06-05 20:37:31 +01:00
Allanis
e45909e9aa [Fix] Ensure that music doesn't stall. 2014-06-05 18:04:57 +01:00
Allanis
5d67c45570 [Change] Don't count "LAND" as a service in Lua. 2014-06-05 17:59:57 +01:00
Allanis
47791ea3dd [Change] Improved scout AI behaviour somewhat. 2014-06-04 21:22:51 +01:00
Allanis
f346126976 [Add] Use combat music on combat. 2014-06-04 21:14:14 +01:00
Allanis
2c68677e81 [Add] More music improvements. 2014-06-04 21:06:29 +01:00
Allanis
f38da7322b [Change] Better handling of music. 2014-06-04 14:09:58 +01:00
Allanis
26e966c1dd [Add] Added pilot_rmHostile. 2014-06-01 14:42:07 +01:00
Allanis
e933ce3b8d [Fix] Fixed issue with interference not disappearing as it should. 2014-06-01 14:19:40 +01:00
Allanis
27780b01ba [Add] Have player keep track of hostiles it has in the system. 2014-05-31 19:07:00 +01:00
Allanis
dd2249344b [Change] Minor cosmetic change. 2014-05-30 20:13:41 +01:00
Allanis
a4861de89f [Change] Much better handling of joystick axes. 2014-05-30 20:11:37 +01:00
Allanis
521514ba7e [Change] Made force feedback system a little more robust. 2014-05-29 21:50:09 +01:00
Allanis
9b4175d5a1 [Fix] Fixed possible segfault. 2014-05-29 21:40:49 +01:00
Allanis
34358a6b66 [Change] Improved force feedback system. 2014-05-29 21:35:44 +01:00
Allanis
3f205ce9f0 [Change] Made force feedback a little more sophisticated. 2014-05-29 17:47:19 +01:00
Allanis
99dc05be86 [Add] First implementation of force feedback (haptic feedback for
joysticks).
2014-05-29 16:36:57 +01:00
Allanis
b36afb79da [Fix] More paranoid checks for possible segfaults. 2014-05-29 01:53:40 +01:00
Allanis
bafed15cdc [Change] Some code cleanup. 2014-05-29 01:49:23 +01:00
Allanis
5ae72bcacd [Fix] Avoid some other possible seg faults. 2014-05-28 21:37:26 +01:00
Allanis
71f4ce95d2 [Fix] Another possible segfault with isspace(). 2014-05-28 21:32:48 +01:00
Allanis
a77942e9a4 [Change] Changed some LINUX+FREEBSD checks to _POSIX_SOURCE. 2014-05-28 16:04:27 +01:00
Allanis
9f8dbeccb5 [Fix] More FreeBSD fixes. 2014-05-28 15:50:24 +01:00
Allanis
74e1ba3342 [Add] Added the possibility to do lagged time increments (for when
adding to mission subsystems).
2014-05-27 20:48:00 +01:00
Allanis
30a0f3c7b7 [Fix] Fix to address realloc not freeing with 0 size on freebsd. Still
needed in other places too.
2014-05-27 19:35:00 +01:00
Allanis
4455499beb [Add] Documented ltime. 2014-05-27 19:22:35 +01:00
Allanis
35f8570f83 [Fix] Should eliminate the possibility of pilots getting destroyed by a
hook while being updated.
2014-05-27 15:52:06 +01:00
Allanis
2ff980a937 [Fix] Fixed hooks being freed twise in some situations. 2014-05-27 15:40:49 +01:00
Allanis
be72a73740 [Add] Saves are now backed up. 2014-05-27 15:28:23 +01:00
Allanis
d7aa607380 [Change] Made lstd much simpler. 2014-05-26 17:49:33 +01:00
Allanis
5304f73970 [Change] Additional message when generating nebulae. 2014-05-25 19:48:34 +01:00
Allanis
084ca94a93 [Change] Code cleanup and doxygen. 2014-05-25 19:43:19 +01:00
Allanis
4e572b704c [Add] Created lstd for portable SDLKey isalpha functions and such. 2014-05-24 21:19:28 +01:00
Allanis
4f93b615a4 Merge branch 'Here' into dev 2014-05-24 14:47:12 +01:00
Allanis
5513a991a5 [Fix] Oops, I completely failed to get the input widgets. 2014-05-24 14:46:55 +01:00
Allanis
e761bb52e1 [Change] Limit the input widgets in a more sane compatible manner. 2014-05-24 14:35:32 +01:00