aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPlatformLinux.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delphi 7 compatibility fix:tobigun2008-06-161-11/+11
* - all references to the libc unit removed. The Libc unit (not the library) wa...tobigun2008-06-091-42/+59
* Added missing private section. Without defining it, methods are public by def...tobigun2008-06-081-13/+14
* - fixed recursive calling of TPlatform.Halt.tobigun2008-05-031-54/+2
* - actual.. -> current..tobigun2008-03-031-0/+4
* Fixed a bug in the directory-handling routine.tobigun2008-02-201-44/+49
* fixed bug when compiling with --enable-dev-buildjaybinks2008-02-191-8/+11
* added missing ";"tobigun2008-02-191-3/+3
* builds nice... and builds deb also that runs / works ..jaybinks2008-02-121-0/+3
* fixed the configure stuff though it needs some further adjustmentstobigun2008-02-061-4/+17
* Removed the FPC_V220 define. Now the build-in FPC_VERSION, FPC_RELEASE and FP...tobigun2008-02-051-7/+13
* small changes to check linux compilation.jaybinks2008-02-041-5/+6
* Bugfix: some inherited functions were missing.tobigun2008-01-251-6/+33
* bunch of smaller changes...jaybinks2008-01-121-1/+1
* added -localpaths command line switchjaybinks2007-12-201-3/+13
* made USDX function when file paths differ from previous expectations..jaybinks2007-12-201-0/+38
* - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled...tobigun2007-12-051-66/+116
* Fixed UPlatformLinux.paseddie-08152007-11-201-1/+1
* Changed Platform from Interface to Class.eddie-08152007-11-201-3/+3
* Changed d_name to name.eddie-08152007-11-081-5/+5
* Added UPlatform.pas. This should be the first step to move the simple platfor...eddie-08152007-11-081-0/+66