1a8c08c4c2[Add] Making a start on making keybindings viewable with descriptions, through a dialogue.
Allanis
2014-03-15 19:54:25 +0000
77afa506e4[Add] Added an indication on minimap as to where targeted planets reside.
Allanis
2014-03-15 17:42:10 +0000
84ea77284a[Fix] Fixed some sloppy vertex math in beam rendering.
Allanis
2014-03-15 17:18:24 +0000
83fb0634cc[Add] Aborting missions should also have the mission cargo jettisoned. kthx.
Allanis
2014-03-15 03:05:40 +0000
e02f379050[Add] Some better keybind loading.
Allanis
2014-03-15 02:51:18 +0000
5b8a9bcbc0[Fix] Fixed a nice little seg fault on the MAIN F'ING MENU!!!
Allanis
2014-03-15 02:18:11 +0000
8e976d5bf9[Fix] Added -DGL_GLEXT_PROTOTYPES to remove some implicit declaration warnings that some systems will issue.
Allanis
2014-03-15 00:28:44 +0000
22e5393f0c[Fix] Fixed a possible cargo id collision.
Allanis
2014-03-15 00:24:21 +0000
75c6d9f11f[Add] Delay+jettison introduced for Emprire missions.
Allanis
2014-03-15 00:03:38 +0000
c37e109ffc[Change] Always mark paths as red when out of fuel.
Allanis
2014-03-12 19:23:32 +0000
56df183914[Change] Added round() in font system to try improving the quality of fonts.
Allanis
2014-03-11 22:29:34 +0000
9b60974891[Change] Increased PATH_MAX to POSIX minimum.
Allanis
2014-03-11 19:09:11 +0000
deb76abd8d[Add] Create ~/.lephisto/conf if not found. Though, leave it empty.
Allanis
2014-03-10 22:56:34 +0000
37d3e8ec1e[Fix] This may very well solve some of the issues being reported with displaying text.
Allanis
2014-03-10 21:05:45 +0000
4003fd7c5f[Change] FFUUUUU!! Do *NOT* call MIX_* functions from callbacks, especially when locked! Jeezus!
Allanis
2014-03-10 20:54:40 +0000
25f0e6f9fe[Fix] No longer delete missions if misn.finish() has no params. Should fix regressions.
Allanis
2014-03-10 20:21:05 +0000
d1dff03a08[Fix] Oohhhh sheeeet! I should be moving the bytes not copying it!
Allanis
2014-03-10 20:17:32 +0000
b3ad2671c0[Fix] Should fix the escort ai from blowing to pieces.
Allanis
2014-03-10 20:16:14 +0000
652ebbb3d0[Fix] Fixed mission cargo not moving correctly when changing ships.
Allanis
2014-03-10 19:26:37 +0000
4a4737130b[Add] Doing some checks about refuel button when player loses money in case she doesn't keep enough.
Allanis
2014-03-10 18:26:20 +0000
e5f4efc62b[Add] Re-adding warnings if data file version is different to Lephisto's version.
Allanis
2014-03-10 18:12:31 +0000
cf9567d79f[Add] Added more price checks.
Allanis
2014-03-10 18:10:58 +0000
5bda353312[Fix] Fixed some typo's pointed out by John Sakazov
Allanis
2014-03-10 16:58:14 +0000
b314a922b3[Fix] AI shouldn't be fleeing when enemy has more health.
Allanis
2014-03-10 16:55:21 +0000
40aa774ff7[Fix] Properly fixed the valgrind issues without causing more.
Allanis
2014-03-10 16:48:42 +0000
cc3955c445[Fix] Should remove the majority of Valgrind errors.
Allanis
2014-03-10 16:20:56 +0000
e10e6d4bcb[Add] Refuel button should appear more often now.
Allanis
2014-03-10 15:24:15 +0000
0817a156b9[Fix] Avoid possible usage of uninitialized data.
Allanis
2014-03-10 15:01:07 +0000
d71dadfa05[Change] Change data type to unsigned int for prices rather than signed int.
Allanis
2014-03-10 14:59:09 +0000
30e89fe1c8[Add] Added a check for negative prices.
Allanis
2014-03-10 14:53:46 +0000
15216c7544[Fix] Fixed a buffer overrun.
Allanis
2014-03-10 14:51:37 +0000
232499f3c0[Change] Slight TODO update.
Allanis
2014-03-10 14:45:16 +0000
7ca91311cc[Fix] Should fix empty mission listings.
Allanis
2014-03-10 01:51:39 +0000
f39f7b3f70[Fix] Fixed some bugs with the boarding/fuel stealage.
Allanis
2014-03-10 01:47:17 +0000
4e3c85f369[Add] Implemented the ability to steal fuel from ships.
Allanis
2014-03-10 01:40:46 +0000
9a4b745939[Change] Tweaked the boarding messages and chances somewhat.
Allanis
2014-03-10 01:17:33 +0000
91f851870c[Add] Began adding first stages of options menu. [Change] Updated TODO. [Change] Made --help options a little more explicit. [Remove] Removed warning about differing Lephisto data between versions.
Allanis
2014-03-10 00:42:46 +0000
1d811a613f[Fix] On the rare occasion, accepting a mission has caused a segfault. This should sort it out.
Allanis
2014-03-10 00:14:02 +0000
1ab4ad1b7a[Fix] So, when buying outfits, you may have noticed free cargo space goes mental! Not anymore! :D
Allanis
2014-03-10 00:06:24 +0000
9c2898e0ea[Change] DATA_DEF should work better now.
Allanis
2014-03-10 00:04:27 +0000
c1a85e2e99[Change] OK. Remove the cargo only when it makes sense, eg.. Player doesn't have the active mission, or the player died or something.
Allanis
2014-03-09 23:48:26 +0000
618e1cd9ec[Fix] Force missions to remove cargo properly.
Allanis
2014-03-09 23:42:39 +0000
b9da0e2588[Add] Added the new ship class data.
Allanis
2014-03-09 23:39:03 +0000
99d9327439[Change] Revamped the ship classes. I've yet to change them in the data files.
Allanis
2014-03-09 23:23:13 +0000