Commit Graph

5066 Commits

Author SHA1 Message Date
Jonas Maebe
ace77883c8 * fixed bug with -dreplacereg 2000-01-03 17:11:17 +00:00
Jonas Maebe
33b6e19f1f * fixed "quick hack, to overcome Delphi 2" :) 2000-01-03 17:10:39 +00:00
marco
3320a98eaa * Fixed Linux code that got time of day. Removed Timezone parameter 2000-01-03 14:59:03 +00:00
marco
63f0c59697 * Fixed broken comment 2000-01-03 13:51:08 +00:00
michael
550220b663 Changes from Gabor 2000-01-03 11:38:33 +00:00
Jonas Maebe
39343bf688 * removed/commented out (inited but) unused vars and unused types 2000-01-02 19:02:39 +00:00
Jonas Maebe
0e4fe19488 * made floodfill a *LOT* faster (better DrawnPoints management) 2000-01-02 19:01:32 +00:00
Jonas Maebe
96b6cdedae * another small fix to getpixel320 and putpixel320 (when clip = off) 2000-01-02 19:00:30 +00:00
Jonas Maebe
14bc1b379d * again small fix to patternline-, hline- and getscanlinevesa256 2000-01-02 18:51:05 +00:00
Tomas Hajny
5e32309c67 * cdecl added for doscalls routines 2000-01-02 17:45:25 +00:00
Tomas Hajny
4391a43070 * warning notes added 2000-01-02 17:37:42 +00:00
Tomas Hajny
3eb5f51a96 * it might even work now ;-) 2000-01-02 17:13:12 +00:00
Tomas Hajny
39c2e320cf + unit Ports added 2000-01-02 16:38:51 +00:00
Tomas Hajny
b7b725de76 + initial OS/2 release 2000-01-02 16:05:36 +00:00
marco
43c87be76d * updated 2000-01-01 15:10:49 +00:00
marco
a24b98ad02 * added voxel 2000-01-01 15:07:46 +00:00
marco
0f5a9520ec * initial version 2000-01-01 14:58:01 +00:00
marco
b3353cdf96 * killed, renamed to fpcgames.txt 2000-01-01 14:57:15 +00:00
marco
6aa1947066 * added Voxel description 2000-01-01 14:54:47 +00:00
marco
fa4ef10032 * Added bp comtibility
:wq
 * bp compat routines




B
B
B
2000-01-01 14:54:16 +00:00
sg
eb178568eb * Added XGetVisualInfo 1999-12-31 19:16:01 +00:00
marco
b3a33a40b8 Binary data helpfile for QUAD 1999-12-31 17:20:54 +00:00
marco
ab79b14b46 New FPCGAME demo, Quad 1999-12-31 17:20:34 +00:00
marco
2bd8c56263 New fpcgame, MAZE 1999-12-31 17:20:11 +00:00
marco
78befc7ec6 New FPCGAME, initial version 1999-12-31 17:19:38 +00:00
marco
e64cd0616c Initial version 1999-12-31 17:19:02 +00:00
marco
9825b842ea initial version 1999-12-31 17:17:24 +00:00
marco
40313ff321 Graphical version and fixes. BP cursorroutines moved from FPCTRIS 1999-12-31 17:05:25 +00:00
marco
ddbb4377dd Graphical version 1999-12-31 17:04:22 +00:00
marco
3f1c1e087b Graphical version +2fixes 1999-12-31 17:03:50 +00:00
marco
b15ce43819 B
:i
:i
     Fpctris edited

B
B


B
B
1999-12-31 17:02:42 +00:00
peter
3cc443d181 * fixed crash with empty array constructors 1999-12-31 14:26:27 +00:00
peter
56c602fc83 * added [] crash test for array of byte
* added TObject property test
1999-12-31 14:24:58 +00:00
peter
c791505a38 * fixed rtti generation for classes with no published section 1999-12-31 14:24:34 +00:00
sg
697a387588 * Support for empty documents (0 lines)
* Renaming of *Renderer to *Widget
1999-12-30 21:12:43 +00:00
sg
d080b353e7 * Shortened copyright notice 1999-12-30 21:11:34 +00:00
sg
d3eee8c9f4 * Fixed some keyboard issues 1999-12-30 21:10:24 +00:00
sg
7878572843 * Lot of renamings 1999-12-30 21:05:08 +00:00
sg
83856ede6a * Major restructuring and simplifications 1999-12-30 21:03:25 +00:00
sg
ebab323aef * Name change: Renderer -> FWidget 1999-12-30 21:02:49 +00:00
sg
5d0b7809a3 * Shortened copyright notice 1999-12-30 21:02:14 +00:00
sg
c3afb8ded6 * First version 1999-12-30 21:01:40 +00:00
peter
972ba5215a * fixed and;jmp being translated into test;jmp 1999-12-30 17:56:44 +00:00
peter
8ee9f7a531 * fixed funcret within inlined procedure 1999-12-30 15:04:31 +00:00
peter
c11fb78c5c * fixed crash with undefined variable 1999-12-30 15:02:10 +00:00
Jonas Maebe
c2020897fd + by default, also attempt to install the fonts that come with TP7 1999-12-29 17:26:00 +00:00
Jonas Maebe
a4fc0eba52 * fixed put- and getpixel320 for fpc 1999-12-29 16:43:44 +00:00
Jonas Maebe
293e8aab2c * fixed small bug in hlinevesa256, getscanlinevesa25 and patternlinevesa256
* small speed-up in the above procedures
1999-12-29 12:15:41 +00:00
Jonas Maebe
e2892ee93a * replaced "movl mem,%eax; xorl %eax,%eax" with "movl mem,%eax;
testl %eax,%eax"
1999-12-28 12:19:36 +00:00
sg
89314732f1 * the long version of AssignStream now sets the result value to -1 in
_all_ cases when it would fail.
1999-12-28 09:38:07 +00:00