Skip to content

Releases: adepierre/ficsit-companion

Ficsit Companion v1.2.1

10 Mar 23:04

Choose a tag to compare

8578bcd Update github actions in build workflows
7d085bd Fix crash when propagating though a merger from inputs

Ficsit Companion v1.2

01 Mar 20:29

Choose a tag to compare

f58eb8a Fix pin id being displayed for outputs in non debug mode
986381c Fix a lock bug when deleting one of the last two unlocked multi pin
c3d3970 Add a somersloop total counter on the left panel
cc38d68 Much better version of the propagation algorithm

Ficsit Companion v1.1

06 May 17:49

Choose a tag to compare

0fcbf65 Add a BaseApp class
2dae72e Add feature to cycle through recipes and item by clicking on left panel
b073d43 Add tip about locked color
327360a Change tip once per minute
17e2733 Add different versions of display for nodes based on zoom level
e63ba11 Add button to fold left panel

Ficsit Companion v1.0.1

04 May 20:26

Choose a tag to compare

ef0050c Fix equations being created for frozen multi pin side
633f809 Fix bug preventing creating a link to the multi-pin side of a merger/splitter* if single pin is frozen
3d3a830 Fix power generator overclock exponent

Ficsit Companion v1.0

26 Mar 18:32

Choose a tag to compare

d50b938 Fix missing header for linux compilation
e9d1466 Remove beta state, update readme gif with demo video
bc89ecb Rework left panel settings
fad557f Fix a bug when removing a multi pin and the single pin is locked
0819561 Fix a bug in the propagation when single pin is locked
aea4ca8 Add node duplication feature
d8aa751 Fix bug group node not being loaded properly from file if it contains sink node
1930504 Fix organizer and sink node not being ungrouped with correct rates
62fe6ef Consistency with [] instead of .at for vector access
3b7e431 Fix bug when deleting node and unfreezing/freezing
86428ca Fix update being triggered twice when changing node rate/somersloop
b2058ca Check for negative user input for rates
d8abe38 Fix 0 rate when creating a new craft node
f8a8962 Fix a bug in propagation when a locked merger is involved
da2c400 Reorganize left pannel
d48ebd0 Save locked state of pins
710f249 Fix bug in lock update when deleting pins
3044396 Add gentle reminder for future me
5317860 Refactor organizer node loading
ac32196 Add lock pin feature
e7afb7b Add error display when propagation fails
0c8b2f2 Propagation algorithm v3 final really this time
8c225ea Standardize sign to be on numerator for fractions
b3313d8 Change exception thrown for bad input in string->frac conversion
7f0d06c Fix small bug during group node inputs/outputs udpate
94e3544 Add build progress tracking feature
c703222 Add support for complex operations as input for FractionalNumber
dd5ade9 Fix all flow direction bugs during rate update

Ficsit Companion v0.1.12

22 Mar 19:01

Choose a tag to compare

8cc9965 Build web version with emsdk 4.0.5 instead of latest
f34fca9 Remove hack to fix numpad input bug as it has been fixed in emscripten
7426086 Trying to comment the double input hack
13d9c06 Trying to fix weird double input bug
b68daf0 Fix compiler warnings
d9a42ae Update readme with new features
974361e Add Sink node
16105cf Add game splitter in addition to custom one
dac671d Better sorting of pins based on link presence and position
a988179 Add support for splitter/merger with custom number of pins
e9062c1 Transition to the new rate propagation algorithm

Ficsit Companion v0.1.11

23 Jan 19:06

Choose a tag to compare

e7a76cc Fix consumption rate for fluids in power generators
2cd1be2 Clean recipe selection index with an anonymous local enum

Ficsit Companion v0.1.10

21 Jan 21:57

Choose a tag to compare

3e06160 Update app to properly display power generation as negative consumption
2027a5b Add support for negative number in fractional number
48696dd Add power generator buildings and linked custom recipes to extraction script
c6b6b6f Fix a string double percent sign in a tooltip

Ficsit Companion v0.1.9

17 Nov 22:10

Choose a tag to compare

769a48c Remove groups plan in readme as it has been implemented
7fad1ab Add some tips to the HTML page
0cf7677 Add Group node
2eb093d Rework the deserialize process
9c60b1d Fix node type check in App::Create/DeleteLink
1f7d11e Simplify lambda in App::Serialize

Ficsit Companion v0.1.8

09 Nov 17:40

Choose a tag to compare

48b6906 Uniformize power display with rates input text style
55eb11b Add a render function to FractionalNumber