-
sdl_gfx header updated to version 2.0.19.
2009-09-26 15:02:58 UTC by stoney87
-
The JEDI-SDL v1.0 Final RC 2 package has the fpc-install.sh with windows formated newlines, which means it won't run. Even with that fixed there are still errors in the file and it won't execute.
Some more detailed compilation instructions or even a script that does it for the user would be appreciated.
2009-03-20 14:33:23 UTC by dirkwalter
-
Duplicate of 2134764 without file. Sorry, for this.
2008-09-28 22:21:51 UTC by k-m_schindler
-
Line 321 in jedi-sdl.inc defines Delphi for fpc.
This has 2 problematic consequences, one for the projects using jedi-sdl and one within jedi-sdl.inc.
1) problem for projects using jedi-sdl:
projects with different code for fpc and delphi may easily get into problems, because delphi is also defined for fpc and the distinction between delphi and fpc may not work as expected.
2) problem...
2008-09-28 22:16:05 UTC by k-m_schindler
-
Line 321 in jedi-sdl.inc defines Delphi for fpc.
This has 2 problematic consequences, one for the projects using jedi-sdl and one within jedi-sdl.inc.
1) problem for projects using jedi-sdl:
projects with different code for fpc and delphi may easily get into problems, because delphi is also defined for fpc and the distinction between delphi and fpc may not work as expected.
2) problem...
2008-09-28 20:23:39 UTC by k-m_schindler
-
savage committed patchset 220 of module JEDI-SDLv1.0 to the JEDI-SDL : Pascal headers for SDL CVS repository, changing 2 files.
2008-09-14 17:57:58 UTC by savage
-
savage committed patchset 219 of module JEDI-SDLv1.0 to the JEDI-SDL : Pascal headers for SDL CVS repository, changing 2 files.
2008-04-22 22:11:04 UTC by savage
-
sdl.pad file missed in JEDI-SDLFullSetup.exe and JEDI-SDLv1.0.zip.
2008-02-29 12:13:43 UTC by nobody
-
I tested on Debian Linux x86_64, and the bug submitted here was still present. Along with many other 64 compatibility problems. I fixed it all, and tested virtually everything (that could be compiled with bare FPC, didn't test GUI things that would require conversion from Delphi to Lazarus). Yes, this included testing programs in Demos/2D/SDLUtilsTests/, since sdlutils unit was most modified...
2008-02-27 11:19:58 UTC by kambi
-
(This is a patch for issue #1865017 ("64 bit compatibility").)
Summary of fixes:
1. A lot of fixes to use types PtrUInt or PtrInt.
2. PixelPrachtFX/Demo/Textures.pas defined unused assembler SwapRGB routine. This wasn't portable to x86_64, fortunately it was also completely unused.
And PixelPrachtFX/Demo/fxBurn.pas must use this unit using "Textures" name, that's how case-sensitive...
2008-02-27 11:13:39 UTC by kambi