Simba 1.0 Release Candidate 2
Pre-release
Pre-release
JohnPeel
released this
26 Sep 00:05
·
3553 commits
to simba2000
since this release
Bart de Boer (1):
- new splitTPA
John Peel (14):
- Lape Classes: Exported Parent on TControl
- Simba: Fixed Function List in Lape, as well as some preliminary Code Completion.
- Simba: Function List now shows Lape methods (was showing PS)
- Simba: Fix header in simbaunit.pas file. (Accedently modified copywrite)
- Simba: Update Function List on Interpreter Change
- Simba: Added a define to CodeInsight
- Simba: FunctionList, Take into account Interpreter Changes for Script updates
- Simba: Don't show a file more than once on the FunctionList
- MML: Expand Filenames Simba: Expand Filenames in CodeInsight and Don't show includes more than once.
- Simba: Removed a debug WriteLn
- Revert "new splitTPA"
- Simba: Lape has issues with overloading methods on type methods from both parent and child.
- Simba: Reverted my attept at filling the ValDefaults.
- Update mmlpsthread.pas
Merlijn Wajer (5):
- Update search path.
- Fix a bunch of Linux compilation problems.
- Fix OCRTool.
- Remove lpexportedmethodsinc.inc
- Change to GetCurrentThreadID; FPC bug was fixed.
Nicholas Fratello (4):
- Update lpcompile.inc
- Update pscompile.inc
- Update lpcompile.inc
- Update pscompile.inc
Olly (8):
- added procedures sortATPAFromFirstPointX / Y.
- fixed TMufasaBitmap.createTPA, renamed it to more suitable name (TMufasaBitmap.findColors), and exported it to ps (previously wasn't)
- added tpa functions (medianTPA, filterTPAsBetween)
- added MultiBetween and StringMatch
- Added IsArrInStr, cleaned up middlebox so it's now in the correct section (math, previously in tpa)
- new ClearDoubleTPA algorithm
- Simba: Exported FindColorsBitmap to Lape.
- new ClearTPAFromTPA
olly (3):
- added filterpointsbox!
- doc test(filterpointsbox)
- added docs for the functions + added docs for some missing tpa functions.