dxx-rebirth/2d
2012-05-14 17:13:27 +02:00
..
2dsline.c
bitblt.c Made inline functions static 2012-05-14 17:13:27 +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:45 +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:30:40 +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:50 +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:30 +02:00
font.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:30:40 +08:00
gpixel.c Clicking on mine elements in the editor now works in ogl 2012-04-15 13:45:45 +08:00
line.c
palette.c Fixed set but unused variables 2011-09-27 01:31:19 +02:00
pcx.c Got rid of cfile code: Renamed cfile-functions to use PHYSFSX-naming convention, Replaced cfile-macros with proper PHYSFS(X) calls; Introduced PHYSFSX_exists() which can check case-sensitive or case-insensitive to give more flexibility with game content 2011-06-01 09:59:55 +02:00
pixel.c Made inline functions static 2012-05-14 17:13:27 +02:00
poly.c
rect.c Fix unused variable warning in last commit 2012-04-09 20:52:25 +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:33 +02:00
scale.c
scalec.c
tmerge.c