1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-27 11:32:18 -05:00

Commit Graph

  • a2b85fe786 Added MDTM.LoadFromString + MDTM.Normalize; Raymond 2010-05-20 11:12:20 +0200
  • dd0a88e965 Some functions did require the CurrThread variable. Raymond 2010-05-20 10:29:17 +0200
  • 3cb659dbf6 Merge ssh://villavu.com:54367/simba Niels 2010-05-20 10:09:08 +0200
  • 0acdef9d72 Tried to got DTM editor working as extension, but it still needs a lot of work. Niels 2010-05-20 10:08:54 +0200
  • 00a33a3b20 Added the gutter image.. It seems to SIGSEV Simba though, this syncron edit (sometimes).. Weird Raymond 2010-05-20 01:35:50 +0200
  • 716dc93834 Added syncronized editing to Simba! Raymond 2010-05-20 01:05:33 +0200
  • 852edf55fc Fixed small issue + new rev number Raymond 2010-05-19 23:32:54 +0200
  • 363e7d394f left some debug info Raymond 2010-05-19 22:58:52 +0200
  • c3cb6ec1ba New rev Raymond 2010-05-19 22:50:03 +0200
  • 0a2ec3af12 Added MDTM.Index + rev number Raymond 2010-05-19 22:47:12 +0200
  • 780190e2c7 Added ScrollMouse, BiDiMode and added CopyClientToBitmap to the TMufasaBitmap Raymond 2010-05-19 22:36:45 +0200
  • 65f37d861e Extensions should have acces to some MML-objects now as well! Raymond 2010-05-19 20:24:30 +0200
  • b045268ba5 Woops.. Some shit Raymond 2010-05-19 20:05:40 +0200
  • 6ecc1ce2ad Eventjes overwriten ofzo Raymond 2010-05-19 20:03:26 +0200
  • 487e5e5144 Added some stuff.. :) Raymond 2010-05-19 20:01:46 +0200
  • 1eaac406b5 Fixed a lil' bug. Niels 2010-05-19 19:40:07 +0200
  • 9d59b3d6ee Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-05-19 17:24:17 +0200
  • e57b3e7213 PyMML indentation fix + cleanup. Merlijn Wajer 2010-05-19 17:23:32 +0200
  • 054e04c615 Mod credits. Merlijn Wajer 2010-05-19 17:23:10 +0200
  • ca34d1011c Merge branch 'master' of ssh://villavu.com:54367/simba Raymond 2010-05-19 16:01:36 +0200
  • 1a936b4500 Revised DTM system.. Now DTM is an object, holding an Array of MDTM Points. Raymond 2010-05-19 16:01:01 +0200
  • 9d902708d5 Support to open multiple files at once. Niels 2010-05-19 15:49:55 +0200
  • 7f874b710b Added Save as Default Niels 2010-05-19 14:56:10 +0200
  • f31af1d628 Fixed nested comments issue. Niels 2010-05-19 14:22:09 +0200
  • 9b2683d61b Merge ssh://villavu.com:54367/simba Niels 2010-05-19 13:35:52 +0200
  • a50a9199d0 AutoShow codecompletion. Niels 2010-05-19 13:34:59 +0200
  • 51d7f5a4b2 Added default case-statement highlighting to the Laz-color scheme. (You'd need the latest LCL for this). Raymond 2010-05-19 11:56:11 +0200
  • 5dc6d43595 We need to revise the DTM-system.. Raymond 2010-05-19 11:44:25 +0200
  • f5c6880829 Believe directives are supposed to be processed like this. Niels 2010-05-19 10:50:29 +0200
  • e3d359b088 LoadDLL is now LoadLib (and it can also be used as a compiler directive {$loadlib libsmart}). Fixed a bug in PS-Script. Also fixed a segfault which would occur if you would do Ctrl + Space before it was done filling the corebuffer.. Raymond 2010-05-18 20:58:15 +0200
  • a4c7c30e77 Updated PascalScript Raymond 2010-05-18 18:53:11 +0200
  • 2cfd77c490 You can now click on functions in the function list again :) Niels 2010-05-18 16:24:01 +0200
  • 86b0077021 Added a Sleep(1) to the Idle handler in param hint, so CPU usage gets cut down to ~1% Niels 2010-05-18 15:50:21 +0200
  • 7c49e4b9f7 Made sure you can't open files that don't exist in function list (for libraries), also added IS_INCLUDE to the parser. Niels 2010-05-18 15:01:08 +0200
  • 9eef7669c6 Forgot to remove a debugline. Niels 2010-05-18 14:32:14 +0200
  • ac693b663c Added support for DLLs to code completion. Niels 2010-05-18 14:14:22 +0200
  • 48eba95926 Fixed a serious bug in codeinsight. Niels 2010-05-15 23:56:45 +0200
  • 4f6ad407e1 Fixed this unicode issue, I think. Raymond 2010-05-15 13:57:55 +0200
  • 62bfea8be2 Added TPicture, and made this a property at the TImage. Raymond 2010-05-14 22:03:18 +0200
  • 9686a4cd86 Shortcut boolean evaluation + fix for non-exported canvas stuff. Raymond 2010-05-13 16:42:51 +0200
  • 6799faca66 Forgot something. Niels 2010-05-13 12:26:38 +0200
  • 7f7d95a497 Added define IS_INCLUDE to included files (may be useful for SRL). Niels 2010-05-13 12:14:33 +0200
  • 10488dd0f8 Merge ssh://villavu.com:54367/simba Niels 2010-05-13 11:42:10 +0200
  • d47ded5f5c Typo Raymond 2010-05-13 00:35:47 +0200
  • 84f9ee6587 Fixed bug in Arctan2, added new function ChangeDistPT and ChangeDistTPA. Raymond 2010-05-12 23:51:18 +0200
  • 6bbdc985ba Added & fixed GetFiles/GetDirectories. Raymond 2010-05-12 22:55:36 +0200
  • d794c5e420 Fixed small bug in Bitmap Conversion tool. Raymond 2010-05-12 19:13:03 +0200
  • 559a3f977c Added Compress/Decompress String; Base64 conversion and 'procedure Simba' Raymond 2010-05-12 19:05:56 +0200
  • adcc10fc58 Fixed *dickish* bug! Raymond 2010-05-12 13:01:29 +0200
  • 12cb2c1513 Bitmap conversion now operational Raymond 2010-05-11 20:52:17 +0200
  • 229cdd6886 Fixed bug in freeing, Simba was freeing an already freed component! Raymond 2010-05-11 19:04:35 +0200
  • 495c652e9c Added DebugLn Raymond 2010-05-11 16:22:25 +0200
  • 8f306ce787 Renamed: The project to Simba, TestUnit to SimbaUnit. Raymond 2010-05-11 15:13:27 +0200
  • 906418873c Renamed the containing folder.. Raymond 2010-05-11 14:57:27 +0200
  • 98359e445a Renamed the mainform, renamed the testunit added begining for a bitmapConversion tool. Raymond 2010-05-11 14:56:11 +0200
  • db2c2d3b72 Added Sar,Ror and Rol for bitwise operations. Raymond 2010-05-11 02:26:47 +0200
  • b10ecdc9ff Typo in PixelShift. Raymond 2010-05-10 23:58:18 +0200
  • b7ac0e8dec Fixed unwanted Segfault + small update in UntarEx Raymond 2010-05-10 14:39:49 +0200
  • 9c76c1a191 Latest smart Raymond 2010-05-10 13:53:02 +0200
  • 07aca712a6 Fixed bug in Constructors for PS. Raymond 2010-05-09 23:37:28 +0200
  • b6f2d14ca2 Grr Merlijn Wajer 2010-05-09 22:57:58 +0200
  • 3ba7e3a4c4 ... Merlijn Wajer 2010-05-09 22:56:23 +0200
  • 8b7cb5ce26 Volgens mij heb ik dit gesloopt ofzo Raymond 2010-05-09 22:54:34 +0200
  • 6c1ba3dc42 Fuck you Raymond 2010-05-09 22:53:33 +0200
  • ab4d147e08 DONNO Raymond 2010-05-09 22:50:52 +0200
  • c8103490d8 OCRBench updated. Fix in FontLoader. Merlijn Wajer 2010-05-09 22:46:26 +0200
  • 486e22d0db Fixed bug with open parameter. Added new TPA function. Fixed bug with interpreter where it wouldn't return right in case of a class as result. Raymond 2010-05-09 14:34:40 +0200
  • 469d9d02e5 Fix command line args Merlijn Wajer 2010-05-09 13:17:06 +0200
  • 85f608d515 Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-05-09 11:34:49 +0200
  • 991b16eb52 Fix compilation on Linux Merlijn Wajer 2010-05-09 11:34:40 +0200
  • 12fca93826 Silly mistake :$ Raymond 2010-05-09 01:12:42 +0200
  • 1cd909537d New TPA function Raymond 2010-05-08 23:36:46 +0200
  • 1575c1ec11 Added few TPA functions (OffsetTPA,OffsetATPA,FloodFillTPA,CopyTPA,CopyATPA).. Changed most of the Array parameters to be Consts (this saves the need of copying the whole array just to pass it to the method). Changed the debug image borders back to toolwin.. Added constants MaxInt/MaxLongInt Raymond 2010-05-08 03:20:26 +0200
  • 4dc83e9397 Stop "fucking" dragging the forms to your 5000th screen and upload this edited lfm.. As a result, I need to manually edit those LFM's the whole time you commit! /me is not amused Raymond 2010-05-07 23:48:09 +0200
  • 450c60abd6 Small bug that would cause simba to AV. Raymond 2010-05-07 14:45:17 +0200
  • b5cf19a770 Merge ssh://villavu.com:54367/simba Niels 2010-05-04 13:41:12 +0200
  • a8091d58b9 So... SRL Player form now compiles and sort-off runs.. Doesn't work though. Raymond 2010-05-02 00:44:30 +0200
  • 038ab65706 Merge branch 'master' of ssh://villavu.com:54367/simba Raymond 2010-05-01 15:00:33 +0200
  • 2baf3670df Donno, need to commit somehow. Raymond 2010-05-01 15:00:23 +0200
  • e4fe1fae56 Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-04-30 23:26:05 +0200
  • c0b780fce5 Small style fix Merlijn Wajer 2010-04-30 23:25:26 +0200
  • e2712ad9a7 Add LoadFont and FreeFont Merlijn Wajer 2010-04-30 23:25:15 +0200
  • 46262acec6 DTMs are now stored as pointers internally. Raymond 2010-04-30 14:37:01 +0200
  • 204ae425c0 Resolve #154 Merlijn Wajer 2010-04-29 19:21:56 +0200
  • af80b2bbe9 Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-04-29 19:01:23 +0200
  • 9f59e8b3fd Resolve 169 Merlijn Wajer 2010-04-29 19:01:20 +0200
  • cfb407b809 New Rev-number :). Raymond 2010-04-29 13:49:48 +0200
  • 0fe865619c Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-04-29 12:51:56 +0200
  • b84473a319 Revert "merge" Merlijn Wajer 2010-04-29 12:51:49 +0200
  • d97c7474d9 merge Merlijn Wajer 2010-04-29 12:51:25 +0200
  • 846647a933 Merge branch 'master' of ssh://villavu.com:54367/simba Raymond 2010-04-29 11:33:17 +0200
  • 325493c8e2 Fixed small bug. Raymond 2010-04-29 11:33:04 +0200
  • 540dbccfe9 TODO Merlijn Wajer 2010-04-29 00:45:38 +0200
  • c3677b57d8 Merge ssh://villavu.com:54367/simba Niels 2010-04-28 10:16:49 +0200
  • 51dddfe88a Removed unneeded writeln. Niels 2010-04-28 10:16:37 +0200
  • b082c75daa Hex-conversion functions added. Raymond 2010-04-27 20:30:51 +0200
  • f8101a4227 Reverted stupid mistakes. Raymond 2010-04-25 23:11:48 +0200
  • 22d9fffd05 Merge branch 'master' of ssh://villavu.com:54367/simba Merlijn Wajer 2010-04-25 21:34:35 +0200
  • bfc3315816 Patch by r0b0t1 Merlijn Wajer 2010-04-25 21:34:27 +0200
  • 7df5de9fb9 New rev number Raymond 2010-04-25 20:35:19 +0200