1
0
Fork 0
Commit graph

57 commits

Author SHA1 Message Date
Michaël Lemaire 55a11e521a Fixed issue with mouse hovering/clicking 2017-03-15 00:08:07 +01:00
Michaël Lemaire b916230002 Added retreat after defeat 2017-03-14 23:28:07 +01:00
Michaël Lemaire ca7be2e416 Added ability to loot items at the end of battle 2017-03-14 18:48:04 +01:00
Michaël Lemaire b9b8fa6314 New battle outcome dialog (WIP) 2017-03-13 00:32:41 +01:00
Michaël Lemaire 849766e467 Improved universe map performance 2017-03-10 00:21:34 +01:00
Michaël Lemaire d3e12fa8e1 typescript: Added strict null checks 2017-03-09 18:11:00 +01:00
Michaël Lemaire 144eb56537 Added log when an action cannot be applied 2017-03-07 20:27:46 +01:00
Michaël Lemaire 760c8ddf27 Start of character sheet 2017-02-28 00:36:12 +01:00
Michaël Lemaire ed0908bfa8 Refactoring of TestGame for testing UI 2017-02-21 23:38:31 +01:00
Michaël Lemaire 8b2a4ea026 Switched to individual power points display in actionbar 2017-02-19 22:33:07 +01:00
Michaël Lemaire fc483c1967 Revert arena scaling 2017-02-19 17:54:19 +01:00
Michaël Lemaire af7e8edc5c Fixed tooltip sometimes being shown after mouse left the button 2017-02-17 01:16:47 +01:00
Michaël Lemaire 9e0df7a08b Fixed several AI-related problems 2017-02-16 23:59:41 +01:00
Michaël Lemaire 13b6c13ef4 Fixed restoring from saved battle 2017-02-16 19:24:21 +01:00
Michaël Lemaire 29ea205d36 Balanced repair drone 2017-02-16 19:05:47 +01:00
Michaël Lemaire 4b8793e8f3 Quick balancing of equipments and ship designs 2017-02-16 01:17:09 +01:00
Michaël Lemaire 471ca8d2d0 Better display of emergency stasis 2017-02-15 23:34:27 +01:00
Michaël Lemaire 12ee9b823b Added drone animation when applying effects 2017-02-15 22:15:31 +01:00
Michaël Lemaire 8cb165e1a4 Pause log processing during ship and weapon animations 2017-02-14 01:30:50 +01:00
Michaël Lemaire 5b7b01d85e New gatling gun effect, with shield hit 2017-02-13 20:31:45 +01:00
Michaël Lemaire e5cd71f4e1 Display ship values variations in arena 2017-02-12 23:18:36 +01:00
Michaël Lemaire 7b8074a5ae Added shortcuts for actions 2017-02-12 19:54:09 +01:00
Michaël Lemaire 9fce8812a3 Restored ability to jump between systems 2017-02-09 20:16:49 +01:00
Michaël Lemaire 877af0e8c8 Restored game save serialization (using tscommon) 2017-02-09 01:26:04 +01:00
Michaël Lemaire bee43583ca Refactored namespaces 2017-02-09 01:00:35 +01:00
Michaël Lemaire eb75658a10 Added drone display 2017-02-08 19:54:02 +01:00
Michaël Lemaire fbf3181920 Added event hooks for drones (to apply their effects) 2017-02-08 01:47:18 +01:00
Michaël Lemaire 07f8ef4d20 Added repair drone graphics and description 2017-02-08 01:18:54 +01:00
Michaël Lemaire 8e43116a1f Refactoring of attributes/values system 2017-02-07 20:15:21 +01:00
Michaël Lemaire fcb45346e4 Removed Serializable base class
Serialization is then broken for now, will be restored later using tscommon
2017-02-07 19:54:53 +01:00
Michaël Lemaire 1167aedbdf Added "Repair Drone" template (WIP) 2017-02-07 01:08:07 +01:00
Michaël Lemaire 45a13e9458 Added basic structure for drones 2017-02-06 22:46:55 +01:00
Michaël Lemaire 3397009850 Fixed going back to menu after quick battle 2017-02-05 23:03:35 +01:00
Michaël Lemaire a6292ffef9 Added equipment display in ship tooltip 2017-02-05 22:41:06 +01:00
Michaël Lemaire bd963a07f9 Fixed build system 2017-02-03 00:47:28 +01:00
Michaël Lemaire 7dc4d5b810 Updated active effect sprites on ship list 2017-01-31 22:07:59 +01:00
Michaël Lemaire 875b71828d Rewrite of sticky effects system, to allow any other effect to be sticky 2017-01-24 01:14:04 +01:00
Michaël Lemaire a6990d9b91 Fixed tests.html 2017-01-23 23:46:04 +01:00
Michaël Lemaire f141a705c2 Fixed effect marker not being removed on ship list 2017-01-23 17:33:13 +01:00
Michaël Lemaire a4649d696f Fixed endTurn not being called by AI and ships with no AP 2017-01-20 01:02:18 +01:00
Michaël Lemaire 125ed792fb Removed action cancel button 2017-01-20 00:39:13 +01:00
Michaël Lemaire 4ba37774aa Move actions now uses integer AP, displayed on targetting line 2017-01-19 19:33:56 +01:00
Michaël Lemaire d83d7ede9c Scale arena to fit screen
Quick graphical fix, will do better later
2017-01-19 01:27:42 +01:00
Michaël Lemaire c2059fd35a Added hold-to-hover mode for mobile targets 2017-01-19 01:17:24 +01:00
Michaël Lemaire 3ac51adb19 Fixed action bar "working" icon not spinning 2017-01-17 23:46:14 +01:00
Michaël Lemaire 77326ed22c Added effect description on action tooltip 2017-01-17 01:02:38 +01:00
Michaël Lemaire da0b8dc870 Added active temporary effects on ship tooltip and in ship list 2017-01-17 00:20:33 +01:00
Michaël Lemaire cde4b2fdf1 Added flashing effect on ship list when receiving damage 2017-01-15 23:05:00 +01:00
Michaël Lemaire 5f540483fb Updated battle background image 2017-01-15 18:37:01 +01:00
Michaël Lemaire 76253dece4 Updated todo list 2017-01-14 14:38:29 +01:00