Commit Graph

1953 Commits

Author SHA1 Message Date
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
Allanis
21cfcbfb05 [Fix] Removed a warning. 2014-05-24 14:16:21 +01:00
Allanis
0064c2bf0b [Change] More stuff to work with SDL1.3 2014-05-24 12:30:58 +01:00
Allanis
fb3c093f02 [Add] Support SDL 1.3 as well as 1.2 right?! Who's going to tell me I should be using 2.0 already? 2014-05-23 23:49:15 +01:00
Allanis
81ae76236c [Add] I think I've been documenting this thing all day. D: 2014-05-23 23:05:30 +01:00
Allanis
5dc8a8f782 [Add] Have some more documentation. 2014-05-22 23:35:31 +01:00
Allanis
a3e781968b [Change] More doxygen stuff. 2014-05-22 22:22:29 +01:00
Allanis
3a13801a14 [Change] A ton of code cleanup. 2014-05-22 22:07:22 +01:00
Allanis
08a3fe6c9c [Change] Some code cleanup. 2014-05-22 20:43:46 +01:00
Allanis
5a84266a4f [Add] Added keybinding to cycle through secondary weapons backwards. 2014-05-22 20:35:23 +01:00
Allanis
23ec93cad4 [Change] Ensure version message doesn't get overlapped in small
resolutions.
2014-05-22 19:28:10 +01:00
Allanis
e95f878f7c [Change] Nicer solution of giving ldata all the files it needs. 2014-05-22 19:16:06 +01:00
Allanis
7c71ac5558 [Add] Friendly warning if ldata isn't found. 2014-05-22 19:08:58 +01:00
Allanis
ab7d3fcb9e [Change] Bumped version 0.3.4 => 0.3.5 2014-05-22 18:57:02 +01:00
Allanis
7c77674d1f [Change] More work to improve accel sound handling when paused and
hyperspacing.
2014-05-22 18:51:27 +01:00
Allanis
a70a55982e [Change] Implemented pilot_copy a little better. 2014-05-22 18:48:36 +01:00
Allanis
f23b51e540 [Fix] Fixed memory leak. 2014-05-22 18:35:03 +01:00
Allanis
846cbd5e35 [Change] Slightly cleaner implementation of channel pause/resume. 2014-05-22 18:31:41 +01:00
Allanis
3182639db1 [Fix] Removed some warnings on SDL1.3 2014-05-22 18:22:06 +01:00
Allanis
d4d40f63ff [Change] Disabled the unable to play sound warnings to not scare people
on the last collective missions.
2014-05-22 15:02:12 +01:00
Allanis
b7cfc2bac2 [Fix] Fixed grep|sed screwup. 2014-05-22 14:35:22 +01:00
Allanis
a23d2c7810 [Change] Changes a TON of stuff in the Star System. 2014-05-22 01:55:10 +01:00
Allanis
fbc2cddac5 [Change] Pause engine sounds when pausing. 2014-05-21 21:34:42 +01:00
Allanis
7cb8dfd1f8 [Change] Don't abort autonav if damage is from volatile system. 2014-05-21 21:32:57 +01:00