Commit Graph

  • 4ff23aefc8 [Fix] Fixed diffs not saving correctly. Allanis 2013-12-11 23:09:50 +0000
  • 69f7f71572 [Change] Shuffled a few TODO items around a bit. Allanis 2013-12-11 23:05:56 +0000
  • 35b8d87e1b [Change] Removed save improvements from TODO file. Allanis 2013-12-11 23:00:05 +0000
  • 769880c7ac [Remove] Some useless debugs. Allanis 2013-12-11 22:59:12 +0000
  • 9a31850ce7 [Add] Actually chance system faction on planet addition/removal. Allanis 2013-12-11 22:57:48 +0000
  • 8b1b6e2af0 [Add] Implemented fleet addition and removal! Allanis 2013-12-11 22:19:06 +0000
  • 80c45c3067 [Add] Added propper unidiff cleanup. Allanis 2013-12-11 20:27:07 +0000
  • fdd5e930f5 [Add] First release of unidiff - Save changes to the universe in a diff format. Allanis 2013-12-10 22:51:00 +0000
  • fef6cefe05 [Fix] A few minor fixes. Allanis 2013-12-10 03:56:18 +0000
  • b7ddccd309 [Fix] Fixed segmentation fault when system only has one planet with no factions. Allanis 2013-12-09 22:18:23 +0000
  • 25660ff7d1 [Change] Everything now conforms to last nights cleanups. Allanis 2013-12-09 00:48:32 +0000
  • 5a42e63e4a [Change] Major rewrite of space.c. Let's pray we don't have a ton of bugs. Allanis 2013-12-07 22:16:01 +0000
  • da4b261de7 [Change] Stop firing before starting to jump into hyperspace. Allanis 2013-12-06 20:59:24 +0000
  • 4176b20749 [Add] Allow missions to interact with music subsystem. Allanis 2013-12-06 20:52:35 +0000
  • 6c4007f5cb [Change] Increased landing threshold. Allanis 2013-12-06 20:31:20 +0000
  • 1f78fa9471 [Revert] Ain't nobody got time to be sick, there is code to be written! Allanis 2013-12-06 20:29:02 +0000
  • 5ebea97ab4 Merge branch 'dev' Allanis 2013-12-06 20:28:38 +0000
  • 92923111e1 [Add] Fleets and ai for Detour Liberation Front, along with a few generic ai changes. Allanis 2013-12-06 20:25:59 +0000
  • 1aca5571db I'm ill. going back to bed. Allanis 2013-12-05 22:40:25 +0000
  • 6d8b591a48 [Change] "runaway" takes priority over attacking. Allanis 2013-12-05 02:18:44 +0000
  • 0ce93217da [Change] Slight change to commentaries. Allanis 2013-12-05 00:43:04 +0000
  • 153f99553f [Fix] Some more fine tuning on missions. Allanis 2013-12-05 00:40:48 +0000
  • 2c27f521ae [Fix] Some fixes for missions 4 and 5. Allanis 2013-12-05 00:32:41 +0000
  • 998f81b2ab [Add] Fifth tutorial mission added. Allanis 2013-12-04 23:14:09 +0000
  • ad12c52cd0 [Add] Fourth mission in tutorial campaign. Also fixed a few bugs preventing campaign form working. Allanis 2013-12-04 22:04:05 +0000
  • a3009760b6 [Add] Added fleets for Empire ship in the sixth and final mission campaign. Allanis 2013-12-04 00:07:26 +0000
  • 86db743350 [Add] Completed sixth and final mission in tutorial campaign. Allanis 2013-12-03 00:39:41 +0000
  • fc1215e4ad [Fix] Fixed a few sound issues that have been around for some time. Allanis 2013-12-01 23:42:18 +0000
  • 1c0fb97b7f [Change] Made ai noidle aggressive. Allanis 2013-11-30 22:10:59 +0000
  • 2f2143742a [Change] Let's also grey out secondary weapon when we are out of ammo. Allanis 2013-11-30 22:10:05 +0000
  • 11bbd0854f [Change] Secondary weapon greys out when you can't use it again. Allanis 2013-11-29 20:55:41 +0000
  • 31f2a57fb3 [Add] Made a start on the sixth and final tutorial mission. Allanis 2013-11-28 22:37:40 +0000
  • 66c0ef8d9f [Add] noidle state. Allanis 2013-11-28 02:46:45 +0000
  • 8716d14016 [Add] Let's catch SIGTRAP too. Allanis 2013-11-26 19:32:27 +0000
  • 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
  • 4e054e3cf4 Merge branch 'master' of github.com:Allanis/Lephisto Allanis 2013-11-23 22:44:02 +0000
  • b172453841 [Fix] Slight bug with loading mission variables. Allanis 2013-11-23 22:43:31 +0000
  • f626ac2ac6 [Fix] 32 bit compiler warnings. Allanis 2013-11-23 14:18:01 +0000
  • b831e311e6 [Change] Disable sound and music if fail to initiailize. [Add] Warn if SDL_Mixer version differs. Allanis 2013-11-23 02:23:13 +0000
  • e5d50254d2 [Add] Spit out warning if SDL major/minor versions differ. Allanis 2013-11-23 01:50:30 +0000
  • 7dcb5f738c [Remove] Duplicated outfit image removed. Allanis 2013-11-23 01:25:03 +0000
  • 4eca6815bc [Add] Cute feature, game doesn't pause with death menu. Allanis 2013-11-21 12:55:04 +0000
  • 1edbf5b944 [Add] Pilot:setFaction() added to Lua API. Allanis 2013-11-20 23:07:42 +0000
  • 4038b56ac6 [Change] misn.timerStart() now uses milliseconds. Allanis 2013-11-20 22:57:51 +0000
  • 0c238662c2 [Add] player.getPilot() to Lua API. Allanis 2013-11-20 20:56:38 +0000
  • 47a8efa9ee [Add] Pilot:alive() and Pilot:broadcast() to Lua API. Allanis 2013-11-19 21:51:04 +0000
  • 7bbad458e0 [Add] Simple ai for mission pilots that need to escort the player. Allanis 2013-11-19 21:33:15 +0000
  • 7344f88916 [Change] Apparently you can't have two parameters in __add, so made add synonymous (same with __sub). Allanis 2013-11-19 21:26:57 +0000
  • 67cd35faa5 [Add] Function to get the player, for usage in mission stuff. Allanis 2013-11-19 21:24:19 +0000
  • 76bea0092c [Add] Created an 'idle' task to run when idle for easy to change idle behaviours. Allanis 2013-11-19 00:27:09 +0000
  • 4af334e5e4 [Fix] Mission timers should save and load properly now. Allanis 2013-11-18 23:30:16 +0000
  • 6ad8d75d2d [Add] Mission timers added. Allanis 2013-11-17 14:58:33 +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
  • c7d85fe6e2 [Change] Improved collective ai. Allanis 2013-11-10 00:09:05 +0000
  • 56d10e603b [Add] attack_closestenemy to basic.lua. Pushed the land function into basic.lua. Allanis 2013-11-09 23:57:03 +0000
  • 0d569ecc54 [Add] Improved ai.secondary to actually take ammo into account. Allanis 2013-11-09 05:49:03 +0000
  • 9c2e35c472 [Add] pilot_getAmmo. Allanis 2013-11-09 00:23:57 +0000
  • e829e71347 [Change] Made ship_classFromString non-static. Allanis 2013-11-09 00:18:41 +0000
  • 29ba80afba [Change] control_rate is now defined as a float. Allanis 2013-11-09 00:02:06 +0000
  • 7bf8d63e00 [Add] Commodity land mission checks. Allanis 2013-11-07 23:10:01 +0000
  • 85d084063a [Add] Faction logo graphics. Allanis 2013-11-06 22:20:37 +0000
  • 4b64b1c185 [Add] Allow for faction logo's to be displayed. Allanis 2013-11-05 23:50:09 +0000
  • 946dafdf55 [Change] <resedit> Made description window bigger. Allanis 2013-11-04 23:26:54 +0000
  • 3f3a51af32 [Add] Graphics for trader planet. Allanis 2013-11-03 21:29:19 +0000
  • 4b5f11ae28 [Add] Documented specail effects. Allanis 2013-11-01 19:27:18 +0000
  • 8309f473b1 [Add] Sol and many other nebulae systems. Allanis 2013-10-31 19:41:07 +0000
  • 9c9a7e07ca [Fix] Remove the outfit when you run out of ammo. Allanis 2013-10-30 21:50:44 +0000
  • b7ee0eb32a [Add] Bash script for checking outfit graphics usage. Allanis 2013-10-29 22:50:37 +0000
  • 18e4d9088c [Fix] Silly mistake in image array scrolling. Allanis 2013-10-29 20:44:34 +0000
  • 9699b0ed10 [Add] Players shipyard now follows same style as noraml shipyard. Allanis 2013-10-28 14:53:05 +0000
  • 3877884730 [Fix] Image arrays going out of sync. Allanis 2013-10-28 14:33:05 +0000
  • ca292cf791 [Add] Use image array for shipyard and made toolkit_getList apply to image array. Allanis 2013-10-27 16:00:23 +0000
  • ea6df25b0c [Change] outfit_getTech returns outfits instead of names. Allanis 2013-10-26 20:52:36 +0100
  • e955b58817 [Add] Significant inprovements to imageArray, including scrollwheel functionality. Allanis 2013-10-26 01:11:02 +0100
  • 88c40143c2 [Add] Added image arrays to toolkit. Allanis 2013-10-25 01:51:23 +0100
  • 3ffc858863 [Add] Documented Nebulae stuff. Allanis 2013-10-24 00:34:08 +0100
  • 435be644cf [Fix] Few corrections in documentation. Allanis 2013-10-22 18:54:30 +0100
  • 6764a1c424 [Add] Documented Player. Allanis 2013-10-22 18:42:17 +0100