Commit Graph

74 Commits

Author SHA1 Message Date
Allanis
1f9768ccd6 [Add] Hey, someone has to document this stuff.. 2014-05-12 14:08:42 +01:00
Allanis
8bebc4fbbc [Changed] Cleaned up a bunch of doxygen stuff. 2014-05-10 17:56:50 +01:00
Allanis
871c5c89e5 [Change] Removed all "improper" usage of strcat/strncat. 2014-05-03 17:16:42 +01:00
Allanis
6285fb0629 [Add] Initial work on implementing a dynamic economy. 2014-04-11 02:08:28 +01:00
Allanis
2809e5323f [Change] It's about time I changed the deprecated malloc headers in
favour of stdlib right?
2014-04-10 00:36:53 +01:00
Allanis
ee57228de5 [Add] Mission destinations are now marked when selecting mission at the
mission computer.
2014-03-17 00:22:46 +00:00
Allanis
77afa506e4 [Add] Added an indication on minimap as to where targeted planets
reside.
2014-03-15 17:42:10 +00:00
Allanis
c37e109ffc [Change] Always mark paths as red when out of fuel. 2014-03-12 19:23:32 +00:00
Allanis
d1dff03a08 [Fix] Oohhhh sheeeet! I should be moving the bytes not copying it! 2014-03-10 20:17:32 +00:00
Allanis
cc3955c445 [Fix] Should remove the majority of Valgrind errors. 2014-03-10 16:20:56 +00:00
Allanis
84220e2ed9 [Change] Inverted zoom in/out. 2014-03-09 21:21:49 +00:00
Allanis
8ec77ccd2a [Change] More toolkit changes. This time in map. 2014-01-18 01:25:00 +00:00
Allanis
5a0f5ff145 [Fix] Corrected selecting hyperspace in map not updating window. 2014-01-06 18:56:24 +00:00
Allanis
fae31ac95f [Fix] Map will now always close on new/load game. 2013-12-31 18:38:38 +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
7e2e21c235 [Change] Minor map tweaks. 2013-12-24 00:03:26 +00:00
Allanis
a782a3c60e [Fix] A few more general fixes. 2013-12-14 23:21:23 +00:00
Allanis
980282f655 [Add] Implementing auto navigation. 2013-12-14 14:58:31 +00:00
Allanis
b7ddccd309 [Fix] Fixed segmentation fault when system only has one planet with no factions. 2013-12-09 22:18:23 +00:00
Allanis
25660ff7d1 [Change] Everything now conforms to last nights cleanups. 2013-12-09 00:48:32 +00:00
Allanis
673b83ea6a [Add] More doxygen along with some slight code cleaup. 2013-10-11 23:02:39 +01:00
Allanis
f3ce7cfb34 [Fix] Faction comparison should be >0 not != 0. 2013-08-15 16:17:26 +01:00
Allanis
03972e305a [Fix] Map fix for multiple faction bug. 2013-08-10 12:23:06 +01:00
Allanis
79411d240e [Change] Unified colouring schemes. 2013-08-09 20:45:17 +01:00
Allanis
c792e75240 [Change] Make map check if faction is -1. 2013-08-09 16:37:40 +01:00
Allanis
7c723db96b [Change] Adjust text height to faction name length. 2013-08-03 18:53:18 +01:00
Allanis
846f12cd65 [Add] You can now target unknown system nodes to fly to them. 2013-08-03 16:35:09 +01:00
Allanis
6ebb90dc23 [Change] You can no longer buy a star map if you already know the area. 2013-08-03 16:31:20 +01:00
Allanis
fb7c73aae4 [Fix] printHeight was using wrong width. 2013-07-25 21:45:41 +01:00
Allanis
23733b032f [Add] Oh, and the lack of them. 2013-07-23 21:00:30 +01:00
Allanis
cf5f8c8c48 [Add] Map informs you of available services. 2013-07-23 20:59:02 +01:00
Allanis
b680520738 [Fix] Spelled "Dangerous" wrong. :/ 2013-07-23 14:13:12 +01:00
Allanis
7376a30527 [Add] Display whether or not a system has nebulae. 2013-07-23 14:11:48 +01:00
Allanis
8ef0ada807 [Add] Map now displays faction standing of star system. 2013-07-23 14:00:14 +01:00
Allanis
7ea6e809e8 [Change] Increased star map size. 2013-07-21 13:37:11 +01:00
Allanis
e331a8e8b6 [Fix] Map giving stats about unknown systems. 2013-07-21 11:33:44 +01:00
Allanis
abab808387 [Fix] Bug with changing hyperspace path after selecting a route. 2013-07-10 18:32:13 +01:00
Allanis
692fb388df [Add] Missions can now mark systems. [Fix] Seg fault when switching pilots. 2013-06-26 00:28:16 +01:00
Allanis
d11eabd358 [Add] New outfit: Star map, allows you to see two jump points from current location. 2013-06-25 22:21:56 +01:00
Allanis
5760978e56 [Change] Moved A* jump pathfinding from space.c to map.c. 2013-06-25 21:07:54 +01:00
Allanis
700e47cd57 [Add] Use flags now for systems to allow missions to mark them. 2013-06-24 21:48:57 +01:00
Allanis
6c3d96ba51 [Add] Pathfinding avoids unknown systems. 2013-06-23 20:42:33 +01:00
Allanis
10a4791d81 [Add] Magor: You don't already know all the star system location. Go explore. 2013-06-23 19:22:07 +01:00
Steven Arnow
a2bb0df939 All C++-comments in src/ should now be C89 comments 2013-06-22 22:10:25 +02:00
Allanis
00730b50a7 [Clean] gl_screen.[wh] = SCREEN_[WH] in most places. 2013-06-02 14:43:24 +01:00
Allanis
f91505b950 [Change] Some code cleanup and made map a little more sane when selecting paths. 2013-06-01 18:07:45 +01:00
Allanis
91aa3268c0 [Fix] Slight graphical bug in map that VLack complained about, and I thing @medek. 2013-06-01 17:46:45 +01:00
Allanis
d2da1f6df3 [Fix] Seg fault with map. 2013-05-16 21:31:39 +01:00
Allanis
b4d3bb72a8 [Fix] Silly map bug. 2013-05-16 19:18:12 +01:00
Allanis
b1ce5c83c6 [Add] You can now visually see the A* system paths now in map. 2013-04-24 18:42:02 +01:00