Mercurial > fife-parpg
comparison CHANGES @ 670:0ac1056c8253
* Some updates to CHANGES, INSTALL, and README
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Nov 2010 22:07:47 +0000 |
parents | 3944096d12ce |
children | b5694699b40f |
comparison
equal
deleted
inserted
replaced
669:46258f467c8c | 670:0ac1056c8253 |
---|---|
73 * Added drawRectangle() and fillRectangle() functions to the renderers (r3456) | 73 * Added drawRectangle() and fillRectangle() functions to the renderers (r3456) |
74 * Modified FIFE::FloatingTextRenderer? to use the new functions (r3456) | 74 * Modified FIFE::FloatingTextRenderer? to use the new functions (r3456) |
75 * Updated some data types in FIFE::FloatingTextRenderer to use integer types | 75 * Updated some data types in FIFE::FloatingTextRenderer to use integer types |
76 defined in fife_stdint.h (r3456) | 76 defined in fife_stdint.h (r3456) |
77 * Added FIFE::DeviceCaps and FIFE::ScreenMode to detect valid screen modes | 77 * Added FIFE::DeviceCaps and FIFE::ScreenMode to detect valid screen modes |
78 * Added the clearBackBuffer() function to the renderbackends (r3459) | |
79 * Added the ability to query the current running screen mode (r3467) | 78 * Added the ability to query the current running screen mode (r3467) |
80 * Added a method to detect the closest supported screen mode (not | 79 * Added a method to detect the closest supported screen mode (not |
81 complete yet). If no matching screen modes are detected an exception is | 80 complete yet). If no matching screen modes are detected an exception is |
82 thrown. (r3467) | 81 thrown. (r3467) |
83 * Small change to the way the screen is initialized. The screen mode now | 82 * Small change to the way the screen is initialized. The screen mode now |