Commit Graph

  • 9d966458d7 [Add] Mule ship, and applied turrets to them. Allanis 2013-02-28 21:22:06 +0000
  • 452c77f30c [Add] Outfit information window. Allanis 2013-02-28 19:29:47 +0000
  • 6c6fc70916 [Fix] Forgot a separator. Allanis 2013-02-28 18:09:14 +0000
  • 6492d9b9e6 [Change] Secondary weapon change now keybinds to 'e' Allanis 2013-02-28 18:08:10 +0000
  • cdc5a96e8b [Add] Implemented turrets as a secondary weapon. Allanis 2013-02-28 17:51:28 +0000
  • 8f6b02cfc1 [Add] Turrets!! Allanis 2013-02-28 17:38:44 +0000
  • 79e08280e5 [Remove] Fleet joining from TODO. Allanis 2013-02-28 16:12:41 +0000
  • c2dd7aae1c [Change] Removed contributors from README and placed them in AUTHORS. Allanis 2013-02-28 16:11:43 +0000
  • 7046e0cefc [Add] New headhunter graphics. Allanis 2013-02-28 16:03:12 +0000
  • ef437c9b98 [Fix] I'm a retard!! I wasn't initialising ticks.. Spawning now works. Ima go sleep now. Allanis 2013-02-28 03:41:03 +0000
  • 6b1228a4af [Add] Adding spawns. It's uh.. Not working? I'll work on it some more later.. Allanis 2013-02-28 02:36:45 +0000
  • 1b77a4276b [Add] Smart seeker missiles. Not aquirable yet :P. [Fix] Potential fix of a floating point exceoption. Allanis 2013-02-28 01:23:52 +0000
  • 27f4ddcd86 [Add] VLack wished to know what resolution we was at with radar. Well. Here it is. Allanis 2013-02-27 23:55:08 +0000
  • b1d1142739 [Add] Basic toolkit focus. We can now completely navigate the menus etc with the keyboard. Allanis 2013-02-27 23:45:41 +0000
  • 521f3baa9f [Add] Allow toolkit to block input if needed. Allanis 2013-02-27 23:19:40 +0000
  • 8fcbca89cb [Fix] I'd like to see VLack crash it now!! Allow for null pointer functions for buttons. Allanis 2013-02-27 23:12:07 +0000
  • f181a7bec6 [Change] Just some standardization Allanis 2013-02-27 23:03:48 +0000
  • d77fc45e7f [Fix] Missiles don't go crazy when enemy has been killed. Allanis 2013-02-27 22:58:23 +0000
  • 35f35463ae [Fix] Tehee. silly type. Allanis 2013-02-27 22:38:40 +0000
  • 495a9ccb74 [Add] Enemy pilots die with a big ass explosion. :D Allanis 2013-02-27 22:16:09 +0000
  • ba89db90a4 [Add] Chance to board/loot ships is now based on a crew comparison. Allanis 2013-02-27 19:49:35 +0000
  • e206af22a6 [Fix] Stealing SCreds works perfectly fine now. Allanis 2013-02-27 18:45:51 +0000
  • ddc831b353 [Add] You can somewhat steal credits now. [Fix] Only board the ship once. Allanis 2013-02-27 18:16:22 +0000
  • 9aa025e812 [Fix] Aligned ship information properly in panel. Allanis 2013-02-27 17:39:20 +0000
  • 39c99a064f [Change] Moved credit funcions to economy.* and applied some moniez to NPC for you to loot. Allanis 2013-02-27 17:32:25 +0000
  • 2d664e3393 [Change] Forgot to commit player.h Allanis 2013-02-27 17:15:07 +0000
  • 3fd621a5ef [Fix] Small bug on closing landing window. Allanis 2013-02-27 15:55:28 +0000
  • cc4dc358c1 [Fix] Bug that was introduced when allowing toolkit some control. Allanis 2013-02-27 15:48:12 +0000
  • 8cb99e490c [Fix] Bug iwth addtext and negative positions. Allanis 2013-02-27 15:43:37 +0000
  • 5694a0b598 [Change] Seperated boarding from player.c to board.c. Fixed ship information panel. Allanis 2013-02-27 15:38:15 +0000
  • ae84dcf911 [Add] outfits and ships now have a price tag. Allanis 2013-02-27 15:12:59 +0000
  • fb57dde3ed [Fix] No-one knew it, but input for toolkit was buggy. Seperated toolkit input from game input to fix this. Allanis 2013-02-27 14:50:16 +0000
  • ddadb068fe [Change] Compressed the debug messages. Allanis 2013-02-27 14:36:56 +0000
  • e87f160e23 [Add] Hopefully this will prevent dt intervels being too big. Allanis 2013-02-27 04:43:16 +0000
  • 78d0346515 [Change] Use atan2 for ANGLE Allanis 2013-02-27 04:31:04 +0000
  • eee3ef3065 [Change] Minor change to physics. Allanis 2013-02-27 04:18:37 +0000
  • a6c758aa66 [Fix?] Hyperspace bug. Messed up velocity issues. Allanis 2013-02-27 03:45:25 +0000
  • f6de9e8186 [Add] limit_speed in physics Allanis 2013-02-27 03:26:58 +0000
  • 0de847b5a4 [Fix] Quick indent fix to stop us from being confused as hell while bug hunting. Allanis 2013-02-27 02:46:25 +0000
  • fce918506d [Fix?] Attempt to fix hyperspace on certain arcitecures. ABS was a bit off. Allanis 2013-02-27 02:23:33 +0000
  • 4319f3312e [Add] TODO list. Allanis 2013-02-27 01:34:39 +0000
  • 1d89d4e7c6 [Fix] Huge fix of outfits, missiles now work, compiles in C99, no seg fault on exit. Allanis 2013-02-27 01:17:46 +0000
  • 1578278f00 [Change] Cleaned up collision a little. Allanis 2013-02-27 00:05:52 +0000
  • 68b51e61bc [Fix] Some compiler warnings on 32 bit systems. Allanis 2013-02-26 23:54:35 +0000
  • 18bb84eafb [Change] Nerfed the knockback effect. Allanis 2013-02-26 23:52:41 +0000
  • be7a2b7791 [Change] Simplifies spfx_destroy, performs a little better.. Allanis 2013-02-26 23:50:00 +0000
  • ce7480d928 [Add] Updated the keybinding info in README. Allanis 2013-02-26 23:48:06 +0000
  • 9175091456 [Fix] Forgot to remove special effects when in hyperspace.` Allanis 2013-02-26 23:46:55 +0000
  • cc1d09c4b5 [Fix] Small issue with spritesheets that don't have sx == sy Allanis 2013-02-26 23:44:54 +0000
  • f603df48cc [Change] Define special effects per outfit. Allanis 2013-02-26 23:43:07 +0000
  • 80d78756ad [Add] Primitive special effect system with explosions!! Allanis 2013-02-26 23:18:40 +0000
  • 21deb8709d [Change] Optimized getSpriteFromDir somewhat. Allanis 2013-02-26 18:47:14 +0000
  • ffd806bea6 [Change] Spoke too soon. Star deformation length is now defined. Allanis 2013-02-26 18:27:06 +0000
  • 45d75779dd [Add] Perfected hyperspace visuals. ^.^ Allanis 2013-02-26 18:21:51 +0000
  • 409dbff310 [Change] Improved hyperspace transition. Allanis 2013-02-26 17:54:51 +0000
  • a10931b7b6 [Fix] Clearing out some warning that I allowed to slip in. Allanis 2013-02-26 17:48:47 +0000
  • 6cad2ac40e [Add] Included sound in config file. Allanis 2013-02-26 16:59:43 +0000
  • 13b78313e8 Change] Prettified the Makefile. Allanis 2013-02-26 16:57:44 +0000
  • 4db96b636a [Add] Just a bit more sanity checking for music. Allanis 2013-02-26 16:54:25 +0000
  • 804a6d73a0 [Add] seek/tell functions to packfile. Still using "streaming mode" though as it works better with vorbis. Allanis 2013-02-26 16:24:29 +0000
  • 301ea07a69 [Change] ai/toolkit compilable under C99. I'll get to the rest of it at some point. Allanis 2013-02-26 16:10:35 +0000
  • d2e952fb88 [Change] Just some C correctiveness. Allanis 2013-02-26 15:47:56 +0000
  • f9c778358c [Fix] Allow for gameplay even if sound isn't working. Allanis 2013-02-26 13:54:41 +0000
  • 6a02e903a5 [Add] More complete error checking for audio framework [sound]. Allanis 2013-02-24 19:00:15 +0000
  • 439fce48c8 [Add] Combat rating based on mass of pilots killed. -- [Add] Player name. Allanis 2013-02-24 18:18:52 +0000
  • 84558ae2c9 [Fix] Small correction in a memset from packfile Allanis 2013-02-24 18:01:15 +0000
  • 5c02e0ecfd [Fix] You didn't know it. But you could target while on the pilot information menu. Not now.. Allanis 2013-02-24 18:00:11 +0000
  • ff217f68d6 [Fix] Ensure the game will pause when opening the pilot information window. Allanis 2013-02-24 17:58:48 +0000
  • efe9970854 [Add] Information and ship spec widows with keybins 'i' [Change] Cleaned up some MELEMENT sanity checks. Allanis 2013-02-24 17:55:59 +0000
  • 7d04d86146 [Change] Target hostile no longet picks up disabled ships when targetting nearest hostile. Allanis 2013-02-24 16:09:06 +0000
  • b55259321e [Add] Pushback effect for weapons. Allanis 2013-02-24 16:06:19 +0000
  • 9fc0c72e71 [Add] If you don't kill the merchant so soon, It will attempt to jump hyperspace when running away. Allanis 2013-02-24 15:53:36 +0000
  • 6667fbc4e7 Merge branch 'master' of github.com:Allanis/Lephisto Allanis 2013-02-24 15:42:21 +0000
  • 34a6be43df [Add] Merchant vessels are now able to go to hyperspace. [Change] Overpowered merchant ship a little for testing purposes. Allanis 2013-02-24 15:40:34 +0000
  • d387179111 [Add] OpenAL dll for cygwin. Tamir Atias 2013-02-23 23:52:03 +0200
  • 14735a362d [Fix] Hm. Fixing locally the testing on a remote server means push and pull spam. :) Allanis 2013-02-23 21:43:26 +0000
  • c5c0f16915 [Fix] Another one. Sorry. Allanis 2013-02-23 21:41:51 +0000
  • 54758a5de9 [Fix] Typo in non POSIX build of packfile. Allanis 2013-02-23 21:40:38 +0000
  • 867f3cee8d [Add] When I last updated controls in README, I knew I would miss something. Here it is. Allanis 2013-02-23 20:45:37 +0000
  • 166dcc95f7 [Change] Renamed main.* to lephisto.*. Tamir Atias 2013-02-23 22:38:03 +0200
  • 82ed9ac551 [Change] Just some cosmetic changes, and removed of bzero and strdup. Allanis 2013-02-23 20:30:49 +0000
  • 13228c39d8 [Fix?] Eh, some more error checking to prevent seg faults. Allanis 2013-02-23 20:14:58 +0000
  • 15599909a0 [Fix] Flakyness removed. :D Allanis 2013-02-23 20:12:06 +0000
  • b165e7b263 [Add] Set volume with command line, volume is a little flaky at the min. :s. Allanis 2013-02-23 19:55:30 +0000
  • a296bd7aa0 [Add] Support for non POSIX systems with open/read/write in packfile system Allanis 2013-02-23 19:21:13 +0000
  • 5841d23f54 [Change] Sanitized lua ai api a little. Allanis 2013-02-23 17:53:31 +0000
  • 565ebcc20c [Fix] Revisited the libvorbis fix. We wish to return 0 on close. Allanis 2013-02-23 00:53:40 +0000
  • 351ff76858 [Fix] Potential bug with a libvorbis segfault. Allanis 2013-02-23 00:43:32 +0000
  • d384cb201b [Add] Dependancies to README, and update on keybindings. Allanis 2013-02-23 00:37:37 +0000
  • fca4c4e33f [Change] Removed some debugging I didn't mean to commit in. Allanis 2013-02-23 00:22:07 +0000
  • 04014d4e9a [Fix] Woops. .wav sounds not loading into memory propperly. Allanis 2013-02-23 00:19:51 +0000
  • 999bdc7c8a [Change] Just some small tweaks to sound. I am hunting a bug... Allanis 2013-02-22 23:22:59 +0000
  • fccd9dcc22 [Fix] Mkay. Sound seems to be working without any problems now. Allanis 2013-02-22 22:07:42 +0000
  • b074bce927 Merge branch 'master' of https://github.com/Allanis/Lephisto Tamir Atias 2013-03-04 21:19:51 +0200
  • 95421ee5de [Add] Initial mingw support for Windows. Tamir Atias 2013-03-04 19:16:29 +0000
  • dcc0fc247b [Add] Sound base support. Allanis 2013-02-22 05:34:24 +0000
  • 529ca21644 [Add] Audio engine is now working, it It's fully tuned enough yet however. [Change] Refactored ship.c to comply with xml.* standards. Allanis 2013-02-22 04:06:47 +0000
  • afd612ef17 [Add] Basic audio framework and some sounds. Give me another 30 mins and it will work. :) Allanis 2013-02-22 01:59:19 +0000
  • ab4d06a707 [Add] OpenAL to makefile. Preparing for Audio enginey thing. Allanis 2013-02-21 23:42:47 +0000
  • 47430b1fe9 [Change] I actually want to start on KonoSys, It is more developed for a test bed. Allanis 2013-02-20 22:11:02 +0000