Allanis
|
29f58fe1e4
|
[Fix?] FFS! Trying to delete a weapon that doesn't even exist!
|
2013-11-26 15:43:28 +00:00 |
|
Allanis
|
3fc6514861
|
[Fix] Bug in weapon system timers.
|
2013-11-26 15:36:27 +00:00 |
|
Allanis
|
01243e12e3
|
[Add] Lua logic for traders.
|
2013-11-26 15:07:41 +00:00 |
|
Allanis
|
6c4983120d
|
[Fix] Segfault when having active missions.
|
2013-11-25 15:51:24 +00:00 |
|
Allanis
|
05b1d19e55
|
[Add] Added explosions, only being used on deaths right now.
|
2013-11-24 21:56:40 +00:00 |
|
Allanis
|
4e054e3cf4
|
Merge branch 'master' of github.com:Allanis/Lephisto
|
2013-11-23 22:44:02 +00:00 |
|
Allanis
|
b172453841
|
[Fix] Slight bug with loading mission variables.
|
2013-11-23 22:43:31 +00:00 |
|
Allanis
|
f626ac2ac6
|
[Fix] 32 bit compiler warnings.
|
2013-11-23 14:18:01 +00:00 |
|
Allanis
|
b831e311e6
|
[Change] Disable sound and music if fail to initiailize. [Add] Warn if SDL_Mixer version differs.
|
2013-11-23 02:23:13 +00:00 |
|
Allanis
|
e5d50254d2
|
[Add] Spit out warning if SDL major/minor versions differ.
|
2013-11-23 01:50:30 +00:00 |
|
Allanis
|
4eca6815bc
|
[Add] Cute feature, game doesn't pause with death menu.
|
2013-11-21 12:55:04 +00:00 |
|
Allanis
|
1edbf5b944
|
[Add] Pilot:setFaction() added to Lua API.
|
2013-11-20 23:07:42 +00:00 |
|
Allanis
|
4038b56ac6
|
[Change] misn.timerStart() now uses milliseconds.
|
2013-11-20 22:57:51 +00:00 |
|
Allanis
|
0c238662c2
|
[Add] player.getPilot() to Lua API.
|
2013-11-20 20:56:38 +00:00 |
|
Allanis
|
47a8efa9ee
|
[Add] Pilot:alive() and Pilot:broadcast() to Lua API.
|
2013-11-19 21:51:04 +00:00 |
|
Allanis
|
7344f88916
|
[Change] Apparently you can't have two parameters in __add, so made add synonymous (same with __sub).
|
2013-11-19 21:26:57 +00:00 |
|
Allanis
|
67cd35faa5
|
[Add] Function to get the player, for usage in mission stuff.
|
2013-11-19 21:24:19 +00:00 |
|
Allanis
|
4af334e5e4
|
[Fix] Mission timers should save and load properly now.
|
2013-11-18 23:30:16 +00:00 |
|
Allanis
|
6ad8d75d2d
|
[Add] Mission timers added.
|
2013-11-17 14:58:33 +00:00 |
|
Allanis
|
1becd0d68a
|
[Change] When creating a new pilot with pilot.add(), pretend to enter from hyperspace if we have a large distance from planet.
|
2013-11-17 14:28:03 +00:00 |
|
Allanis
|
87771ab892
|
[Fix] Pilot boarding hooks fixed.
|
2013-11-17 05:56:36 +00:00 |
|
Allanis
|
5d17f0e31d
|
[Add] Added Planet:pos() and Vec2:dist() plus much more.
|
2013-11-17 02:55:03 +00:00 |
|
Allanis
|
ef19939647
|
[Add] Pilots can now have up to four hooks at any given time.
|
2013-11-16 20:13:31 +00:00 |
|
Allanis
|
2489949d30
|
[Fix] Clear velocity when doing Pilot:warp()
|
2013-11-16 19:10:32 +00:00 |
|
Allanis
|
d2067f9274
|
[Add] Pilots now use metatables. [Change] Moved Lua pilot stuff into it's own file.
|
2013-11-16 05:20:55 +00:00 |
|
Allanis
|
2f0d0384c1
|
[Add] pilot.clear() and pilot.togglespawn() to Lua API.
|
2013-11-14 18:48:04 +00:00 |
|
Allanis
|
c5cab45910
|
[Add] First 2D vector support for lua.
|
2013-11-14 05:01:25 +00:00 |
|
Allanis
|
49c1bd5b4e
|
[Change] Removed dependancy of the spawn_timer on SDL_GetTicks().
|
2013-11-13 02:42:23 +00:00 |
|
Allanis
|
a42c21da4e
|
[Add] Pilot "jump" hook.
|
2013-11-12 00:42:31 +00:00 |
|
Allanis
|
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.
|
2013-11-10 05:03:59 +00:00 |
|
Allanis
|
0d569ecc54
|
[Add] Improved ai.secondary to actually take ammo into account.
|
2013-11-09 05:49:03 +00:00 |
|
Allanis
|
9c2e35c472
|
[Add] pilot_getAmmo.
|
2013-11-09 00:23:57 +00:00 |
|
Allanis
|
e829e71347
|
[Change] Made ship_classFromString non-static.
|
2013-11-09 00:18:41 +00:00 |
|
Allanis
|
29ba80afba
|
[Change] control_rate is now defined as a float.
|
2013-11-09 00:02:06 +00:00 |
|
Allanis
|
7bf8d63e00
|
[Add] Commodity land mission checks.
|
2013-11-07 23:10:01 +00:00 |
|
Allanis
|
4b64b1c185
|
[Add] Allow for faction logo's to be displayed.
|
2013-11-05 23:50:09 +00:00 |
|
Allanis
|
4b5f11ae28
|
[Add] Documented specail effects.
|
2013-11-01 19:27:18 +00:00 |
|
Allanis
|
9c9a7e07ca
|
[Fix] Remove the outfit when you run out of ammo.
|
2013-10-30 21:50:44 +00:00 |
|
Allanis
|
18e4d9088c
|
[Fix] Silly mistake in image array scrolling.
|
2013-10-29 20:44:34 +00:00 |
|
Allanis
|
9699b0ed10
|
[Add] Players shipyard now follows same style as noraml shipyard.
|
2013-10-28 14:53:05 +00:00 |
|
Allanis
|
3877884730
|
[Fix] Image arrays going out of sync.
|
2013-10-28 14:33:05 +00:00 |
|
Allanis
|
ca292cf791
|
[Add] Use image array for shipyard and made toolkit_getList apply to image array.
|
2013-10-27 16:00:23 +00:00 |
|
Allanis
|
ea6df25b0c
|
[Change] outfit_getTech returns outfits instead of names.
|
2013-10-26 20:52:36 +01:00 |
|
Allanis
|
e955b58817
|
[Add] Significant inprovements to imageArray, including scrollwheel functionality.
|
2013-10-26 01:11:02 +01:00 |
|
Allanis
|
88c40143c2
|
[Add] Added image arrays to toolkit.
|
2013-10-25 01:51:23 +01:00 |
|
Allanis
|
3ffc858863
|
[Add] Documented Nebulae stuff.
|
2013-10-24 00:34:08 +01:00 |
|
Allanis
|
435be644cf
|
[Fix] Few corrections in documentation.
|
2013-10-22 18:54:30 +01:00 |
|
Allanis
|
6764a1c424
|
[Add] Documented Player.
|
2013-10-22 18:42:17 +01:00 |
|
Allanis
|
2533dd816f
|
[Add] Documented opengl stuff.
|
2013-10-22 18:29:07 +01:00 |
|
Allanis
|
3347a8b7cc
|
[Add] Documented outfits.
|
2013-10-21 22:38:11 +01:00 |
|