1
0
Fork 0
Commit graph

23 commits

Author SHA1 Message Date
Michaël Lemaire eec499dbd5 Fixed battle stats always adding to defender fleet 2018-03-29 00:17:24 +02:00
Michaël Lemaire 2f52fd0031 New ship upgrade system, replacing equipments 2018-02-27 17:26:55 +01:00
Michaël Lemaire fa98a57ee2 Removed references from battle state to universe state, causing large serialized data, slowing down AI work 2018-01-16 01:08:24 +01:00
Michaël Lemaire 8b0ff9ee27 Use DiffLog to apply revertable diffs to battle state 2017-11-14 01:07:06 +01:00
Michaël Lemaire 046c476c0a Switched to new testing tools 2017-10-29 22:08:55 +01:00
Michaël Lemaire dc89acd8a2 Apply new testing tools 2017-10-26 23:47:13 +02:00
Michaël Lemaire ee17c37a74 Added initial character creation screen 2017-10-10 00:59:49 +02:00
Michaël Lemaire e511b78754 tscommon namespace renamed 2017-09-25 00:23:22 +02:00
Michaël Lemaire 993ed0e897 Added escort mission part 2017-07-02 20:21:04 +02:00
Michaël Lemaire 3886f99cda Removed long test 2017-06-13 23:24:33 +02:00
Michaël Lemaire 17120ee0f3 Started introduction view, with a brief campaign story 2017-06-01 01:11:29 +02:00
Michaël Lemaire c53ceff4df A bit of balancing
As ship models cannot be changed for now, they are set to be identical
2017-05-23 18:43:05 +02:00
Michaël Lemaire 5fe4043479 unit tests: Reduced number of generated universes 2017-05-20 00:01:06 +02:00
Michaël Lemaire ab8d9b4729 Fixed a rare failure case of universe generation 2017-05-18 22:32:04 +02:00
Michaël Lemaire 658960743b Added random shops in the universe 2017-05-10 17:29:10 +02:00
Michaël Lemaire 40321621de Add selling and buying from shops 2017-03-23 19:58:09 +01:00
Michaël Lemaire 01d5d0ce14 Winning an encounter now removes it properly 2017-03-15 23:00:15 +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 d3e12fa8e1 typescript: Added strict null checks 2017-03-09 18:11:00 +01:00
Michaël Lemaire 9e0df7a08b Fixed several AI-related problems 2017-02-16 23:59:41 +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
Renamed from src/game/GameSession.spec.ts (Browse further)