dxx-rebirth/2d
2013-02-22 04:31:25 +00:00
..
2dsline.c Added cv_fade_level to canvas structure to replace Gr_scanline_darkening_level; Added cv_blend_func to canvas structure to set blending; Introduced gr_settransblend to set cv_fade_level and cv_blend_func; Added function to set normal blending, additive alpha blending and additive color blending; Moved Special transparency effects from g3_draw_bitmap to render_object to set individual transparency and/or blending for each object outside of OpenGL-specific code; Added special blending for fuelcenter and force field effects as well; Removed unused LASER_HACK code; Renamed OglAlphaEffects variable of PalyerCfg to AlphaEffects as I plan to implement this kind of effects for Software renderer, too 2011-02-23 17:46:36 +01:00
bitblt.c Move declaration of gr_rle_expand_scanline_generic() to rle.h - patch by Kp 2012-11-02 18:41:39 +01:00
bitmap.c Include bitmap.h - patch by Kp 2012-11-02 18:37:51 +01:00
bitmap.h Retired most of the Assembler code except the generic i386 scanline renderer; Removed all leftovers of Direct3D implementation; On the way make a some code more similar between D1X-Rebirth and D2X-Rebirth 2011-01-19 21:35:14 +01:00
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 Remove RCS embedded string to synchronize code with D2X 2013-02-22 04:31:25 +00:00
clip.h Renaming FSCALE to FIXSCALE preventing possible naming conflicts 2009-12-01 16:45:40 +00:00
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 Moved pow2ize declaration to ogl_init.h - patch by Kp 2013-01-03 16:17:54 +01:00
gpixel.c Clicking on mine elements in the editor now works in ogl 2012-04-15 13:43:41 +08:00
line.c Renaming FSCALE to FIXSCALE preventing possible naming conflicts 2009-12-01 16:45:40 +00:00
palette.c Fixed set but unused variables 2011-09-27 01:31:17 +02:00
pcx.c Remove RCS comment to synchronize code with D2X 2013-02-22 04:30:51 +00:00
pixel.c Made inline functions static 2012-05-14 17:13:24 +02:00
poly.c Normalize comments and whitespace to match D2X 2013-02-22 04:30:38 +00:00
rect.c Remove RCS comment to synchronize code with D2X 2013-02-22 04:30:51 +00: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 Additional commit for last revision - didn't selected all files properly 2011-01-19 21:51:59 +01:00
scalec.c Additional commit for last revision - didn't selected all files properly 2011-01-19 21:51:59 +01:00
tmerge.c Normalize comments and whitespace to match D2X 2013-02-22 04:30:38 +00:00