Age | Commit message (Collapse) | Author |
|
|
|
|
|
This is mainly removal of extraneous blank lines, reformatting indents
to tab characters and other minor non-functional changes to improve
compliance with Code Formatting Conventions.
|
|
|
|
|
|
Also translate some more Italian comments
|
|
|
|
|
|
|
|
|
|
This works by adding a wrapper function for copyRectToScreen(). As
far as the engine is concerned, it still draws everything in color.
The mouse cursors are still in color, but that can be fixed later.
|
|
|
|
on-screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The engine uses DirectX drawing functionality to do drawing of partial frames within an ellipsis, so we need to replicate that manually in code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|