Commit graph

7 commits

Author SHA1 Message Date
Eugene Sandulenko
5dcdfd2600
GOB: Dual-license the gob engine under LGPL
The major contributors provided their consent:
DrMcCoy, Strangerke, sdelamarre, sev.

The goal is to allow the re-release of this code under
Switch, which is incompatible with pure GPL
2024-01-08 01:44:04 +01:00
Simon Delamarre
8faaa6d4f1 GOB: fix "fill" paint tool in Adibou1 versions using coordinates adjustment 2023-05-01 22:26:03 +02:00
Simon Delamarre
b3da790ad7 GOB: move Adibou1 setRenderFlag opcode to setupOpcodesDraw() 2023-04-29 23:47:51 +02:00
Simon Delamarre
5c8a66b640 GOB: fix Adibou1 "setRenderFlags" opcode
o1_setRenderFlags behavior is needed, not o2_setRenderFlags one.
2023-04-21 00:15:41 +02:00
Simon Delamarre
f57d2b189c GOB: save/load drawings for "Paint" game in Adibou1 2023-04-05 23:29:11 +02:00
Simon Delamarre
f5f5da58ba GOB: fix the "fill" tool in Adibou1 paint game 2023-04-05 23:29:11 +02:00
Simon Delamarre
830e6b9465 GOB: implement Adibou1 opcodes related to application selection
This makes possible to select and play "Read/Count 4-5 years" (aka L5, C5) and "Read/Count 6-7 years" (aka L6, C6) applications, by clicking on the door of Adibou's house.

Remove also related previous Adibou1 stubs in inter_v2.
2023-04-05 23:29:11 +02:00