Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: JackShannon/Simba

Tags

simba-0.98.2

Toggle simba-0.98.2's commit message
Simba 0.98.2

GitBraK (2):
      TPA Docs Update - Bored...
      Fixed a mistake with Naming. Added to File Documentation.

John P (Dgby714) (2):
      MML: FindFile fix.
      MML: Fixed Header, Picky about consts...

Kevin Brightwell (2):
      Added LevDistance and NormLevDistance.
      Added lape info.. no idea why it won't compile. Check the mmlpsthread.pas

Merlijn Wajer (15):
      Update Documentation version to 0.98.
      Update lape head.
      SimbaVersion -> 981.
      Add Simba/<Version> to User Agent.
      Some documentation changes.
      Fix FindDeformedBitmapToleranceIn.
      Fix CTS 2 bug.
      CTS 2 Optimisation.
      Another CTS 2 fix.
      Update lape head.
      Bump version to 982.
      Add LAZARUS_PATH to Makefile args.
      Fix CTS 2, CTS 3 and RGB<->XYZ.
      Remove debug.
      Update LAPE head.

mormonman (5):
      TPAFromEllipse/TPAFromCircle/SortATPAFromMidPoint
      Color Conversions added for CIELab
      FillEllipse, SortTPAByX/Y, FindTPARows, FindTPAColumns
      CalculatePixelShiftTPA
      CalculatePixelToleranceTPA

simba-0.98.1

Toggle simba-0.98.1's commit message
Simba 0.98.1. Contains backported fixes as well as some new functions.

Important fixes:
    -   CTS 2 tolerance fix
    -   FindDeformedBitmapToleranceIn fix
    -   FindFile fix for including files.

Shortlog:

GitBraK (2):
      TPA Docs Update - Bored...
      Fixed a mistake with Naming. Added to File Documentation.

John P (Dgby714) (2):
      MML: FindFile fix.
      MML: Fixed Header, Picky about consts...

Kevin Brightwell (2):
      Added LevDistance and NormLevDistance.
      Added lape info.. no idea why it won't compile. Check the mmlpsthread.pas

Merlijn Wajer (8):
      Update Documentation version to 0.98.
      Update lape head.
      SimbaVersion -> 981.
      Add Simba/<Version> to User Agent.
      Some documentation changes.
      Fix FindDeformedBitmapToleranceIn.
      Fix CTS 2 bug.
      CTS 2 Optimisation.

mormonman (5):
      TPAFromEllipse/TPAFromCircle/SortATPAFromMidPoint
      Color Conversions added for CIELab
      FillEllipse, SortTPAByX/Y, FindTPARows, FindTPAColumns
      CalculatePixelShiftTPA
      CalculatePixelToleranceTPA

simba-0.98

Toggle simba-0.98's commit message
Simba 0.98.

Major changes:

    -   TMFinder rework
    -   CTS 3
    -   Updated Extensions
    -   Memory Manager Setting for Plugins.
    -   Lape experimental support
    -   SendKeys now takes a wait parameter.
    -   Exported SIMBA<VERSION> and SIMBAMAJOR<VERSION>.
    -   Fixed WARNING/ERROR/LOADLIB directives inside conditionals.
    -   Fixed a small bug in OCR loading.
    -   Renamed ps_Tan to Tan.
    -   Exported TMufasaBitmap.LoadFromTBitmap.
    -   Added TWinControl.DoubleBuffered
    -   DTM Editor fixes.
    -   Removed Find*Optimised functions.
    -   Various documentation changes.

Amongst bugs fixes are:

    -   359
    -   357
    -   355
    -   352
    -   349
    -   342
    -   341
    -   334
    -   331
    -   324
    -   321
    -   215
    -   313
    -   297
    -   309
    -   222

See http://bugs.villavu.com for more information on each bug.

simba-0.97.8

Toggle simba-0.97.8's commit message
778.

simba-0.97.7

Toggle simba-0.97.7's commit message
Version -> 977.

simba-0.97.6

Toggle simba-0.97.6's commit message
Bump version to 976.

simba-0.98-rc7

Toggle simba-0.98-rc7's commit message
Define SIMBAMAJOR as well.

simba-0.98-rc6

Toggle simba-0.98-rc6's commit message
Fixed failing FindBitmapSpiral(Tolerance) functions.

    Some minor changes:

    Kevin B (1):
          TStrings -> TStringList.

    Merlijn Wajer (17):
          Remove reflection from docs.
          Remove double lape files.
          Update lape submodule.
          Tan was called ps_Tan.
          New Upchars!
          Fix merge gone wrong.
          Split up libmml.
          FreeBitmap raises an exception now.
          Change text of LoadFile. Bug Villavu#349.
          Remove debug message from LoadFile.
          Initial version of finder tests.
          Lape cleanup
          More (untested!) tests.
          Finder: Works now.
          Temporary smallchars font.
          Fix FindBitmapSpiral(Tolerance) bugs.
          Enhance tests.

    Niels (3):
          Minor changes.
          Minor changes.     Updated Lape to HEAD.
          Lape update to HEAD.

simba-0.97.5

Toggle simba-0.97.5's commit message
Bump version to 975.

simba-0.98-rc5

Toggle simba-0.98-rc5's commit message
Simba 0.98-rc5.

