Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |