Skip to content

Commit 7e6ac20

Browse files
Update Copyright info + Remove changelog info
- the changelog info is not updated anymore
1 parent 7f5bd57 commit 7e6ac20

File tree

1 file changed

+4
-41
lines changed

1 file changed

+4
-41
lines changed

sdl2.pas

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
66
77
Pascal-Header-Conversion
8-
Copyright (C) 2012-2017 Tim Blume aka End/EV1313
8+
Copyright (C) 2012-2020 Tim Blume aka End/EV1313
9+
10+
SDL2-for-Pascal
11+
Copyright (C) 2020-2021 PGD Community
912
1013
SDL.pas is based on the files:
1114
"sdl.h",
@@ -87,46 +90,6 @@
8790
- Sam Latinga and everyone else from the SDL-Team
8891
}
8992

90-
{
91-
Changelog:
92-
----------
93-
? 31.01.2016: updated sdlevents.inc to SDL2 2.0.4, adressing issue #24 (thx to imantsg)
94-
? 16.01.2016: Delphi 6+ bugfixes/compatibility. Thx to Peter Karpov for identifiying and testing.
95-
v.1.80-stable; 09.10.2014: added sdl_cpuinfo.h and sdl_clipboard.h
96-
v.1.74-stable; 10.11.2013: added sdl_gamecontroller.h
97-
v.1.73-stable; 08.11.2013: added sdl_hints.h and some keystate helpers
98-
thx to Cybermonkey!
99-
v.1.72-stable; 23.09.2013: fixed bug with procedures without parameters
100-
(they must have brakets)
101-
v.1.70-stable; 17.09.2013: added "sdl_messagebox.h" and "sdl_haptic.h"
102-
v.1.63-stable; 16.09.2013: added libs sdl2_image and sdl2_ttf and added sdl_audio.h
103-
v.1.62-stable; 03.09.2013: fixed.
104-
v.1.61-stable; 02.09.2013: now it should REALLY work with Mac...
105-
v.1.60-stable; 01.09.2013: now it should work with Delphi XE4 for Windows and
106-
MacOS and of course Lazarus. thx to kotai :D
107-
v.1.55-Alpha; 24.08.2013: fixed bug with SDL_GetEventState thx to d.l.i.w.
108-
v.1.54-Alpha; 24.08.2013: added sdl_loadso.h
109-
v.1.53-Alpha; 24.08.2013: renamed *really* and fixed linux comp.
110-
v.1.52-Alpha; 24.08.2013: renamed sdl.pas to sdl2.pas
111-
v.1.51-Alpha; 24.08.2013: added sdl_platform.h
112-
v.1.50-Alpha; 24.08.2013: the header is now modular. thx for the hint from d.l.i.w.
113-
v.1.40-Alpha; 13.08.2013: Added MacOS compatibility (thx to stoney-fd)
114-
v.1.34-Alpha; 05.08.2013: Added missing functions from sdl_thread.h
115-
v.1.33-Alpha; 31.07.2013: Added missing units for Linux. thx to Cybermonkey
116-
v.1.32-Alpha; 31.07.2013: Fixed three bugs, thx to grieferatwork
117-
v.1.31-Alpha; 30.07.2013: Added "sdl_power.h"
118-
v.1.30-Alpha; 26.07.2013: Added "sdl_thread.h" and "sdl_mutex.h"
119-
v.1.25-Alpha; 29.07.2013: Added Makros for SDL_RWops
120-
v.1.24-Alpha; 28.07.2013: Fixed bug with RWops and size_t
121-
v.1.23-Alpha; 27.07.2013: Fixed two bugs, thx to GrieferAtWork
122-
v.1.22-Alpha; 24.07.2013: Added "sdl_shape.h" and TSDL_Window
123-
(and ordered the translated header list ^^)
124-
v.1.21-Alpha; 23.07.2013: Added TSDL_Error
125-
v.1.20-Alpha; 19.07.2013: Added "sdl_timer.h"
126-
v.1.10-Alpha; 09.07.2013: Added "sdl_render.h"
127-
v.1.00-Alpha; 05.07.2013: Initial Alpha-Release.
128-
}
129-
13093
{$DEFINE SDL}
13194

13295
{$I jedi.inc}

0 commit comments

Comments
 (0)