Menu

Code Commit Log


Commit Date  
[r1324] by nerius

Rearranging 2D rendering code a bit.

2023-10-23 15:16:09 Tree
[r1323] by nerius

Making some slight corrections in comments/Javadoc.

2023-10-21 23:05:59 Tree
[r1322] by nerius

Adding script 'launch-donut.sh'.

2023-10-21 22:57:32 Tree
[r1321] by nerius

Renaming chop(double) to alias(double) in RasterFloatGraphics.

2023-10-21 22:51:55 Tree
[r1320] by nerius

Rename alias(double) to pixel(double). For clarity. About to rename chop() as
well, probably to alias() this time.

2023-10-21 22:46:32 Tree
[r1319] by nerius

Putting some finishing touches on the 2D rendering library.

2023-10-21 22:43:24 Tree
[r1318] by nerius

Doing better casting to 32 bit floating point in fillPolygon().

2023-10-21 04:47:54 Tree
[r1317] by nerius

Finally doing away with m_foff in 2D graphics.

2023-10-21 02:52:46 Tree
[r1316] by nerius

Starting to phase out m_foff in 2D graphics. in setClip(), computing the
integer min/max values directly with alias(), and offsetting by 0.5d in one
direction or the other.

2023-10-21 02:47:58 Tree
[r1315] by nerius

Improving the line drawing routines in 2D graphics by using the new alias()
function. This no longer uses m_foff. The casts are now done when the value
is in the interval [1.0,2.0].

2023-10-21 01:10:49 Tree
Older >