1
0
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
Michaël Lemaire 4e624dc9db Display simulated ship displacement effects while targetting 2018-06-13 23:52:36 +02: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 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 1f4ca3e7b5 Balanced enemy fleet size and planet count, to match the star system level 2017-07-12 00:50:07 +02:00
Michaël Lemaire 9f170969ba Fixed events being broadcast after a battle end 2017-07-10 23:40:52 +02:00
Michaël Lemaire c646b8722c Added "clean location" mission type 2017-07-10 22:40:22 +02:00
Michaël Lemaire 74c0cf6856 Base structure for missions and main story arc 2017-06-27 17:42:28 +02:00
Michaël Lemaire 83807beb20 Some refactoring needed for future work on battle log 2017-05-30 01:15:32 +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 35d48eef4f Fixed enemy player's name 2017-05-10 19:31:33 +02:00
Michaël Lemaire 658960743b Added random shops in the universe 2017-05-10 17:29:10 +02:00
Michaël Lemaire f8c443f3c9 Fixed encounter generation matching star system level 2017-04-26 01:27:42 +02:00
Michaël Lemaire 5a5be8addc Added equipment generation of different quality 2017-04-20 23:20:50 +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 d3e12fa8e1 typescript: Added strict null checks 2017-03-09 18:11:00 +01:00
Michaël Lemaire 135123e7f1 Use RandomGenerator from tscommon 2017-02-26 18:44:15 +01:00
Michaël Lemaire 9e0df7a08b Fixed several AI-related problems 2017-02-16 23:59:41 +01:00
Michaël Lemaire b7a02e2b37 Fixed fleet orbit animation 2017-02-09 22:01:37 +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
Renamed from src/game/StarLocation.ts (Browse further)