dxx-rebirth/2d
2012-07-23 01:17:52 +02:00
..
2dsline.c
bitblt.c Made inline functions static 2012-05-14 17:13:24 +02:00
bitmap.c Update the canvas data pointers for all windows after changing the screen mode, so the main menu draws properly after leaving the editor 2012-03-24 14:43:08 +08:00
bitmap.h
box.c Fix all remaining known editor drawing issues. In ogl: get the texture previews to draw, get userbox borders to draw in the right location, properly underline characters in the menus, draw all the borders properly (i.e. no gap), no scaling fonts. Software render: draw userbox borders again. Both: clear the whole status bar, clear to the right edge of the screen. 2012-04-09 17:28:44 +08:00
canvas.c Fix for last revision: Correctly initialize cv_fade_level and cv_blend_func when creating initializing a canvas 2011-02-24 00:21:47 +01:00
circle.c
clip.h
disc.c Fixed some non-critical compiler warnings; Now compiling with -std=c99 -pedantic and fixed warnings (except for editor build) caused by this 2012-05-14 12:20:27 +02:00
font.c Redefined lotsa variables, functions and parameters as const and/or static - patch by Kp 2012-07-23 01:17:52 +02:00
gpixel.c Clicking on mine elements in the editor now works in ogl 2012-04-15 13:43:41 +08:00
line.c
palette.c Fixed set but unused variables 2011-09-27 01:31:17 +02:00
pcx.c Redefined lotsa variables, functions and parameters as const and/or static - patch by Kp 2012-07-23 01:17:52 +02:00
pixel.c Made inline functions static 2012-05-14 17:13:24 +02:00
poly.c
rect.c Fix unused variable warning in last commit 2012-04-09 20:51:36 +08:00
rle.c Fixes for RLE- and Texture-cache modifcations: Before freeing now must check if bitmap is already allocated 2011-04-22 17:10:31 +02:00
scale.c
scalec.c
tmerge.c