Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-07 | follow our coding conventions | Max Horn | |
svn-id: r8377 | |||
2003-06-07 | make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be ↵ | Max Horn | |
unified, too) svn-id: r8375 | |||
2003-06-04 | some more cleanup | Max Horn | |
svn-id: r8304 | |||
2003-06-04 | some cleanup & refactoring (CJK fonts have proper shadows now, for example); ↵ | Max Horn | |
preparations to merge NutRenderer and SmushFont svn-id: r8303 | |||
2003-06-04 | Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; ↵ | Max Horn | |
still needs more cleanup but already works well enough) svn-id: r8293 | |||
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); ↵ | Max Horn | |
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241 | |||
2003-05-27 | increased nut font debug level to 8 | Max Horn | |
svn-id: r8034 | |||
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵ | Max Horn | |
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423 | |||
2003-04-01 | Patch 713149: Fix OOB access | Max Horn | |
svn-id: r6893 | |||
2003-03-08 | hacked in some crude clipping code for drawChar; let's see if that helps ↵ | Max Horn | |
Valgrind svn-id: r6771 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-04 | load NUT fonts even if they do not specify full 256 chars (e.g. the COMI ↵ | Max Horn | |
demo only defines 233 chars svn-id: r6685 | |||
2003-03-03 | fix double free bug | Max Horn | |
svn-id: r6679 | |||
2003-03-03 | don't error out if a font is missing -> this fixes the COMI demo | Max Horn | |
svn-id: r6678 | |||
2003-01-30 | fixed crash with non-ASCII chars | Max Horn | |
svn-id: r6577 | |||
2003-01-19 | some cleanup | Paweł Kołodziejski | |
svn-id: r6515 | |||
2003-01-15 | made NUT font rendered honor _ignoreCharsetMask | Max Horn | |
svn-id: r6466 | |||
2002-12-31 | hacked in font shadow. font shadows are very important for readability. ↵ | Max Horn | |
However, the question remainds if this is the right way to achieve it; and also how to know when to *not* draw it... svn-id: r6301 | |||
2002-12-31 | added masking to nut charset renderer | Max Horn | |
svn-id: r6300 | |||
2002-12-31 | hack to get actor text color right | Max Horn | |
svn-id: r6299 | |||
2002-12-31 | fixed NUT text render when screen is scrolled | Max Horn | |
svn-id: r6297 | |||
2002-12-30 | removed more dead weight | Max Horn | |
svn-id: r6277 | |||
2002-12-30 | small optimization | Max Horn | |
svn-id: r6276 | |||
2002-12-27 | Error out when fonts are missing | James Brown | |
svn-id: r6190 | |||
2002-12-25 | cleanup | Max Horn | |
svn-id: r6153 | |||
2002-12-25 | two good rules of thumb: don't use typecasts if you don't have to - type ↵ | Max Horn | |
cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen... svn-id: r6143 | |||
2002-12-25 | use specified color | Max Horn | |
svn-id: r6133 | |||
2002-12-25 | fixed free buffer before alloc new | Paweł Kołodziejski | |
svn-id: r6131 | |||
2002-12-25 | fixed width font problem in NutRenderer | Paweł Kołodziejski | |
svn-id: r6128 | |||
2002-12-25 | added nut renderer, there is bug with font width, fix later | Paweł Kołodziejski | |
svn-id: r6126 |