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

334 Commits

Author SHA1 Message Date
Raymond
707cfb814a Added kind-of experimental 'firefox-search'.
Will finish it later.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@184 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 17:23:34 +00:00
Wizzup?
2381c4814b Uptext test script
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@183 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 14:31:36 +00:00
Wizzup?
751d04436a Made a different RS Text Extractor. I think it works better in most cases,
but it needs some more work. I need to write a floodfill to remove noise.

Apart from that, < 5ms for rs_getuptext isn't bad.



git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@182 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 12:57:39 +00:00
Wizzup?
7fbef67005 Added an Exception when ReturnData encounters an error.
The Exception will be removed once we have taken a look at the bug I just filed.
The bug tracker isn't open yet - so no link for now.




git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@181 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 02:09:51 +00:00
Wizzup?
5dd8332fc1 I think it fails in quite some cases.
Few fixes for cross platformness.



git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@180 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 00:44:53 +00:00
Wizzup?
f42c32f1b8 rs_GetUpText should work now in the GUI. It probably still needs internal tweaking, but you can test it now, and report pictures of situations where it does not work.
I may have left some debugging writeln's in - remove them when they annoy you.

Also uploaded the old UpChars font.




git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@179 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-03 00:40:07 +00:00
Wizzup?
cee2bb4d82 Few changes - not done yet.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@178 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 11:35:53 +00:00
Raymond
c3aa2b3e36 Copy image!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@177 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 11:07:41 +00:00
Raymond
2b7c86831f Fixed error in ReturnData.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@176 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 10:34:41 +00:00
Wizzup?
7b1e8d6f6a Changes.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@175 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 10:18:35 +00:00
Raymond
6936a5c81e Made some changes in CopyClientToBitmap (It does NOT have a bug, unless ReturnData is wrong.. Might wanne look into that Tovenaar) it now has the option to resize the bitmap or not. (Scar does resize the bitmap).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@174 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 09:25:49 +00:00
bullzeye95
79d5a5c5e5 Polished and removed all/most bugs from the tab system, added hints to the buttons, and added a "copy" menu item (no icon)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@173 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-02 04:10:32 +00:00
Raymond
a46ff70ce4 Fixed colourpicker.
On windows now uses the OnMouseMove event, displays the correct and x,y.. 
Added a GetDimensionBox to Window, not sure if it works/compiles correctly on Linux.
:-)

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@172 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 17:58:57 +00:00
Raymond
01f971a476 Cleaned up a bit
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@171 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 17:23:16 +00:00
Raymond
a23dd1b397 Fuck dragging for linux users!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@170 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:30:32 +00:00
Raymond
5d4f147e51 Couldn't switch tabs anymore
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@169 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:17:18 +00:00
Raymond
c0a090c01c Some fixes for linux
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@168 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 15:04:03 +00:00
Raymond
a3625f5d07 Did lots on GUI. Tabs extended, now use shortcuts, save all etc. Tab-popup.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@167 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 13:56:54 +00:00
Wizzup?
8a101c65f5 First OCR Function - GetTextAtEx. Currently only for UpText - still much of a stub.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@166 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-11-01 11:07:46 +00:00
Raymond
f304e759fa Fixed some little things + Tray has now Run/Pause/Stop. Oh and GPL @ framescript
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@165 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 23:31:51 +00:00
Raymond
5318273524 Fixed terminate button.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@164 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 22:18:56 +00:00
Raymond
8755708b3a Added tabs... TEST THIS OUT!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@163 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-31 21:44:13 +00:00
Raymond
7e06e85bee Been messing around a bit, haven't changed much.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@162 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-30 20:21:44 +00:00
Nava2
892e09abc8 Added some new types, just made the hueXMod and satXMod variables for speeding up the tolerance finding procedures.
First commit. HA!


git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@161 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-27 01:49:52 +00:00
Wizzup?
4157568bde Please use svn:eol-style native for every new file.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@160 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-27 01:03:37 +00:00
Wizzup?
bf4e1e5a69 FindColor test for people who want to test without PS.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@159 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 20:55:50 +00:00
Raymond
ae967f063c THERE YOU GOOOOOOOOOOOOOOO :D
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@158 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 20:31:53 +00:00
Raymond
8538097e9d Testing linux commit
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@157 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 18:18:24 +00:00
Raymond
ce2ca537cd Sum updates
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@156 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-25 11:01:28 +00:00
Raymond
b2919afafa Added some extra menu's.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@155 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 16:00:10 +00:00
Raymond
e1dc236d90 Updated tha gui bish!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@154 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 15:37:00 +00:00
Raymond
86a67e64b2 Pimped tha GUI
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@153 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-24 14:01:21 +00:00
Wizzup?
0a8a1b2b66 Whee
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@152 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-23 22:40:41 +00:00
Wizzup?
9eee02476c This may make testing easier. Especially if you don't want to use PascalScript.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@151 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-23 22:21:14 +00:00
Raymond
abef02fd38 I herd u like test scripts?
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@150 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-22 18:24:20 +00:00
Wizzup?
3bacb9f537 Yo dawg I herd you like fixes
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@149 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-22 18:23:14 +00:00
Raymond
4e931dc421 Some extra exceptions bish!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@148 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-22 18:15:51 +00:00
Raymond
3b603917a0 FindDeformedBitmapToleranceIn has been improved! Is zeh win now. (beats scar, imo).
Oh and we can now type more than 80 chars a line (in synedit).


git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@147 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-22 14:25:20 +00:00
Wizzup?
a8c22c4ffa Eeh. This should fix the path issue.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@146 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 23:07:05 +00:00
Wizzup?
fdc17555c2 Ray included a wrong path.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@145 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 22:49:37 +00:00
Raymond
f3dae9ae78 .include now quite working..
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@144 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 20:30:11 +00:00
Raymond
dd3d202b44 Bitmap masks added. Little mistake in the RowCalcs, fixed it. RetData now also has a RowLen property.
Added Paths (ScriptPath / AppPath);

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@143 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 19:48:18 +00:00
Raymond
303851af92 Looks like object creation now actually works.. :-)
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@142 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-20 13:44:51 +00:00
Raymond
ffb90926b6 Added SetTargetBitmap, and made CallThreadSafe work, hell yeah!
OnDestroy event for bitmaps..
Added PosterizeBitmap
Added window.inc
Added FormTest.mufa

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@141 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-18 20:11:47 +00:00
Wizzup?
22ff72fb11 Meh.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@140 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-18 19:22:52 +00:00
Raymond
25d196ee75 Seriously learn the difference between (xe-xs) and Width. KTHNX! Since (xe-xs) <> Width.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@139 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-18 13:56:12 +00:00
Wizzup?
0109f1c91c Fix for SaveScreenshot on Linux
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@138 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-17 23:09:36 +00:00
Wizzup?
3220330c90 Fix for linux.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@137 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-17 22:54:08 +00:00
Raymond
85bb6c6e1d Added FindDeformedBitmapToleranceIn..
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@136 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-17 22:25:40 +00:00
Raymond
50adef2299 Added few functions + made psWriteln use Critical Sections (Not sure wether it w0rks on linux).
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@135 3f818213-9676-44b0-a9b4-5e4c4e03d09d
2009-10-17 18:53:08 +00:00