Commit Graph

4154 Commits

Author SHA1 Message Date
Tomas Hajny
ba6c703f82 * little addition/correction to FSearch fix 1999-09-13 17:35:15 +00:00
peter
8a941c2568 * typo in previous commit open_array -> chararray :( 1999-09-13 16:28:05 +00:00
peter
1163717044 * fix for jmps to be always near
* string writing fixed
1999-09-13 16:27:24 +00:00
peter
8a6774104d * fix crash with empty object as childs 1999-09-13 16:26:32 +00:00
peter
9853a752ab + clock
* backspace unident like tp7
1999-09-13 16:24:42 +00:00
peter
0004218ade * remvoed unused var 1999-09-13 16:23:42 +00:00
Jonas Maebe
66e28ab9c1 * fixed Arc: internallellipse went into an endless loop if StAngle =
EndAngle
  * FillEllipse is now much faster: no more floodfill,
    InternalEllipseDefault now draws the patternlines immediatety!
1999-09-13 12:49:08 +00:00
peter
b92c9ed1c4 * fixes from gabor, idle event, html fix 1999-09-13 11:43:59 +00:00
peter
244a1b5815 * fixed strlcat 1999-09-13 11:42:42 +00:00
fcl
48cc0ef888 * Changed some argument names (Root->ARoot etc.) because the new compiler
now performs more ambiguity checks  (sg)
1999-09-13 08:35:16 +00:00
florian
e8f6d4e836 * fixed a crash under Linux. Why doesn't have the damned Windows DPMI nil pointer
protection???
1999-09-12 21:35:38 +00:00
Jonas Maebe
062f4e5991 * several changes to internalellipse to make it faster
and to make sure it updates the ArcCall correctly
    (not yet done for width = 3)
  * Arc mostly works now, only sometimes an endless loop, don't know
    why
1999-09-12 17:28:59 +00:00
florian
6bbd06b90c * tnamedindexobject._name should be never accessed direct! Use the
function name instead
1999-09-12 15:45:11 +00:00
florian
fcd9a97bcb + tobject.methodaddress und tobject.methodname durchsucht nun auch
die Elternklassen
1999-09-12 14:53:26 +00:00
florian
c3b3c19887 + implemented creation of methodname/address tables 1999-09-12 14:50:50 +00:00
Jonas Maebe
0b1a446166 + bug0290 1999-09-12 12:19:55 +00:00
florian
02c2611b20 * bugs 593 and 607 fixed
* some other potential bugs with array constructors fixed
  * for classes compiled in $M+ and it's childs, the default access method
    is now published
  * fixed copyright message (it is now 1993-99)
1999-09-12 08:48:03 +00:00
florian
947db5dbe3 * fixed outtext(''), c was a byte, this leads to an underflow and
garbage was written
1999-09-12 08:02:22 +00:00
florian
73b01893ce + implementation of TObject.MethodName and TObject.MethodAddress (not
in the compiler yet)
1999-09-12 08:01:00 +00:00
fcl
c49d0f5ed2 * Added cregist.inc to list of include files (sg) 1999-09-11 22:14:26 +00:00
fcl
f1b4c5d0c0 * Imported function skeletons from old classes.inc
* Implementation of RegisterComponents and RegisterNoIcon  (sg)
1999-09-11 22:02:35 +00:00
fcl
0feb094199 * Activated component registration callbacks (sg) 1999-09-11 22:01:03 +00:00
fcl
c8506a42d3 * Moved class and registration functions to cregist.inc (sg) 1999-09-11 21:59:31 +00:00
florian
35eef74308 * bug fix for @tobject.method, fixes bug #557, 605 and 606 1999-09-11 19:47:26 +00:00
florian
cfe93a0aaf * first version, please keep it up-to-date 1999-09-11 19:45:33 +00:00
Jonas Maebe
cb55fd4de2 * FloodFill: did not take into account current viewport settings
* GetScanLine: only get line inside viewport, data outside of it
    is not used anyway
  * InternalEllipseDefault: fix for when xradius or yradius = 0 and
    increase xradius and yradius always by one (TP does this too)
  * fixed conlict in vesa.inc from last update
  * some conditionals to avoid range check and overflow errors in
    places where it doesn't matter
1999-09-11 19:43:00 +00:00
florian
6165d59dfd * bug #603 fixed 1999-09-11 11:23:58 +00:00
florian
a42799b4f2 * fix of my previous commit, make cycle was broken 1999-09-11 11:10:39 +00:00
florian
1609dde2ca * fixed bug #596
* fixed some problems with procedure variables and procedures of object,
    especially in TP mode. Procedure of object doesn't apply only to classes,
    it is also allowed for objects !!
1999-09-11 09:08:31 +00:00
florian
4c2361303c * some more fixes for stored properties 1999-09-10 20:57:33 +00:00
florian
df2b62c551 * some small improvements for stored properties test 1999-09-10 20:56:08 +00:00
florian
a9d8bfa1f7 * some bug fixes (e.g. must_be_valid and procinfo.funcret_is_valid)
* most things for stored properties fixed
1999-09-10 18:48:00 +00:00
peter
32603fd4b2 * fixed freeall 1999-09-10 17:15:13 +00:00
peter
62de5cdb72 * remove CR when reading one char less then size 1999-09-10 17:14:43 +00:00
peter
c7bd67fb54 * better errorcode returning using int21h,5900 1999-09-10 17:14:09 +00:00
peter
12e807b5bc * fixed missing var 1999-09-10 17:13:41 +00:00
peter
9ef54daf28 * fixed with <calln> do
* fixed finalize/initialize call for new/dispose
1999-09-10 15:42:50 +00:00
peter
ee77c458c2 * fixed couple of bugs 1999-09-10 15:41:29 +00:00
peter
96bd939047 * added symbol_end 1999-09-10 15:41:18 +00:00
peter
40291ee626 * fixed array check for operators, becuase array can also be a set 1999-09-10 15:40:46 +00:00
peter
3b5373c08a * fixed do_open flags to be > $100, becuase filemode can be upto 255 1999-09-10 15:40:32 +00:00
peter
651e3c0fda * updated 1999-09-10 08:44:20 +00:00
peter
77ab074f9e - 274 1999-09-10 08:37:53 +00:00
pierre
686c7c1eee * Breakpoint storage problem corrected 1999-09-09 16:36:30 +00:00
pierre
b0806dcf41 * some breakpoint related fixes and Help contexts 1999-09-09 16:31:45 +00:00
pierre
612a73280d * ModuleNames was not created in TMessageListBox.Load 1999-09-09 16:30:37 +00:00
pierre
0ab3f2a7d1 + Stack Window 1999-09-09 14:20:05 +00:00
pierre
c1aa1ecbea * status should not be present in TCompilerMessage.GetText 1999-09-09 14:19:16 +00:00
pierre
1f1576ef0b + cmCopyWin,cmPasteWin 1999-09-09 14:15:27 +00:00
pierre
0f37f6394b * GDB needs lowercase filenames for tbreak 1999-09-09 14:11:56 +00:00