Skip to content

Commit f247541

Browse files
Shift changelog info into md file
This file archieves the changelog info removed from sdl2.pas. It is not updated anymore for years . The commit history is more precise anyway.
1 parent 7e6ac20 commit f247541

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

LEGACYCHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Legacy Changelog (not updated)
2+
3+
? 31.01.2016: updated sdlevents.inc to SDL2 2.0.4, adressing issue #24 (thx to imantsg)
4+
5+
? 16.01.2016: Delphi 6+ bugfixes/compatibility. Thx to Peter Karpov for identifiying and testing.
6+
7+
v.1.80-stable; 09.10.2014: added sdl_cpuinfo.h and sdl_clipboard.h
8+
9+
v.1.74-stable; 10.11.2013: added sdl_gamecontroller.h
10+
11+
v.1.73-stable; 08.11.2013: added sdl_hints.h and some keystate helpers
12+
thx to Cybermonkey!
13+
14+
v.1.72-stable; 23.09.2013: fixed bug with procedures without parameters
15+
(they must have brakets)
16+
17+
v.1.70-stable; 17.09.2013: added "sdl_messagebox.h" and "sdl_haptic.h"
18+
19+
v.1.63-stable; 16.09.2013: added libs sdl2_image and sdl2_ttf and added sdl_audio.h
20+
21+
v.1.62-stable; 03.09.2013: fixed.
22+
23+
v.1.61-stable; 02.09.2013: now it should REALLY work with Mac...
24+
25+
v.1.60-stable; 01.09.2013: now it should work with Delphi XE4 for Windows and
26+
MacOS and of course Lazarus. thx to kotai :D
27+
28+
v.1.55-Alpha; 24.08.2013: fixed bug with SDL_GetEventState thx to d.l.i.w.
29+
30+
v.1.54-Alpha; 24.08.2013: added sdl_loadso.h
31+
32+
v.1.53-Alpha; 24.08.2013: renamed *really* and fixed linux comp.
33+
34+
v.1.52-Alpha; 24.08.2013: renamed sdl.pas to sdl2.pas
35+
36+
v.1.51-Alpha; 24.08.2013: added sdl_platform.h
37+
38+
v.1.50-Alpha; 24.08.2013: the header is now modular. thx for the hint from d.l.i.w.
39+
40+
v.1.40-Alpha; 13.08.2013: Added MacOS compatibility (thx to stoney-fd)
41+
42+
v.1.34-Alpha; 05.08.2013: Added missing functions from sdl_thread.h
43+
44+
v.1.33-Alpha; 31.07.2013: Added missing units for Linux. thx to Cybermonkey
45+
46+
v.1.32-Alpha; 31.07.2013: Fixed three bugs, thx to grieferatwork
47+
48+
v.1.31-Alpha; 30.07.2013: Added "sdl_power.h"
49+
50+
v.1.30-Alpha; 26.07.2013: Added "sdl_thread.h" and "sdl_mutex.h"
51+
52+
v.1.25-Alpha; 29.07.2013: Added Makros for SDL_RWops
53+
54+
v.1.24-Alpha; 28.07.2013: Fixed bug with RWops and size_t
55+
56+
v.1.23-Alpha; 27.07.2013: Fixed two bugs, thx to GrieferAtWork
57+
58+
v.1.22-Alpha; 24.07.2013: Added "sdl_shape.h" and TSDL_Window
59+
(and ordered the translated header list ^^)
60+
61+
v.1.21-Alpha; 23.07.2013: Added TSDL_Error
62+
63+
v.1.20-Alpha; 19.07.2013: Added "sdl_timer.h"
64+
65+
v.1.10-Alpha; 09.07.2013: Added "sdl_render.h"
66+
67+
v.1.00-Alpha; 05.07.2013: Initial Alpha-Release.

0 commit comments

Comments
 (0)