summaryrefslogtreecommitdiff
path: root/changelog.html
blob: 1a4398c4983acfe45ae17c13f9b3a22765123e98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="utf-8">
	</head>
	<body>
		<h1>3</h1>
		<ul>
			<li>Remove unused variables from Makefile.</li>
			<li>Require the LLP64 data model when compiling.</li>
			<li>Create working multithreaded example.</li>
			<li>Depend also on libpng.</li>
			<li>Remove JPEG as a supported image format.</li>
		</ul>
		<h1>2</h1>
		<ul>
			<li>Cleanup code.</li>
			<li>Create argument handler.</li>
			<li>Create better support for different image formats.</li>
			<li>Remove C-string functions in favour of the ones in &ltcstring&gt.</li>
			<li>Greatly improve debugging.</li>
			<li>Create foundation for new multithreaded multiprecision renderer.</li>
			<li>Remove old renderer.</li>
			<li>Completely remove Rust artifacts.</li>
		</ul>
		<h1>1</h1>
		<ul>
			<li>Add changelog.</li>
			<li>Add README.</li>
			<li>Move codebase to C++.</li>
			<li>Copy renderer from MandelbrotSDL.</li>
			<li>Change default filetype to PPM.</li>
		</ul>
		<h1>0</h1>
		<ul>
			<li>First.</li>
		</ul>
	</body>
</html>