Age | Commit message (Collapse) | Author |
|
unneeded include from openttd.h.
|
|
when it's not necessary.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
logical locations.
|
|
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
|
style
|
|
API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication
Note: this allows much easier adding other types of video-drivers, like OpenGL
|
|
FreeType. This is configurable for each font size in the configuration settings and requires using the 32bpp blitter and suitable fonts.
|
|
of ignoring it
|
|
fonts look weird
|
|
the rest of the code
-Add: make it possible to pick your own blitter (-b <blitter>, -h for overview)
-Add: added a new optimized 8bpp blitter (default, caches sprites of all zoom-levels)
-Add: added a debug 8bpp blitter and a very slow normal 8bpp blitter
|
|
pointer to that variable. Also free it if there's any error.
|
|
|
|
|
|
|
|
comments style.
|
|
|
|
Additionally the test takes O(1) instead of O(n) now
|
|
pointer to allocated memory instead of modifying the pointer given as parameter
|
|
stillunknown and pv2b.
|
|
renamed to .cpp)
|