Age | Commit message (Collapse) | Author |
|
|
|
|
|
- Unload backgrounds
- Add transparent sprite drawing
- Add AbortableThread
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add isTimerExpired function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add fixed point code (untested and probably wrong)
|
|
|
|
|
|
engine class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Trac#10616.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By letting the user select which group of plugins to load, an out of
memory condition can be avoided while still allowing all plugins to be
stored on the same disc.
|
|
This was happening in the Polish version only.
Fixes #10632.
|
|
|
|
|
|
|
|
Fixes Trac#10575.
When stepping away or pressing the buttom for the mechanical age fortress
rotator after setting it west it would be south. This is because some variables
used for a workaround were being reset everytime the rotator puzzle
was being reinitalized (in o_fortressRotation_int). Which happens when
the player steps back up to the rotator controls.
This change simply removes the variables being reset so they retain
the variables they had before. Those variables are already initalized
in the Mechanical constructor.
|