1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Commit Graph

1153 Commits

Author SHA1 Message Date
Raymond
4a357ec461 Getting the ScriptManager somewhere! 2010-09-11 23:24:53 +02:00
Merlijn Wajer
6dbf566879 Merge branch 'master' of ssh://villavu.com:54367/simba 2010-09-11 19:11:20 +02:00
Merlijn Wajer
a00fbaaf2d Makefile change by moparisthebest 2010-09-11 19:11:05 +02:00
Raymond
cf05f50411 Updated rev number + compile fix. 2010-09-11 17:48:21 +02:00
Raymond
85bd8a6733 Changed Rutis Wrapper app to work with var-parameters, added fix by Nielsie to make RUTIS support var parameters for imported funtions.. Recreated the wrappers. 2010-09-11 16:30:39 +02:00
Raymond
2d530e0b4e Added goto dialog 2010-09-11 14:17:32 +02:00
Raymond
ffe9fd2b2a Made test file nicer. 2010-09-11 14:05:28 +02:00
Raymond
6c40005b17 Added MessageBox/ShowMessage/MessageDlg see messagebox.simba 2010-09-11 14:01:56 +02:00
Raymond
f825ea80e6 Added some test files. 2010-09-11 14:01:33 +02:00
Raymond
90ba36babb Minor fixes + Added all the RUTIS shit 2010-09-11 01:10:49 +02:00
Merlijn Wajer
a2a151fc49 Quick fix 2010-09-09 21:32:55 +02:00
Merlijn Wajer
e360f21ba0 Doc: DTM additions, fixes for ui and colourfinding. 2010-09-09 21:29:17 +02:00
Merlijn Wajer
f972acfcd3 New Makefile by Moparisthebest 2010-09-09 19:34:55 +02:00
Merlijn Wajer
1f58db7da3 More Documentation additions 2010-09-09 17:53:07 +02:00
Merlijn Wajer
47886fdf25 More documentation changes + additions.
Mainly skeletons of all the functions without further explanation and examples.
2010-09-09 17:19:29 +02:00
Merlijn Wajer
bc7c429195 Documentation changes. 2010-09-09 16:40:57 +02:00
Raymond
5d4884e5cd Leet-alized the wrapper app. 2010-09-06 22:32:04 +02:00
Merlijn Wajer
620d6ebcb5 Compiling fix for Windows 2 2010-09-06 21:06:28 +02:00
Merlijn Wajer
1858e73538 Compiling fix for Windows 2010-09-06 21:01:40 +02:00
Merlijn Wajer
8b0807a91b Merge branch 'master' of ssh://villavu.com:54367/simba 2010-09-06 00:24:51 +02:00
Merlijn Wajer
b46d586023 OCR documentation.
Complete except for documentation on how to _find_ text.
2010-09-06 00:24:22 +02:00
Raymond
5fbefe7dbe Merge branch 'master' of ssh://villavu.com:54367/simba 2010-09-06 00:00:32 +02:00
Raymond
98fac58346 Half-way making the wrapper apps do multiple files at once. 2010-09-06 00:00:21 +02:00
Merlijn Wajer
2514e792cf Some documentation changes. 2010-09-05 23:27:33 +02:00
Merlijn Wajer
0e73c91ecc Merge branch 'master' of ssh://villavu.com:54367/simba 2010-09-05 20:44:40 +02:00
Merlijn Wajer
a65983437e Big changes to libMML and PyMML.
*   Support multiple clients.
*   Support for array passing. (Copied on FPC side)
*   Partially new coding convention.
2010-09-05 20:43:45 +02:00
Niels
5bed611826 Wrapper Converter for RUTIS. 2010-09-05 20:31:56 +02:00
Merlijn Wajer
1d17f75796 Colour Conversion, Bitmaps documentation. 2010-09-05 17:29:52 +02:00
Merlijn Wajer
522973fdfa Small bitmaps change 2010-09-04 20:23:23 +02:00
Merlijn Wajer
107ddb5d7e TMufasaBitmap partial documentation. 2010-09-04 20:22:49 +02:00
Merlijn Wajer
966f69e8f9 Makefile for FPDoc + more documentation 2010-09-04 15:28:04 +02:00
Merlijn Wajer
853b5227d0 First code documentation using LazDoc.
It also added the os_linux unit to Simba.lpr, I guess it needs to do this for
the FPDoc to work properly.
2010-09-04 14:16:52 +02:00
Merlijn Wajer
3d485deba3 Unified Makefile 2010-09-04 10:41:02 +02:00
Merlijn Wajer
9cdd005cc2 A few documentation changes. 2010-09-03 23:22:31 +02:00
Merlijn Wajer
1d6aa46735 Add Makefiles by moparisthebest 2010-09-03 23:21:15 +02:00
Merlijn Wajer
d3d34d383a Colour Finding documentation is now ``complete''.
Additions are more than welcome! Some functions probably need a better
description or example.
2010-09-03 00:50:48 +02:00
Merlijn Wajer
e8cb6ee685 Small change 2010-09-02 18:32:23 +02:00
Merlijn Wajer
947d026d91 Add one line to TODO 2010-08-27 21:52:02 +02:00
Merlijn Wajer
5ff48ae017 Fix casing 2010-08-27 15:22:55 +02:00
Merlijn Wajer
bb4a3ed614 Fix casing in unit names 2010-08-27 14:41:55 +02:00
Merlijn Wajer
d0db0d8da5 Documentation TODO updated 2010-08-26 23:53:20 +02:00
Merlijn Wajer
a95f9ea14a Documentation 2010-08-26 23:48:22 +02:00
Merlijn Wajer
b8f4f97084 Changes to RUTIS to allow it to work on Linux. Additional units may have to be touched when we start using them. This also does not yet touch the x64 compilation issues 2010-08-24 00:09:05 +02:00
Merlijn Wajer
ff86c034e8 Fix compilation on Linux 2010-08-24 00:01:25 +02:00
Raymond
932f0fd8f9 Minor changes 2010-08-20 17:55:03 +02:00
Raymond
9d162c1bfb RUTIS to the source 2010-08-20 17:21:43 +02:00
Raymond
1eba2fdb8f Added RUTIS to Simba (You can now choose between RUTIS and PascalScript) 2010-08-20 17:21:04 +02:00
Raymond
64e2bd4d5e +extdecl 2010-08-20 13:30:58 +02:00
Raymond
807905c896 Added Disguise+Status+ClearDebugImg..
Redesigned the way form-interactions are done.
2010-08-18 01:22:03 +02:00
Raymond
4810850ad1 Compile fix for latest LCL + you can now fold comments. 2010-08-15 00:50:23 +02:00