Commit Graph

699 Commits

Author SHA1 Message Date
Allanis
cec46124f8 [Change] Updated TODO. 2013-06-01 19:37:52 +01:00
Allanis
9701687dc7 [Fix] I haz been told that older versions of gcc won't compile this. I say FFFFUUUUU!! 2013-06-01 19:34:40 +01:00
Allanis
273607eda0 [Add] You can now use lua as conditions for missions. 2013-06-01 19:11:38 +01:00
Allanis
848a5e120d [Fix] Added PLAYER_CREATING flag to fix all creation/death issues propperly. 2013-06-01 18:39:37 +01:00
Allanis
3ff2885fd2 [Fix] Annoying ass bug with overwriting a pilot that is dead!! 2013-06-01 18:11:56 +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
39871138e6 [Add] Conserve hyperspace path when taking off. 2013-06-01 17:39:20 +01:00
Allanis
6932ea8a8a [Add] Taken @medek 's advice and wrote my own saver for lua rather than using pluto. A lot cleaner and faster. 2013-06-01 17:31:50 +01:00
Allanis
304bc81ea1 [Add] mission/hook save disabled right now - Pluto is still being a bitch! 2013-05-30 18:33:15 +01:00
Allanis
2bd4edfa09 [Fix] Wording in cargo missions. 2013-05-30 15:38:19 +01:00
Allanis
d4e46a6210 [Clean] WTF is this?! 2013-05-25 18:01:25 +01:00
Allanis
a90f0d66c0 [Add] Missions are now loaded! Still need to load hooks for them to work. 2013-05-25 00:56:36 +01:00
Allanis
484b482c4b [Fix] Issue with pilot being marked as hostile when not hostile. :/ 2013-05-23 21:36:51 +01:00
Allanis
e4f76c9b08 [Add] Be a little trickiar when generating mission id's. 2013-05-23 21:34:42 +01:00
Allanis
97baac1c3e [Add] Comments to base64. 2013-05-23 21:30:49 +01:00
Allanis
a064eec5eb [Fix] Minor decode bug in base64 2013-05-23 21:26:05 +01:00
Allanis
18519e5641 [Fix] README deps. (libttf is wrong, fibfreetype instead). 2013-05-23 21:20:56 +01:00
Allanis
0195e84cca [Change] Meh. 2013-05-23 20:26:09 +01:00
Allanis
5060e9b7ba [Change] Just a few bits of cleanup. 2013-05-23 20:13:41 +01:00
Allanis
ad212c78d1 [Fix] Killed warnings for base64 2013-05-23 19:50:13 +01:00
Allanis
7cf183ea88 [Fix] Base64 encoder/decoder actually werks now! 2013-05-23 19:46:23 +01:00
Allanis
1d2a0cfed4 [Add] Saving lua active mission states. Fixed Makefile to build pluto. 2013-05-23 17:58:23 +01:00
Allanis
62542c14c1 [Add] Pluto library. 2013-05-23 17:09:01 +01:00
Allanis
8b12c22369 [Add] Start of base64 encode/decode routines. Not quite working yet. 2013-05-23 17:01:08 +01:00
Allanis
e77ac4a022 [Add] Simply added M_PI to lephisto.h for the people with strange setups. 2013-05-23 16:36:14 +01:00
Allanis
efb0530961 [Fix] Slight bug in resource editor. 2013-05-23 16:34:14 +01:00
Allanis
9eae9cf71c [Change] Rumble of the afterburners are now stored in outift.xml 2013-05-23 16:32:05 +01:00
Allanis
c7deebc62c [Add] Quick hack until active missions are saved. 2013-05-23 16:26:21 +01:00
Allanis
ef103b6548 [Fix] Prevent acceleration from sticking sometimes. 2013-05-23 16:24:44 +01:00
Allanis
71b68003f9 [Change] Missions increase/lower faction standing. Fixed bug with factions. 2013-05-23 16:17:53 +01:00
Allanis
d6f266323f [Fix] Bug with no death window apearing after cinematic view. 2013-05-23 15:10:28 +01:00
Allanis
05ed57907f [Change] Seperated cinematics into spfx. 2013-05-23 15:06:25 +01:00
Allanis
b860e38959 [Add] You can lose faction now, fixed ai to set you as hostile. 2013-05-23 14:31:41 +01:00
Allanis
e0e166ae64 [Change] AUTHORS. 2013-05-23 01:25:18 +01:00
Allanis
26354ff28f [Add] Player faction standings are now saved and loaded. 2013-05-23 01:03:16 +01:00
Allanis
ce0bb15446 [Add] First player faction stuff. 2013-05-23 00:30:20 +01:00
Allanis
b5ec83322e [Add] Rumble the screen a little if you take armour damage. 2013-05-23 00:01:57 +01:00
Allanis
22d7a5d47a [Change] Increased afterburner thrust increase. 2013-05-22 23:59:32 +01:00
Allanis
878172d32a [Add] Parametize chunks to realloc. Grow pilot and weapon stack. 2013-05-22 23:57:04 +01:00
Allanis
f271a2cbb8 [Add] Let's get ready to RUUUMMMBLLLEEEEE!! 2013-05-18 15:40:18 +01:00
Allanis
aad02e8134 [Add] Updated TODO. 2013-05-17 02:27:48 +01:00
Allanis
049b52fc79 [Change] Minor misn_lua cleanup and added pilot.rename(). 2013-05-17 02:25:54 +01:00
Allanis
75954df719 [Add] Now completed missions and mission variables are also loaded. 2013-05-17 02:02:56 +01:00
Allanis
ca675db52e [Change] Simply made a few things power of two. 2013-05-17 01:16:29 +01:00
Allanis
052c40897c [Add] Mods can now add cargo. Fixed rmOutfit bug. 2013-05-17 01:13:27 +01:00
Allanis
6ec1a2a407 [Add] Hellz yeah!! You can refuel when low now. 2013-05-16 21:47:04 +01:00
Allanis
11aa5bf2c9 [Add] Updated TODO. 2013-05-16 21:33:44 +01:00
Allanis
d2da1f6df3 [Fix] Seg fault with map. 2013-05-16 21:31:39 +01:00
Allanis
709c611a20 [Add] Fuel info to ship information panel. 2013-05-16 21:26:17 +01:00