git shortlog simba-0.97.4.. --no-merges|cat
Cohen Adair (10):
      Extensions: SRLRemote.sex
      Edited Extensions/SRLRemote.sex via GitHub
      Edited Extensions/SRLRemote.sex via GitHub
      Extensions: SRLRemote.sex
      Edited Extensions/SRLRemote.sex via GitHub
      Edited Extensions/SRLRemote.sex via GitHub
      Made frm.position screen center (my taskbar always covered the top of frm)
      Removed Reflection from SRL updater and added SPS and MSI
      Emptied MSI updater so it doesn't conflict with new updater
      Renamed SRL remote and changed the name and menu option

GitBraK (3):
      Added Example for HoldMouse to Docs
      Add more Mouse+Keyboard Documentation
      More Mouse+Keyboard Documentation

John P (Dgby714) (5):
      Lape Integration, TLPThread work
      TLPThread update, Lape settings, Add Lape unit to OtherUnitFiles
      TLPThread update, Uncommented Lape Defines
      TLPThread Update      - Init Result to False in OnHandleDirective.        - Override lape _writeln, Now adds to Debug memo.
      PascalScript: Added TWinControl.DoubleBuffered.

Kevin Brightwell (1):
      Updated srl.sex to not use the reflection include.

Merlijn Wajer (82):
      Finder: Trying a different CTS approach.
      More cleanups to CTS.
      CTS rework for FindColorsTolerance.
      CTS: Cleanups.
      Completed first CTS rework.
      CTS cleanups.
      CTS work. CTS 2 is still broken for bitmaps.
      FindBitmapToleranceIn now works.
      Add L*a*b CTS (3).
      CTS 3: Now implement the formula properly.
      CTS 3: Fix typo.
      Add CTS 3 to FindColorsTolerance.
      Lape: Add lape submodule.
      Simba/Doc: Add Raymond to doc.
      Small TODO update.
      Finder: Start CTS rework.
      Finder: CTS-rework fixes.
      Finder: More fixes. :-)
      Finder: Remote tolerance param. Cleanups.
      Finder: CTS 2 fix.
      Finder: More rework and cleanups.
      Documentation: Initial libMML documentation.
      Documentation: Bump version to 820.
      libMML: Changed the indentation.
      Lape: Add Wrappers project.
      Lape: Update head.
      MMLCore: FindBitmapToleranceIn cts rewrite.
      Tests: Add BmpBench.
      MML/Core: Fixes for FindBitmapToleranceIn.
      MML/Core: FindBitmapToleranceIn is nearly finished.
      MML/Core: FindBitmapToleranceIn seems to work.
      MML/Core: Cleanup.
      Tests: Update BmpBench.
      MMLCore/finder: Small cleanup.
      MML/Finder: CTS: Bitmap+Color functions done.
      MML/Finder: FindDTMs rework done.
      MML/Finder: FindDTMsRotated rework.
      MML/Finder: Fix FindDTMsRotated.
      MML/Finder: Fix all compiler hints + bug.
      Lape: Update HEAD.
      Lape: Update HEAD.
      Lape: Add wrappers.
      Lape-wrappers: Fix by nielsie95.
      Lape: Most types added. Interpreter starts.
      Merge new CTS/Finder system.
      Merge new CTS/Finder system.
      Documentation: Fix merge gone wrong.
      Lape: Update HEAD.
      Squashed commit of the following:
      Lape: Cleaned up exported methods file.
      Lape: Update wrappers.
      Lape: Update HEAD.
      Lape: Update HEAD.
      Relocate lape submodule.
      Lape: Update HEAD.
      Lape: Compiles again with lape ps support.
      Lape: Update HEAD.
      Lape: Update head.
      Lape: Update HEAD.
      Fix spelling mistakes.
      Bump version to 980.
      Fix compilation against latest Lape.
      Add DeleteFile to LPInc.
      Merge CTS 3.
      Fix Makefile to work with Lape.
      Fix Makefile to work with Lape.
      Exported LoadFromTBitmap; untested.
      Lape: Update HEAD.
      CTS 3 documentation.
      Fix SendKeys on Lape.
      Fix segfault in all DTM functions.
      Update lape HEAD..
      Finder: Remove double code.
      FindBitmapSpiralTolerance clean up.
      Update lape submodule.
      Export TMufasaBitmap.LoadFromTBitmap.
      Fix spelling.
      Fix spelling for lape too.
      Fix lp_file.inc
      Fix SendKeys example.
      Cleanup.
      Small fix.

Niels (7):
      Added debug message for when initializing the interpreter fails.
      Fixed a bug in lape wrapper generation.
      New lape wrappers.
      Commented functions that cannot be imported yet for lape.
      Little bugfix in lape wrapper generator + new wrappers.
      Simba compiles again now.
      Wrapper generators fix.

Raymond (2):
      Removed Find*Optimised     XYZ is no longer treated as percentages (values from 0..1, instead of 0..100).     Added cts -1, which is only accessible from withint Finder (it ignores the tolerance parameter)     Made Find-functions that took no tolerance parameter use the tolerance version with cts -1     Inlined colour conversion for cts2 and cts3 (which should optimize cts2 'quite' a bit).
      Small bugfix in Font-loading

h (1):
      SPS Updater