58ee934426[Change] Use SIGTRAP instead of assert for blowing up on errors.
Allanis
2013-11-26 19:27:34 +0000
2a69789a24[Add] Automagically give backtraces in DEBUG mode.
Allanis
2013-11-26 18:23:50 +0000
39c7a4ecd5[Fix?] Finally think I fixed it. The dialogue was being called when the weapons were being updated (hook on death) and the main_loop was being handled before the loop was destroyed. So another iteration of weapon_update was being run in the middle of the first one, causing a double weapon_destroy to be triggered. Moving the main_loop() in secondary_loop to the top so that the loop condition is run right after the event handling will solve this as an iteration won't be run in between dialogues.
Allanis
2013-11-26 16:03:17 +0000
96587aac90[Fix?] I think this might do it?
Allanis
2013-11-26 15:55:42 +0000
03f20c5a25[Fix?] Need second check to avoid segfault..
Allanis
2013-11-26 15:51:34 +0000
c8fe8e8eb8[Fix?] Continue in switch case doesn't behave as I thought it did.....
Allanis
2013-11-26 15:49:34 +0000
29f58fe1e4[Fix?] FFS! Trying to delete a weapon that doesn't even exist!
Allanis
2013-11-26 15:43:28 +0000
3fc6514861[Fix] Bug in weapon system timers.
Allanis
2013-11-26 15:36:27 +0000
01243e12e3[Add] Lua logic for traders.
Allanis
2013-11-26 15:07:41 +0000
6c4983120d[Fix] Segfault when having active missions.
Allanis
2013-11-25 15:51:24 +0000
05b1d19e55[Add] Added explosions, only being used on deaths right now.
Allanis
2013-11-24 21:56:40 +0000
4e054e3cf4Merge branch 'master' of github.com:Allanis/Lephisto
Allanis
2013-11-23 22:44:02 +0000
1becd0d68a[Change] When creating a new pilot with pilot.add(), pretend to enter from hyperspace if we have a large distance from planet.
Allanis
2013-11-17 14:28:03 +0000
87771ab892[Fix] Pilot boarding hooks fixed.
Allanis
2013-11-17 05:56:36 +0000
5d17f0e31d[Add] Added Planet:pos() and Vec2:dist() plus much more.
Allanis
2013-11-17 02:55:03 +0000
ef19939647[Add] Pilots can now have up to four hooks at any given time.
Allanis
2013-11-16 20:13:31 +0000
2489949d30[Fix] Clear velocity when doing Pilot:warp()
Allanis
2013-11-16 19:10:32 +0000
d2067f9274[Add] Pilots now use metatables. [Change] Moved Lua pilot stuff into it's own file.
Allanis
2013-11-16 05:20:55 +0000
2f0d0384c1[Add] pilot.clear() and pilot.togglespawn() to Lua API.
Allanis
2013-11-14 18:48:04 +0000
c5cab45910[Add] First 2D vector support for lua.
Allanis
2013-11-14 05:01:25 +0000
49c1bd5b4e[Change] Removed dependancy of the spawn_timer on SDL_GetTicks().
Allanis
2013-11-13 02:42:23 +0000
a42c21da4e[Add] Pilot "jump" hook.
Allanis
2013-11-12 00:42:31 +0000
338a41a8e4[Fix] Fixed broken mission due to AI changes.
Allanis
2013-11-10 15:35:54 +0000
5a87b2da77[Change] MAJOR AI rehaul, split all the lua stuff into generic templates. [Add] Bomber attack routines. [Fix] Bug with AI forgetting about you if another enemy attacks.
Allanis
2013-11-10 05:03:59 +0000
db18dd0516[Change] Unified attack thinking in ai scripts.
Allanis
2013-11-10 01:41:50 +0000