Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A copy a paste error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
round() is C99; floor() and adding 0.5 to the parameter is sufficient. Probably having detection for floor() and a compatibility definition otherwise would make sense.
|
|
Much thanks to fuzzie
|
|
|
|
|
|
|
|
Did I really forget to push this until now?
|
|
Fixes bug #6294
|
|
|
|
|
|
|
|
|
|
|
|
Fixes display of the library "swirl" video
|
|
|
|
|
|
Thanks to fingolfin for finding this unused code
|
|
This fixes a bug where the player could be stuck on Channelwood's
lower level with the elevator on the upper level.
This also turns the light off on Stoneship when entering the age,
since the battery is depleted.
Thanks to dtungsten for submitting this fix in PR#478.
|
|
Also, annotate lanuage comment for preceding entry.
|
|
This closes bug #6629.
|
|
This silences some float conversion warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Each engine now only has to provide a single configure.engine file
adding the engine into the configure script, which then produces the
required other files automatically.
|
|
This is now generated automatically by the configure script from the
engine directory names.
|
|
This is the third and final commit enabling fully pluggable engines.
Now providing an engine folder contains a configure.engine, engine.mk
and engine-plugin.h file, it will be picked up automatically by the
configure script.
|