Commit graph

  • 3356f29257 Add licence info master Mikko Ahlroth 2015-04-14 10:17:21 +0300
  • 59ed4a95c6 COPYING: revised; added hump and matrix.lua Erkki Seppälä 2014-11-06 21:25:06 +0200
  • 50347e4ec4 Adde COPYING and LICENSE.MIT Erkki Seppälä 2014-11-06 19:58:52 +0200
  • 4621fc36c5 menu_stat: don't always setMode, only when starting a game.. Erkki Seppälä 2014-10-30 23:04:39 +0200
  • d7c48be324 Start game with space bar, not just any key Erkki Seppälä 2014-10-30 22:01:29 +0200
  • 5e92800d9c menu_state Allow window resizing while in the menu Erkki Seppälä 2014-10-27 09:01:31 +0200
  • d70107214a Game window can be resized in the menu (and in the game, but the ground won't resize) Erkki Seppälä 2014-10-26 20:36:43 +0200
  • d0cb00bfa3 plane: remove out-of-bounds-arrow when dying Erkki Seppälä 2014-10-26 16:59:11 +0200
  • 2d85044042 When a plane explodes mid-air, the explosion has the same movement vector Erkki Seppälä 2014-10-26 16:59:00 +0200
  • d39aba0fd2 settings: PLANE_HEALTH changed from 500 to 200 Erkki Seppälä 2014-10-26 16:47:19 +0200
  • c476933f4a menu_state: Fixed switching to 2-player mode. Remember and use the last play mode. Erkki Seppälä 2014-10-26 16:46:59 +0200
  • 6510b6b779 Add binding axis to axis 0 (no effect) Erkki Seppälä 2014-10-26 12:33:12 +0200
  • c11ad05175 utils: Moved joystick direction retrieval code to utils Erkki Seppälä 2014-10-26 12:32:22 +0200
  • 704b9815ac settings: adjusted axis defaults Erkki Seppälä 2014-10-26 10:39:56 +0200
  • 7e454f328d Label can now use a function for retrieving the label Erkki Seppälä 2014-10-26 10:36:40 +0200
  • ef6c6ea8c2 Added ability to configure joystick axis Erkki Seppälä 2014-10-26 10:29:55 +0200
  • b8198f1add table: added support for booleans Erkki Seppälä 2014-10-26 10:29:25 +0200
  • 42a4e01120 VisRectangle: added a rectangle entity purely for visualization purposes (no physics) Erkki Seppälä 2014-10-26 10:29:12 +0200
  • 882cd92fd3 Centered keybindings Erkki Seppälä 2014-10-24 09:58:04 +0300
  • 541dc1e38c Each player can only bind buttons from their own joystick Erkki Seppälä 2014-10-24 09:53:28 +0300
  • 2af0378bb7 Ability to bind hat as buttons as well Erkki Seppälä 2014-10-24 09:43:42 +0300
  • 53ac2c612c Ability to remove keybindings with backspace Erkki Seppälä 2014-10-24 09:27:17 +0300
  • cbc89f5c76 Added a second keybinding ability to the remaining bindings Erkki Seppälä 2014-10-24 09:24:51 +0300
  • cda67f61ba Joystick button bindings are now used Erkki Seppälä 2014-10-24 09:23:44 +0300
  • 0162c2f353 Added ability to bind joystick buttons (not yet used) Erkki Seppälä 2014-10-24 09:14:09 +0300
  • 6f7e0777b1 Support multiple bindings per an action Erkki Seppälä 2014-10-24 09:05:00 +0300
  • 2cda8e6801 Save keybindings Erkki Seppälä 2014-10-23 21:55:57 +0300
  • 59b851d087 Added reconfigurable keybindings Erkki Seppälä 2014-10-23 21:42:30 +0300
  • 113101894b menu_state: show keybinding for flip Erkki Seppälä 2014-10-23 10:23:48 +0300
  • cdc6979062 plane: crash when flipping on ground Erkki Seppälä 2014-10-23 10:23:31 +0300
  • 9611db61c8 plane: when flipping, take speed and reversing into account Erkki Seppälä 2014-10-23 10:13:11 +0300
  • daa65d3fc2 plane: fixed bitmap cropping along with collision region Erkki Seppälä 2014-10-23 10:03:46 +0300
  • b1002378c5 plane: added incomplete support for flipping Erkki Seppälä 2014-10-23 09:56:59 +0300
  • b7b6e10535 plane: properly handle goingRight for drawing purposes Erkki Seppälä 2014-10-23 09:54:11 +0300
  • dc42f11e27 debug: nicer scale for the vectors Erkki Seppälä 2014-10-23 09:42:38 +0300
  • 8ce2fb94f0 settings: introduced WIDTH and HEIGHT, use them instead of window size Erkki Seppälä 2014-10-22 22:06:25 +0300
  • 2ddead6962 Oops, fixed global variable references Erkki Seppälä 2014-10-22 21:52:30 +0300
  • a2fcbfa7ec Computer now knows how to dive Erkki Seppälä 2014-10-22 21:52:04 +0300
  • a4b6e7450f Escape leaves game/exits Erkki Seppälä 2014-10-22 21:44:51 +0300
  • 3d2ddcbd62 Joystick can be used in both X and Y Erkki Seppälä 2014-10-22 21:44:42 +0300
  • 4eb0612c25 Added joystick support. Mapping works with the XBox original controller. Erkki Seppälä 2014-10-22 21:38:06 +0300
  • 1cd538f9a0 Enable vsync; uses less CPU Erkki Seppälä 2014-10-21 23:34:15 +0300
  • 1086eca767 Let powerups stay twice on the level as long Erkki Seppälä 2014-10-21 21:30:57 +0300
  • 032f1d3113 plane: instead of adding air friction when y is negative, do it only when also vel_y is negative Erkki Seppälä 2014-10-21 21:20:06 +0300
  • 4ebbfa3887 plane: fixed landing for both players Erkki Seppälä 2014-10-21 21:02:03 +0300
  • 678fc91cf6 level: start players at different heights Erkki Seppälä 2014-10-21 21:01:30 +0300
  • cd6967aa04 player: When going flipped, handle wing lift properly Erkki Seppälä 2014-10-21 20:42:34 +0300
  • f8f06b079d Plane: added motor sound Erkki Seppälä 2014-10-21 10:07:49 +0300
  • d80964f52b Removed a couple debug messages Erkki Seppälä 2014-10-21 08:54:21 +0300
  • d34dc7ced0 Increased initial engine speed Erkki Seppälä 2014-10-21 08:53:58 +0300
  • cdd03bd5a4 Reduced ammo lifetimes so that they only wrap once around the game area Erkki Seppälä 2014-10-21 08:52:45 +0300
  • 412ea0f47f level_state: adjusted powerup possibility to be non-dependant on frame rate Erkki Seppälä 2014-10-21 08:44:31 +0300
  • 2ae621e004 machinegun: adjusted Vickers77 speed to slower Erkki Seppälä 2014-10-21 08:41:28 +0300
  • 431261d4ea machinegun: adjusted big ball speed to slower Erkki Seppälä 2014-10-21 08:41:20 +0300
  • 56db12c32d computerplayer: adjusted to work better with current plane physics. Added acceleration control. Erkki Seppälä 2014-10-20 23:56:47 +0300
  • 5583535b72 settings: adjusted initial fly speed parameters Erkki Seppälä 2014-10-20 23:56:25 +0300
  • 67a0e1ea0e plane: when decelerating, also employ air brakes Erkki Seppälä 2014-10-20 23:43:12 +0300
  • a67777dc32 plane: slightly reduced wing lift Erkki Seppälä 2014-10-20 23:42:57 +0300
  • 0270b68460 plane: Added out of bounds-arrow Erkki Seppälä 2014-10-20 23:32:25 +0300
  • 335b3078b8 arrow: added an entity for pointing at things Erkki Seppälä 2014-10-20 23:10:50 +0300
  • 65709f0ae0 plane: added ability to land on ground Erkki Seppälä 2014-10-20 22:55:32 +0300
  • 38d80b9dc1 Added solo playing (start with '1' from menu) Erkki Seppälä 2014-10-20 22:39:01 +0300
  • cc4b52fd6b ground: replaced Rectangle with proper Ground Erkki Seppälä 2014-10-20 22:20:58 +0300
  • d25a96ecbc PhysicsEntity:wasHitBy: renamed from wasHit and extended with the 'by' parameter Erkki Seppälä 2014-10-20 22:15:21 +0300
  • d9e95285a2 Replaced the ground tiles with a single big bitmap Erkki Seppälä 2014-10-20 22:09:06 +0300
  • d9f7506b92 machinegun: Replaced 'force' with 'speed' in the GUNS table; also made bigball more fun Erkki Seppälä 2014-10-20 22:00:06 +0300
  • ddd14b5e9d level_state: always run physics at 0.01 steps Erkki Seppälä 2014-10-20 21:51:00 +0300
  • b32822ca7f tinyshot: instead of tiny rectangles, draw with lines Erkki Seppälä 2014-10-20 21:43:48 +0300
  • 179ca22722 PowerUp: added a sound when it is picked up Erkki Seppälä 2014-10-20 21:33:24 +0300
  • 334a23adc0 Narrower jumping region Erkki Seppälä 2014-10-20 21:08:41 +0300
  • aebd0ba344 Colorized planes Erkki Seppälä 2014-10-20 21:08:28 +0300
  • 3163258761 . Erkki Seppälä 2014-10-20 21:00:36 +0300
  • 000e70eb15 Added colorized plane resources Erkki Seppälä 2014-10-20 20:56:05 +0300
  • bc968b2b4c plane: adjusted parameters Erkki Seppälä 2014-10-20 20:50:31 +0300
  • 9765ae8daa level: adjusted plane starting heights Erkki Seppälä 2014-10-20 20:42:42 +0300
  • 9a0b5abc7a plane: when plane is too high, increase air resistance Erkki Seppälä 2014-10-20 20:40:42 +0300
  • fad174b87b level_state: removed world time halving Erkki Seppälä 2014-10-20 20:37:22 +0300
  • 431d850581 settings: adjusted engine speed Erkki Seppälä 2014-10-20 20:35:56 +0300
  • 113873aa3f plane: adjusted model and parameters Erkki Seppälä 2014-10-20 20:35:39 +0300
  • d0cd8f2d09 plane: slight change to turning speed Erkki Seppälä 2014-10-20 11:57:15 +0300
  • 6929054676 README.md edited online with Bitbucket Mikko Ahlroth 2014-10-20 08:52:43 +0000
  • b53211f096 README.md: Added a note about Ubuntu PPA package for Love2d Erkki Seppälä 2014-10-20 11:49:22 +0300
  • 68c73001e3 level_state: fixed comment.. Erkki Seppälä 2014-10-20 11:49:06 +0300
  • 0184221d5e level_state: temporarily halve world speed to make it playable Erkki Seppälä 2014-10-20 11:48:12 +0300
  • 57e9d673e8 README.md edited online with Bitbucket Mikko Ahlroth 2014-10-20 06:35:54 +0000
  • 8dd3049a12 Disabled debug message Erkki Seppälä 2014-10-19 14:03:31 +0300
  • 0fae73ceb0 Computer game starts with c Erkki Seppälä 2014-10-19 14:02:32 +0300
  • 3b402e86b6 Added ComputerPlayer Erkki Seppälä 2014-10-19 13:58:16 +0300
  • 6a40153426 Indirected player to Scoreboard to allow switching it Erkki Seppälä 2014-10-19 13:38:25 +0300
  • 1c7054e1aa Send time ticks to players (player:update) Erkki Seppälä 2014-10-19 13:35:37 +0300
  • 6cc4af0622 Start engines at full, implement main menu Mikko Ahlroth 2014-10-19 13:54:54 +0300
  • d65357a578 level_state: try to avoid hitting powerups, try #2 Erkki Seppälä 2014-10-19 13:31:01 +0300
  • 7ff61ac171 level_state: don't get damaged when hitting another plane.. though you'll die anyway. Erkki Seppälä 2014-10-19 13:15:28 +0300
  • e4fe8fd5b0 ALTERNATIVE physics Erkki Seppälä 2014-10-19 13:13:47 +0300
  • b5794d5543 Debug: draw labels at different maximum distances Erkki Seppälä 2014-10-19 13:10:34 +0300
  • 8a009ddbfd Debug: support for debug circles Erkki Seppälä 2014-10-19 07:11:15 +0300
  • e226dbcd16 Fix bonus ending SLEEEEP Mikko Ahlroth 2014-10-19 06:51:53 +0300
  • fc1e4dfdd6 Add big ball and fix bonuses Mikko Ahlroth 2014-10-19 06:19:01 +0300
  • 70127fbfa3 level_state: Removed a couple debug messages Erkki Seppälä 2014-10-19 05:22:11 +0300
  • 079606d8e8 Hit sounds and gun positioning Mikko Ahlroth 2014-10-19 05:15:37 +0300