Commit Graph

88 Commits

Author SHA1 Message Date
Allanis
2e76ef4019 [Change] Improved how pilots react to taking damage. 2014-08-07 19:00:49 +01:00
Allanis
d366fec5b8 [Add] Added keybindings for targetting escorts. 2014-08-04 23:31:59 +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
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
b36afb79da [Fix] More paranoid checks for possible segfaults. 2014-05-29 01:53:40 +01:00
Allanis
5ae72bcacd [Fix] Avoid some other possible seg faults. 2014-05-28 21:37:26 +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
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
3182639db1 [Fix] Removed some warnings on SDL1.3 2014-05-22 18:22:06 +01:00
Allanis
cc33574b5e [Change] Improve key handling to avoid situations where pilot gets
"blocked".
2014-05-20 21:28:59 +01:00
Allanis
d8fd4383b4 [Add] More work on documentation. 2014-05-14 16:24:51 +01:00
Allanis
8bebc4fbbc [Changed] Cleaned up a bunch of doxygen stuff. 2014-05-10 17:56:50 +01:00
Allanis
bd21f99e7d [Fix] Fixed some keys that should have been KMOD_ALL 2014-04-28 15:51:34 +01:00
Allanis
0244ff470e [Fix] You shouldn't be able to target ships while the game is paused. :/ 2014-04-09 21:05:21 +01:00
Allanis
cdd5549ad3 [Change] Improved the keybind loading system somewhat. 2014-03-18 15:23:42 +00:00
Allanis
1fcc6be891 [Add] You can now set keybindings by key name. 2014-03-18 15:12:04 +00:00
Allanis
355ccfd65e [Add] 2x speed modifier by manipulating dt modifier.
[Fix] Fixed double free on keybindings opening.
2014-03-17 01:56:39 +00:00
Allanis
2be9749940 [Add] Some nice additions to keybinds menu, showing bindings in both
naviation/information pane.
2014-03-16 06:51:15 +00:00
Allanis
d49064dde0 [Add] Alright, you are now able to check up on the keybindings via
options menu.
2014-03-15 20:26:40 +00:00
Allanis
af0ad658c2 [Add] Added 'any' modifier to always work. 2014-03-15 19:58:03 +00:00
Allanis
1a8c08c4c2 [Add] Making a start on making keybindings viewable with descriptions,
through a dialogue.
2014-03-15 19:54:25 +00:00
Allanis
8749453098 [Add] Provide reasons for aborting autonavigation. 2014-03-14 19:53:12 +00:00
Allanis
014b71e8d6 [Add] Added target_prev keybind. 2014-01-04 15:33:18 +00:00
Allanis
73b034d1ec [Add] Added communication framework allowing you to interact with other pilots/planets. 2014-01-01 21:44:00 +00:00
Allanis
a1a1a38436 [Add] Tweaked input settings a little. 2013-12-31 18:44:13 +00:00
Allanis
9a60a3d062 [Add] Can now cycle systems with 'h' in map. [Fix] Cannot open map while dead. 2013-12-31 18:33:58 +00:00
Allanis
dc3bf1292c [Add] Added escort control ai Lua bindings. 2013-12-31 06:08:01 +00:00
Allanis
1411001943 [Fix] Fixed double free. 2013-12-31 03:40:24 +00:00
Allanis
74719f2cbd [Fix] Fixed linked list for sound, was hanging the entire thing.. 2013-12-31 03:28:20 +00:00
Allanis
b26a1ca968 [Fix] Fixed god damn ai! 2013-12-31 03:07:05 +00:00
Allanis
8aaba0be4c [Add] Added a ton more escort stuff. 2013-12-30 21:51:59 +00:00
Allanis
97944d44b3 [Change] Polished autonav system a bit more. 2013-12-28 23:06:52 +00:00
Allanis
89b297887c [Change] Cleaned up input stuff. 2013-12-28 22:49:29 +00:00
Allanis
d1c1619e88 [Fix] Fixed secondary weapon again.. 2013-12-27 23:19:20 +00:00
Allanis
0914172c53 [Change] Improved the mod state handling and allow two keybindings on the same key. 2013-12-27 23:09:47 +00:00
Allanis
b8991b37df [Fix] Fixed some issues with auto navigation. 2013-12-27 22:55:42 +00:00
Allanis
83ac271657 [Add] Added support for key modifiers. 2013-12-27 13:30:20 +00:00
Allanis
fe6f5b27ef [Change] Gave afterburn it's own keybind (for joysticks). 2013-12-17 20:12:28 +00:00
Allanis
980282f655 [Add] Implementing auto navigation. 2013-12-14 14:58:31 +00:00
Allanis
5a42e63e4a [Change] Major rewrite of space.c. Let's pray we don't have a ton of bugs. 2013-12-07 22:16:01 +00:00
Allanis
9178376c28 [Change] Split engine sounds and GUI sounds for player.
[Fix] Some issues in sound.c
[Add] More documentation.
2013-09-04 15:19:04 +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
82b210e6cc [Change] Sanitized the pilot_get* a bit. 2013-08-03 15:45:56 +01:00
Allanis
185039ae62 [Change] Cleaned up some variable/function names, also added -Wshadow CFLAG. 2013-06-28 16:08:56 +01:00
Allanis
046259db79 [Change] Lowering default ms delay to trigger afterburner from 500 to 200. 2013-06-23 13:28:32 +01:00
Allanis
1051a39a09 [Fix] Now you can't rumble afterburner when in toolkit or hyperspacing. 2013-06-23 13:24:29 +01:00