summaryrefslogtreecommitdiff
path: root/render.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-20Improve drawing code for GTK 3 animationNikolas Nyby1-3/+2
2021-11-08Constify some variables and function parameters, pacifying cppcheckPhilippe Michel1-6/+6
2020-05-26Fix build with older (pre-C11) compilers, where redundant typedefs where not ...Philippe Michel1-3/+3
2019-11-13minor fixesJon Kinsey1-11/+10
2019-11-09Refactor 3d codeJon Kinsey1-3/+1
2019-11-03Declare renderdata's boardAngle and skewFactor as floats.Philippe Michel1-11/+10
2017-04-02Silence compiler warningsPhilippe Michel1-3/+3
2015-01-01Avoid using double precision floats in graphics rendering.Philippe Michel1-5/+5
2014-10-19Silence compiler warningsPhilippe Michel1-2/+2
2013-06-16Standardized the code formatting with indent -kr -l120 -fc1 -sc -nut -pslMichael Petch1-140/+118
2012-08-27Fix bug #36201Philippe Michel1-3/+3
2009-10-26Sort out 2d dice colours when in 3d modeJon Kinsey1-2/+2
2009-10-13Move gnubgid into status barJon Kinsey1-2/+1
2008-09-25minor without-board3d fixesChristian Anthon1-1/+4
2008-03-08Change 2d direction arrow to look like 3d arrowJon Kinsey1-2/+2
2007-12-13fixes to make ./configure --without-board3d && make gnubg, workChristian Anthon1-2/+2
2007-12-12Misc changesJon Kinsey1-2/+4
2007-09-14header clean-upChristian Anthon1-9/+1
2007-07-02*** empty log message ***Achim Mueller1-2/+2
2006-12-26Made minor changes to code after run through lint code checkerJon Kinsey1-3/+3
2006-12-10Make 3d lib interface more obviousJon Kinsey1-3/+13
2006-06-24cleanup after GTK1 removalChristian Anthon1-2/+1
2006-06-22Moved some 3d settings into 3d lib and several compiler fixesJon Kinsey1-59/+6
2006-06-22remove gtk_1 codeChristian Anthon1-4/+1
2006-05-01Load textures with GdkPixmapØystein Schønning-Johansen1-7/+1
2004-09-09Small memory leaks, uninitialized memory reads and tidy up code added.Jon Kinsey1-1/+2
2004-05-19Vary board tesselation based on accuracy settingJon Kinsey1-1/+2
2004-05-13Add Taki-style rounded pointsJon Kinsey1-1/+2
2004-04-02Remove compiler warningsJon Kinsey1-1/+2
2004-03-31Moved preview in preferencesJon Kinsey1-14/+21
2004-03-23Rename AlphaBlend() to avoid nameclash on windowsJon Kinsey1-2/+3
2004-01-163d quick draw optionJon Kinsey Jon Kinsey1-1/+2
2003-10-14Added option to draw background in bear off trays (3d board).Jon Kinsey1-1/+2
2003-09-22Add option to cover all of 3d chequer with textureJon Kinsey1-2/+9
2003-09-15fixing some 2D board problems, moving board dimensions to defines in boarddim.hHolger Bochnig1-2/+2
2003-09-04Added new nature designJon Kinsey1-2/+2
2003-08-13No USE_BOARD3D fixJon Kinsey1-2/+2
2003-08-13Merged 3d board branchJon Kinsey1-1/+85
2003-07-26render board label pictures correctly.Joern Thyssen1-1/+12
2003-07-26Update board labels dynamically.Joern Thyssen1-1/+4
2003-07-26Include Holger's arrows in the html export.Joern Thyssen1-1/+11
2003-05-23draw arrow to indicate direction of play and who is on turnHolger Bochnig1-1/+4
2003-01-29Show pseudo-cube on resignations.Joern Thyssen1-1/+5
2002-12-20Add HTML image exporting.Gary Wong1-1/+8
2002-12-13Major changes to use the render.c board drawing code instead of the old gtkbo...Gary Wong1-2/+14
2002-12-11Added GTK+ independent rendering code in render.c. gtkboard.c will soon beGary Wong1-0/+102