Commit Graph

74 Commits

Author SHA1 Message Date
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
Steven Arnow
a2bb0df939 All C++-comments in src/ should now be C89 comments 2013-06-22 22:10:25 +02:00
Allanis
44dbdaaf91 [Fix] Changed some input things to hopefully prevent blocking. 2013-06-09 16:39:48 +01:00
Allanis
8d3d58ffb4 [Things] An assortment of fixes, also added afterburner sounds. 2013-06-06 21:44:57 +01:00
Allanis
ef103b6548 [Fix] Prevent acceleration from sticking sometimes. 2013-05-23 16:24:44 +01:00
Allanis
2e7a2b6e18 [Add] More bindings ingame to avoid seg faults. 2013-05-15 21:19:59 +01:00
Allanis
c51612d764 [Add] Linux specific stuff for saving. 2013-05-14 21:39:00 +01:00
Allanis
2e63c40ef4 [Fix] Fixed up most warnings, there are a couple remaining but they aren't important. 2013-04-01 17:42:14 +01:00
Allanis
79f63662dd [Add] Simple yes/no confirmation dialog. 2013-03-23 19:48:52 +00:00
Allanis
88b2f1b714 [Fix] Potential seg fault. 2013-03-21 23:13:47 +00:00
Allanis
6a7c051851 [Fix] Moving from tab to space messed all the indents up. I thing that got them all now. 2013-03-21 19:34:35 +00:00
Allanis
4ea444b9ae [Change] All tabs back to spaces. 2013-03-21 00:27:05 +00:00
Allanis
ccffdae9fd [Add] Player death with short cinematic. 2013-03-20 20:23:39 +00:00
Allanis
0d6ac1e5b1 [Add] Afterburners are in! After buying the outfit, double tap 'w'. 2013-03-19 22:34:20 +00:00
Allanis
7db2ae019d [Fix] Don't think anyone noticed this one.. Some funny little bugs when paused while hyperspacing. 2013-03-16 17:20:18 +00:00